master 8ff277a48465 cached
432 files
8.5 MB
2.3M tokens
267 symbols
1 requests
Download .txt
Showing preview only (9,027K chars total). Download the full file or copy to clipboard to get everything.
Repository: ProjectCleverWeb/Semantic-UI-WordPress
Branch: master
Commit: 8ff277a48465
Files: 432
Total size: 8.5 MB

Directory structure:
gitextract_c9ui_ruq/

├── .editorconfig
├── .gitattributes
├── .gitignore
├── .travis.yml
├── LICENSE
├── README.md
├── composer.json
├── default_build.json
├── dist/
│   ├── README.html
│   ├── asset/
│   │   ├── docs/
│   │   │   ├── classes/
│   │   │   │   ├── semantic.abstract_base.html
│   │   │   │   ├── semantic.debug.html
│   │   │   │   ├── semantic.integrations.html
│   │   │   │   ├── semantic.shutdown.html
│   │   │   │   ├── semantic.theme.html
│   │   │   │   ├── semantic.walker.abstract_base.html
│   │   │   │   ├── semantic.walker.abstract_nav_menu.html
│   │   │   │   └── semantic.walker.nav_menu.html
│   │   │   ├── css/
│   │   │   │   ├── bootstrap-responsive.css
│   │   │   │   ├── bootstrap.css
│   │   │   │   ├── jquery.iviewer.css
│   │   │   │   ├── prettify.css
│   │   │   │   └── template.css
│   │   │   ├── deprecated.html
│   │   │   ├── errors.html
│   │   │   ├── graph_class.html
│   │   │   ├── img/
│   │   │   │   └── iviewer/
│   │   │   │       ├── grab.cur
│   │   │   │       └── hand.cur
│   │   │   ├── index.html
│   │   │   ├── js/
│   │   │   │   ├── SVGPan.js
│   │   │   │   ├── bootstrap.js
│   │   │   │   ├── jqplot/
│   │   │   │   │   ├── MIT-LICENSE.txt
│   │   │   │   │   ├── README.txt
│   │   │   │   │   ├── changes.txt
│   │   │   │   │   ├── copyright.txt
│   │   │   │   │   └── gpl-2.0.txt
│   │   │   │   ├── jquery.cookie.js
│   │   │   │   ├── jquery.iviewer.js
│   │   │   │   ├── jquery.panzoom.js
│   │   │   │   ├── jquery.splitter.js
│   │   │   │   ├── jquery.treeview.js
│   │   │   │   ├── jquery.xml2json.js
│   │   │   │   ├── menu.js
│   │   │   │   ├── prettify/
│   │   │   │   │   ├── lang-apollo.js
│   │   │   │   │   ├── lang-clj.js
│   │   │   │   │   ├── lang-css.js
│   │   │   │   │   ├── lang-go.js
│   │   │   │   │   ├── lang-hs.js
│   │   │   │   │   ├── lang-lisp.js
│   │   │   │   │   ├── lang-lua.js
│   │   │   │   │   ├── lang-ml.js
│   │   │   │   │   ├── lang-n.js
│   │   │   │   │   ├── lang-proto.js
│   │   │   │   │   ├── lang-scala.js
│   │   │   │   │   ├── lang-sql.js
│   │   │   │   │   ├── lang-tex.js
│   │   │   │   │   ├── lang-vb.js
│   │   │   │   │   ├── lang-vhdl.js
│   │   │   │   │   ├── lang-wiki.js
│   │   │   │   │   ├── lang-xq.js
│   │   │   │   │   └── lang-yaml.js
│   │   │   │   ├── sidebar.js
│   │   │   │   └── template.js
│   │   │   ├── markers.html
│   │   │   ├── namespaces/
│   │   │   │   ├── default.html
│   │   │   │   ├── semantic.html
│   │   │   │   └── semantic.walker.html
│   │   │   └── packages/
│   │   │       └── default.html
│   │   ├── font/
│   │   │   └── FontAwesome.otf
│   │   ├── image/
│   │   │   └── subtle-patterns/
│   │   │       └── LICENSE
│   │   ├── script/
│   │   │   ├── main.js
│   │   │   └── theme-options.js
│   │   ├── semantic-ui/
│   │   │   ├── LICENSE.md
│   │   │   ├── README.md
│   │   │   ├── RELEASE-NOTES.md
│   │   │   ├── components/
│   │   │   │   ├── accordion.css
│   │   │   │   ├── accordion.js
│   │   │   │   ├── ad.css
│   │   │   │   ├── api.js
│   │   │   │   ├── breadcrumb.css
│   │   │   │   ├── button.css
│   │   │   │   ├── card.css
│   │   │   │   ├── checkbox.css
│   │   │   │   ├── checkbox.js
│   │   │   │   ├── colorize.js
│   │   │   │   ├── comment.css
│   │   │   │   ├── container.css
│   │   │   │   ├── dimmer.css
│   │   │   │   ├── dimmer.js
│   │   │   │   ├── divider.css
│   │   │   │   ├── dropdown.css
│   │   │   │   ├── dropdown.js
│   │   │   │   ├── embed.css
│   │   │   │   ├── embed.js
│   │   │   │   ├── feed.css
│   │   │   │   ├── flag.css
│   │   │   │   ├── form.css
│   │   │   │   ├── form.js
│   │   │   │   ├── grid.css
│   │   │   │   ├── header.css
│   │   │   │   ├── icon.css
│   │   │   │   ├── image.css
│   │   │   │   ├── input.css
│   │   │   │   ├── item.css
│   │   │   │   ├── label.css
│   │   │   │   ├── list.css
│   │   │   │   ├── loader.css
│   │   │   │   ├── menu.css
│   │   │   │   ├── message.css
│   │   │   │   ├── modal.css
│   │   │   │   ├── modal.js
│   │   │   │   ├── nag.css
│   │   │   │   ├── nag.js
│   │   │   │   ├── popup.css
│   │   │   │   ├── popup.js
│   │   │   │   ├── progress.css
│   │   │   │   ├── progress.js
│   │   │   │   ├── rail.css
│   │   │   │   ├── rating.css
│   │   │   │   ├── rating.js
│   │   │   │   ├── reset.css
│   │   │   │   ├── reveal.css
│   │   │   │   ├── search.css
│   │   │   │   ├── search.js
│   │   │   │   ├── segment.css
│   │   │   │   ├── shape.css
│   │   │   │   ├── shape.js
│   │   │   │   ├── sidebar.css
│   │   │   │   ├── sidebar.js
│   │   │   │   ├── site.css
│   │   │   │   ├── site.js
│   │   │   │   ├── state.js
│   │   │   │   ├── statistic.css
│   │   │   │   ├── step.css
│   │   │   │   ├── sticky.css
│   │   │   │   ├── sticky.js
│   │   │   │   ├── tab.css
│   │   │   │   ├── tab.js
│   │   │   │   ├── table.css
│   │   │   │   ├── transition.css
│   │   │   │   ├── transition.js
│   │   │   │   ├── video.css
│   │   │   │   ├── video.js
│   │   │   │   ├── visibility.js
│   │   │   │   └── visit.js
│   │   │   ├── semantic.css
│   │   │   ├── semantic.js
│   │   │   └── themes/
│   │   │       └── default/
│   │   │           └── assets/
│   │   │               └── fonts/
│   │   │                   └── icons.otf
│   │   └── style/
│   │       ├── dashboard.css
│   │       ├── main.css
│   │       ├── normalize.css
│   │       ├── webicons.css
│   │       └── webicons.scss
│   ├── content/
│   │   ├── 404.php
│   │   ├── comments.php
│   │   ├── empty.php
│   │   ├── first-run.php
│   │   ├── footer-none.php
│   │   ├── footer.php
│   │   ├── head.php
│   │   ├── header-none.php
│   │   ├── header.php
│   │   ├── login-form.php
│   │   ├── loop.php
│   │   ├── modals.php
│   │   ├── theme-options/
│   │   │   ├── about.php
│   │   │   ├── general.php
│   │   │   ├── meta-tags.php
│   │   │   └── page.php
│   │   └── woocommerce.php
│   ├── functions.php
│   ├── include/
│   │   ├── class/
│   │   │   └── semantic/
│   │   │       ├── abstract_base.php
│   │   │       ├── debug.php
│   │   │       ├── integrations.php
│   │   │       ├── shutdown.php
│   │   │       ├── theme.php
│   │   │       └── walker/
│   │   │           ├── abstract_base.php
│   │   │           ├── abstract_nav_menu.php
│   │   │           └── nav_menu.php
│   │   ├── debug_hooks.php
│   │   └── function/
│   │       ├── README.txt
│   │       ├── template_part.php
│   │       ├── template_part__load.php
│   │       ├── template_part__locate.php
│   │       ├── template_use_part.php
│   │       ├── theme__section.php
│   │       ├── theme_footer.php
│   │       ├── theme_header.php
│   │       └── theme_sidebar.php
│   ├── index.php
│   ├── style.css
│   ├── template/
│   │   ├── default-page.php
│   │   ├── default-sidebar-both.php
│   │   ├── default-sidebar-left.php
│   │   ├── default-sidebar-none.php
│   │   ├── default-sidebar-right.php
│   │   ├── default.php
│   │   ├── first-run.php
│   │   ├── home.php
│   │   ├── login.php
│   │   └── theme-options.php
│   └── woocommerce.php
├── docs/
│   ├── classes/
│   │   ├── semantic.abstract_base.html
│   │   ├── semantic.debug.html
│   │   ├── semantic.integrations.html
│   │   ├── semantic.shutdown.html
│   │   ├── semantic.theme.html
│   │   ├── semantic.walker.abstract_base.html
│   │   ├── semantic.walker.abstract_nav_menu.html
│   │   └── semantic.walker.nav_menu.html
│   ├── css/
│   │   ├── bootstrap-responsive.css
│   │   ├── bootstrap.css
│   │   ├── jquery.iviewer.css
│   │   ├── prettify.css
│   │   └── template.css
│   ├── deprecated.html
│   ├── errors.html
│   ├── graph_class.html
│   ├── img/
│   │   └── iviewer/
│   │       ├── grab.cur
│   │       └── hand.cur
│   ├── index.html
│   ├── js/
│   │   ├── SVGPan.js
│   │   ├── bootstrap.js
│   │   ├── jqplot/
│   │   │   ├── MIT-LICENSE.txt
│   │   │   ├── README.txt
│   │   │   ├── changes.txt
│   │   │   ├── copyright.txt
│   │   │   └── gpl-2.0.txt
│   │   ├── jquery.cookie.js
│   │   ├── jquery.iviewer.js
│   │   ├── jquery.panzoom.js
│   │   ├── jquery.splitter.js
│   │   ├── jquery.treeview.js
│   │   ├── jquery.xml2json.js
│   │   ├── menu.js
│   │   ├── prettify/
│   │   │   ├── lang-apollo.js
│   │   │   ├── lang-clj.js
│   │   │   ├── lang-css.js
│   │   │   ├── lang-go.js
│   │   │   ├── lang-hs.js
│   │   │   ├── lang-lisp.js
│   │   │   ├── lang-lua.js
│   │   │   ├── lang-ml.js
│   │   │   ├── lang-n.js
│   │   │   ├── lang-proto.js
│   │   │   ├── lang-scala.js
│   │   │   ├── lang-sql.js
│   │   │   ├── lang-tex.js
│   │   │   ├── lang-vb.js
│   │   │   ├── lang-vhdl.js
│   │   │   ├── lang-wiki.js
│   │   │   ├── lang-xq.js
│   │   │   └── lang-yaml.js
│   │   ├── sidebar.js
│   │   └── template.js
│   ├── markers.html
│   ├── namespaces/
│   │   ├── default.html
│   │   ├── semantic.html
│   │   └── semantic.walker.html
│   └── packages/
│       └── default.html
├── gulp/
│   ├── bootstrap.js
│   ├── cli.js
│   ├── config.js
│   ├── function/
│   │   └── gulp-rm.js
│   ├── task/
│   │   ├── build/
│   │   │   ├── copy.js
│   │   │   └── remove-old.js
│   │   ├── build-docs.js
│   │   ├── build-logo.js
│   │   ├── build-readme.js
│   │   ├── build-screenshot.js
│   │   ├── build-scripts/
│   │   │   ├── concat.js
│   │   │   ├── copy.js
│   │   │   ├── js.js
│   │   │   ├── minify.js
│   │   │   └── remove-old.js
│   │   ├── build-scripts.js
│   │   ├── build-styles/
│   │   │   ├── concat.js
│   │   │   ├── copy.js
│   │   │   ├── css.js
│   │   │   ├── less.js
│   │   │   ├── minify.js
│   │   │   ├── remove-old.js
│   │   │   └── sass.js
│   │   ├── build-styles.js
│   │   ├── build.js
│   │   ├── dep-check.js
│   │   ├── fix-line-endings.js
│   │   ├── optimize-images.js
│   │   ├── test.js
│   │   ├── version.js
│   │   └── watch.js
│   └── task.js
├── gulpfile.js
├── package.json
├── phpdoc.dist.xml
├── phpunit.xml
├── src/
│   ├── asset/
│   │   ├── font/
│   │   │   └── FontAwesome.otf
│   │   ├── image/
│   │   │   └── subtle-patterns/
│   │   │       └── LICENSE
│   │   ├── script/
│   │   │   ├── main.js
│   │   │   └── theme-options.js
│   │   ├── semantic-ui/
│   │   │   ├── LICENSE.md
│   │   │   ├── README.md
│   │   │   ├── RELEASE-NOTES.md
│   │   │   ├── components/
│   │   │   │   ├── accordion.css
│   │   │   │   ├── accordion.js
│   │   │   │   ├── ad.css
│   │   │   │   ├── api.js
│   │   │   │   ├── breadcrumb.css
│   │   │   │   ├── button.css
│   │   │   │   ├── card.css
│   │   │   │   ├── checkbox.css
│   │   │   │   ├── checkbox.js
│   │   │   │   ├── colorize.js
│   │   │   │   ├── comment.css
│   │   │   │   ├── container.css
│   │   │   │   ├── dimmer.css
│   │   │   │   ├── dimmer.js
│   │   │   │   ├── divider.css
│   │   │   │   ├── dropdown.css
│   │   │   │   ├── dropdown.js
│   │   │   │   ├── embed.css
│   │   │   │   ├── embed.js
│   │   │   │   ├── feed.css
│   │   │   │   ├── flag.css
│   │   │   │   ├── form.css
│   │   │   │   ├── form.js
│   │   │   │   ├── grid.css
│   │   │   │   ├── header.css
│   │   │   │   ├── icon.css
│   │   │   │   ├── image.css
│   │   │   │   ├── input.css
│   │   │   │   ├── item.css
│   │   │   │   ├── label.css
│   │   │   │   ├── list.css
│   │   │   │   ├── loader.css
│   │   │   │   ├── menu.css
│   │   │   │   ├── message.css
│   │   │   │   ├── modal.css
│   │   │   │   ├── modal.js
│   │   │   │   ├── nag.css
│   │   │   │   ├── nag.js
│   │   │   │   ├── popup.css
│   │   │   │   ├── popup.js
│   │   │   │   ├── progress.css
│   │   │   │   ├── progress.js
│   │   │   │   ├── rail.css
│   │   │   │   ├── rating.css
│   │   │   │   ├── rating.js
│   │   │   │   ├── reset.css
│   │   │   │   ├── reveal.css
│   │   │   │   ├── search.css
│   │   │   │   ├── search.js
│   │   │   │   ├── segment.css
│   │   │   │   ├── shape.css
│   │   │   │   ├── shape.js
│   │   │   │   ├── sidebar.css
│   │   │   │   ├── sidebar.js
│   │   │   │   ├── site.css
│   │   │   │   ├── site.js
│   │   │   │   ├── state.js
│   │   │   │   ├── statistic.css
│   │   │   │   ├── step.css
│   │   │   │   ├── sticky.css
│   │   │   │   ├── sticky.js
│   │   │   │   ├── tab.css
│   │   │   │   ├── tab.js
│   │   │   │   ├── table.css
│   │   │   │   ├── transition.css
│   │   │   │   ├── transition.js
│   │   │   │   ├── video.css
│   │   │   │   ├── video.js
│   │   │   │   ├── visibility.js
│   │   │   │   └── visit.js
│   │   │   ├── semantic.css
│   │   │   ├── semantic.js
│   │   │   └── themes/
│   │   │       └── default/
│   │   │           └── assets/
│   │   │               └── fonts/
│   │   │                   └── icons.otf
│   │   └── style/
│   │       ├── dashboard.css
│   │       ├── main.css
│   │       ├── normalize.css
│   │       └── webicons.scss
│   ├── content/
│   │   ├── 404.php
│   │   ├── comments.php
│   │   ├── empty.php
│   │   ├── first-run.php
│   │   ├── footer-none.php
│   │   ├── footer.php
│   │   ├── head.php
│   │   ├── header-none.php
│   │   ├── header.php
│   │   ├── login-form.php
│   │   ├── loop.php
│   │   ├── modals.php
│   │   ├── theme-options/
│   │   │   ├── about.php
│   │   │   ├── general.php
│   │   │   ├── meta-tags.php
│   │   │   └── page.php
│   │   └── woocommerce.php
│   ├── functions.php
│   ├── include/
│   │   ├── class/
│   │   │   └── semantic/
│   │   │       ├── abstract_base.php
│   │   │       ├── debug.php
│   │   │       ├── integrations.php
│   │   │       ├── shutdown.php
│   │   │       ├── theme.php
│   │   │       └── walker/
│   │   │           ├── abstract_base.php
│   │   │           ├── abstract_nav_menu.php
│   │   │           └── nav_menu.php
│   │   ├── debug_hooks.php
│   │   └── function/
│   │       ├── README.txt
│   │       ├── template_part.php
│   │       ├── template_part__load.php
│   │       ├── template_part__locate.php
│   │       ├── template_use_part.php
│   │       ├── theme__section.php
│   │       ├── theme_footer.php
│   │       ├── theme_header.php
│   │       └── theme_sidebar.php
│   ├── index.php
│   ├── style.css
│   ├── template/
│   │   ├── default-page.php
│   │   ├── default-sidebar-both.php
│   │   ├── default-sidebar-left.php
│   │   ├── default-sidebar-none.php
│   │   ├── default-sidebar-right.php
│   │   ├── default.php
│   │   ├── first-run.php
│   │   ├── home.php
│   │   ├── login.php
│   │   └── theme-options.php
│   └── woocommerce.php
└── testing/
    ├── bootstrap.php
    ├── database.sql
    ├── tests/
    │   └── 00_ConfigurationTest.php
    └── wp-config.php

================================================
FILE CONTENTS
================================================

================================================
FILE: .editorconfig
================================================
# Standard
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_size = 2
indent_style = tab

# Spaces are important
[*.yml]
indent_style = space

[*.sql]
indent_style = space

# Windows endings
[*.bat]
end_of_line = crlf


================================================
FILE: .gitattributes
================================================
# Force Unix-Style Line Endings
*.css      text eol=lf
*.html     text eol=lf
*.js       text eol=lf
*.json     text eol=lf
*.less     text eol=lf
*.markdown text eol=lf
*.md       text eol=lf
*.php      text eol=lf
*.svg      text eol=lf
*.xml      text eol=lf


================================================
FILE: .gitignore
================================================
### Unit Testing ###
/testing/vendor

### Build Process ###
/node_modules
/npm-debug.log

### OS ###
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db


================================================
FILE: .travis.yml
================================================
language: php
script: phpunit
before_script:
  - composer install
  - cp testing/wp-config.php testing/vendor/wordpress/wp-config.php
  - mysql -uroot -e 'create database semantic;'
  - mysql -uroot semantic < testing/database.sql
  - ln -s "$(pwd)/src" "$(pwd)/testing/vendor/wordpress/wp-content/themes/Semantic-UI-WordPress"
php:
  - hhvm
  - 7.0
  - 5.6
  - 5.5
  - 5.4


================================================
FILE: LICENSE
================================================
The Semantic UI for WordPress documentation by Nicholas Jordon is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/

The Semantic UI for WordPress source code by Nicholas Jordon is licensed under the MIT License. To view a copy of this license, visit http://opensource.org/licenses/MIT

Semantic UI is not subject to this work's copyright and license(s). Other works that may also be included with this work are also not subject to this
work's copyright and license(s). Copyright and licensing of all included works are determined by their respective owners.


================================================
FILE: README.md
================================================
# Semantic UI for WordPress: Developer Edition

<p align="center">
	<img src="http://i.imgur.com/AEYUA4Q.png" alt="Semantic UI for WordPress: Developer Edition Logo"><br>
	The Semantic UI starter/developer theme for WordPress.<br>
	<img src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square" alt="License">
	<img src="https://img.shields.io/travis/ProjectCleverWeb/Semantic-UI-WordPress/develop.svg?style=flat-square" alt="Travis">
</p>

This project incorporates Semantic UI into a starter (aka developer) theme for WordPress. This project also includes some useful techniques for creating fast, responsive, and easy-to-maintain themes for WordPress. *Please keep in mind this theme is meant to be developed for your specific application; and is not meant to be used "as-is."*

Live Demo: [semantic-wordpress.gopagoda.io](http://semantic-wordpress.gopagoda.io/)

#### Download:

[![Sheild](https://img.shields.io/badge/Release-1.0.1-blue.svg?style=flat-square)](http://bit.ly/1mQOExM)

#### Screenshots

[![Screenshots](http://i.imgur.com/467EKwk.png)](http://i.imgur.com/467EKwk.png)

&nbsp;

Copyright &copy; 2014 Nicholas Jordon &mdash; All Rights Reserved

## Features

<p align="center">
	<a target="_blank" href="http://semantic-ui.com/">Semantic UI</a><br>
	<a target="_blank" href="http://en.wikipedia.org/wiki/Responsive_web_design">Responsive Design</a> | <a target="_blank" href="https://www.google.com/fonts">Google Web Fonts</a><br>
	<a target="_blank" href="https://github.com/firetix/gulp-image-optimization">Image Optimization</a> | <a target="_blank" href="http://codex.wordpress.org/Theme_Development#Theme_Options">Theme Options Page</a> | <a target="_blank" href="http://docs.woothemes.com/document/third-party-custom-theme-compatibility/">Woocommerce Support</a><br>
	<a target="_blank" href="http://fortawesome.github.io/Font-Awesome/">Font Awesome</a> | <a target="_blank" href="https://github.com/adamfairhead/webicons">Webicons</a> | <a target="_blank" href="http://sass-lang.com/">LESS/SASS Support</a> | <a target="_blank" href="http://necolas.github.io/normalize.css/">Normalize CSS</a><br>
	<a target="_blank" href="https://developers.google.com/speed/libraries/devguide">jQuery</a> | <a target="_blank" href="http://gulpjs.com/">Gulp</a> | <a target="_blank" href="https://support.google.com/webmasters/answer/176035?hl=en&amp;ref_topic=4600447">Google Microdata</a> | <a target="_blank" href="https://travis-ci.org/ProjectCleverWeb/Semantic-UI-WordPress">Unit Testing</a><br>
	<a target="_blank" href="https://highlightjs.org/">Highlight.js</a> | <a target="_blank" href="http://craig.is/killing/mice">Keyboard Shortcuts</a><br>
	Well Commented Code
</p>

## Installation

#### Requirements

* PHP **5.6**, **7.0**, or **HHVM** <small>(5.4 and 5.5 run, but are not officially supported)</small>
* WordPress 4.0 or later <small>(3.9 runs, but is not officially supported)</small>

#### Install Guide

1. Download the release version of the theme
2. Unzip to your `wp-content/themes` directory
3. Set the theme to "active" in your WordPress dashboard

#### Building From Source

To build from source you need to have [Node.js](http://nodejs.org/) installed
and in your `$path` ([win](http://www.computerhope.com/issues/ch000549.htm)/[mac](http://apple.stackexchange.com/questions/119125/mac-os-x-mavericks-add-to-path)/[unix](http://unix.stackexchange.com/questions/26047/how-to-correctly-add-a-path-to-path)).
You should also have [PHPUnit](https://phpunit.de/) and
[Composer](https://getcomposer.org/) installed and in your `$path` as well.

&#42;&#42;Please note that when building from source, the `/dist` directory
should be renamed and then put in your `/wp-content/themes` directory

**Mac &amp; Unix:**

1. Download or clone the master branch
2. Open your command line and navigate to where you deployed the code
3. Run `npm install && sudo npm install -g gulp` enter your password and then wait for it to finish.
4. Run `gulp` to see a list of available tasks. Running `gulp build` will regenerate `/dist` from scratch.

**Windows:**

1. Download or clone the master branch
2. Open your command line and navigate to where you deployed the code
3. Run `npm install && npm install -g gulp` and then wait for it to finish.
4. Run `gulp` to see a list of available tasks. Running `gulp build` will regenerate `/dist` from scratch.

## Usage

This is a developer theme designed to be developed for your specific application. The default state of this theme is meant to be minimal &amp; organized; while not being bias to any particular design.

## Designing Pages

In this developer theme there are 4 important parts to generate a page:

- Templates
- Includes
- Contents
- Assets

**A template file** generates the general layout of a page. They generally call
the header and footer functions, get content files, and should call any includes
the page will need.

**A include file** adds functionality to a page and should have no output unless
a function or method is called in a template or content file. Include files are 
usually used for API classes and libraries, but can be used for any kind of
functionality.

**A content file** generates a group of elements and often has functionality
calls for specific elements, such as dynamic text and images. Content files
typically output the most HTML.

**Assets** are typically static files that are commonly used. These files are
usually images, stylesheets, fonts, and javascript files, and might also
include other files that need to be pre-compiled before they can be used. (such
as LESS and SASS/SCSS files)

## Contributing

#### Contributing to Semantic UI

Visit [this page](https://github.com/Semantic-Org/Semantic-UI/blob/master/CONTRIBUTING.md)
to learn how to contribute to Semantic UI.

#### Contributing to This WordPress Theme

**Contributing *via* Suggestions:** <br>
The best way to submit a suggestion is to open an issue on Github and prefix the
title with `[Suggestion]`. Alternatively, you can email your suggestions to
projectcleverweb (at) gmail (dot) com.

**Contributing *via* Reporting Problems:** <br>
All problems must be reported via Github's
[issue tracker](https://github.com/ProjectCleverWeb/Semantic-UI-WordPress/issues).

**Contributing *via* Code:**

1. Fork the repo on Github: [github.com/ProjectCleverWeb/Semantic-UI-WordPress](https://github.com/ProjectCleverWeb/Semantic-UI-WordPress)
2. Make your changes.
3. Send a pull request to have your changes reviewed.

## License

**NOTICE:** All included works (aka libraries) are licensed under the MIT license
**OR** are compatible with the MIT License.

The Semantic UI for WordPress documentation by Nicholas Jordon is licensed
under the Creative Commons Attribution-ShareAlike 4.0 International License.
To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/

The Semantic UI for WordPress source code by Nicholas Jordon is licensed under
the MIT License. To view a copy of this license, visit http://opensource.org/licenses/MIT

Semantic UI is not subject to this work's copyright &amp; license(s). Other
works that may also be included with this work are also not subject to this
work's copyright &amp; license(s). Copyright &amp; licensing of all included
works are determined by their respective owners.


================================================
FILE: composer.json
================================================
{
	"name": "projectcleverweb/semantic-ui-wordpress",
	"description": "",
	"version": "1.0.0",
	"keywords": [
		"semantic",
		"ui",
		"wordpress"
	],
	"homepage": "https://github.com/ProjectCleverWeb/Semantic-UI-WordPress",
	"type": "project",
	"license": ["MIT", "CC-BY-SA-4.0"],
	"authors": [
		{
			"name": "Nicholas Jordon",
			"email": "projectcleverweb@gmail.com",
			"homepage": "https://github.com/ProjectCleverWeb"
		}
	],
	"require": {
		"php": ">=5.4"
	},
	"require-dev": {
		"wordpress": ">=3.9"
	},
	"config": {
		"vendor-dir": "testing/vendor"
	},
	"repositories": [
		{
			"type": "package",
			"package": {
				"name": "wordpress",
				"version": "3.9.2",
				"dist": {
					"url": "http://wordpress.org/wordpress-3.9.2.zip",
					"type": "zip"
				}
			}
		}
	]
}


================================================
FILE: default_build.json
================================================
{
	"compile_less": true,
	"compile_sass": true,
	"optimize_images": true,
	"optimize_image_types": ["gif", "jpeg", "jpg", "png"],
	"optimize_image_options": {
		"optimizationLevel": 7,
		"progressive": true,
		"interlaced": true
	},
	"minify_css": true,
	"concat_css": true,
	"minify_js": true,
	"concat_js": true,
	"concat_css_output": "base.concat.min.css",
	"concat_js_output": "base.concat.min.js",
	"concat_js_files":[
		"jquery-2.1.1.min.js",
		"highlight.pack.min.js",
		"mousetrap.min.js"
	],
	"concat_css_files":[
		"normalize.min.css",
		"font-awesome.min.css",
		"webicons.min.css",
		"highlight.js/github.min.css"
	],
	"paths":{
		"source": "src",
		"dist": "dist",
		"testing_dist": "testing/vendor/wordpress/wp-content/themes/semantic-ui",
		"styles": "asset/style",
		"scripts": "asset/script"
	}
}


================================================
FILE: dist/README.html
================================================
<html><body><style type="text/css">/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.2.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}
/*!
Webicons by Adam Fairhead at Fairhead Creative http://fairheadcreative.com
Webicons by http://fairheadcreative.com is licensed under the Creative Commons
Attribution 4.0 International License. To view a copy of this license, visit
http://creativecommons.org/licenses/by/4.0/.
*/.webicon{display:inline-block;background-size:100%;width:30px;height:30px;text-indent:-999em;text-align:left;-moz-box-shadow:0 1px 0 rgba(0,0,0,.35);-webkit-box-shadow:0 1px 0 rgba(0,0,0,.35);box-shadow:0 1px 0 rgba(0,0,0,.35);-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;margin-bottom:5px}.webicon:hover{margin:-1px 0 1px;-moz-box-shadow:0 1px 0 rgba(0,0,0,.18);-webkit-box-shadow:0 1px 0 rgba(0,0,0,.18);box-shadow:0 1px 0 rgba(0,0,0,.18)}.webicon.mini{width:15px;height:15px;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}.webicon.tiny{width:20px;height:20px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.webicon.small{width:25px;height:25px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.webicon.large{width:35px;height:35px;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px}.webicon.big{width:40px;height:40px;-moz-border-radius:7px;-webkit-border-radius:7px;border-radius:7px}.webicon.huge{width:45px;height:45px;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px}.webicon.massive{width:48px;height:48px;-moz-border-radius:9px;-webkit-border-radius:9px;border-radius:9px}@media print{*{background:0 0!important;color:#000!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}.webicon{text-indent:0;width:auto!important;height:auto!important;-moz-border-radius:0!important;-webkit-border-radius:0!important;border-radius:0!important}}.no-svg .webicon.f500px{background:url(../image/webicons/webicon-f500px.png)}.svg .webicon.f500px{background:url(../image/webicons/webicon-f500px.svg)}.no-svg .webicon.aboutme{background:url(../image/webicons/webicon-aboutme.png)}.svg .webicon.aboutme{background:url(../image/webicons/webicon-aboutme.svg)}.no-svg .webicon.adn{background:url(../image/webicons/webicon-adn.png)}.svg .webicon.adn{background:url(../image/webicons/webicon-adn.svg)}.no-svg .webicon.android{background:url(../image/webicons/webicon-android.png)}.svg .webicon.android{background:url(../image/webicons/webicon-android.svg)}.no-svg .webicon.apple{background:url(../image/webicons/webicon-apple.png)}.svg .webicon.apple{background:url(../image/webicons/webicon-apple.svg)}.no-svg .webicon.behance{background:url(../image/webicons/webicon-behance.png)}.svg .webicon.behance{background:url(../image/webicons/webicon-behance.svg)}.no-svg .webicon.bitbucket{background:url(../image/webicons/webicon-bitbucket.png)}.svg .webicon.bitbucket{background:url(../image/webicons/webicon-bitbucket.svg)}.no-svg .webicon.blogger{background:url(../image/webicons/webicon-blogger.png)}.svg .webicon.blogger{background:url(../image/webicons/webicon-blogger.svg)}.no-svg .webicon.branch{background:url(../image/webicons/webicon-branch.png)}.svg .webicon.branch{background:url(../image/webicons/webicon-branch.svg)}.no-svg .webicon.coderwall{background:url(../image/webicons/webicon-coderwall.png)}.svg .webicon.coderwall{background:url(../image/webicons/webicon-coderwall.svg)}.no-svg .webicon.creativecloud{background:url(../image/webicons/webicon-creativecloud.png)}.svg .webicon.creativecloud{background:url(../image/webicons/webicon-creativecloud.svg)}.no-svg .webicon.deviantart{background:url(../image/webicons/webicon-deviantart.png)}.svg .webicon.deviantart{background:url(../image/webicons/webicon-deviantart.svg)}.no-svg .webicon.dribbble{background:url(../image/webicons/webicon-dribbble.png)}.svg .webicon.dribbble{background:url(../image/webicons/webicon-dribbble.svg)}.no-svg .webicon.dropbox{background:url(../image/webicons/webicon-dropbox.png)}.svg .webicon.dropbox{background:url(../image/webicons/webicon-dropbox.svg)}.no-svg .webicon.evernote{background:url(../image/webicons/webicon-evernote.png)}.svg .webicon.evernote{background:url(../image/webicons/webicon-evernote.svg)}.no-svg .webicon.fairheadcreative{background:url(../image/webicons/webicon-fairheadcreative.png)}.svg .webicon.fairheadcreative{background:url(../image/webicons/webicon-fairheadcreative.svg)}.no-svg .webicon.facebook{background:url(../image/webicons/webicon-facebook.png)}.svg .webicon.facebook{background:url(../image/webicons/webicon-facebook.svg)}.no-svg .webicon.flickr{background:url(../image/webicons/webicon-flickr.png)}.svg .webicon.flickr{background:url(../image/webicons/webicon-flickr.svg)}.no-svg .webicon.foursquare{background:url(../image/webicons/webicon-foursquare.png)}.svg .webicon.foursquare{background:url(../image/webicons/webicon-foursquare.svg)}.no-svg .webicon.git{background:url(../image/webicons/webicon-git.png)}.svg .webicon.git{background:url(../image/webicons/webicon-git.svg)}.no-svg .webicon.github{background:url(../image/webicons/webicon-github.png)}.svg .webicon.github{background:url(../image/webicons/webicon-github.svg)}.no-svg .webicon.goodreads{background:url(../image/webicons/webicon-goodreads.png)}.svg .webicon.goodreads{background:url(../image/webicons/webicon-goodreads.svg)}.no-svg .webicon.google{background:url(../image/webicons/webicon-google.png)}.svg .webicon.google{background:url(../image/webicons/webicon-google.svg)}.no-svg .webicon.googleplay{background:url(../image/webicons/webicon-googleplay.png)}.svg .webicon.googleplay{background:url(../image/webicons/webicon-googleplay.svg)}.no-svg .webicon.googleplus{background:url(../image/webicons/webicon-googleplus.png)}.svg .webicon.googleplus{background:url(../image/webicons/webicon-googleplus.svg)}.no-svg .webicon.hangouts{background:url(../image/webicons/webicon-hangouts.png)}.svg .webicon.hangouts{background:url(../image/webicons/webicon-hangouts.svg)}.no-svg .webicon.html5{background:url(../image/webicons/webicon-html5.png)}.svg .webicon.html5{background:url(../image/webicons/webicon-html5.svg)}.no-svg .webicon.icloud{background:url(../image/webicons/webicon-icloud.png)}.svg .webicon.icloud{background:url(../image/webicons/webicon-icloud.svg)}.no-svg .webicon.indiegogo{background:url(../image/webicons/webicon-indiegogo.png)}.svg .webicon.indiegogo{background:url(../image/webicons/webicon-indiegogo.svg)}.no-svg .webicon.instagram{background:url(../image/webicons/webicon-instagram.png)}.svg .webicon.instagram{background:url(../image/webicons/webicon-instagram.svg)}.no-svg .webicon.instapaper{background:url(../image/webicons/webicon-instapaper.png)}.svg .webicon.instapaper{background:url(../image/webicons/webicon-instapaper.svg)}.no-svg .webicon.kickstarter{background:url(../image/webicons/webicon-kickstarter.png)}.svg .webicon.kickstarter{background:url(../image/webicons/webicon-kickstarter.svg)}.no-svg .webicon.klout{background:url(../image/webicons/webicon-klout.png)}.svg .webicon.klout{background:url(../image/webicons/webicon-klout.svg)}.no-svg .webicon.lastfm{background:url(../image/webicons/webicon-lastfm.png)}.svg .webicon.lastfm{background:url(../image/webicons/webicon-lastfm.svg)}.no-svg .webicon.linkedin{background:url(../image/webicons/webicon-linkedin.png)}.svg .webicon.linkedin{background:url(../image/webicons/webicon-linkedin.svg)}.no-svg .webicon.mail{background:url(../image/webicons/webicon-mail.png)}.svg .webicon.mail{background:url(../image/webicons/webicon-mail.svg)}.no-svg .webicon.medium{background:url(../image/webicons/webicon-medium.png)}.svg .webicon.medium{background:url(../image/webicons/webicon-medium.svg)}.no-svg .webicon.mixi{background:url(../image/webicons/webicon-mixi.png)}.svg .webicon.mixi{background:url(../image/webicons/webicon-mixi.svg)}.no-svg .webicon.msn{background:url(../image/webicons/webicon-msn.png)}.svg .webicon.msn{background:url(../image/webicons/webicon-msn.svg)}.no-svg .webicon.openid{background:url(../image/webicons/webicon-openid.png)}.svg .webicon.openid{background:url(../image/webicons/webicon-openid.svg)}.no-svg .webicon.picasa{background:url(../image/webicons/webicon-picasa.png)}.svg .webicon.picasa{background:url(../image/webicons/webicon-picasa.svg)}.no-svg .webicon.pinterest{background:url(../image/webicons/webicon-pinterest.png)}.svg .webicon.pinterest{background:url(../image/webicons/webicon-pinterest.svg)}.no-svg .webicon.pocketapp{background:url(../image/webicons/webicon-pocketapp.png)}.svg .webicon.pocketapp{background:url(../image/webicons/webicon-pocketapp.svg)}.no-svg .webicon.potluck{background:url(../image/webicons/webicon-potluck.png)}.svg .webicon.potluck{background:url(../image/webicons/webicon-potluck.svg)}.no-svg .webicon.quora{background:url(../image/webicons/webicon-quora.png)}.svg .webicon.quora{background:url(../image/webicons/webicon-quora.svg)}.no-svg .webicon.orkut{background:url(../image/webicons/webicon-orkut.png)}.svg .webicon.orkut{background:url(../image/webicons/webicon-orkut.svg)}.no-svg .webicon.mercurial{background:url(../image/webicons/webicon-mercurial.png)}.svg .webicon.mercurial{background:url(../image/webicons/webicon-mercurial.svg)}.no-svg .webicon.rdio{background:url(../image/webicons/webicon-rdio.png)}.svg .webicon.rdio{background:url(../image/webicons/webicon-rdio.svg)}.no-svg .webicon.reddit{background:url(../image/webicons/webicon-reddit.png)}.svg .webicon.reddit{background:url(../image/webicons/webicon-reddit.svg)}.no-svg .webicon.renren{background:url(../image/webicons/webicon-renren.png)}.svg .webicon.renren{background:url(../image/webicons/webicon-renren.svg)}.no-svg .webicon.rss{background:url(../image/webicons/webicon-rss.png)}.svg .webicon.rss{background:url(../image/webicons/webicon-rss.svg)}.no-svg .webicon.skitch{background:url(../image/webicons/webicon-skitch.png)}.svg .webicon.skitch{background:url(../image/webicons/webicon-skitch.svg)}.no-svg .webicon.skype{background:url(../image/webicons/webicon-skype.png)}.svg .webicon.skype{background:url(../image/webicons/webicon-skype.svg)}.no-svg .webicon.soundcloud{background:url(../image/webicons/webicon-soundcloud.png)}.svg .webicon.soundcloud{background:url(../image/webicons/webicon-soundcloud.svg)}.no-svg .webicon.spotify{background:url(../image/webicons/webicon-spotify.png)}.svg .webicon.spotify{background:url(../image/webicons/webicon-spotify.svg)}.no-svg .webicon.stackoverflow{background:url(../image/webicons/webicon-stackoverflow.png)}.svg .webicon.stackoverflow{background:url(../image/webicons/webicon-stackoverflow.svg)}.no-svg .webicon.stumbleupon{background:url(../image/webicons/webicon-stumbleupon.png)}.svg .webicon.stumbleupon{background:url(../image/webicons/webicon-stumbleupon.svg)}.no-svg .webicon.svtle{background:url(../image/webicons/webicon-svtle.png)}.svg .webicon.svtle{background:url(../image/webicons/webicon-svtle.svg)}.no-svg .webicon.svn{background:url(../image/webicons/webicon-svn.png)}.svg .webicon.svn{background:url(../image/webicons/webicon-svn.svg)}.no-svg .webicon.tent{background:url(../image/webicons/webicon-tent.png)}.svg .webicon.tent{background:url(../image/webicons/webicon-tent.svg)}.no-svg .webicon.tripadvisor{background:url(../image/webicons/webicon-tripadvisor.png)}.svg .webicon.tripadvisor{background:url(../image/webicons/webicon-tripadvisor.svg)}.no-svg .webicon.tumblr{background:url(../image/webicons/webicon-tumblr.png)}.svg .webicon.tumblr{background:url(../image/webicons/webicon-tumblr.svg)}.no-svg .webicon.twitter{background:url(../image/webicons/webicon-twitter.png)}.svg .webicon.twitter{background:url(../image/webicons/webicon-twitter.svg)}.no-svg .webicon.viadeo{background:url(../image/webicons/webicon-viadeo.png)}.svg .webicon.viadeo{background:url(../image/webicons/webicon-viadeo.svg)}.no-svg .webicon.vine{background:url(../image/webicons/webicon-vine.png)}.svg .webicon.vine{background:url(../image/webicons/webicon-vine.svg)}.no-svg .webicon.vimeo{background:url(../image/webicons/webicon-vimeo.png)}.svg .webicon.vimeo{background:url(../image/webicons/webicon-vimeo.svg)}.no-svg .webicon.weibo{background:url(../image/webicons/webicon-weibo.png)}.svg .webicon.weibo{background:url(../image/webicons/webicon-weibo.svg)}.no-svg .webicon.windows{background:url(../image/webicons/webicon-windows.png)}.svg .webicon.windows{background:url(../image/webicons/webicon-windows.svg)}.no-svg .webicon.wordpress{background:url(../image/webicons/webicon-wordpress.png)}.svg .webicon.wordpress{background:url(../image/webicons/webicon-wordpress.svg)}.no-svg .webicon.xing{background:url(../image/webicons/webicon-xing.png)}.svg .webicon.xing{background:url(../image/webicons/webicon-xing.svg)}.no-svg .webicon.yahoo{background:url(../image/webicons/webicon-yahoo.png)}.svg .webicon.yahoo{background:url(../image/webicons/webicon-yahoo.svg)}.no-svg .webicon.yelp{background:url(../image/webicons/webicon-yelp.png)}.svg .webicon.yelp{background:url(../image/webicons/webicon-yelp.svg)}.no-svg .webicon.youtube{background:url(../image/webicons/webicon-youtube.png)}.svg .webicon.youtube{background:url(../image/webicons/webicon-youtube.svg)}.no-svg .webicon.youversion{background:url(../image/webicons/webicon-youversion.png)}.svg .webicon.youversion{background:url(../image/webicons/webicon-youversion.svg)}.no-svg .webicon.zerply{background:url(../image/webicons/webicon-zerply.png)}.svg .webicon.zerply{background:url(../image/webicons/webicon-zerply.svg)}
.hljs{display:block;padding:.5em;color:#333;background:#f8f8f8}.diff .hljs-header,.hljs-comment,.hljs-javadoc,.hljs-template_comment{color:#998;font-style:italic}.css .rule .hljs-keyword,.hljs-keyword,.hljs-request,.hljs-status,.hljs-subst,.hljs-winutils,.javascript .hljs-title,.nginx .hljs-title{color:#333;font-weight:700}.hljs-hexcolor,.hljs-number,.ruby .hljs-constant{color:#099}.hljs-phpdoc,.hljs-string,.hljs-tag .hljs-value,.tex .hljs-formula{color:#d14}.coffeescript .hljs-params,.hljs-id,.hljs-title,.scss .hljs-preprocessor{color:#900;font-weight:700}.clojure .hljs-title,.hljs-subst,.javascript .hljs-title,.lisp .hljs-title{font-weight:400}.haskell .hljs-type,.hljs-class .hljs-title,.tex .hljs-command,.vhdl .hljs-literal{color:#458;font-weight:700}.django .hljs-tag .hljs-keyword,.hljs-rules .hljs-property,.hljs-tag,.hljs-tag .hljs-title{color:navy;font-weight:400}.hljs-attribute,.hljs-variable,.lisp .hljs-body{color:teal}.hljs-regexp{color:#009926}.hljs-prompt,.hljs-symbol,.lisp .hljs-keyword,.ruby .hljs-symbol .hljs-string,.tex .hljs-special{color:#990073}.clojure .hljs-built_in,.hljs-built_in,.lisp .hljs-title{color:#0086b3}.hljs-cdata,.hljs-doctype,.hljs-pi,.hljs-pragma,.hljs-preprocessor,.hljs-shebang{color:#999;font-weight:700}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.diff .hljs-change{background:#0086b3}.hljs-chunk{color:#aaa}
</style><style type="text/css">img,legend{border:0}legend,td,th{padding:0}audio,canvas,code,kbd,progress,samp,tt,video{vertical-align:baseline;display:inline-block}code,code *,kbd,kbd *,samp,samp *,tt,tt *{white-space:pre-line}pre,textarea{overflow:auto}code,kbd,pre,samp,tt{background-color:#eee}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,pre,section,summary{display:block}#calendar_wrap,.centered:not(ui):not(ui *),.tagcloud,.wp-caption{text-align:center}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}:not(#wpadminbar *){box-sizing:border-box;max-width:100%;word-wrap:break-word}body{margin:0;font-family:'Open Sans',sans-serif;font-size:16px;line-height:1.7em}code,kbd,pre,samp,tt{font-family:"Droid Sans Mono","Courier New",monospace;tab-size:4;-moz-tab-size:4;-o-tab-size:4;-webkit-tab-size:4}code,kbd,samp,tt{border-radius:2px;border:1px solid #ddd;border-bottom-color:#bbb;border-right-color:#ccc;padding:1px 4px;line-height:1.35em}h1,h1:not(.ui) *,h2,h2:not(.ui) *,h3,h3:not(.ui) *,h4,h4:not(.ui) *,h5,h5:not(.ui) *,h6,h6:not(.ui) *{font-family:Roboto,'Open Sans',sans-serif;font-weight:300;margin-top:.4rem;margin-bottom:.9rem;color:#333;padding:2px 0;line-height:normal;clear:both}h1{font-size:2.5rem}h2{font-size:2.1rem}h3{font-size:1.6rem}h4{font-size:1.4rem}h5{font-size:1rem;font-weight:400}h6{font-size:.92rem;font-weight:700}a,a.inverted{font-weight:600;text-decoration:none}kbd{background-image:-moz-linear-gradient(#f1f1f1,#ddd);background-image:-webkit-linear-gradient(#f1f1f1,#ddd);background-image:linear-gradient(#f1f1f1,#ddd);background-repeat:repeat-x}ins,mark{background-color:rgba(250,250,0,.45);text-decoration:none;padding-left:.2em;padding-right:.2em}pre{padding:.4em 1em;border-radius:4px;border:1px solid #ddd;border-bottom-color:#bbb;border-right-color:#ccc;font-size:14px;margin:0 0 0 auto;white-space:pre-wrap;line-height:1.6em}pre code{white-space:pre-wrap;background:0 0;line-height:inherit;padding:0;border:none;display:inline}a{background:0 0;color:#006758}a:active,a:focus,a:hover{color:#333}a.inverted{color:#FFF}a.inverted:active,a.inverted:focus,a.inverted:hover{color:#878787}body.mce-content-body,html{height:inherit!important}.entry-media>img,img{height:auto;max-width:100%}blockquote{background-color:rgba(230,230,250,.25);border-left:4px solid rgba(0,0,0,.15);padding:.5em 10px .5em 2.2em;quotes:"\201C""\201D""\201C""\201D";z-index:10}blockquote:before{font-family:Roboto,'Open Sans',sans-serif;color:rgba(0,0,0,.15);content:open-quote;vertical-align:middle;position:absolute;margin:.45em 0 0 -.45em;font-size:64px;line-height:0;z-index:5}blockquote cite{display:block;margin-top:.8em;text-align:right}blockquote p{display:inline}figure.gallery-item{display:inline-block}img{padding:.3rem}.aligncenter{display:block;margin:0 auto}.alignleft{float:left}.alignright{float:right}.entry,.wp-widget{overflow:hidden}.entry-media{position:relative!important;display:block;width:100%;padding:.5em 1em!important;margin:0 0 0 -1em!important;border:none;box-sizing:content-box!important;z-index:1}.entry-media::before{content:"";background-image:url(../image/subtle-patterns/diagonal-noise.png);background-position:top center;opacity:.45;top:0;left:0;bottom:0;right:0;position:absolute;z-index:5}.entry-media>img{z-index:10;display:block;margin:0 auto;width:auto;position:relative;max-height:400px}.entry-title{overflow:hidden;text-overflow:ellipsis}.entry-content,.entry-content p,.entry-summery,.entry-summery p,.widget *{overflow:hidden;text-overflow:ellipsis;word-wrap:break-word}.pad,td#next,td#prev{border-left:none;border-right:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.ui *{font-family:'Open Sans',sans-serif}.wp-caption{max-width:100%;width:auto!important}.wp-caption-text{margin:0 auto;padding:.25em 1em .25em 1.8em;max-width:90%;font-size:.9em;border-radius:.3em;border:1px solid #ccc;background:#fff}.empty:not(ui):not(ui *){display:block;width:100%}.empty.size-5:not(ui):not(ui *){height:5px}.empty.size-10:not(ui):not(ui *){height:10px}.empty.size-15:not(ui):not(ui *){height:15px}.empty.size-20:not(ui):not(ui *){height:20px}.empty.size-25:not(ui):not(ui *){height:25px}.empty.size-30:not(ui):not(ui *){height:30px}.empty.size-35:not(ui):not(ui *){height:35px}.empty.size-40:not(ui):not(ui *){height:40px}.empty.size-45:not(ui):not(ui *){height:45px}.empty.size-50:not(ui):not(ui *){height:50px}.empty.size-60:not(ui):not(ui *){height:60px}.empty.size-70:not(ui):not(ui *){height:70px}.empty.size-80:not(ui):not(ui *){height:80px}.empty.size-90:not(ui):not(ui *){height:90px}.empty.size-100:not(ui):not(ui *){height:100px}.hidden:not(ui):not(ui *){display:none}#calendar_wrap{margin:0;padding:0}#main-content-grid{background-color:#fff}#main-header-grid{padding-top:1.5rem}#main-footer-grid{background-position:bottom center}#suiwp-usage-tracker{display:block;z-index:-100;position:relative;margin:-1px 0 0;padding:0;height:1px;width:1px}#wp-calendar{display:inline-block;font-size:1.05em}#wp-calendar,.tagcloud{margin-top:1em}
</style><style type="text/css"> /*
 * # Semantic UI - 2.1.6
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin);*,:after,:before{box-sizing:inherit}html{box-sizing:border-box;font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}input[type=text],input[type=email],input[type=search],input[type=password]{-webkit-appearance:none;-moz-appearance:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0;color:#4183C4;text-decoration:none}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}body,html{height:100%}html{font-size:14px}body{margin:0;padding:0;overflow-x:hidden;min-width:320px;background:#FFF;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:14px;line-height:1.4285em;color:rgba(0,0,0,.87);font-smoothing:antialiased}h1,h2,h3,h4,h5{font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;line-height:1.2857em;margin:calc(2rem - .14285em) 0 1rem;font-weight:700;padding:0}h1{min-height:1rem;font-size:2rem}h2{font-size:1.714rem}h3{font-size:1.28rem}h4{font-size:1.071rem}h5{font-size:1rem}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,p:first-child{margin-top:0}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,p:last-child{margin-bottom:0}p{margin:0 0 1em;line-height:1.4285em}a:hover{color:#1e70bf;text-decoration:none}::-webkit-selection{background-color:#CCE2FF;color:rgba(0,0,0,.87)}::-moz-selection{background-color:#CCE2FF;color:rgba(0,0,0,.87)}::selection{background-color:#CCE2FF;color:rgba(0,0,0,.87)}input::-webkit-selection,textarea::-webkit-selection{background-color:rgba(100,100,100,.4);color:rgba(0,0,0,.87)}input::-moz-selection,textarea::-moz-selection{background-color:rgba(100,100,100,.4);color:rgba(0,0,0,.87)}input::selection,textarea::selection{background-color:rgba(100,100,100,.4);color:rgba(0,0,0,.87)}.ui.button{cursor:pointer;display:inline-block;min-height:1em;outline:0;border:none;vertical-align:baseline;background:#E0E1E2;color:rgba(0,0,0,.6);font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;margin:0 .25em 0 0;padding:.78571429em 1.5em;text-transform:none;text-shadow:none;font-weight:700;line-height:1em;font-style:normal;text-align:center;text-decoration:none;border-radius:.28571429rem;box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;will-change:'';-webkit-tap-highlight-color:transparent}.ui.button:hover{background-color:#CACBCD;background-image:none;box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;color:rgba(0,0,0,.8)}.ui.button:hover .icon{opacity:.85}.ui.button:focus{background-color:#CACBCD;color:rgba(0,0,0,.8);background-image:''!important;box-shadow:''!important}.ui.button:focus .icon{opacity:.85}.ui.active.button:active,.ui.button:active{background-color:#BABBBC;background-image:'';color:rgba(0,0,0,.9);box-shadow:0 0 0 1px transparent inset,none}.ui.active.button{background-color:#C0C1C2;background-image:none;box-shadow:0 0 0 1px transparent inset;color:rgba(0,0,0,.95)}.ui.active.button:hover{background-color:#C0C1C2;background-image:none;color:rgba(0,0,0,.95)}.ui.active.button:active{background-color:#C0C1C2;background-image:none}.ui.loading.loading.loading.loading.loading.loading.button{position:relative;cursor:default;text-shadow:none!important;color:transparent!important;opacity:1;pointer-events:auto;-webkit-transition:all 0s linear,opacity .1s ease;transition:all 0s linear,opacity .1s ease}.ui.loading.button:before{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;border-radius:500rem;border:.2em solid rgba(0,0,0,.15)}.ui.loading.button:after{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;-webkit-animation:button-spin .6s linear;animation:button-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#FFF transparent transparent;border-style:solid;border-width:.2em;box-shadow:0 0 0 1px transparent}.ui.labeled.icon.loading.button .icon{background-color:transparent;box-shadow:none}@-webkit-keyframes button-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes button-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ui.basic.loading.button:not(.inverted):before{border-color:rgba(0,0,0,.1)}.ui.basic.loading.button:not(.inverted):after{border-top-color:#767676}.ui.button:disabled,.ui.buttons .disabled.button,.ui.disabled.active.button,.ui.disabled.button,.ui.disabled.button:hover{cursor:default;opacity:.45!important;background-image:none!important;box-shadow:none!important;pointer-events:none}.ui.basic.buttons .ui.disabled.button{border-color:rgba(34,36,38,.5)}.ui.animated.button{position:relative;overflow:hidden;padding-right:0!important;vertical-align:middle;z-index:1}.ui.animated.button .content{will-change:transform,opacity}.ui.animated.button .visible.content{position:relative;margin-right:1.5em;left:auto;right:0}.ui.animated.button .hidden.content{position:absolute;width:100%;top:50%;left:auto;right:-100%;margin-top:-.5em}.ui.animated.button .hidden.content,.ui.animated.button .visible.content{-webkit-transition:right .3s ease 0s;transition:right .3s ease 0s}.ui.animated.button:focus .visible.content,.ui.animated.button:hover .visible.content{left:auto;right:200%}.ui.animated.button:focus .hidden.content,.ui.animated.button:hover .hidden.content{left:auto;right:0}.ui.vertical.animated.button .hidden.content,.ui.vertical.animated.button .visible.content{-webkit-transition:top .3s ease,-webkit-transform .3s ease;transition:top .3s ease,transform .3s ease}.ui.vertical.animated.button .visible.content{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);right:auto}.ui.vertical.animated.button .hidden.content{top:-50%;left:0;right:auto}.ui.vertical.animated.button:focus .visible.content,.ui.vertical.animated.button:hover .visible.content{-webkit-transform:translateY(200%);-ms-transform:translateY(200%);transform:translateY(200%);right:auto}.ui.vertical.animated.button:focus .hidden.content,.ui.vertical.animated.button:hover .hidden.content{top:50%;right:auto}.ui.fade.animated.button .hidden.content,.ui.fade.animated.button .visible.content{-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease}.ui.fade.animated.button .visible.content{left:auto;right:auto;opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.ui.fade.animated.button .hidden.content{opacity:0;left:0;right:auto;-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5)}.ui.fade.animated.button:focus .visible.content,.ui.fade.animated.button:hover .visible.content{left:auto;right:auto;opacity:0;-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)}.ui.fade.animated.button:focus .hidden.content,.ui.fade.animated.button:hover .hidden.content{left:0;right:auto;opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.ui.inverted.button{box-shadow:0 0 0 2px #FFF inset!important;background:0 0;color:#FFF;text-shadow:none!important}.ui.inverted.buttons .button{margin:0 0 0 -2px}.ui.inverted.buttons .button:first-child{margin-left:0}.ui.inverted.vertical.buttons .button{margin:0 0 -2px}.ui.inverted.vertical.buttons .button:first-child{margin-top:0}.ui.inverted.button.active,.ui.inverted.button:focus,.ui.inverted.button:hover{background:#FFF;box-shadow:0 0 0 2px #FFF inset!important;color:rgba(0,0,0,.8)}.ui.inverted.button.active:focus{background:#DCDDDE;box-shadow:0 0 0 2px #DCDDDE inset!important;color:rgba(0,0,0,.8)}.ui.labeled.button:not(.icon){display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;background:0 0!important;padding:0!important;border:none!important;box-shadow:none!important}.ui.labeled.button>.button{margin:0}.ui.labeled.button>.label{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0 0 0 -1px!important;padding:'';font-size:1em;border-color:rgba(34,36,38,.15)}.ui.labeled.button>.tag.label:before{width:1.85em;height:1.85em}.ui.labeled.button:not([class*="left labeled"])>.button{border-top-right-radius:0;border-bottom-right-radius:0}.ui.labeled.button:not([class*="left labeled"])>.label,.ui[class*="left labeled"].button>.button{border-top-left-radius:0;border-bottom-left-radius:0}.ui[class*="left labeled"].button>.label{border-top-right-radius:0;border-bottom-right-radius:0}.ui.facebook.button{background-color:#3B5998;color:#FFF;text-shadow:none;background-image:none;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.facebook.button:hover{background-color:#304d8a;color:#FFF;text-shadow:none}.ui.facebook.button:active{background-color:#2d4373;color:#FFF;text-shadow:none}.ui.twitter.button{background-color:#0084B4;color:#FFF;text-shadow:none;background-image:none;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.twitter.button:hover{background-color:#00719b;color:#FFF;text-shadow:none}.ui.twitter.button:active{background-color:#005f81;color:#FFF;text-shadow:none}.ui.google.plus.button{background-color:#DC4A38;color:#FFF;text-shadow:none;background-image:none;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.google.plus.button:hover{background-color:#de321d;color:#FFF;text-shadow:none}.ui.google.plus.button:active{background-color:#bf3322;color:#FFF;text-shadow:none}.ui.linkedin.button{background-color:#1F88BE;color:#FFF;text-shadow:none}.ui.linkedin.button:hover{background-color:#147baf;color:#FFF;text-shadow:none}.ui.linkedin.button:active{background-color:#186992;color:#FFF;text-shadow:none}.ui.youtube.button{background-color:#CC181E;color:#FFF;text-shadow:none;background-image:none;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.youtube.button:hover{background-color:#bd0d13;color:#FFF;text-shadow:none}.ui.youtube.button:active{background-color:#9e1317;color:#FFF;text-shadow:none}.ui.instagram.button{background-color:#49769C;color:#FFF;text-shadow:none;background-image:none;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.instagram.button:hover{background-color:#3d698e;color:#FFF;text-shadow:none}.ui.instagram.button:active{background-color:#395c79;color:#FFF;text-shadow:none}.ui.pinterest.button{background-color:#00ACED;color:#FFF;text-shadow:none;background-image:none;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.pinterest.button:hover{background-color:#0099d4;color:#FFF;text-shadow:none}.ui.pinterest.button:active{background-color:#0087ba;color:#FFF;text-shadow:none}.ui.vk.button{background-color:#4D7198;color:#FFF;background-image:none;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.vk.button:hover{background-color:#41648a;color:#FFF}.ui.vk.button:active{background-color:#3c5876;color:#FFF}.ui.button>.icon:not(.button){height:.85714286em;opacity:.8;margin:0 .42857143em 0 -.21428571em;-webkit-transition:opacity .1s ease;transition:opacity .1s ease;vertical-align:'';color:''}.ui.button>.right.icon:not(.button){margin:0 -.21428571em 0 .42857143em}.ui[class*="left floated"].button,.ui[class*="left floated"].buttons{float:left;margin-left:0;margin-right:.25em}.ui[class*="right floated"].button,.ui[class*="right floated"].buttons{float:right;margin-right:0;margin-left:.25em}.ui.compact.button,.ui.compact.buttons .button{padding:.58928571em 1.125em}.ui.compact.icon.button,.ui.compact.icon.buttons .button{padding:.58928571em}.ui.compact.labeled.icon.button,.ui.compact.labeled.icon.buttons .button{padding:.58928571em 3.69642857em}.ui.mini.button,.ui.mini.buttons .button,.ui.mini.buttons .or{font-size:.71428571rem}.ui.tiny.button,.ui.tiny.buttons .button,.ui.tiny.buttons .or{font-size:.85714286rem}.ui.small.button,.ui.small.buttons .button,.ui.small.buttons .or{font-size:.92857143rem}.ui.button,.ui.buttons .button,.ui.buttons .or{font-size:1rem}.ui.large.button,.ui.large.buttons .button,.ui.large.buttons .or{font-size:1.14285714rem}.ui.big.button,.ui.big.buttons .button,.ui.big.buttons .or{font-size:1.28571429rem}.ui.huge.button,.ui.huge.buttons .button,.ui.huge.buttons .or{font-size:1.42857143rem}.ui.massive.button,.ui.massive.buttons .button,.ui.massive.buttons .or{font-size:1.71428571rem}.ui.icon.button,.ui.icon.buttons .button{padding:.78571429em}.ui.icon.button>.icon,.ui.icon.buttons .button>.icon{opacity:.9;margin:0;vertical-align:top}.ui.basic.button,.ui.basic.buttons .button{background:0 0!important;color:rgba(0,0,0,.6)!important;font-weight:400;border-radius:.28571429rem;text-transform:none;text-shadow:none!important;box-shadow:0 0 0 1px rgba(34,36,38,.15) inset}.ui.basic.buttons{box-shadow:none;border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem}.ui.basic.button:focus,.ui.basic.button:hover,.ui.basic.buttons .button:focus,.ui.basic.buttons .button:hover{background:#FFF!important;color:rgba(0,0,0,.8)!important;box-shadow:0 0 0 1px rgba(34,36,38,.35) inset,0 0 0 0 rgba(34,36,38,.15) inset}.ui.basic.button:active,.ui.basic.buttons .button:active{background:#F8F8F8!important;color:rgba(0,0,0,.9)!important;box-shadow:0 0 0 1px rgba(0,0,0,.15) inset,0 1px 4px 0 rgba(34,36,38,.15) inset}.ui.basic.active.button,.ui.basic.buttons .active.button{background:rgba(0,0,0,.05)!important;box-shadow:''!important;color:rgba(0,0,0,.95)}.ui.basic.active.button:hover,.ui.basic.buttons .active.button:hover{background-color:rgba(0,0,0,.05)}.ui.basic.buttons .button:hover{box-shadow:0 0 0 1px rgba(34,36,38,.35) inset,0 0 0 0 rgba(34,36,38,.15) inset inset}.ui.basic.buttons .button:active{box-shadow:0 0 0 1px rgba(0,0,0,.15) inset,0 1px 4px 0 rgba(34,36,38,.15) inset inset}.ui.basic.buttons .active.button{box-shadow:rgba(34,36,38,.35) inset}.ui.basic.inverted.button,.ui.basic.inverted.buttons .button{background-color:transparent!important;color:#F9FAFB!important;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important}.ui.basic.inverted.button:focus,.ui.basic.inverted.button:hover,.ui.basic.inverted.buttons .button:focus,.ui.basic.inverted.buttons .button:hover{color:#FFF!important;box-shadow:0 0 0 2px #fff inset!important}.ui.basic.inverted.button:active,.ui.basic.inverted.buttons .button:active{background-color:rgba(255,255,255,.08)!important;color:#FFF!important;box-shadow:0 0 0 2px rgba(255,255,255,.9) inset!important}.ui.basic.inverted.active.button,.ui.basic.inverted.buttons .active.button{background-color:rgba(255,255,255,.08);color:#FFF;text-shadow:none;box-shadow:0 0 0 2px rgba(255,255,255,.7) inset}.ui.basic.inverted.active.button:hover,.ui.basic.inverted.buttons .active.button:hover{background-color:rgba(255,255,255,.15);box-shadow:0 0 0 2px #fff inset!important}.ui.basic.buttons .button{border-radius:0;border-left:1px solid rgba(34,36,38,.15);box-shadow:none}.ui.basic.vertical.buttons .button{border-left:none;border-left-width:0;border-top:1px solid rgba(34,36,38,.15)}.ui.basic.vertical.buttons .button:first-child{border-top-width:0}.ui.labeled.icon.button,.ui.labeled.icon.buttons .button{position:relative;padding-left:4.07142857em!important;padding-right:1.5em!important}.ui.labeled.icon.button>.icon,.ui.labeled.icon.buttons>.button>.icon{position:absolute;height:100%;line-height:1;border-radius:0;border-top-left-radius:inherit;border-bottom-left-radius:inherit;text-align:center;margin:0;width:2.57142857em;background-color:rgba(0,0,0,.05);color:'';box-shadow:-1px 0 0 0 transparent inset;top:0;left:0}.ui[class*="right labeled"].icon.button{padding-right:4.07142857em!important;padding-left:1.5em!important}.ui[class*="right labeled"].icon.button>.icon{left:auto;right:0;border-radius:0;border-top-right-radius:inherit;border-bottom-right-radius:inherit;box-shadow:1px 0 0 0 transparent inset}.ui.labeled.icon.button>.icon:after,.ui.labeled.icon.button>.icon:before,.ui.labeled.icon.buttons>.button>.icon:after,.ui.labeled.icon.buttons>.button>.icon:before{display:block;position:absolute;width:100%;top:50%;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ui.labeled.icon.buttons .button>.icon{border-radius:0}.ui.labeled.icon.buttons .button:first-child>.icon{border-top-left-radius:.28571429rem;border-bottom-left-radius:.28571429rem}.ui.labeled.icon.buttons .button:last-child>.icon{border-top-right-radius:.28571429rem;border-bottom-right-radius:.28571429rem}.ui.vertical.labeled.icon.buttons .button:first-child>.icon{border-radius:.28571429rem 0 0}.ui.vertical.labeled.icon.buttons .button:last-child>.icon{border-radius:0 0 0 .28571429rem}.ui.fluid[class*="left labeled"].icon.button,.ui.fluid[class*="right labeled"].icon.button{padding-left:1.5em!important;padding-right:1.5em!important}.ui.button.toggle.active,.ui.buttons .button.toggle.active,.ui.toggle.buttons .active.button{background-color:#21BA45!important;box-shadow:none!important;text-shadow:none;color:#FFF!important}.ui.button.toggle.active:hover{background-color:#16ab39!important;text-shadow:none;color:#FFF!important}.ui.circular.button{border-radius:10em}.ui.circular.button>.icon{width:1em;vertical-align:baseline}.ui.buttons .or{position:relative;width:.3em;height:2.57142857em;z-index:3}.ui.buttons .or:before{position:absolute;text-align:center;border-radius:500rem;content:'or';top:50%;left:50%;background-color:#FFF;text-shadow:none;margin-top:-.89285714em;margin-left:-.89285714em;width:1.78571429em;height:1.78571429em;line-height:1.78571429em;color:rgba(0,0,0,.4);font-style:normal;font-weight:700;box-shadow:0 0 0 1px transparent inset}.ui.buttons .or[data-text]:before{content:attr(data-text)}.ui.fluid.buttons .or{width:0!important}.ui.fluid.buttons .or:after{display:none}.ui.attached.button{position:relative;display:block;margin:0;border-radius:0;box-shadow:0 0 0 1px rgba(34,36,38,.15)!important}.ui.attached.top.button{border-radius:.28571429rem .28571429rem 0 0}.ui.attached.bottom.button{border-radius:0 0 .28571429rem .28571429rem}.ui.left.attached.button{display:inline-block;border-left:none;text-align:right;padding-right:.75em;border-radius:.28571429rem 0 0 .28571429rem}.ui.right.attached.button{display:inline-block;text-align:left;padding-left:.75em;border-radius:0 .28571429rem .28571429rem 0}.ui.attached.buttons{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-radius:0;width:auto!important;z-index:2;margin-left:-1px;margin-right:-1px}.ui.attached.buttons .button{margin:0}.ui.attached.buttons .button:first-child,.ui.attached.buttons .button:last-child{border-radius:0}.ui[class*="top attached"].buttons{margin-bottom:-1px;border-radius:.28571429rem .28571429rem 0 0}.ui[class*="top attached"].buttons .button:first-child{border-radius:.28571429rem 0 0}.ui[class*="top attached"].buttons .button:last-child{border-radius:0 .28571429rem 0 0}.ui[class*="bottom attached"].buttons{margin-top:-1px;border-radius:0 0 .28571429rem .28571429rem}.ui[class*="bottom attached"].buttons .button:first-child{border-radius:0 0 0 .28571429rem}.ui[class*="bottom attached"].buttons .button:last-child{border-radius:0 0 .28571429rem}.ui[class*="left attached"].buttons{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;margin-right:0;margin-left:-1px;border-radius:0 .28571429rem .28571429rem 0}.ui[class*="left attached"].buttons .button:first-child{margin-left:-1px;border-radius:0 .28571429rem 0 0}.ui[class*="left attached"].buttons .button:last-child{margin-left:-1px;border-radius:0 0 .28571429rem}.ui[class*="right attached"].buttons{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;margin-left:0;margin-right:-1px;border-radius:.28571429rem 0 0 .28571429rem}.ui[class*="right attached"].buttons .button:first-child{margin-left:-1px;border-radius:.28571429rem 0 0}.ui[class*="right attached"].buttons .button:last-child{margin-left:-1px;border-radius:0 0 0 .28571429rem}.ui.fluid.button,.ui.fluid.buttons{width:100%}.ui.fluid.button{display:block}.ui.two.buttons{width:100%}.ui.two.buttons>.button{width:50%}.ui.three.buttons{width:100%}.ui.three.buttons>.button{width:33.333%}.ui.four.buttons{width:100%}.ui.four.buttons>.button{width:25%}.ui.five.buttons{width:100%}.ui.five.buttons>.button{width:20%}.ui.six.buttons{width:100%}.ui.six.buttons>.button{width:16.666%}.ui.seven.buttons{width:100%}.ui.seven.buttons>.button{width:14.285%}.ui.eight.buttons{width:100%}.ui.eight.buttons>.button{width:12.5%}.ui.nine.buttons{width:100%}.ui.nine.buttons>.button{width:11.11%}.ui.ten.buttons{width:100%}.ui.ten.buttons>.button{width:10%}.ui.eleven.buttons{width:100%}.ui.eleven.buttons>.button{width:9.09%}.ui.twelve.buttons{width:100%}.ui.twelve.buttons>.button{width:8.3333%}.ui.fluid.vertical.buttons,.ui.fluid.vertical.buttons>.button{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:auto}.ui.two.vertical.buttons>.button{height:50%}.ui.three.vertical.buttons>.button{height:33.333%}.ui.four.vertical.buttons>.button{height:25%}.ui.five.vertical.buttons>.button{height:20%}.ui.six.vertical.buttons>.button{height:16.666%}.ui.seven.vertical.buttons>.button{height:14.285%}.ui.eight.vertical.buttons>.button{height:12.5%}.ui.nine.vertical.buttons>.button{height:11.11%}.ui.ten.vertical.buttons>.button{height:10%}.ui.eleven.vertical.buttons>.button{height:9.09%}.ui.twelve.vertical.buttons>.button{height:8.3333%}.ui.black.button,.ui.black.buttons .button{background-color:#1B1C1D;color:#FFF;text-shadow:none;background-image:none}.ui.black.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.black.button:hover,.ui.black.buttons .button:hover{background-color:#27292a;color:#FFF;text-shadow:none}.ui.black.button:focus,.ui.black.buttons .button:focus{background-color:#2f3032;color:#FFF;text-shadow:none}.ui.black.button:active,.ui.black.buttons .button:active{background-color:#343637;color:#FFF;text-shadow:none}.ui.black.active.button,.ui.black.button .active.button:active,.ui.black.buttons .active.button,.ui.black.buttons .active.button:active{background-color:#0f0f10;color:#FFF;text-shadow:none}.ui.basic.black.button,.ui.basic.black.buttons .button{box-shadow:0 0 0 1px #1B1C1D inset!important;color:#1B1C1D!important}.ui.basic.black.button:hover,.ui.basic.black.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #27292a inset!important;color:#27292a!important}.ui.basic.black.button:focus,.ui.basic.black.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #2f3032 inset!important;color:#27292a!important}.ui.basic.black.active.button,.ui.basic.black.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #0f0f10 inset!important;color:#343637!important}.ui.basic.black.button:active,.ui.basic.black.buttons .button:active{box-shadow:0 0 0 1px #343637 inset!important;color:#343637!important}.ui.buttons:not(.vertical)>.basic.black.button:not(:first-child){margin-left:-1px}.ui.inverted.black.button,.ui.inverted.black.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #D4D4D5 inset!important;color:#FFF}.ui.inverted.black.button.active,.ui.inverted.black.button:active,.ui.inverted.black.button:focus,.ui.inverted.black.button:hover,.ui.inverted.black.buttons .button.active,.ui.inverted.black.buttons .button:active,.ui.inverted.black.buttons .button:focus,.ui.inverted.black.buttons .button:hover{box-shadow:none!important;color:#FFF}.ui.inverted.black.active.button,.ui.inverted.black.button:active,.ui.inverted.black.button:focus,.ui.inverted.black.button:hover,.ui.inverted.black.buttons .active.button,.ui.inverted.black.buttons .button:active,.ui.inverted.black.buttons .button:focus,.ui.inverted.black.buttons .button:hover{background-color:#000}.ui.inverted.black.basic.button,.ui.inverted.black.basic.buttons .button,.ui.inverted.black.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#FFF!important}.ui.inverted.black.basic.button:hover,.ui.inverted.black.basic.buttons .button:hover,.ui.inverted.black.buttons .basic.button:hover{box-shadow:0 0 0 2px #000 inset!important;color:#FFF!important}.ui.inverted.black.basic.button:focus,.ui.inverted.black.basic.buttons .button:focus{box-shadow:0 0 0 2px #000 inset!important;color:#545454!important}.ui.inverted.black.basic.active.button,.ui.inverted.black.basic.button:active,.ui.inverted.black.basic.buttons .active.button,.ui.inverted.black.basic.buttons .button:active,.ui.inverted.black.buttons .basic.active.button,.ui.inverted.black.buttons .basic.button:active{box-shadow:0 0 0 2px #000 inset!important;color:#FFF!important}.ui.grey.button,.ui.grey.buttons .button{background-color:#767676;color:#FFF;text-shadow:none;background-image:none}.ui.grey.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.grey.button:hover,.ui.grey.buttons .button:hover{background-color:#838383;color:#FFF;text-shadow:none}.ui.grey.button:focus,.ui.grey.buttons .button:focus{background-color:#8a8a8a;color:#FFF;text-shadow:none}.ui.grey.button:active,.ui.grey.buttons .button:active{background-color:#909090;color:#FFF;text-shadow:none}.ui.grey.active.button,.ui.grey.button .active.button:active,.ui.grey.buttons .active.button,.ui.grey.buttons .active.button:active{background-color:#696969;color:#FFF;text-shadow:none}.ui.basic.grey.button,.ui.basic.grey.buttons .button{box-shadow:0 0 0 1px #767676 inset!important;color:#767676!important}.ui.basic.grey.button:hover,.ui.basic.grey.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #838383 inset!important;color:#838383!important}.ui.basic.grey.button:focus,.ui.basic.grey.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #8a8a8a inset!important;color:#838383!important}.ui.basic.grey.active.button,.ui.basic.grey.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #696969 inset!important;color:#909090!important}.ui.basic.grey.button:active,.ui.basic.grey.buttons .button:active{box-shadow:0 0 0 1px #909090 inset!important;color:#909090!important}.ui.buttons:not(.vertical)>.basic.grey.button:not(:first-child){margin-left:-1px}.ui.inverted.grey.button,.ui.inverted.grey.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #D4D4D5 inset!important;color:#FFF}.ui.inverted.grey.button.active,.ui.inverted.grey.button:active,.ui.inverted.grey.button:focus,.ui.inverted.grey.button:hover,.ui.inverted.grey.buttons .button.active,.ui.inverted.grey.buttons .button:active,.ui.inverted.grey.buttons .button:focus,.ui.inverted.grey.buttons .button:hover{box-shadow:none!important;color:rgba(0,0,0,.6)}.ui.inverted.grey.button:hover,.ui.inverted.grey.buttons .button:hover{background-color:#cfd0d2}.ui.inverted.grey.button:focus,.ui.inverted.grey.buttons .button:focus{background-color:#c7c9cb}.ui.inverted.grey.active.button,.ui.inverted.grey.buttons .active.button{background-color:#cfd0d2}.ui.inverted.grey.button:active,.ui.inverted.grey.buttons .button:active{background-color:#c2c4c5}.ui.inverted.grey.basic.button,.ui.inverted.grey.basic.buttons .button,.ui.inverted.grey.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#FFF!important}.ui.inverted.grey.basic.button:hover,.ui.inverted.grey.basic.buttons .button:hover,.ui.inverted.grey.buttons .basic.button:hover{box-shadow:0 0 0 2px #cfd0d2 inset!important;color:#FFF!important}.ui.inverted.grey.basic.button:focus,.ui.inverted.grey.basic.buttons .button:focus{box-shadow:0 0 0 2px #c7c9cb inset!important;color:#DCDDDE!important}.ui.inverted.grey.basic.active.button,.ui.inverted.grey.basic.buttons .active.button,.ui.inverted.grey.buttons .basic.active.button{box-shadow:0 0 0 2px #cfd0d2 inset!important;color:#FFF!important}.ui.inverted.grey.basic.button:active,.ui.inverted.grey.basic.buttons .button:active,.ui.inverted.grey.buttons .basic.button:active{box-shadow:0 0 0 2px #c2c4c5 inset!important;color:#FFF!important}.ui.brown.button,.ui.brown.buttons .button{background-color:#A5673F;color:#FFF;text-shadow:none;background-image:none}.ui.brown.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.brown.button:hover,.ui.brown.buttons .button:hover{background-color:#975b33;color:#FFF;text-shadow:none}.ui.brown.button:focus,.ui.brown.buttons .button:focus{background-color:#90532b;color:#FFF;text-shadow:none}.ui.brown.button:active,.ui.brown.buttons .button:active{background-color:#805031;color:#FFF;text-shadow:none}.ui.brown.active.button,.ui.brown.button .active.button:active,.ui.brown.buttons .active.button,.ui.brown.buttons .active.button:active{background-color:#995a31;color:#FFF;text-shadow:none}.ui.basic.brown.button,.ui.basic.brown.buttons .button{box-shadow:0 0 0 1px #A5673F inset!important;color:#A5673F!important}.ui.basic.brown.button:hover,.ui.basic.brown.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #975b33 inset!important;color:#975b33!important}.ui.basic.brown.button:focus,.ui.basic.brown.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #90532b inset!important;color:#975b33!important}.ui.basic.brown.active.button,.ui.basic.brown.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #995a31 inset!important;color:#805031!important}.ui.basic.brown.button:active,.ui.basic.brown.buttons .button:active{box-shadow:0 0 0 1px #805031 inset!important;color:#805031!important}.ui.buttons:not(.vertical)>.basic.brown.button:not(:first-child){margin-left:-1px}.ui.inverted.brown.button,.ui.inverted.brown.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #D67C1C inset!important;color:#D67C1C}.ui.inverted.brown.button.active,.ui.inverted.brown.button:active,.ui.inverted.brown.button:focus,.ui.inverted.brown.button:hover,.ui.inverted.brown.buttons .button.active,.ui.inverted.brown.buttons .button:active,.ui.inverted.brown.buttons .button:focus,.ui.inverted.brown.buttons .button:hover{box-shadow:none!important;color:#FFF}.ui.inverted.brown.button:hover,.ui.inverted.brown.buttons .button:hover{background-color:#c86f11}.ui.inverted.brown.button:focus,.ui.inverted.brown.buttons .button:focus{background-color:#c16808}.ui.inverted.brown.active.button,.ui.inverted.brown.buttons .active.button{background-color:#cc6f0d}.ui.inverted.brown.button:active,.ui.inverted.brown.buttons .button:active{background-color:#a96216}.ui.inverted.brown.basic.button,.ui.inverted.brown.basic.buttons .button,.ui.inverted.brown.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#FFF!important}.ui.inverted.brown.basic.button:hover,.ui.inverted.brown.basic.buttons .button:hover,.ui.inverted.brown.buttons .basic.button:hover{box-shadow:0 0 0 2px #c86f11 inset!important;color:#D67C1C!important}.ui.inverted.brown.basic.button:focus,.ui.inverted.brown.basic.buttons .button:focus{box-shadow:0 0 0 2px #c16808 inset!important;color:#D67C1C!important}.ui.inverted.brown.basic.active.button,.ui.inverted.brown.basic.buttons .active.button,.ui.inverted.brown.buttons .basic.active.button{box-shadow:0 0 0 2px #cc6f0d inset!important;color:#D67C1C!important}.ui.inverted.brown.basic.button:active,.ui.inverted.brown.basic.buttons .button:active,.ui.inverted.brown.buttons .basic.button:active{box-shadow:0 0 0 2px #a96216 inset!important;color:#D67C1C!important}.ui.blue.button,.ui.blue.buttons .button{background-color:#2185D0;color:#FFF;text-shadow:none;background-image:none}.ui.blue.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.blue.button:hover,.ui.blue.buttons .button:hover{background-color:#1678c2;color:#FFF;text-shadow:none}.ui.blue.button:focus,.ui.blue.buttons .button:focus{background-color:#0d71bb;color:#FFF;text-shadow:none}.ui.blue.button:active,.ui.blue.buttons .button:active{background-color:#1a69a4;color:#FFF;text-shadow:none}.ui.blue.active.button,.ui.blue.button .active.button:active,.ui.blue.buttons .active.button,.ui.blue.buttons .active.button:active{background-color:#1279c6;color:#FFF;text-shadow:none}.ui.basic.blue.button,.ui.basic.blue.buttons .button{box-shadow:0 0 0 1px #2185D0 inset!important;color:#2185D0!important}.ui.basic.blue.button:hover,.ui.basic.blue.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #1678c2 inset!important;color:#1678c2!important}.ui.basic.blue.button:focus,.ui.basic.blue.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #0d71bb inset!important;color:#1678c2!important}.ui.basic.blue.active.button,.ui.basic.blue.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #1279c6 inset!important;color:#1a69a4!important}.ui.basic.blue.button:active,.ui.basic.blue.buttons .button:active{box-shadow:0 0 0 1px #1a69a4 inset!important;color:#1a69a4!important}.ui.buttons:not(.vertical)>.basic.blue.button:not(:first-child){margin-left:-1px}.ui.inverted.blue.button,.ui.inverted.blue.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #54C8FF inset!important;color:#54C8FF}.ui.inverted.blue.button.active,.ui.inverted.blue.button:active,.ui.inverted.blue.button:focus,.ui.inverted.blue.button:hover,.ui.inverted.blue.buttons .button.active,.ui.inverted.blue.buttons .button:active,.ui.inverted.blue.buttons .button:focus,.ui.inverted.blue.buttons .button:hover{box-shadow:none!important;color:#FFF}.ui.inverted.blue.button:hover,.ui.inverted.blue.buttons .button:hover{background-color:#3ac0ff}.ui.inverted.blue.button:focus,.ui.inverted.blue.buttons .button:focus{background-color:#2bbbff}.ui.inverted.blue.active.button,.ui.inverted.blue.buttons .active.button{background-color:#3ac0ff}.ui.inverted.blue.button:active,.ui.inverted.blue.buttons .button:active{background-color:#21b8ff}.ui.inverted.blue.basic.button,.ui.inverted.blue.basic.buttons .button,.ui.inverted.blue.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#FFF!important}.ui.inverted.blue.basic.button:hover,.ui.inverted.blue.basic.buttons .button:hover,.ui.inverted.blue.buttons .basic.button:hover{box-shadow:0 0 0 2px #3ac0ff inset!important;color:#54C8FF!important}.ui.inverted.blue.basic.button:focus,.ui.inverted.blue.basic.buttons .button:focus{box-shadow:0 0 0 2px #2bbbff inset!important;color:#54C8FF!important}.ui.inverted.blue.basic.active.button,.ui.inverted.blue.basic.buttons .active.button,.ui.inverted.blue.buttons .basic.active.button{box-shadow:0 0 0 2px #3ac0ff inset!important;color:#54C8FF!important}.ui.inverted.blue.basic.button:active,.ui.inverted.blue.basic.buttons .button:active,.ui.inverted.blue.buttons .basic.button:active{box-shadow:0 0 0 2px #21b8ff inset!important;color:#54C8FF!important}.ui.green.button,.ui.green.buttons .button{background-color:#21BA45;color:#FFF;text-shadow:none;background-image:none}.ui.green.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.green.button:hover,.ui.green.buttons .button:hover{background-color:#16ab39;color:#FFF;text-shadow:none}.ui.green.button:focus,.ui.green.buttons .button:focus{background-color:#0ea432;color:#FFF;text-shadow:none}.ui.green.button:active,.ui.green.buttons .button:active{background-color:#198f35;color:#FFF;text-shadow:none}.ui.green.active.button,.ui.green.button .active.button:active,.ui.green.buttons .active.button,.ui.green.buttons .active.button:active{background-color:#13ae38;color:#FFF;text-shadow:none}.ui.basic.green.button,.ui.basic.green.buttons .button{box-shadow:0 0 0 1px #21BA45 inset!important;color:#21BA45!important}.ui.basic.green.button:hover,.ui.basic.green.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #16ab39 inset!important;color:#16ab39!important}.ui.basic.green.button:focus,.ui.basic.green.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #0ea432 inset!important;color:#16ab39!important}.ui.basic.green.active.button,.ui.basic.green.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #13ae38 inset!important;color:#198f35!important}.ui.basic.green.button:active,.ui.basic.green.buttons .button:active{box-shadow:0 0 0 1px #198f35 inset!important;color:#198f35!important}.ui.buttons:not(.vertical)>.basic.green.button:not(:first-child){margin-left:-1px}.ui.inverted.green.button,.ui.inverted.green.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #2ECC40 inset!important;color:#2ECC40}.ui.inverted.green.button.active,.ui.inverted.green.button:active,.ui.inverted.green.button:focus,.ui.inverted.green.button:hover,.ui.inverted.green.buttons .button.active,.ui.inverted.green.buttons .button:active,.ui.inverted.green.buttons .button:focus,.ui.inverted.green.buttons .button:hover{box-shadlightOw:none!important;color:#FFF}.ui.inverted.green.button:hover,.ui.inverted.green.buttons .button:hover{background-color:#22be34}.ui.inverted.green.button:focus,.ui.inverted.green.buttons .button:focus{background-color:#19b82b}.ui.inverted.green.active.button,.ui.inverted.green.buttons .active.button{background-color:#1fc231}.ui.inverted.green.button:active,.ui.inverted.green.buttons .button:active{background-color:#25a233}.ui.inverted.green.basic.button,.ui.inverted.green.basic.buttons .button,.ui.inverted.green.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#FFF!important}.ui.inverted.green.basic.button:hover,.ui.inverted.green.basic.buttons .button:hover,.ui.inverted.green.buttons .basic.button:hover{box-shadow:0 0 0 2px #22be34 inset!important;color:#2ECC40!important}.ui.inverted.green.basic.button:focus,.ui.inverted.green.basic.buttons .button:focus{box-shadow:0 0 0 2px #19b82b inset!important;color:#2ECC40!important}.ui.inverted.green.basic.active.button,.ui.inverted.green.basic.buttons .active.button,.ui.inverted.green.buttons .basic.active.button{box-shadow:0 0 0 2px #1fc231 inset!important;color:#2ECC40!important}.ui.inverted.green.basic.button:active,.ui.inverted.green.basic.buttons .button:active,.ui.inverted.green.buttons .basic.button:active{box-shadow:0 0 0 2px #25a233 inset!important;color:#2ECC40!important}.ui.orange.button,.ui.orange.buttons .button{background-color:#F2711C;color:#FFF;text-shadow:none;background-image:none}.ui.orange.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.orange.button:hover,.ui.orange.buttons .button:hover{background-color:#f26202;color:#FFF;text-shadow:none}.ui.orange.button:focus,.ui.orange.buttons .button:focus{background-color:#e55b00;color:#FFF;text-shadow:none}.ui.orange.button:active,.ui.orange.buttons .button:active{background-color:#cf590c;color:#FFF;text-shadow:none}.ui.orange.active.button,.ui.orange.button .active.button:active,.ui.orange.buttons .active.button,.ui.orange.buttons .active.button:active{background-color:#f56100;color:#FFF;text-shadow:none}.ui.basic.orange.button,.ui.basic.orange.buttons .button{box-shadow:0 0 0 1px #F2711C inset!important;color:#F2711C!important}.ui.basic.orange.button:hover,.ui.basic.orange.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #f26202 inset!important;color:#f26202!important}.ui.basic.orange.button:focus,.ui.basic.orange.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #e55b00 inset!important;color:#f26202!important}.ui.basic.orange.active.button,.ui.basic.orange.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #f56100 inset!important;color:#cf590c!important}.ui.basic.orange.button:active,.ui.basic.orange.buttons .button:active{box-shadow:0 0 0 1px #cf590c inset!important;color:#cf590c!important}.ui.buttons:not(.vertical)>.basic.orange.button:not(:first-child){margin-left:-1px}.ui.inverted.orange.button,.ui.inverted.orange.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #FF851B inset!important;color:#FF851B}.ui.inverted.orange.button.active,.ui.inverted.orange.button:active,.ui.inverted.orange.button:focus,.ui.inverted.orange.button:hover,.ui.inverted.orange.buttons .button.active,.ui.inverted.orange.buttons .button:active,.ui.inverted.orange.buttons .button:focus,.ui.inverted.orange.buttons .button:hover{box-shadow:none!important;color:#FFF}.ui.inverted.orange.button:hover,.ui.inverted.orange.buttons .button:hover{background-color:#ff7701}.ui.inverted.orange.button:focus,.ui.inverted.orange.buttons .button:focus{background-color:#f17000}.ui.inverted.orange.active.button,.ui.inverted.orange.buttons .active.button{background-color:#ff7701}.ui.inverted.orange.button:active,.ui.inverted.orange.buttons .button:active{background-color:#e76b00}.ui.inverted.orange.basic.button,.ui.inverted.orange.basic.buttons .button,.ui.inverted.orange.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#FFF!important}.ui.inverted.orange.basic.button:hover,.ui.inverted.orange.basic.buttons .button:hover,.ui.inverted.orange.buttons .basic.button:hover{box-shadow:0 0 0 2px #ff7701 inset!important;color:#FF851B!important}.ui.inverted.orange.basic.button:focus,.ui.inverted.orange.basic.buttons .button:focus{box-shadow:0 0 0 2px #f17000 inset!important;color:#FF851B!important}.ui.inverted.orange.basic.active.button,.ui.inverted.orange.basic.buttons .active.button,.ui.inverted.orange.buttons .basic.active.button{box-shadow:0 0 0 2px #ff7701 inset!important;color:#FF851B!important}.ui.inverted.orange.basic.button:active,.ui.inverted.orange.basic.buttons .button:active,.ui.inverted.orange.buttons .basic.button:active{box-shadow:0 0 0 2px #e76b00 inset!important;color:#FF851B!important}.ui.pink.button,.ui.pink.buttons .button{background-color:#E03997;color:#FFF;text-shadow:none;background-image:none}.ui.pink.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.pink.button:hover,.ui.pink.buttons .button:hover{background-color:#e61a8d;color:#FFF;text-shadow:none}.ui.pink.button:focus,.ui.pink.buttons .button:focus{background-color:#e10f85;color:#FFF;text-shadow:none}.ui.pink.button:active,.ui.pink.buttons .button:active{background-color:#c71f7e;color:#FFF;text-shadow:none}.ui.pink.active.button,.ui.pink.button .active.button:active,.ui.pink.buttons .active.button,.ui.pink.buttons .active.button:active{background-color:#ea158d;color:#FFF;text-shadow:none}.ui.basic.pink.button,.ui.basic.pink.buttons .button{box-shadow:0 0 0 1px #E03997 inset!important;color:#E03997!important}.ui.basic.pink.button:hover,.ui.basic.pink.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #e61a8d inset!important;color:#e61a8d!important}.ui.basic.pink.button:focus,.ui.basic.pink.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #e10f85 inset!important;color:#e61a8d!important}.ui.basic.pink.active.button,.ui.basic.pink.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #ea158d inset!important;color:#c71f7e!important}.ui.basic.pink.button:active,.ui.basic.pink.buttons .button:active{box-shadow:0 0 0 1px #c71f7e inset!important;color:#c71f7e!important}.ui.buttons:not(.vertical)>.basic.pink.button:not(:first-child){margin-left:-1px}.ui.inverted.pink.button,.ui.inverted.pink.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #FF8EDF inset!important;color:#FF8EDF}.ui.inverted.pink.button.active,.ui.inverted.pink.button:active,.ui.inverted.pink.button:focus,.ui.inverted.pink.button:hover,.ui.inverted.pink.buttons .button.active,.ui.inverted.pink.buttons .button:active,.ui.inverted.pink.buttons .button:focus,.ui.inverted.pink.buttons .button:hover{box-shadow:none!important;color:#FFF}.ui.inverted.pink.button:hover,.ui.inverted.pink.buttons .button:hover{background-color:#ff74d8}.ui.inverted.pink.button:focus,.ui.inverted.pink.buttons .button:focus{background-color:#ff65d3}.ui.inverted.pink.active.button,.ui.inverted.pink.buttons .active.button{background-color:#ff74d8}.ui.inverted.pink.button:active,.ui.inverted.pink.buttons .button:active{background-color:#ff5bd1}.ui.inverted.pink.basic.button,.ui.inverted.pink.basic.buttons .button,.ui.inverted.pink.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#FFF!important}.ui.inverted.pink.basic.button:hover,.ui.inverted.pink.basic.buttons .button:hover,.ui.inverted.pink.buttons .basic.button:hover{box-shadow:0 0 0 2px #ff74d8 inset!important;color:#FF8EDF!important}.ui.inverted.pink.basic.button:focus,.ui.inverted.pink.basic.buttons .button:focus{box-shadow:0 0 0 2px #ff65d3 inset!important;color:#FF8EDF!important}.ui.inverted.pink.basic.active.button,.ui.inverted.pink.basic.buttons .active.button,.ui.inverted.pink.buttons .basic.active.button{box-shadow:0 0 0 2px #ff74d8 inset!important;color:#FF8EDF!important}.ui.inverted.pink.basic.button:active,.ui.inverted.pink.basic.buttons .button:active,.ui.inverted.pink.buttons .basic.button:active{box-shadow:0 0 0 2px #ff5bd1 inset!important;color:#FF8EDF!important}.ui.violet.button,.ui.violet.buttons .button{background-color:#6435C9;color:#FFF;text-shadow:none;background-image:none}.ui.violet.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.violet.button:hover,.ui.violet.buttons .button:hover{background-color:#5829bb;color:#FFF;text-shadow:none}.ui.violet.button:focus,.ui.violet.buttons .button:focus{background-color:#4f20b5;color:#FFF;text-shadow:none}.ui.violet.button:active,.ui.violet.buttons .button:active{background-color:#502aa1;color:#FFF;text-shadow:none}.ui.violet.active.button,.ui.violet.button .active.button:active,.ui.violet.buttons .active.button,.ui.violet.buttons .active.button:active{background-color:#5626bf;color:#FFF;text-shadow:none}.ui.basic.violet.button,.ui.basic.violet.buttons .button{box-shadow:0 0 0 1px #6435C9 inset!important;color:#6435C9!important}.ui.basic.violet.button:hover,.ui.basic.violet.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #5829bb inset!important;color:#5829bb!important}.ui.basic.violet.button:focus,.ui.basic.violet.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #4f20b5 inset!important;color:#5829bb!important}.ui.basic.violet.active.button,.ui.basic.violet.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #5626bf inset!important;color:#502aa1!important}.ui.basic.violet.button:active,.ui.basic.violet.buttons .button:active{box-shadow:0 0 0 1px #502aa1 inset!important;color:#502aa1!important}.ui.buttons:not(.vertical)>.basic.violet.button:not(:first-child){margin-left:-1px}.ui.inverted.violet.button,.ui.inverted.violet.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #A291FB inset!important;color:#A291FB}.ui.inverted.violet.button.active,.ui.inverted.violet.button:active,.ui.inverted.violet.button:focus,.ui.inverted.violet.button:hover,.ui.inverted.violet.buttons .button.active,.ui.inverted.violet.buttons .button:active,.ui.inverted.violet.buttons .button:focus,.ui.inverted.violet.buttons .button:hover{box-shadow:none!important;color:#FFF}.ui.inverted.violet.button:hover,.ui.inverted.violet.buttons .button:hover{background-color:#8a73ff}.ui.inverted.violet.button:focus,.ui.inverted.violet.buttons .button:focus{background-color:#7d64ff}.ui.inverted.violet.active.button,.ui.inverted.violet.buttons .active.button{background-color:#8a73ff}.ui.inverted.violet.button:active,.ui.inverted.violet.buttons .button:active{background-color:#7860f9}.ui.inverted.violet.basic.button,.ui.inverted.violet.basic.buttons .button,.ui.inverted.violet.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#FFF!important}.ui.inverted.violet.basic.button:hover,.ui.inverted.violet.basic.buttons .button:hover,.ui.inverted.violet.buttons .basic.button:hover{box-shadow:0 0 0 2px #8a73ff inset!important;color:#A291FB!important}.ui.inverted.violet.basic.button:focus,.ui.inverted.violet.basic.buttons .button:focus{box-shadow:0 0 0 2px #7d64ff inset!important;color:#A291FB!important}.ui.inverted.violet.basic.active.button,.ui.inverted.violet.basic.buttons .active.button,.ui.inverted.violet.buttons .basic.active.button{box-shadow:0 0 0 2px #8a73ff inset!important;color:#A291FB!important}.ui.inverted.violet.basic.button:active,.ui.inverted.violet.basic.buttons .button:active,.ui.inverted.violet.buttons .basic.button:active{box-shadow:0 0 0 2px #7860f9 inset!important;color:#A291FB!important}.ui.purple.button,.ui.purple.buttons .button{background-color:#A333C8;color:#FFF;text-shadow:none;background-image:none}.ui.purple.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.purple.button:hover,.ui.purple.buttons .button:hover{background-color:#9627ba;color:#FFF;text-shadow:none}.ui.purple.button:focus,.ui.purple.buttons .button:focus{background-color:#8f1eb4;color:#FFF;text-shadow:none}.ui.purple.button:active,.ui.purple.buttons .button:active{background-color:#82299f;color:#FFF;text-shadow:none}.ui.purple.active.button,.ui.purple.button .active.button:active,.ui.purple.buttons .active.button,.ui.purple.buttons .active.button:active{background-color:#9724be;color:#FFF;text-shadow:none}.ui.basic.purple.button,.ui.basic.purple.buttons .button{box-shadow:0 0 0 1px #A333C8 inset!important;color:#A333C8!important}.ui.basic.purple.button:hover,.ui.basic.purple.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #9627ba inset!important;color:#9627ba!important}.ui.basic.purple.button:focus,.ui.basic.purple.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #8f1eb4 inset!important;color:#9627ba!important}.ui.basic.purple.active.button,.ui.basic.purple.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #9724be inset!important;color:#82299f!important}.ui.basic.purple.button:active,.ui.basic.purple.buttons .button:active{box-shadow:0 0 0 1px #82299f inset!important;color:#82299f!important}.ui.buttons:not(.vertical)>.basic.purple.button:not(:first-child){margin-left:-1px}.ui.inverted.purple.button,.ui.inverted.purple.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #DC73FF inset!important;color:#DC73FF}.ui.inverted.purple.button.active,.ui.inverted.purple.button:active,.ui.inverted.purple.button:focus,.ui.inverted.purple.button:hover,.ui.inverted.purple.buttons .button.active,.ui.inverted.purple.buttons .button:active,.ui.inverted.purple.buttons .button:focus,.ui.inverted.purple.buttons .button:hover{box-shadow:none!important;color:#FFF}.ui.inverted.purple.button:hover,.ui.inverted.purple.buttons .button:hover{background-color:#d65aff}.ui.inverted.purple.button:focus,.ui.inverted.purple.buttons .button:focus{background-color:#d24aff}.ui.inverted.purple.active.button,.ui.inverted.purple.buttons .active.button{background-color:#d65aff}.ui.inverted.purple.button:active,.ui.inverted.purple.buttons .button:active{background-color:#cf40ff}.ui.inverted.purple.basic.button,.ui.inverted.purple.basic.buttons .button,.ui.inverted.purple.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#FFF!important}.ui.inverted.purple.basic.button:hover,.ui.inverted.purple.basic.buttons .button:hover,.ui.inverted.purple.buttons .basic.button:hover{box-shadow:0 0 0 2px #d65aff inset!important;color:#DC73FF!important}.ui.inverted.purple.basic.button:focus,.ui.inverted.purple.basic.buttons .button:focus{box-shadow:0 0 0 2px #d24aff inset!important;color:#DC73FF!important}.ui.inverted.purple.basic.active.button,.ui.inverted.purple.basic.buttons .active.button,.ui.inverted.purple.buttons .basic.active.button{box-shadow:0 0 0 2px #d65aff inset!important;color:#DC73FF!important}.ui.inverted.purple.basic.button:active,.ui.inverted.purple.basic.buttons .button:active,.ui.inverted.purple.buttons .basic.button:active{box-shadow:0 0 0 2px #cf40ff inset!important;color:#DC73FF!important}.ui.red.button,.ui.red.buttons .button{background-color:#DB2828;color:#FFF;text-shadow:none;background-image:none}.ui.red.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.red.button:hover,.ui.red.buttons .button:hover{background-color:#d01919;color:#FFF;text-shadow:none}.ui.red.button:focus,.ui.red.buttons .button:focus{background-color:#ca1010;color:#FFF;text-shadow:none}.ui.red.button:active,.ui.red.buttons .button:active{background-color:#b21e1e;color:#FFF;text-shadow:none}.ui.red.active.button,.ui.red.button .active.button:active,.ui.red.buttons .active.button,.ui.red.buttons .active.button:active{background-color:#d41515;color:#FFF;text-shadow:none}.ui.basic.red.button,.ui.basic.red.buttons .button{box-shadow:0 0 0 1px #DB2828 inset!important;color:#DB2828!important}.ui.basic.red.button:hover,.ui.basic.red.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #d01919 inset!important;color:#d01919!important}.ui.basic.red.button:focus,.ui.basic.red.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #ca1010 inset!important;color:#d01919!important}.ui.basic.red.active.button,.ui.basic.red.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #d41515 inset!important;color:#b21e1e!important}.ui.basic.red.button:active,.ui.basic.red.buttons .button:active{box-shadow:0 0 0 1px #b21e1e inset!important;color:#b21e1e!important}.ui.buttons:not(.vertical)>.basic.red.button:not(:first-child){margin-left:-1px}.ui.inverted.red.button,.ui.inverted.red.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #FF695E inset!important;color:#FF695E}.ui.inverted.red.button.active,.ui.inverted.red.button:active,.ui.inverted.red.button:focus,.ui.inverted.red.button:hover,.ui.inverted.red.buttons .button.active,.ui.inverted.red.buttons .button:active,.ui.inverted.red.buttons .button:focus,.ui.inverted.red.buttons .button:hover{box-shadow:none!important;color:#FFF}.ui.inverted.red.button:hover,.ui.inverted.red.buttons .button:hover{background-color:#ff5144}.ui.inverted.red.button:focus,.ui.inverted.red.buttons .button:focus{background-color:#ff4335}.ui.inverted.red.active.button,.ui.inverted.red.buttons .active.button{background-color:#ff5144}.ui.inverted.red.button:active,.ui.inverted.red.buttons .button:active{background-color:#ff392b}.ui.inverted.red.basic.button,.ui.inverted.red.basic.buttons .button,.ui.inverted.red.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#FFF!important}.ui.inverted.red.basic.button:hover,.ui.inverted.red.basic.buttons .button:hover,.ui.inverted.red.buttons .basic.button:hover{box-shadow:0 0 0 2px #ff5144 inset!important;color:#FF695E!important}.ui.inverted.red.basic.button:focus,.ui.inverted.red.basic.buttons .button:focus{box-shadow:0 0 0 2px #ff4335 inset!important;color:#FF695E!important}.ui.inverted.red.basic.active.button,.ui.inverted.red.basic.buttons .active.button,.ui.inverted.red.buttons .basic.active.button{box-shadow:0 0 0 2px #ff5144 inset!important;color:#FF695E!important}.ui.inverted.red.basic.button:active,.ui.inverted.red.basic.buttons .button:active,.ui.inverted.red.buttons .basic.button:active{box-shadow:0 0 0 2px #ff392b inset!important;color:#FF695E!important}.ui.teal.button,.ui.teal.buttons .button{background-color:#00B5AD;color:#FFF;text-shadow:none;background-image:none}.ui.teal.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.teal.button:hover,.ui.teal.buttons .button:hover{background-color:#009c95;color:#FFF;text-shadow:none}.ui.teal.button:focus,.ui.teal.buttons .button:focus{background-color:#008c86;color:#FFF;text-shadow:none}.ui.teal.button:active,.ui.teal.buttons .button:active{background-color:#00827c;color:#FFF;text-shadow:none}.ui.teal.active.button,.ui.teal.button .active.button:active,.ui.teal.buttons .active.button,.ui.teal.buttons .active.button:active{background-color:#009c95;color:#FFF;text-shadow:none}.ui.basic.teal.button,.ui.basic.teal.buttons .button{box-shadow:0 0 0 1px #00B5AD inset!important;color:#00B5AD!important}.ui.basic.teal.button:hover,.ui.basic.teal.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #009c95 inset!important;color:#009c95!important}.ui.basic.teal.button:focus,.ui.basic.teal.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #008c86 inset!important;color:#009c95!important}.ui.basic.teal.active.button,.ui.basic.teal.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #009c95 inset!important;color:#00827c!important}.ui.basic.teal.button:active,.ui.basic.teal.buttons .button:active{box-shadow:0 0 0 1px #00827c inset!important;color:#00827c!important}.ui.buttons:not(.vertical)>.basic.teal.button:not(:first-child){margin-left:-1px}.ui.inverted.teal.button,.ui.inverted.teal.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #6DFFFF inset!important;color:#6DFFFF}.ui.inverted.teal.button.active,.ui.inverted.teal.button:active,.ui.inverted.teal.button:focus,.ui.inverted.teal.button:hover,.ui.inverted.teal.buttons .button.active,.ui.inverted.teal.buttons .button:active,.ui.inverted.teal.buttons .button:focus,.ui.inverted.teal.buttons .button:hover{box-shadow:none!important;color:rgba(0,0,0,.6)}.ui.inverted.teal.button:hover,.ui.inverted.teal.buttons .button:hover{background-color:#54ffff}.ui.inverted.teal.button:focus,.ui.inverted.teal.buttons .button:focus{background-color:#4ff}.ui.inverted.teal.active.button,.ui.inverted.teal.buttons .active.button{background-color:#54ffff}.ui.inverted.teal.button:active,.ui.inverted.teal.buttons .button:active{background-color:#3affff}.ui.inverted.teal.basic.button,.ui.inverted.teal.basic.buttons .button,.ui.inverted.teal.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#FFF!important}.ui.inverted.teal.basic.button:hover,.ui.inverted.teal.basic.buttons .button:hover,.ui.inverted.teal.buttons .basic.button:hover{box-shadow:0 0 0 2px #54ffff inset!important;color:#6DFFFF!important}.ui.inverted.teal.basic.button:focus,.ui.inverted.teal.basic.buttons .button:focus{box-shadow:0 0 0 2px #4ff inset!important;color:#6DFFFF!important}.ui.inverted.teal.basic.active.button,.ui.inverted.teal.basic.buttons .active.button,.ui.inverted.teal.buttons .basic.active.button{box-shadow:0 0 0 2px #54ffff inset!important;color:#6DFFFF!important}.ui.inverted.teal.basic.button:active,.ui.inverted.teal.basic.buttons .button:active,.ui.inverted.teal.buttons .basic.button:active{box-shadow:0 0 0 2px #3affff inset!important;color:#6DFFFF!important}.ui.olive.button,.ui.olive.buttons .button{background-color:#B5CC18;color:#FFF;text-shadow:none;background-image:none}.ui.olive.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.olive.button:hover,.ui.olive.buttons .button:hover{background-color:#a7bd0d;color:#FFF;text-shadow:none}.ui.olive.button:focus,.ui.olive.buttons .button:focus{background-color:#a0b605;color:#FFF;text-shadow:none}.ui.olive.button:active,.ui.olive.buttons .button:active{background-color:#8d9e13;color:#FFF;text-shadow:none}.ui.olive.active.button,.ui.olive.button .active.button:active,.ui.olive.buttons .active.button,.ui.olive.buttons .active.button:active{background-color:#aac109;color:#FFF;text-shadow:none}.ui.basic.olive.button,.ui.basic.olive.buttons .button{box-shadow:0 0 0 1px #B5CC18 inset!important;color:#B5CC18!important}.ui.basic.olive.button:hover,.ui.basic.olive.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #a7bd0d inset!important;color:#a7bd0d!important}.ui.basic.olive.button:focus,.ui.basic.olive.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #a0b605 inset!important;color:#a7bd0d!important}.ui.basic.olive.active.button,.ui.basic.olive.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #aac109 inset!important;color:#8d9e13!important}.ui.basic.olive.button:active,.ui.basic.olive.buttons .button:active{box-shadow:0 0 0 1px #8d9e13 inset!important;color:#8d9e13!important}.ui.buttons:not(.vertical)>.basic.olive.button:not(:first-child){margin-left:-1px}.ui.inverted.olive.button,.ui.inverted.olive.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #D9E778 inset!important;color:#D9E778}.ui.inverted.olive.button.active,.ui.inverted.olive.button:active,.ui.inverted.olive.button:focus,.ui.inverted.olive.button:hover,.ui.inverted.olive.buttons .button.active,.ui.inverted.olive.buttons .button:active,.ui.inverted.olive.buttons .button:focus,.ui.inverted.olive.buttons .button:hover{box-shadow:none!important;color:rgba(0,0,0,.6)}.ui.inverted.olive.button:hover,.ui.inverted.olive.buttons .button:hover{background-color:#d8ea5c}.ui.inverted.olive.button:focus,.ui.inverted.olive.buttons .button:focus{background-color:#daef47}.ui.inverted.olive.active.button,.ui.inverted.olive.buttons .active.button{background-color:#daed59}.ui.inverted.olive.button:active,.ui.inverted.olive.buttons .button:active{background-color:#cddf4d}.ui.inverted.olive.basic.button,.ui.inverted.olive.basic.buttons .button,.ui.inverted.olive.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#FFF!important}.ui.inverted.olive.basic.button:hover,.ui.inverted.olive.basic.buttons .button:hover,.ui.inverted.olive.buttons .basic.button:hover{box-shadow:0 0 0 2px #d8ea5c inset!important;color:#D9E778!important}.ui.inverted.olive.basic.button:focus,.ui.inverted.olive.basic.buttons .button:focus{box-shadow:0 0 0 2px #daef47 inset!important;color:#D9E778!important}.ui.inverted.olive.basic.active.button,.ui.inverted.olive.basic.buttons .active.button,.ui.inverted.olive.buttons .basic.active.button{box-shadow:0 0 0 2px #daed59 inset!important;color:#D9E778!important}.ui.inverted.olive.basic.button:active,.ui.inverted.olive.basic.buttons .button:active,.ui.inverted.olive.buttons .basic.button:active{box-shadow:0 0 0 2px #cddf4d inset!important;color:#D9E778!important}.ui.yellow.button,.ui.yellow.buttons .button{background-color:#FBBD08;color:#FFF;text-shadow:none;background-image:none}.ui.yellow.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.yellow.button:hover,.ui.yellow.buttons .button:hover{background-color:#eaae00;color:#FFF;text-shadow:none}.ui.yellow.button:focus,.ui.yellow.buttons .button:focus{background-color:#daa300;color:#FFF;text-shadow:none}.ui.yellow.button:active,.ui.yellow.buttons .button:active{background-color:#cd9903;color:#FFF;text-shadow:none}.ui.yellow.active.button,.ui.yellow.button .active.button:active,.ui.yellow.buttons .active.button,.ui.yellow.buttons .active.button:active{background-color:#eaae00;color:#FFF;text-shadow:none}.ui.basic.yellow.button,.ui.basic.yellow.buttons .button{box-shadow:0 0 0 1px #FBBD08 inset!important;color:#FBBD08!important}.ui.basic.yellow.button:hover,.ui.basic.yellow.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #eaae00 inset!important;color:#eaae00!important}.ui.basic.yellow.button:focus,.ui.basic.yellow.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #daa300 inset!important;color:#eaae00!important}.ui.basic.yellow.active.button,.ui.basic.yellow.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #eaae00 inset!important;color:#cd9903!important}.ui.basic.yellow.button:active,.ui.basic.yellow.buttons .button:active{box-shadow:0 0 0 1px #cd9903 inset!important;color:#cd9903!important}.ui.buttons:not(.vertical)>.basic.yellow.button:not(:first-child){margin-left:-1px}.ui.inverted.yellow.button,.ui.inverted.yellow.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #FFE21F inset!important;color:#FFE21F}.ui.inverted.yellow.button.active,.ui.inverted.yellow.button:active,.ui.inverted.yellow.button:focus,.ui.inverted.yellow.button:hover,.ui.inverted.yellow.buttons .button.active,.ui.inverted.yellow.buttons .button:active,.ui.inverted.yellow.buttons .button:focus,.ui.inverted.yellow.buttons .button:hover{box-shadow:none!important;color:rgba(0,0,0,.6)}.ui.inverted.yellow.button:hover,.ui.inverted.yellow.buttons .button:hover{background-color:#ffdf05}.ui.inverted.yellow.button:focus,.ui.inverted.yellow.buttons .button:focus{background-color:#f5d500}.ui.inverted.yellow.active.button,.ui.inverted.yellow.buttons .active.button{background-color:#ffdf05}.ui.inverted.yellow.button:active,.ui.inverted.yellow.buttons .button:active{background-color:#ebcd00}.ui.inverted.yellow.basic.button,.ui.inverted.yellow.basic.buttons .button,.ui.inverted.yellow.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#FFF!important}.ui.inverted.yellow.basic.button:hover,.ui.inverted.yellow.basic.buttons .button:hover,.ui.inverted.yellow.buttons .basic.button:hover{box-shadow:0 0 0 2px #ffdf05 inset!important;color:#FFE21F!important}.ui.inverted.yellow.basic.button:focus,.ui.inverted.yellow.basic.buttons .button:focus{box-shadow:0 0 0 2px #f5d500 inset!important;color:#FFE21F!important}.ui.inverted.yellow.basic.active.button,.ui.inverted.yellow.basic.buttons .active.button,.ui.inverted.yellow.buttons .basic.active.button{box-shadow:0 0 0 2px #ffdf05 inset!important;color:#FFE21F!important}.ui.inverted.yellow.basic.button:active,.ui.inverted.yellow.basic.buttons .button:active,.ui.inverted.yellow.buttons .basic.button:active{box-shadow:0 0 0 2px #ebcd00 inset!important;color:#FFE21F!important}.ui.primary.button,.ui.primary.buttons .button{background-color:#2185D0;color:#FFF;text-shadow:none;background-image:none}.ui.primary.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.primary.button:hover,.ui.primary.buttons .button:hover{background-color:#1678c2;color:#FFF;text-shadow:none}.ui.primary.button:focus,.ui.primary.buttons .button:focus{background-color:#0d71bb;color:#FFF;text-shadow:none}.ui.primary.button:active,.ui.primary.buttons .button:active{background-color:#1a69a4;color:#FFF;text-shadow:none}.ui.primary.active.button,.ui.primary.buttons .active.button{background-color:#1279c6;color:#FFF;text-shadow:none}.ui.secondary.button,.ui.secondary.buttons .button{background-color:#1B1C1D;color:#FFF;text-shadow:none;background-image:none}.ui.secondary.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.secondary.button:hover,.ui.secondary.buttons .button:hover{background-color:#27292a;color:#FFF;text-shadow:none}.ui.secondary.button:focus,.ui.secondary.buttons .button:focus{background-color:#2e3032;color:#FFF;text-shadow:none}.ui.secondary.button:active,.ui.secondary.buttons .button:active{background-color:#343637;color:#FFF;text-shadow:none}.ui.secondary.active.button,.ui.secondary.buttons .active.button{background-color:#27292a;color:#FFF;text-shadow:none}.ui.positive.button,.ui.positive.buttons .button{background-color:#21BA45!important;color:#FFF;text-shadow:none;background-image:none}.ui.positive.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.positive.button:hover,.ui.positive.buttons .button:hover{background-color:#16ab39!important;color:#FFF;text-shadow:none}.ui.positive.button:focus,.ui.positive.buttons .button:focus{background-color:#0ea432!important;color:#FFF;text-shadow:none}.ui.positive.button:active,.ui.positive.buttons .button:active{background-color:#198f35!important;color:#FFF;text-shadow:none}.ui.positive.active.button,.ui.positive.buttons .active.button,.ui.positive.buttons .active.button:active{background-color:#13ae38;color:#FFF;text-shadow:none}.ui.negative.button,.ui.negative.buttons .button{background-color:#DB2828!important;color:#FFF;text-shadow:none;background-image:none}.ui.negative.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.negative.button:hover,.ui.negative.buttons .button:hover{background-color:#d01919!important;color:#FFF;text-shadow:none}.ui.negative.button:focus,.ui.negative.buttons .button:focus{background-color:#ca1010!important;color:#FFF;text-shadow:none}.ui.negative.button:active,.ui.negative.buttons .button:active{background-color:#b21e1e!important;color:#FFF;text-shadow:none}.ui.negative.active.button,.ui.negative.buttons .active.button,.ui.negative.buttons .active.button:active{background-color:#d41515;color:#FFF;text-shadow:none}.ui.buttons{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;font-size:0;vertical-align:baseline;margin:0 .25em 0 0}.ui.buttons:not(.basic):not(.inverted){box-shadow:none}.ui.buttons:after{content:".";display:block;height:0;clear:both;visibility:hidden}.ui.buttons .button{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;border-radius:0;margin:0}.ui.buttons:not(.basic):not(.inverted)>.button,.ui.buttons>.ui.button:not(.basic):not(.inverted){box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset}.ui.buttons .button:first-child{border-left:none;margin-left:0;border-top-left-radius:.28571429rem;border-bottom-left-radius:.28571429rem}.ui.buttons .button:last-child{border-top-right-radius:.28571429rem;border-bottom-right-radius:.28571429rem}.ui.vertical.buttons{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ui.vertical.buttons .button{display:block;float:none;width:100%;margin:0;box-shadow:none}.ui.vertical.buttons .button:first-child,.ui.vertical.buttons .huge.button:first-child,.ui.vertical.buttons .massive.button:first-child,.ui.vertical.buttons .mini.button:first-child,.ui.vertical.buttons .small.button:first-child,.ui.vertical.buttons .tiny.button:first-child{border-radius:.28571429rem .28571429rem 0 0}.ui.vertical.buttons .button:last-child,.ui.vertical.buttons .gigantic.button:last-child,.ui.vertical.buttons .huge.button:last-child,.ui.vertical.buttons .massive.button:last-child,.ui.vertical.buttons .mini.button:last-child,.ui.vertical.buttons .small.button:last-child,.ui.vertical.buttons .tiny.button:last-child{margin-bottom:0;border-radius:0 0 .28571429rem .28571429rem}.ui.container{display:block;max-width:100%!important}@media only screen and (max-width:767px){.ui.container{width:auto!important;margin-left:1em!important;margin-right:1em!important}.ui.grid.container,.ui.relaxed.grid.container,.ui.very.relaxed.grid.container{width:auto!important}}@media only screen and (min-width:768px) and (max-width:991px){.ui.container{width:723px;margin-left:auto!important;margin-right:auto!important}.ui.grid.container{width:calc(723px + 2rem)!important}.ui.relaxed.grid.container{width:calc(723px + 3rem)!important}.ui.very.relaxed.grid.container{width:calc(723px + 5rem)!important}}@media only screen and (min-width:992px) and (max-width:1199px){.ui.container{width:933px;margin-left:auto!important;margin-right:auto!important}.ui.grid.container{width:calc(933px + 2rem)!important}.ui.relaxed.grid.container{width:calc(933px + 3rem)!important}.ui.very.relaxed.grid.container{width:calc(933px + 5rem)!important}}@media only screen and (min-width:1200px){.ui.container{width:1127px;margin-left:auto!important;margin-right:auto!important}.ui.grid.container{width:calc(1127px + 2rem)!important}.ui.relaxed.grid.container{width:calc(1127px + 3rem)!important}.ui.very.relaxed.grid.container{width:calc(1127px + 5rem)!important}}.ui.text.container{font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;max-width:700px!important;line-height:1.5;font-size:1.14285714rem}.ui.fluid.container{width:100%}.ui[class*="left aligned"].container{text-align:left}.ui[class*="center aligned"].container{text-align:center}.ui[class*="right aligned"].container{text-align:right}.ui.justified.container{text-align:justify;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.ui.divider{margin:1rem 0;line-height:1;height:0;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:rgba(0,0,0,.85);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;font-size:1rem}.ui.divider:not(.vertical):not(.horizontal){border-top:1px solid rgba(34,36,38,.15);border-bottom:1px solid rgba(255,255,255,.1)}.ui.grid>.column+.divider,.ui.grid>.row>.column+.divider{left:auto}.ui.horizontal.divider{display:table;white-space:nowrap;height:auto;margin:'';overflow:hidden;line-height:1;text-align:center}.ui.horizontal.divider:after,.ui.horizontal.divider:before{content:'';display:table-cell;position:relative;top:50%;width:50%;background-repeat:no-repeat;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC)}.ui.horizontal.divider:before{background-position:right 1em top 50%}.ui.horizontal.divider:after{background-position:left 1em top 50%}.ui.vertical.divider{position:absolute;z-index:2;top:50%;left:50%;margin:0;padding:0;width:auto;height:50%;line-height:0;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ui.vertical.divider:after,.ui.vertical.divider:before{position:absolute;left:50%;content:'';z-index:3;border-left:1px solid rgba(34,36,38,.15);border-right:1px solid rgba(255,255,255,.1);width:0;height:calc(100% - 1rem)}.ui.vertical.divider:before{top:-100%}.ui.vertical.divider:after{top:auto;bottom:0}@media only screen and (max-width:767px){.ui.grid .stackable.row .ui.vertical.divider,.ui.stackable.grid .ui.vertical.divider{display:table;white-space:nowrap;height:auto;margin:'';overflow:hidden;line-height:1;text-align:center;position:static;top:0;left:0;-webkit-transform:none;-ms-transform:none;transform:none}.ui.grid .stackable.row .ui.vertical.divider:after,.ui.grid .stackable.row .ui.vertical.divider:before,.ui.stackable.grid .ui.vertical.divider:after,.ui.stackable.grid .ui.vertical.divider:before{left:0;border-left:none;border-right:none;content:'';display:table-cell;position:relative;top:50%;width:50%;background-repeat:no-repeat;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC)}.ui.grid .stackable.row .ui.vertical.divider:before,.ui.stackable.grid .ui.vertical.divider:before{background-position:right 1em top 50%}.ui.grid .stackable.row .ui.vertical.divider:after,.ui.stackable.grid .ui.vertical.divider:after{background-position:left 1em top 50%}}.ui.divider>.icon{margin:0;font-size:1rem;height:1em;vertical-align:middle}.ui.hidden.divider{border-color:transparent!important}.ui.hidden.divider:after,.ui.hidden.divider:before{display:none}.ui.divider.inverted,.ui.horizontal.inverted.divider,.ui.vertical.inverted.divider{color:#FFF}.ui.divider.inverted,.ui.divider.inverted:after,.ui.divider.inverted:before{border-top-color:rgba(34,36,38,.15)!important;border-left-color:rgba(34,36,38,.15)!important;border-bottom-color:rgba(255,255,255,.15)!important;border-right-color:rgba(255,255,255,.15)!important}.ui.fitted.divider{margin:0}.ui.clearing.divider{clear:both}.ui.section.divider{margin-top:2rem;margin-bottom:2rem}i.flag:not(.icon){display:inline-block;width:16px;height:11px;line-height:11px;vertical-align:baseline;margin:0 .5em 0 0;text-decoration:inherit;speak:none;font-smoothing:antialiased;-webkit-backface-visibility:hidden;backface-visibility:hidden}i.flag:not(.icon):before{display:inline-block;content:'';background:url(themes/default/assets/images/flags.png) no-repeat;width:16px;height:11px}i.flag.ad:before,i.flag.andorra:before{background-position:0 0}i.flag.ae:before,i.flag.uae:before,i.flag.united.arab.emirates:before{background-position:0 -26px}i.flag.af:before,i.flag.afghanistan:before{background-position:0 -52px}i.flag.ag:before,i.flag.antigua:before{background-position:0 -78px}i.flag.ai:before,i.flag.anguilla:before{background-position:0 -104px}i.flag.al:before,i.flag.albania:before{background-position:0 -130px}i.flag.am:before,i.flag.armenia:before{background-position:0 -156px}i.flag.an:before,i.flag.netherlands.antilles:before{background-position:0 -182px}i.flag.angola:before,i.flag.ao:before{background-position:0 -208px}i.flag.ar:before,i.flag.argentina:before{background-position:0 -234px}i.flag.american.samoa:before,i.flag.as:before{background-position:0 -260px}i.flag.at:before,i.flag.austria:before{background-position:0 -286px}i.flag.au:before,i.flag.australia:before{background-position:0 -312px}i.flag.aruba:before,i.flag.aw:before{background-position:0 -338px}i.flag.aland.islands:before,i.flag.ax:before{background-position:0 -364px}i.flag.az:before,i.flag.azerbaijan:before{background-position:0 -390px}i.flag.ba:before,i.flag.bosnia:before{background-position:0 -416px}i.flag.barbados:before,i.flag.bb:before{background-position:0 -442px}i.flag.bangladesh:before,i.flag.bd:before{background-position:0 -468px}i.flag.be:before,i.flag.belgium:before{background-position:0 -494px}i.flag.bf:before,i.flag.burkina.faso:before{background-position:0 -520px}i.flag.bg:before,i.flag.bulgaria:before{background-position:0 -546px}i.flag.bahrain:before,i.flag.bh:before{background-position:0 -572px}i.flag.bi:before,i.flag.burundi:before{background-position:0 -598px}i.flag.benin:before,i.flag.bj:before{background-position:0 -624px}i.flag.bermuda:before,i.flag.bm:before{background-position:0 -650px}i.flag.bn:before,i.flag.brunei:before{background-position:0 -676px}i.flag.bo:before,i.flag.bolivia:before{background-position:0 -702px}i.flag.br:before,i.flag.brazil:before{background-position:0 -728px}i.flag.bahamas:before,i.flag.bs:before{background-position:0 -754px}i.flag.bhutan:before,i.flag.bt:before{background-position:0 -780px}i.flag.bouvet.island:before,i.flag.bv:before{background-position:0 -806px}i.flag.botswana:before,i.flag.bw:before{background-position:0 -832px}i.flag.belarus:before,i.flag.by:before{background-position:0 -858px}i.flag.belize:before,i.flag.bz:before{background-position:0 -884px}i.flag.ca:before,i.flag.canada:before{background-position:0 -910px}i.flag.cc:before,i.flag.cocos.islands:before{background-position:0 -962px}i.flag.cd:before,i.flag.congo:before{background-position:0 -988px}i.flag.central.african.republic:before,i.flag.cf:before{background-position:0 -1014px}i.flag.cg:before,i.flag.congo.brazzaville:before{background-position:0 -1040px}i.flag.ch:before,i.flag.switzerland:before{background-position:0 -1066px}i.flag.ci:before,i.flag.cote.divoire:before{background-position:0 -1092px}i.flag.ck:before,i.flag.cook.islands:before{background-position:0 -1118px}i.flag.chile:before,i.flag.cl:before{background-position:0 -1144px}i.flag.cameroon:before,i.flag.cm:before{background-position:0 -1170px}i.flag.china:before,i.flag.cn:before{background-position:0 -1196px}i.flag.co:before,i.flag.colombia:before{background-position:0 -1222px}i.flag.costa.rica:before,i.flag.cr:before{background-position:0 -1248px}i.flag.cs:before,i.flag.serbia:before{background-position:0 -1274px}i.flag.cu:before,i.flag.cuba:before{background-position:0 -1300px}i.flag.cape.verde:before,i.flag.cv:before{background-position:0 -1326px}i.flag.christmas.island:before,i.flag.cx:before{background-position:0 -1352px}i.flag.cy:before,i.flag.cyprus:before{background-position:0 -1378px}i.flag.cz:before,i.flag.czech.republic:before{background-position:0 -1404px}i.flag.de:before,i.flag.germany:before{background-position:0 -1430px}i.flag.dj:before,i.flag.djibouti:before{background-position:0 -1456px}i.flag.denmark:before,i.flag.dk:before{background-position:0 -1482px}i.flag.dm:before,i.flag.dominica:before{background-position:0 -1508px}i.flag.do:before,i.flag.dominican.republic:before{background-position:0 -1534px}i.flag.algeria:before,i.flag.dz:before{background-position:0 -1560px}i.flag.ec:before,i.flag.ecuador:before{background-position:0 -1586px}i.flag.ee:before,i.flag.estonia:before{background-position:0 -1612px}i.flag.eg:before,i.flag.egypt:before{background-position:0 -1638px}i.flag.eh:before,i.flag.western.sahara:before{background-position:0 -1664px}i.flag.er:before,i.flag.eritrea:before{background-position:0 -1716px}i.flag.es:before,i.flag.spain:before{background-position:0 -1742px}i.flag.et:before,i.flag.ethiopia:before{background-position:0 -1768px}i.flag.eu:before,i.flag.european.union:before{background-position:0 -1794px}i.flag.fi:before,i.flag.finland:before{background-position:0 -1846px}i.flag.fiji:before,i.flag.fj:before{background-position:0 -1872px}i.flag.falkland.islands:before,i.flag.fk:before{background-position:0 -1898px}i.flag.fm:before,i.flag.micronesia:before{background-position:0 -1924px}i.flag.faroe.islands:before,i.flag.fo:before{background-position:0 -1950px}i.flag.fr:before,i.flag.france:before{background-position:0 -1976px}i.flag.ga:before,i.flag.gabon:before{background-position:-36px 0}i.flag.gb:before,i.flag.united.kingdom:before{background-position:-36px -26px}i.flag.gd:before,i.flag.grenada:before{background-position:-36px -52px}i.flag.ge:before,i.flag.georgia:before{background-position:-36px -78px}i.flag.french.guiana:before,i.flag.gf:before{background-position:-36px -104px}i.flag.gh:before,i.flag.ghana:before{background-position:-36px -130px}i.flag.gi:before,i.flag.gibraltar:before{background-position:-36px -156px}i.flag.gl:before,i.flag.greenland:before{background-position:-36px -182px}i.flag.gambia:before,i.flag.gm:before{background-position:-36px -208px}i.flag.gn:before,i.flag.guinea:before{background-position:-36px -234px}i.flag.gp:before,i.flag.guadeloupe:before{background-position:-36px -260px}i.flag.equatorial.guinea:before,i.flag.gq:before{background-position:-36px -286px}i.flag.gr:before,i.flag.greece:before{background-position:-36px -312px}i.flag.gs:before,i.flag.sandwich.islands:before{background-position:-36px -338px}i.flag.gt:before,i.flag.guatemala:before{background-position:-36px -364px}i.flag.gu:before,i.flag.guam:before{background-position:-36px -390px}i.flag.guinea-bissau:before,i.flag.gw:before{background-position:-36px -416px}i.flag.guyana:before,i.flag.gy:before{background-position:-36px -442px}i.flag.hk:before,i.flag.hong.kong:before{background-position:-36px -468px}i.flag.heard.island:before,i.flag.hm:before{background-position:-36px -494px}i.flag.hn:before,i.flag.honduras:before{background-position:-36px -520px}i.flag.croatia:before,i.flag.hr:before{background-position:-36px -546px}i.flag.haiti:before,i.flag.ht:before{background-position:-36px -572px}i.flag.hu:before,i.flag.hungary:before{background-position:-36px -598px}i.flag.id:before,i.flag.indonesia:before{background-position:-36px -624px}i.flag.ie:before,i.flag.ireland:before{background-position:-36px -650px}i.flag.il:before,i.flag.israel:before{background-position:-36px -676px}i.flag.in:before,i.flag.india:before{background-position:-36px -702px}i.flag.indian.ocean.territory:before,i.flag.io:before{background-position:-36px -728px}i.flag.iq:before,i.flag.iraq:before{background-position:-36px -754px}i.flag.ir:before,i.flag.iran:before{background-position:-36px -780px}i.flag.iceland:before,i.flag.is:before{background-position:-36px -806px}i.flag.it:before,i.flag.italy:before{background-position:-36px -832px}i.flag.jamaica:before,i.flag.jm:before{background-position:-36px -858px}i.flag.jo:before,i.flag.jordan:before{background-position:-36px -884px}i.flag.japan:before,i.flag.jp:before{background-position:-36px -910px}i.flag.ke:before,i.flag.kenya:before{background-position:-36px -936px}i.flag.kg:before,i.flag.kyrgyzstan:before{background-position:-36px -962px}i.flag.cambodia:before,i.flag.kh:before{background-position:-36px -988px}i.flag.ki:before,i.flag.kiribati:before{background-position:-36px -1014px}i.flag.comoros:before,i.flag.km:before{background-position:-36px -1040px}i.flag.kn:before,i.flag.saint.kitts.and.nevis:before{background-position:-36px -1066px}i.flag.kp:before,i.flag.north.korea:before{background-position:-36px -1092px}i.flag.kr:before,i.flag.south.korea:before{background-position:-36px -1118px}i.flag.kuwait:before,i.flag.kw:before{background-position:-36px -1144px}i.flag.cayman.islands:before,i.flag.ky:before{background-position:-36px -1170px}i.flag.kazakhstan:before,i.flag.kz:before{background-position:-36px -1196px}i.flag.la:before,i.flag.laos:before{background-position:-36px -1222px}i.flag.lb:before,i.flag.lebanon:before{background-position:-36px -1248px}i.flag.lc:before,i.flag.saint.lucia:before{background-position:-36px -1274px}i.flag.li:before,i.flag.liechtenstein:before{background-position:-36px -1300px}i.flag.lk:before,i.flag.sri.lanka:before{background-position:-36px -1326px}i.flag.liberia:before,i.flag.lr:before{background-position:-36px -1352px}i.flag.lesotho:before,i.flag.ls:before{background-position:-36px -1378px}i.flag.lithuania:before,i.flag.lt:before{background-position:-36px -1404px}i.flag.lu:before,i.flag.luxembourg:before{background-position:-36px -1430px}i.flag.latvia:before,i.flag.lv:before{background-position:-36px -1456px}i.flag.libya:before,i.flag.ly:before{background-position:-36px -1482px}i.flag.ma:before,i.flag.morocco:before{background-position:-36px -1508px}i.flag.mc:before,i.flag.monaco:before{background-position:-36px -1534px}i.flag.md:before,i.flag.moldova:before{background-position:-36px -1560px}i.flag.me:before,i.flag.montenegro:before{background-position:-36px -1586px}i.flag.madagascar:before,i.flag.mg:before{background-position:-36px -1613px}i.flag.marshall.islands:before,i.flag.mh:before{background-position:-36px -1639px}i.flag.macedonia:before,i.flag.mk:before{background-position:-36px -1665px}i.flag.mali:before,i.flag.ml:before{background-position:-36px -1691px}i.flag.burma:before,i.flag.mm:before,i.flag.myanmar:before{background-position:-36px -1717px}i.flag.mn:before,i.flag.mongolia:before{background-position:-36px -1743px}i.flag.macau:before,i.flag.mo:before{background-position:-36px -1769px}i.flag.mp:before,i.flag.northern.mariana.islands:before{background-position:-36px -1795px}i.flag.martinique:before,i.flag.mq:before{background-position:-36px -1821px}i.flag.mauritania:before,i.flag.mr:before{background-position:-36px -1847px}i.flag.montserrat:before,i.flag.ms:before{background-position:-36px -1873px}i.flag.malta:before,i.flag.mt:before{background-position:-36px -1899px}i.flag.mauritius:before,i.flag.mu:before{background-position:-36px -1925px}i.flag.maldives:before,i.flag.mv:before{background-position:-36px -1951px}i.flag.malawi:before,i.flag.mw:before{background-position:-36px -1977px}i.flag.mexico:before,i.flag.mx:before{background-position:-72px 0}i.flag.malaysia:before,i.flag.my:before{background-position:-72px -26px}i.flag.mozambique:before,i.flag.mz:before{background-position:-72px -52px}i.flag.na:before,i.flag.namibia:before{background-position:-72px -78px}i.flag.nc:before,i.flag.new.caledonia:before{background-position:-72px -104px}i.flag.ne:before,i.flag.niger:before{background-position:-72px -130px}i.flag.nf:before,i.flag.norfolk.island:before{background-position:-72px -156px}i.flag.ng:before,i.flag.nigeria:before{background-position:-72px -182px}i.flag.ni:before,i.flag.nicaragua:before{background-position:-72px -208px}i.flag.netherlands:before,i.flag.nl:before{background-position:-72px -234px}i.flag.no:before,i.flag.norway:before{background-position:-72px -260px}i.flag.nepal:before,i.flag.np:before{background-position:-72px -286px}i.flag.nauru:before,i.flag.nr:before{background-position:-72px -312px}i.flag.niue:before,i.flag.nu:before{background-position:-72px -338px}i.flag.new.zealand:before,i.flag.nz:before{background-position:-72px -364px}i.flag.om:before,i.flag.oman:before{background-position:-72px -390px}i.flag.pa:before,i.flag.panama:before{background-position:-72px -416px}i.flag.pe:before,i.flag.peru:before{background-position:-72px -442px}i.flag.french.polynesia:before,i.flag.pf:before{background-position:-72px -468px}i.flag.new.guinea:before,i.flag.pg:before{background-position:-72px -494px}i.flag.ph:before,i.flag.philippines:before{background-position:-72px -520px}i.flag.pakistan:before,i.flag.pk:before{background-position:-72px -546px}i.flag.pl:before,i.flag.poland:before{background-position:-72px -572px}i.flag.pm:before,i.flag.saint.pierre:before{background-position:-72px -598px}i.flag.pitcairn.islands:before,i.flag.pn:before{background-position:-72px -624px}i.flag.pr:before,i.flag.puerto.rico:before{background-position:-72px -650px}i.flag.palestine:before,i.flag.ps:before{background-position:-72px -676px}i.flag.portugal:before,i.flag.pt:before{background-position:-72px -702px}i.flag.palau:before,i.flag.pw:before{background-position:-72px -728px}i.flag.paraguay:before,i.flag.py:before{background-position:-72px -754px}i.flag.qa:before,i.flag.qatar:before{background-position:-72px -780px}i.flag.re:before,i.flag.reunion:before{background-position:-72px -806px}i.flag.ro:before,i.flag.romania:before{background-position:-72px -832px}i.flag.rs:before,i.flag.serbia:before{background-position:-72px -858px}i.flag.ru:before,i.flag.russia:before{background-position:-72px -884px}i.flag.rw:before,i.flag.rwanda:before{background-position:-72px -910px}i.flag.sa:before,i.flag.saudi.arabia:before{background-position:-72px -936px}i.flag.sb:before,i.flag.solomon.islands:before{background-position:-72px -962px}i.flag.sc:before,i.flag.seychelles:before{background-position:-72px -988px}i.flag.sd:before,i.flag.sudan:before{background-position:-72px -1040px}i.flag.se:before,i.flag.sweden:before{background-position:-72px -1066px}i.flag.sg:before,i.flag.singapore:before{background-position:-72px -1092px}i.flag.saint.helena:before,i.flag.sh:before{background-position:-72px -1118px}i.flag.si:before,i.flag.slovenia:before{background-position:-72px -1144px}i.flag.jan.mayen:before,i.flag.sj:before,i.flag.svalbard:before{background-position:-72px -1170px}i.flag.sk:before,i.flag.slovakia:before{background-position:-72px -1196px}i.flag.sierra.leone:before,i.flag.sl:before{background-position:-72px -1222px}i.flag.san.marino:before,i.flag.sm:before{background-position:-72px -1248px}i.flag.senegal:before,i.flag.sn:before{background-position:-72px -1274px}i.flag.so:before,i.flag.somalia:before{background-position:-72px -1300px}i.flag.sr:before,i.flag.suriname:before{background-position:-72px -1326px}i.flag.sao.tome:before,i.flag.st:before{background-position:-72px -1352px}i.flag.el.salvador:before,i.flag.sv:before{background-position:-72px -1378px}i.flag.sy:before,i.flag.syria:before{background-position:-72px -1404px}i.flag.swaziland:before,i.flag.sz:before{background-position:-72px -1430px}i.flag.caicos.islands:before,i.flag.tc:before{background-position:-72px -1456px}i.flag.chad:before,i.flag.td:before{background-position:-72px -1482px}i.flag.french.territories:before,i.flag.tf:before{background-position:-72px -1508px}i.flag.tg:before,i.flag.togo:before{background-position:-72px -1534px}i.flag.th:before,i.flag.thailand:before{background-position:-72px -1560px}i.flag.tajikistan:before,i.flag.tj:before{background-position:-72px -1586px}i.flag.tk:before,i.flag.tokelau:before{background-position:-72px -1612px}i.flag.timorleste:before,i.flag.tl:before{background-position:-72px -1638px}i.flag.tm:before,i.flag.turkmenistan:before{background-position:-72px -1664px}i.flag.tn:before,i.flag.tunisia:before{background-position:-72px -1690px}i.flag.to:before,i.flag.tonga:before{background-position:-72px -1716px}i.flag.tr:before,i.flag.turkey:before{background-position:-72px -1742px}i.flag.trinidad:before,i.flag.tt:before{background-position:-72px -1768px}i.flag.tuvalu:before,i.flag.tv:before{background-position:-72px -1794px}i.flag.taiwan:before,i.flag.tw:before{background-position:-72px -1820px}i.flag.tanzania:before,i.flag.tz:before{background-position:-72px -1846px}i.flag.ua:before,i.flag.ukraine:before{background-position:-72px -1872px}i.flag.ug:before,i.flag.uganda:before{background-position:-72px -1898px}i.flag.um:before,i.flag.us.minor.islands:before{background-position:-72px -1924px}i.flag.america:before,i.flag.united.states:before,i.flag.us:before{background-position:-72px -1950px}i.flag.uruguay:before,i.flag.uy:before{background-position:-72px -1976px}i.flag.uz:before,i.flag.uzbekistan:before{background-position:-108px 0}i.flag.va:before,i.flag.vatican.city:before{background-position:-108px -26px}i.flag.saint.vincent:before,i.flag.vc:before{background-position:-108px -52px}i.flag.ve:before,i.flag.venezuela:before{background-position:-108px -78px}i.flag.british.virgin.islands:before,i.flag.vg:before{background-position:-108px -104px}i.flag.us.virgin.islands:before,i.flag.vi:before{background-position:-108px -130px}i.flag.vietnam:before,i.flag.vn:before{background-position:-108px -156px}i.flag.vanuatu:before,i.flag.vu:before{background-position:-108px -182px}i.flag.wallis.and.futuna:before,i.flag.wf:before{background-position:-108px -234px}i.flag.samoa:before,i.flag.ws:before{background-position:-108px -260px}i.flag.ye:before,i.flag.yemen:before{background-position:-108px -286px}i.flag.mayotte:before,i.flag.yt:before{background-position:-108px -312px}i.flag.south.africa:before,i.flag.za:before{background-position:-108px -338px}i.flag.zambia:before,i.flag.zm:before{background-position:-108px -364px}i.flag.zimbabwe:before,i.flag.zw:before{background-position:-108px -390px}.ui.header{border:none;margin:calc(2rem - .14285em) 0 1rem;padding:0;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-weight:700;line-height:1.2857em;text-transform:none;color:rgba(0,0,0,.87)}.ui.header:first-child{margin-top:-.14285em}.ui.header:last-child{margin-bottom:0}.ui.header .sub.header{display:block;font-weight:400;padding:0;margin:0;line-height:1.2em;color:rgba(0,0,0,.6)}.ui.header>.icon{display:table-cell;opacity:1;font-size:1.5em;padding-top:.14285em;vertical-align:middle}.ui.header .icon:only-child{display:inline-block;padding:0;margin-right:.75rem}.ui.header>.image,.ui.header>img{display:inline-block;margin-top:.14285em;width:2.5em;height:auto;vertical-align:middle}.ui.header>.image:only-child,.ui.header>img:only-child{margin-right:.75rem}.ui.header .content{display:inline-block;vertical-align:top}.ui.header>.image+.content,.ui.header>img+.content{padding-left:.75rem;vertical-align:middle}.ui.header>.icon+.content{padding-left:.75rem;display:table-cell;vertical-align:middle}.ui.header .ui.label{font-size:'';margin-left:.5rem;vertical-align:middle}.ui.header+p{margin-top:0}h1.ui.header{font-size:2rem}h2.ui.header{font-size:1.714rem}h3.ui.header{font-size:1.28rem}h4.ui.header{font-size:1.071rem}h5.ui.header{font-size:1rem}h1.ui.header .sub.header,h2.ui.header .sub.header{font-size:1.14285714rem}h3.ui.header .sub.header,h4.ui.header .sub.header{font-size:1rem}h5.ui.header .sub.header{font-size:.92857143rem}.ui.huge.header{min-height:1em;font-size:2em}.ui.large.header{font-size:1.714em}.ui.medium.header{font-size:1.28em}.ui.small.header{font-size:1.071em}.ui.tiny.header{font-size:1em}.ui.huge.header .sub.header,.ui.large.header .sub.header{font-size:1.14285714rem}.ui.header .sub.header,.ui.small.header .sub.header{font-size:1rem}.ui.tiny.header .sub.header{font-size:.92857143rem}.ui.small.sub.header{font-size:.71428571em}.ui.sub.header{padding:0;margin-bottom:.14285714rem;font-weight:700;text-transform:uppercase;color:'';font-size:.85714286em}.ui.large.sub.header{font-size:.92857143em}.ui.huge.sub.header{font-size:1em}.ui.icon.header{display:inline-block;text-align:center;margin:2rem 0 1rem}.ui.icon.header:after{content:'';display:block;height:0;clear:both;visibility:hidden}.ui.icon.header:first-child{margin-top:0}.ui.icon.header .icon{float:none;display:block;width:auto;height:auto;line-height:1;padding:0;font-size:3em;margin:0 auto .5rem;opacity:1}.ui.icon.header .content{display:block}.ui.icon.header .circular.icon,.ui.icon.header .square.icon{font-size:2em}.ui.block.icon.header .icon{margin-bottom:0}.ui.icon.header.aligned{margin-left:auto;margin-right:auto;display:block}.ui.disabled.header{opacity:.45}.ui.inverted.header{color:#FFF}.ui.inverted.header .sub.header{color:rgba(255,255,255,.8)}.ui.inverted.attached.header{background:-webkit-linear-gradient(transparent,rgba(0,0,0,.05)) #545454;background:linear-gradient(transparent,rgba(0,0,0,.05)) #545454;box-shadow:none;border-color:transparent}.ui.inverted.block.header{background:-webkit-linear-gradient(transparent,rgba(0,0,0,.05)) #545454;background:linear-gradient(transparent,rgba(0,0,0,.05)) #545454;box-shadow:none;border-bottom:none}.ui.red.header{color:#DB2828!important}a.ui.red.header:hover{color:#d01919!important}.ui.red.dividing.header{border-bottom:2px solid #DB2828}.ui.inverted.red.header{color:#FF695E!important}a.ui.inverted.red.header:hover{color:#ff5144!important}.ui.orange.header{color:#F2711C!important}a.ui.orange.header:hover{color:#f26202!important}.ui.orange.dividing.header{border-bottom:2px solid #F2711C}.ui.inverted.orange.header{color:#FF851B!important}a.ui.inverted.orange.header:hover{color:#ff7701!important}.ui.olive.header{color:#B5CC18!important}a.ui.olive.header:hover{color:#a7bd0d!important}.ui.olive.dividing.header{border-bottom:2px solid #B5CC18}.ui.inverted.olive.header{color:#D9E778!important}a.ui.inverted.olive.header:hover{color:#d8ea5c!important}.ui.yellow.header{color:#FBBD08!important}a.ui.yellow.header:hover{color:#eaae00!important}.ui.yellow.dividing.header{border-bottom:2px solid #FBBD08}.ui.inverted.yellow.header{color:#FFE21F!important}a.ui.inverted.yellow.header:hover{color:#ffdf05!important}.ui.green.header{color:#21BA45!important}a.ui.green.header:hover{color:#16ab39!important}.ui.green.dividing.header{border-bottom:2px solid #21BA45}.ui.inverted.green.header{color:#2ECC40!important}a.ui.inverted.green.header:hover{color:#22be34!important}.ui.teal.header{color:#00B5AD!important}a.ui.teal.header:hover{color:#009c95!important}.ui.teal.dividing.header{border-bottom:2px solid #00B5AD}.ui.inverted.teal.header{color:#6DFFFF!important}a.ui.inverted.teal.header:hover{color:#54ffff!important}.ui.blue.header{color:#2185D0!important}a.ui.blue.header:hover{color:#1678c2!important}.ui.blue.dividing.header{border-bottom:2px solid #2185D0}.ui.inverted.blue.header{color:#54C8FF!important}a.ui.inverted.blue.header:hover{color:#3ac0ff!important}.ui.violet.header{color:#6435C9!important}a.ui.violet.header:hover{color:#5829bb!important}.ui.violet.dividing.header{border-bottom:2px solid #6435C9}.ui.inverted.violet.header{color:#A291FB!important}a.ui.inverted.violet.header:hover{color:#8a73ff!important}.ui.purple.header{color:#A333C8!important}a.ui.purple.header:hover{color:#9627ba!important}.ui.purple.dividing.header{border-bottom:2px solid #A333C8}.ui.inverted.purple.header{color:#DC73FF!important}a.ui.inverted.purple.header:hover{color:#d65aff!important}.ui.pink.header{color:#E03997!important}a.ui.pink.header:hover{color:#e61a8d!important}.ui.pink.dividing.header{border-bottom:2px solid #E03997}.ui.inverted.pink.header{color:#FF8EDF!important}a.ui.inverted.pink.header:hover{color:#ff74d8!important}.ui.brown.header{color:#A5673F!important}a.ui.brown.header:hover{color:#975b33!important}.ui.brown.dividing.header{border-bottom:2px solid #A5673F}.ui.inverted.brown.header{color:#D67C1C!important}a.ui.inverted.brown.header:hover{color:#c86f11!important}.ui.grey.header{color:#767676!important}a.ui.grey.header:hover{color:#838383!important}.ui.grey.dividing.header{border-bottom:2px solid #767676}.ui.inverted.grey.header{color:#DCDDDE!important}a.ui.inverted.grey.header:hover{color:#cfd0d2!important}.ui.left.aligned.header{text-align:left}.ui.right.aligned.header{text-align:right}.ui.center.aligned.header,.ui.centered.header{text-align:center}.ui.justified.header{text-align:justify}.ui.justified.header:after{display:inline-block;content:'';width:100%}.ui.floated.header,.ui[class*="left floated"].header{float:left;margin-top:0;margin-right:.5em}.ui[class*="right floated"].header{float:right;margin-top:0;margin-left:.5em}.ui.fitted.header{padding:0}.ui.dividing.header{padding-bottom:.21428571rem;border-bottom:1px solid rgba(34,36,38,.15)}.ui.dividing.header .sub.header{padding-bottom:.21428571rem}.ui.dividing.header .icon{margin-bottom:0}.ui.inverted.dividing.header{border-bottom-color:rgba(255,255,255,.1)}.ui.block.header{background:#F3F4F5;padding:.71428571rem 1rem;box-shadow:none;border:1px solid #D4D4D5;border-radius:.28571429rem}.ui.tiny.block.header{font-size:.85714286rem}.ui.small.block.header{font-size:.92857143rem}.ui.block.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1rem}.ui.large.block.header{font-size:1.14285714rem}.ui.huge.block.header{font-size:1.42857143rem}.ui.attached.header{background:#FFF;padding:.71428571rem 1rem;margin-left:-1px;margin-right:-1px;box-shadow:none;border:1px solid #D4D4D5}.ui.attached.block.header{background:#F3F4F5}.ui.attached:not(.top):not(.bottom).header{margin-top:0;margin-bottom:0;border-top:none;border-radius:0}.ui.top.attached.header{margin-bottom:0;border-radius:.28571429rem .28571429rem 0 0}.ui.bottom.attached.header{margin-top:0;border-top:none;border-radius:0 0 .28571429rem .28571429rem}.ui.tiny.attached.header{font-size:.85714286em}.ui.small.attached.header{font-size:.92857143em}.ui.attached.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1em}.ui.large.attached.header{font-size:1.14285714em}.ui.huge.attached.header{font-size:1.42857143em}.ui.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.28em}@font-face{font-family:Icons;src:url(themes/default/assets/fonts/icons.eot);src:url(themes/default/assets/fonts/icons.eot?#iefix) format('embedded-opentype'),url(themes/default/assets/fonts/icons.woff2) format('woff2'),url(themes/default/assets/fonts/icons.woff) format('woff'),url(themes/default/assets/fonts/icons.ttf) format('truetype'),url(themes/default/assets/fonts/icons.svg#icons) format('svg');font-style:normal;font-weight:400;font-variant:normal;text-decoration:inherit;text-transform:none}i.icon{display:inline-block;opacity:1;margin:0 .25rem 0 0;width:1.18em;height:1em;font-family:Icons;font-style:normal;font-weight:400;text-decoration:inherit;text-align:center;speak:none;font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-backface-visibility:hidden;backface-visibility:hidden}i.icon:before{background:0 0!important}i.icon.loading{height:1em;line-height:1;-webkit-animation:icon-loading 2s linear infinite;animation:icon-loading 2s linear infinite}@-webkit-keyframes icon-loading{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes icon-loading{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}i.emphasized.icon,i.icon.active,i.icon.hover{opacity:1!important}i.disabled.icon{opacity:.45!important}i.fitted.icon{width:auto;margin:0}i.link.icon{cursor:pointer;opacity:.8;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}i.link.icon:hover{opacity:1!important}i.circular.icon{border-radius:500em!important;line-height:1!important;padding:.5em!important;box-shadow:0 0 0 .1em rgba(0,0,0,.1) inset;width:2em!important;height:2em!important}i.circular.inverted.icon{border:none;box-shadow:none}i.flipped.icon,i.horizontally.flipped.icon{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}i.vertically.flipped.icon{-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}i.clockwise.rotated.icon,i.right.rotated.icon,i.rotated.icon{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}i.counterclockwise.rotated.icon,i.left.rotated.icon{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}i.bordered.icon{line-height:1;vertical-align:baseline;width:2em;height:2em;padding:.5em .41em!important;box-shadow:0 0 0 .1em rgba(0,0,0,.1) inset}i.bordered.inverted.icon{border:none;box-shadow:none}i.inverted.bordered.icon,i.inverted.circular.icon{background-color:#1B1C1D!important;color:#FFF!important}i.inverted.icon{color:#FFF}i.red.icon{color:#DB2828!important}i.inverted.red.icon{color:#FF695E!important}i.inverted.bordered.red.icon,i.inverted.circular.red.icon{background-color:#DB2828!important;color:#FFF!important}i.orange.icon{color:#F2711C!important}i.inverted.orange.icon{color:#FF851B!important}i.inverted.bordered.orange.icon,i.inverted.circular.orange.icon{background-color:#F2711C!important;color:#FFF!important}i.yellow.icon{color:#FBBD08!important}i.inverted.yellow.icon{color:#FFE21F!important}i.inverted.bordered.yellow.icon,i.inverted.circular.yellow.icon{background-color:#FBBD08!important;color:#FFF!important}i.olive.icon{color:#B5CC18!important}i.inverted.olive.icon{color:#D9E778!important}i.inverted.bordered.olive.icon,i.inverted.circular.olive.icon{background-color:#B5CC18!important;color:#FFF!important}i.green.icon{color:#21BA45!important}i.inverted.green.icon{color:#2ECC40!important}i.inverted.bordered.green.icon,i.inverted.circular.green.icon{background-color:#21BA45!important;color:#FFF!important}i.teal.icon{color:#00B5AD!important}i.inverted.teal.icon{color:#6DFFFF!important}i.inverted.bordered.teal.icon,i.inverted.circular.teal.icon{background-color:#00B5AD!important;color:#FFF!important}i.blue.icon{color:#2185D0!important}i.inverted.blue.icon{color:#54C8FF!important}i.inverted.bordered.blue.icon,i.inverted.circular.blue.icon{background-color:#2185D0!important;color:#FFF!important}i.violet.icon{color:#6435C9!important}i.inverted.violet.icon{color:#A291FB!important}i.inverted.bordered.violet.icon,i.inverted.circular.violet.icon{background-color:#6435C9!important;color:#FFF!important}i.purple.icon{color:#A333C8!important}i.inverted.purple.icon{color:#DC73FF!important}i.inverted.bordered.purple.icon,i.inverted.circular.purple.icon{background-color:#A333C8!important;color:#FFF!important}i.pink.icon{color:#E03997!important}i.inverted.pink.icon{color:#FF8EDF!important}i.inverted.bordered.pink.icon,i.inverted.circular.pink.icon{background-color:#E03997!important;color:#FFF!important}i.brown.icon{color:#A5673F!important}i.inverted.brown.icon{color:#D67C1C!important}i.inverted.bordered.brown.icon,i.inverted.circular.brown.icon{background-color:#A5673F!important;color:#FFF!important}i.grey.icon{color:#767676!important}i.inverted.grey.icon{color:#DCDDDE!important}i.inverted.bordered.grey.icon,i.inverted.circular.grey.icon{background-color:#767676!important;color:#FFF!important}i.black.icon{color:#1B1C1D!important}i.inverted.black.icon{color:#545454!important}i.inverted.bordeblack.black.icon,i.inverted.circular.black.icon{background-color:#1B1C1D!important;color:#FFF!important}i.mini.icon,i.mini.icons{line-height:1;font-size:.71428571rem}i.tiny.icon,i.tiny.icons{line-height:1;font-size:.85714286rem}i.small.icon,i.small.icons{line-height:1;font-size:.92857143em}i.icon,i.icons{font-size:1em}i.large.icon,i.large.icons{line-height:1;vertical-align:middle;font-size:1.5em}i.big.icon,i.big.icons{line-height:1;vertical-align:middle;font-size:2em}i.huge.icon,i.huge.icons{line-height:1;vertical-align:middle;font-size:4em}i.massive.icon,i.massive.icons{line-height:1;vertical-align:middle;font-size:8em}i.icons{display:inline-block;position:relative;line-height:1}i.icons .icon{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);margin:0}i.icons .icon:first-child{position:static;width:auto;height:auto;vertical-align:top;-webkit-transform:none;-ms-transform:none;transform:none;margin-right:.25rem}i.icons .corner.icon{top:auto;left:auto;right:0;bottom:0;-webkit-transform:none;-ms-transform:none;transform:none;font-size:.45em;text-shadow:-1px -1px 0 #FFF,1px -1px 0 #FFF,-1px 1px 0 #FFF,1px 1px 0 #FFF}i.icons .inverted.corner.icon{text-shadow:-1px -1px 0 #1B1C1D,1px -1px 0 #1B1C1D,-1px 1px 0 #1B1C1D,1px 1px 0 #1B1C1D}i.icon.search:before{content:"\f002"}i.icon.mail.outline:before{content:"\f003"}i.icon.external:before{content:"\f08e"}i.icon.signal:before{content:"\f012"}i.icon.setting:before{content:"\f013"}i.icon.home:before{content:"\f015"}i.icon.inbox:before{content:"\f01c"}i.icon.browser:before{content:"\f022"}i.icon.tag:before{content:"\f02b"}i.icon.tags:before{content:"\f02c"}i.icon.calendar:before{content:"\f073"}i.icon.comment:before{content:"\f075"}i.icon.comments:before{content:"\f086"}i.icon.shop:before{content:"\f07a"}i.icon.privacy:before{content:"\f084"}i.icon.settings:before{content:"\f085"}i.icon.trophy:before{content:"\f091"}i.icon.payment:before{content:"\f09d"}i.icon.feed:before{content:"\f09e"}i.icon.alarm.outline:before{content:"\f0a2"}i.icon.tasks:before{content:"\f0ae"}i.icon.cloud:before{content:"\f0c2"}i.icon.lab:before{content:"\f0c3"}i.icon.mail:before{content:"\f0e0"}i.icon.idea:before{content:"\f0eb"}i.icon.dashboard:before{content:"\f0e4"}i.icon.sitemap:before{content:"\f0e8"}i.icon.alarm:before{content:"\f0f3"}i.icon.terminal:before{content:"\f120"}i.icon.code:before{content:"\f121"}i.icon.protect:before{content:"\f132"}i.icon.calendar.outline:before{content:"\f133"}i.icon.ticket:before{content:"\f145"}i.icon.external.square:before{content:"\f14c"}i.icon.map:before{content:"\f14e"}i.icon.bug:before{content:"\f188"}i.icon.mail.square:before{content:"\f199"}i.icon.history:before{content:"\f1da"}i.icon.options:before{content:"\f1de"}i.icon.comment.outline:before{content:"\f0e5"}i.icon.comments.outline:before{content:"\f0e6"}i.icon.text.telephone:before{content:"\f1e4"}i.icon.find:before{content:"\f1e5"}i.icon.wifi:before{content:"\f1eb"}i.icon.alarm.slash:before{content:"\f1f6"}i.icon.alarm.slash.outline:before{content:"\f1f7"}i.icon.copyright:before{content:"\f1f9"}i.icon.at:before{content:"\f1fa"}i.icon.eyedropper:before{content:"\f1fb"}i.icon.paint.brush:before{content:"\f1fc"}i.icon.heartbeat:before{content:"\f21e"}i.icon.download:before{content:"\f019"}i.icon.repeat:before{content:"\f01e"}i.icon.refresh:before{content:"\f021"}i.icon.lock:before{content:"\f023"}i.icon.bookmark:before{content:"\f02e"}i.icon.print:before{content:"\f02f"}i.icon.write:before{content:"\f040"}i.icon.theme:before{content:"\f043"}i.icon.adjust:before{content:"\f042"}i.icon.edit:before{content:"\f044"}i.icon.external.share:before{content:"\f045"}i.icon.ban:before{content:"\f05e"}i.icon.mail.forward:before,i.icon.share:before{content:"\f064"}i.icon.expand:before{content:"\f065"}i.icon.compress:before{content:"\f066"}i.icon.unhide:before{content:"\f06e"}i.icon.hide:before{content:"\f070"}i.icon.random:before{content:"\f074"}i.icon.retweet:before{content:"\f079"}i.icon.sign.out:before{content:"\f08b"}i.icon.pin:before{content:"\f08d"}i.icon.sign.in:before{content:"\f090"}i.icon.upload:before{content:"\f093"}i.icon.call:before{content:"\f095"}i.icon.call.square:before{content:"\f098"}i.icon.remove.bookmark:before{content:"\f097"}i.icon.unlock:before{content:"\f09c"}i.icon.configure:before{content:"\f0ad"}i.icon.filter:before{content:"\f0b0"}i.icon.wizard:before{content:"\f0d0"}i.icon.undo:before{content:"\f0e2"}i.icon.exchange:before{content:"\f0ec"}i.icon.cloud.download:before{content:"\f0ed"}i.icon.cloud.upload:before{content:"\f0ee"}i.icon.reply:before{content:"\f112"}i.icon.reply.all:before{content:"\f122"}i.icon.erase:before{content:"\f12d"}i.icon.unlock.alternate:before{content:"\f13e"}i.icon.archive:before{content:"\f187"}i.icon.translate:before{content:"\f1ab"}i.icon.recycle:before{content:"\f1b8"}i.icon.send:before{content:"\f1d8"}i.icon.send.outline:before{content:"\f1d9"}i.icon.share.alternate:before{content:"\f1e0"}i.icon.share.alternate.square:before{content:"\f1e1"}i.icon.wait:before{content:"\f017"}i.icon.write.square:before{content:"\f14b"}i.icon.share.square:before{content:"\f14d"}i.icon.add.to.cart:before{content:"\f217"}i.icon.in.cart:before{content:"\f218"}i.icon.add.user:before{content:"\f234"}i.icon.remove.user:before{content:"\f235"}i.icon.help.circle:before{content:"\f059"}i.icon.info.circle:before{content:"\f05a"}i.icon.warning:before{content:"\f12a"}i.icon.warning.circle:before{content:"\f06a"}i.icon.warning.sign:before{content:"\f071"}i.icon.help:before{content:"\f128"}i.icon.info:before{content:"\f129"}i.icon.announcement:before{content:"\f0a1"}i.icon.birthday:before{content:"\f1fd"}i.icon.users:before{content:"\f0c0"}i.icon.doctor:before{content:"\f0f0"}i.icon.child:before{content:"\f1ae"}i.icon.user:before{content:"\f007"}i.icon.handicap:before{content:"\f193"}i.icon.student:before{content:"\f19d"}i.icon.spy:before{content:"\f21b"}i.icon.female:before{content:"\f182"}i.icon.male:before{content:"\f183"}i.icon.woman:before{content:"\f221"}i.icon.man:before{content:"\f222"}i.icon.non.binary.transgender:before{content:"\f223"}i.icon.intergender:before{content:"\f224"}i.icon.transgender:before{content:"\f225"}i.icon.lesbian:before{content:"\f226"}i.icon.gay:before{content:"\f227"}i.icon.heterosexual:before{content:"\f228"}i.icon.other.gender:before{content:"\f229"}i.icon.other.gender.vertical:before{content:"\f22a"}i.icon.other.gender.horizontal:before{content:"\f22b"}i.icon.neuter:before{content:"\f22c"}i.icon.grid.layout:before{content:"\f00a"}i.icon.list.layout:before{content:"\f00b"}i.icon.block.layout:before{content:"\f009"}i.icon.zoom:before{content:"\f00e"}i.icon.zoom.out:before{content:"\f010"}i.icon.resize.vertical:before{content:"\f07d"}i.icon.resize.horizontal:before{content:"\f07e"}i.icon.maximize:before{content:"\f0b2"}i.icon.crop:before{content:"\f125"}i.icon.cocktail:before{content:"\f000"}i.icon.road:before{content:"\f018"}i.icon.flag:before{content:"\f024"}i.icon.book:before{content:"\f02d"}i.icon.gift:before{content:"\f06b"}i.icon.leaf:before{content:"\f06c"}i.icon.fire:before{content:"\f06d"}i.icon.plane:before{content:"\f072"}i.icon.magnet:before{content:"\f076"}i.icon.legal:before{content:"\f0e3"}i.icon.lemon:before{content:"\f094"}i.icon.world:before{content:"\f0ac"}i.icon.travel:before{content:"\f0b1"}i.icon.shipping:before{content:"\f0d1"}i.icon.money:before{content:"\f0d6"}i.icon.lightning:before{content:"\f0e7"}i.icon.rain:before{content:"\f0e9"}i.icon.treatment:before{content:"\f0f1"}i.icon.suitcase:before{content:"\f0f2"}i.icon.bar:before{content:"\f0fc"}i.icon.flag.outline:before{content:"\f11d"}i.icon.flag.checkered:before{content:"\f11e"}i.icon.puzzle:before{content:"\f12e"}i.icon.fire.extinguisher:before{content:"\f134"}i.icon.rocket:before{content:"\f135"}i.icon.anchor:before{content:"\f13d"}i.icon.bullseye:before{content:"\f140"}i.icon.sun:before{content:"\f185"}i.icon.moon:before{content:"\f186"}i.icon.fax:before{content:"\f1ac"}i.icon.life.ring:before{content:"\f1cd"}i.icon.bomb:before{content:"\f1e2"}i.icon.soccer:before{content:"\f1e3"}i.icon.calculator:before{content:"\f1ec"}i.icon.diamond:before{content:"\f219"}i.icon.crosshairs:before{content:"\f05b"}i.icon.asterisk:before{content:"\f069"}i.icon.certificate:before{content:"\f0a3"}i.icon.circle:before{content:"\f111"}i.icon.quote.left:before{content:"\f10d"}i.icon.quote.right:before{content:"\f10e"}i.icon.ellipsis.horizontal:before{content:"\f141"}i.icon.ellipsis.vertical:before{content:"\f142"}i.icon.cube:before{content:"\f1b2"}i.icon.cubes:before{content:"\f1b3"}i.icon.circle.notched:before{content:"\f1ce"}i.icon.circle.thin:before{content:"\f1db"}i.icon.square.outline:before{content:"\f096"}i.icon.square:before{content:"\f0c8"}i.icon.checkmark:before{content:"\f00c"}i.icon.remove:before{content:"\f00d"}i.icon.checkmark.box:before{content:"\f046"}i.icon.move:before{content:"\f047"}i.icon.add.circle:before{content:"\f055"}i.icon.minus.circle:before{content:"\f056"}i.icon.remove.circle:before{content:"\f057"}i.icon.check.circle:before{content:"\f058"}i.icon.remove.circle.outline:before{content:"\f05c"}i.icon.check.circle.outline:before{content:"\f05d"}i.icon.plus:before{content:"\f067"}i.icon.minus:before{content:"\f068"}i.icon.add.square:before{content:"\f0fe"}i.icon.radio:before{content:"\f10c"}i.icon.selected.radio:before{content:"\f192"}i.icon.minus.square:before{content:"\f146"}i.icon.minus.square.outline:before{content:"\f147"}i.icon.check.square:before{content:"\f14a"}i.icon.plus.square.outline:before{content:"\f196"}i.icon.toggle.off:before{content:"\f204"}i.icon.toggle.on:before{content:"\f205"}i.icon.film:before{content:"\f008"}i.icon.sound:before{content:"\f025"}i.icon.photo:before{content:"\f030"}i.icon.bar.chart:before{content:"\f080"}i.icon.camera.retro:before{content:"\f083"}i.icon.newspaper:before{content:"\f1ea"}i.icon.area.chart:before{content:"\f1fe"}i.icon.pie.chart:before{content:"\f200"}i.icon.line.chart:before{content:"\f201"}i.icon.arrow.circle.outline.down:before{content:"\f01a"}i.icon.arrow.circle.outline.up:before{content:"\f01b"}i.icon.chevron.left:before{content:"\f053"}i.icon.chevron.right:before{content:"\f054"}i.icon.arrow.left:before{content:"\f060"}i.icon.arrow.right:before{content:"\f061"}i.icon.arrow.up:before{content:"\f062"}i.icon.arrow.down:before{content:"\f063"}i.icon.chevron.up:before{content:"\f077"}i.icon.chevron.down:before{content:"\f078"}i.icon.pointing.right:before{content:"\f0a4"}i.icon.pointing.left:before{content:"\f0a5"}i.icon.pointing.up:before{content:"\f0a6"}i.icon.pointing.down:before{content:"\f0a7"}i.icon.arrow.circle.left:before{content:"\f0a8"}i.icon.arrow.circle.right:before{content:"\f0a9"}i.icon.arrow.circle.up:before{content:"\f0aa"}i.icon.arrow.circle.down:before{content:"\f0ab"}i.icon.caret.down:before{content:"\f0d7"}i.icon.caret.up:before{content:"\f0d8"}i.icon.caret.left:before{content:"\f0d9"}i.icon.caret.right:before{content:"\f0da"}i.icon.angle.double.left:before{content:"\f100"}i.icon.angle.double.right:before{content:"\f101"}i.icon.angle.double.up:before{content:"\f102"}i.icon.angle.double.down:before{content:"\f103"}i.icon.angle.left:before{content:"\f104"}i.icon.angle.right:before{content:"\f105"}i.icon.angle.up:before{content:"\f106"}i.icon.angle.down:before{content:"\f107"}i.icon.chevron.circle.left:before{content:"\f137"}i.icon.chevron.circle.right:before{content:"\f138"}i.icon.chevron.circle.up:before{content:"\f139"}i.icon.chevron.circle.down:before{content:"\f13a"}i.icon.toggle.down:before{content:"\f150"}i.icon.toggle.up:before{content:"\f151"}i.icon.toggle.right:before{content:"\f152"}i.icon.long.arrow.down:before{content:"\f175"}i.icon.long.arrow.up:before{content:"\f176"}i.icon.long.arrow.left:before{content:"\f177"}i.icon.long.arrow.right:before{content:"\f178"}i.icon.arrow.circle.outline.right:before{content:"\f18e"}i.icon.arrow.circle.outline.left:before{content:"\f190"}i.icon.toggle.left:before{content:"\f191"}i.icon.power:before{content:"\f011"}i.icon.trash:before{content:"\f1f8"}i.icon.trash.outline:before{content:"\f014"}i.icon.disk.outline:before{content:"\f0a0"}i.icon.desktop:before{content:"\f108"}i.icon.laptop:before{content:"\f109"}i.icon.tablet:before{content:"\f10a"}i.icon.mobile:before{content:"\f10b"}i.icon.game:before{content:"\f11b"}i.icon.keyboard:before{content:"\f11c"}i.icon.plug:before{content:"\f1e6"}i.icon.folder:before{content:"\f07b"}i.icon.folder.open:before{content:"\f07c"}i.icon.level.up:before{content:"\f148"}i.icon.level.down:before{content:"\f149"}i.icon.file:before{content:"\f15b"}i.icon.file.outline:before{content:"\f016"}i.icon.file.text:before{content:"\f15c"}i.icon.file.text.outline:before{content:"\f0f6"}i.icon.folder.outline:before{content:"\f114"}i.icon.folder.open.outline:before{content:"\f115"}i.icon.file.pdf.outline:before{content:"\f1c1"}i.icon.file.word.outline:before{content:"\f1c2"}i.icon.file.excel.outline:before{content:"\f1c3"}i.icon.file.powerpoint.outline:before{content:"\f1c4"}i.icon.file.image.outline:before{content:"\f1c5"}i.icon.file.archive.outline:before{content:"\f1c6"}i.icon.file.audio.outline:before{content:"\f1c7"}i.icon.file.video.outline:before{content:"\f1c8"}i.icon.file.code.outline:before{content:"\f1c9"}i.icon.barcode:before{content:"\f02a"}i.icon.qrcode:before{content:"\f029"}i.icon.fork:before{content:"\f126"}i.icon.html5:before{content:"\f13b"}i.icon.css3:before{content:"\f13c"}i.icon.rss:before{content:"\f09e"}i.icon.rss.square:before{content:"\f143"}i.icon.openid:before{content:"\f19b"}i.icon.database:before{content:"\f1c0"}i.icon.server:before{content:"\f233"}i.icon.heart:before{content:"\f004"}i.icon.star:before{content:"\f005"}i.icon.empty.star:before{content:"\f006"}i.icon.thumbs.outline.up:before{content:"\f087"}i.icon.thumbs.outline.down:before{content:"\f088"}i.icon.star.half:before{content:"\f089"}i.icon.empty.heart:before{content:"\f08a"}i.icon.smile:before{content:"\f118"}i.icon.frown:before{content:"\f119"}i.icon.meh:before{content:"\f11a"}i.icon.star.half.empty:before{content:"\f123"}i.icon.thumbs.up:before{content:"\f164"}i.icon.thumbs.down:before{content:"\f165"}i.icon.music:before{content:"\f001"}i.icon.video.play.outline:before{content:"\f01d"}i.icon.volume.off:before{content:"\f026"}i.icon.volume.down:before{content:"\f027"}i.icon.volume.up:before{content:"\f028"}i.icon.record:before{content:"\f03d"}i.icon.step.backward:before{content:"\f048"}i.icon.fast.backward:before{content:"\f049"}i.icon.backward:before{content:"\f04a"}i.icon.play:before{content:"\f04b"}i.icon.pause:before{content:"\f04c"}i.icon.stop:before{content:"\f04d"}i.icon.forward:before{content:"\f04e"}i.icon.fast.forward:before{content:"\f050"}i.icon.step.forward:before{content:"\f051"}i.icon.eject:before{content:"\f052"}i.icon.unmute:before{content:"\f130"}i.icon.mute:before{content:"\f131"}i.icon.video.play:before{content:"\f144"}i.icon.closed.captioning:before{content:"\f20a"}i.icon.marker:before{content:"\f041"}i.icon.coffee:before{content:"\f0f4"}i.icon.food:before{content:"\f0f5"}i.icon.building.outline:before{content:"\f0f7"}i.icon.hospital:before{content:"\f0f8"}i.icon.emergency:before{content:"\f0f9"}i.icon.first.aid:before{content:"\f0fa"}i.icon.military:before{content:"\f0fb"}i.icon.h:before{content:"\f0fd"}i.icon.location.arrow:before{content:"\f124"}i.icon.space.shuttle:before{content:"\f197"}i.icon.university:before{content:"\f19c"}i.icon.building:before{content:"\f1ad"}i.icon.paw:before{content:"\f1b0"}i.icon.spoon:before{content:"\f1b1"}i.icon.car:before{content:"\f1b9"}i.icon.taxi:before{content:"\f1ba"}i.icon.tree:before{content:"\f1bb"}i.icon.bicycle:before{content:"\f206"}i.icon.bus:before{content:"\f207"}i.icon.ship:before{content:"\f21a"}i.icon.motorcycle:before{content:"\f21c"}i.icon.street.view:before{content:"\f21d"}i.icon.hotel:before{content:"\f236"}i.icon.train:before{content:"\f238"}i.icon.subway:before{content:"\f239"}i.icon.table:before{content:"\f0ce"}i.icon.columns:before{content:"\f0db"}i.icon.sort:before{content:"\f0dc"}i.icon.sort.ascending:before{content:"\f0de"}i.icon.sort.descending:before{content:"\f0dd"}i.icon.sort.alphabet.ascending:before{content:"\f15d"}i.icon.sort.alphabet.descending:before{content:"\f15e"}i.icon.sort.content.ascending:before{content:"\f160"}i.icon.sort.content.descending:before{content:"\f161"}i.icon.sort.numeric.ascending:before{content:"\f162"}i.icon.sort.numeric.descending:before{content:"\f163"}i.icon.font:before{content:"\f031"}i.icon.bold:before{content:"\f032"}i.icon.italic:before{content:"\f033"}i.icon.text.height:before{content:"\f034"}i.icon.text.width:before{content:"\f035"}i.icon.align.left:before{content:"\f036"}i.icon.align.center:before{content:"\f037"}i.icon.align.right:before{content:"\f038"}i.icon.align.justify:before{content:"\f039"}i.icon.list:before{content:"\f03a"}i.icon.outdent:before{content:"\f03b"}i.icon.indent:before{content:"\f03c"}i.icon.linkify:before{content:"\f0c1"}i.icon.cut:before{content:"\f0c4"}i.icon.copy:before{content:"\f0c5"}i.icon.attach:before{content:"\f0c6"}i.icon.save:before{content:"\f0c7"}i.icon.content:before{content:"\f0c9"}i.icon.unordered.list:before{content:"\f0ca"}i.icon.ordered.list:before{content:"\f0cb"}i.icon.strikethrough:before{content:"\f0cc"}i.icon.underline:before{content:"\f0cd"}i.icon.paste:before{content:"\f0ea"}i.icon.unlink:before{content:"\f127"}i.icon.superscript:before{content:"\f12b"}i.icon.subscript:before{content:"\f12c"}i.icon.header:before{content:"\f1dc"}i.icon.paragraph:before{content:"\f1dd"}i.icon.euro:before{content:"\f153"}i.icon.pound:before{content:"\f154"}i.icon.dollar:before{content:"\f155"}i.icon.rupee:before{content:"\f156"}i.icon.yen:before{content:"\f157"}i.icon.ruble:before{content:"\f158"}i.icon.won:before{content:"\f159"}i.icon.lira:before{content:"\f195"}i.icon.shekel:before{content:"\f20b"}i.icon.paypal:before{content:"\f1ed"}i.icon.paypal.card:before{content:"\f1f4"}i.icon.google.wallet:before{content:"\f1ee"}i.icon.visa:before{content:"\f1f0"}i.icon.mastercard:before{content:"\f1f1"}i.icon.discover:before{content:"\f1f2"}i.icon.american.express:before{content:"\f1f3"}i.icon.stripe:before{content:"\f1f5"}i.icon.twitter.square:before{content:"\f081"}i.icon.facebook.square:before{content:"\f082"}i.icon.linkedin.square:before{content:"\f08c"}i.icon.github.square:before{content:"\f092"}i.icon.twitter:before{content:"\f099"}i.icon.facebook:before{content:"\f09a"}i.icon.github:before{content:"\f09b"}i.icon.pinterest:before{content:"\f0d2"}i.icon.pinterest.square:before{content:"\f0d3"}i.icon.google.plus.square:before{content:"\f0d4"}i.icon.google.plus:before{content:"\f0d5"}i.icon.linkedin:before{content:"\f0e1"}i.icon.github.alternate:before{content:"\f113"}i.icon.maxcdn:before{content:"\f136"}i.icon.bitcoin:before{content:"\f15a"}i.icon.youtube.square:before{content:"\f166"}i.icon.youtube:before{content:"\f167"}i.icon.xing:before{content:"\f168"}i.icon.xing.square:before{content:"\f169"}i.icon.youtube.play:before{content:"\f16a"}i.icon.dropbox:before{content:"\f16b"}i.icon.stack.overflow:before{content:"\f16c"}i.icon.instagram:before{content:"\f16d"}i.icon.flickr:before{content:"\f16e"}i.icon.adn:before{content:"\f170"}i.icon.bitbucket:before{content:"\f171"}i.icon.bitbucket.square:before{content:"\f172"}i.icon.tumblr:before{content:"\f173"}i.icon.tumblr.square:before{content:"\f174"}i.icon.apple:before{content:"\f179"}i.icon.windows:before{content:"\f17a"}i.icon.android:before{content:"\f17b"}i.icon.linux:before{content:"\f17c"}i.icon.dribbble:before{content:"\f17d"}i.icon.skype:before{content:"\f17e"}i.icon.foursquare:before{content:"\f180"}i.icon.trello:before{content:"\f181"}i.icon.gittip:before{content:"\f184"}i.icon.vk:before{content:"\f189"}i.icon.weibo:before{content:"\f18a"}i.icon.renren:before{content:"\f18b"}i.icon.pagelines:before{content:"\f18c"}i.icon.stack.exchange:before{content:"\f18d"}i.icon.vimeo:before{content:"\f194"}i.icon.slack:before{content:"\f198"}i.icon.wordpress:before{content:"\f19a"}i.icon.yahoo:before{content:"\f19e"}i.icon.google:before{content:"\f1a0"}i.icon.reddit:before{content:"\f1a1"}i.icon.reddit.square:before{content:"\f1a2"}i.icon.stumbleupon.circle:before{content:"\f1a3"}i.icon.stumbleupon:before{content:"\f1a4"}i.icon.delicious:before{content:"\f1a5"}i.icon.digg:before{content:"\f1a6"}i.icon.pied.piper:before{content:"\f1a7"}i.icon.pied.piper.alternate:before{content:"\f1a8"}i.icon.drupal:before{content:"\f1a9"}i.icon.joomla:before{content:"\f1aa"}i.icon.behance:before{content:"\f1b4"}i.icon.behance.square:before{content:"\f1b5"}i.icon.steam:before{content:"\f1b6"}i.icon.steam.square:before{content:"\f1b7"}i.icon.spotify:before{content:"\f1bc"}i.icon.deviantart:before{content:"\f1bd"}i.icon.soundcloud:before{content:"\f1be"}i.icon.vine:before{content:"\f1ca"}i.icon.codepen:before{content:"\f1cb"}i.icon.jsfiddle:before{content:"\f1cc"}i.icon.rebel:before{content:"\f1d0"}i.icon.empire:before{content:"\f1d1"}i.icon.git.square:before{content:"\f1d2"}i.icon.git:before{content:"\f1d3"}i.icon.hacker.news:before{content:"\f1d4"}i.icon.tencent.weibo:before{content:"\f1d5"}i.icon.qq:before{content:"\f1d6"}i.icon.wechat:before{content:"\f1d7"}i.icon.slideshare:before{content:"\f1e7"}i.icon.twitch:before{content:"\f1e8"}i.icon.yelp:before{content:"\f1e9"}i.icon.lastfm:before{content:"\f202"}i.icon.lastfm.square:before{content:"\f203"}i.icon.ioxhost:before{content:"\f208"}i.icon.angellist:before{content:"\f209"}i.icon.meanpath:before{content:"\f20c"}i.icon.buysellads:before{content:"\f20d"}i.icon.connectdevelop:before{content:"\f20e"}i.icon.dashcube:before{content:"\f210"}i.icon.forumbee:before{content:"\f211"}i.icon.leanpub:before{content:"\f212"}i.icon.sellsy:before{content:"\f213"}i.icon.shirtsinbulk:before{content:"\f214"}i.icon.simplybuilt:before{content:"\f215"}i.icon.skyatlas:before{content:"\f216"}i.icon.whatsapp:before{content:"\f232"}i.icon.viacoin:before{content:"\f237"}i.icon.medium:before{content:"\f23a"}i.icon.like:before{content:"\f004"}i.icon.favorite:before{content:"\f005"}i.icon.video:before{content:"\f008"}i.icon.check:before{content:"\f00c"}i.icon.cancel:before,i.icon.close:before,i.icon.delete:before,i.icon.x:before{content:"\f00d"}i.icon.user.cancel:before,i.icon.user.close:before,i.icon.user.delete:before,i.icon.user.times:before,i.icon.user.x:before{content:"\f235"}i.icon.magnify:before,i.icon.zoom.in:before{content:"\f00e"}i.icon.shutdown:before{content:"\f011"}i.icon.clock:before,i.icon.time:before{content:"\f017"}i.icon.play.circle.outline:before{content:"\f01d"}i.icon.headphone:before{content:"\f025"}i.icon.camera:before{content:"\f030"}i.icon.video.camera:before{content:"\f03d"}i.icon.picture:before{content:"\f03e"}i.icon.compose:before,i.icon.pencil:before{content:"\f040"}i.icon.point:before{content:"\f041"}i.icon.tint:before{content:"\f043"}i.icon.signup:before{content:"\f044"}i.icon.plus.circle:before{content:"\f055"}i.icon.dont:before{content:"\f05e"}i.icon.minimize:before{content:"\f066"}i.icon.add:before{content:"\f067"}i.icon.eye:before{content:"\f06e"}i.icon.attention:before{content:"\f06a"}i.icon.cart:before{content:"\f07a"}i.icon.shuffle:before{content:"\f074"}i.icon.chat:before,i.icon.talk:before{content:"\f075"}i.icon.shopping.cart:before{content:"\f07a"}i.icon.bar.graph:before{content:"\f080"}i.icon.area.graph:before{content:"\f1fe"}i.icon.pie.graph:before{content:"\f200"}i.icon.line.graph:before{content:"\f201"}i.icon.key:before{content:"\f084"}i.icon.cogs:before{content:"\f085"}i.icon.discussions:before{content:"\f086"}i.icon.like.outline:before{content:"\f087"}i.icon.dislike.outline:before{content:"\f088"}i.icon.heart.outline:before{content:"\f08a"}i.icon.log.out:before{content:"\f08b"}i.icon.thumb.tack:before{content:"\f08d"}i.icon.winner:before{content:"\f091"}i.icon.bookmark.outline:before{content:"\f097"}i.icon.phone:before{content:"\f095"}i.icon.phone.square:before{content:"\f098"}i.icon.credit.card:before{content:"\f09d"}i.icon.hdd.outline:before{content:"\f0a0"}i.icon.bullhorn:before{content:"\f0a1"}i.icon.bell:before{content:"\f0f3"}i.icon.bell.outline:before{content:"\f0a2"}i.icon.bell.slash:before{content:"\f1f6"}i.icon.bell.slash.outline:before{content:"\f1f7"}i.icon.hand.outline.right:before{content:"\f0a4"}i.icon.hand.outline.left:before{content:"\f0a5"}i.icon.hand.outline.up:before{content:"\f0a6"}i.icon.hand.outline.down:before{content:"\f0a7"}i.icon.globe:before{content:"\f0ac"}i.icon.wrench:before{content:"\f0ad"}i.icon.briefcase:before{content:"\f0b1"}i.icon.group:before{content:"\f0c0"}i.icon.flask:before{content:"\f0c3"}i.icon.bars:before,i.icon.sidebar:before{content:"\f0c9"}i.icon.list.ul:before{content:"\f0ca"}i.icon.list.ol:before,i.icon.numbered.list:before{content:"\f0cb"}i.icon.magic:before{content:"\f0d0"}i.icon.truck:before{content:"\f0d1"}i.icon.currency:before{content:"\f0d6"}i.icon.dropdown:before,i.icon.triangle.down:before{content:"\f0d7"}i.icon.triangle.up:before{content:"\f0d8"}i.icon.triangle.left:before{content:"\f0d9"}i.icon.triangle.right:before{content:"\f0da"}i.icon.envelope:before{content:"\f0e0"}i.icon.conversation:before{content:"\f0e6"}i.icon.umbrella:before{content:"\f0e9"}i.icon.clipboard:before{content:"\f0ea"}i.icon.lightbulb:before{content:"\f0eb"}i.icon.ambulance:before{content:"\f0f9"}i.icon.medkit:before{content:"\f0fa"}i.icon.fighter.jet:before{content:"\f0fb"}i.icon.beer:before{content:"\f0fc"}i.icon.plus.square:before{content:"\f0fe"}i.icon.computer:before{content:"\f108"}i.icon.asexual:before,i.icon.circle.outline:before,i.icon.intersex:before{content:"\f10c"}i.icon.spinner:before{content:"\f110"}i.icon.gamepad:before{content:"\f11b"}i.icon.star.half.full:before{content:"\f123"}i.icon.question:before{content:"\f128"}i.icon.eraser:before{content:"\f12d"}i.icon.microphone:before{content:"\f130"}i.icon.microphone.slash:before{content:"\f131"}i.icon.shield:before{content:"\f132"}i.icon.target:before{content:"\f140"}i.icon.play.circle:before{content:"\f144"}i.icon.pencil.square:before{content:"\f14b"}i.icon.compass:before{content:"\f14e"}i.icon.amex:before{content:"\f1f3"}i.icon.eur:before{content:"\f153"}i.icon.gbp:before{content:"\f154"}i.icon.usd:before{content:"\f155"}i.icon.inr:before{content:"\f156"}i.icon.cny:before,i.icon.jpy:before,i.icon.rmb:before{content:"\f157"}i.icon.rouble:before,i.icon.rub:before{content:"\f158"}i.icon.krw:before{content:"\f159"}i.icon.btc:before{content:"\f15a"}i.icon.ils:before,i.icon.sheqel:before{content:"\f20b"}i.icon.try:before{content:"\f195"}i.icon.zip:before{content:"\f187"}i.icon.dot.circle.outline:before{content:"\f192"}i.icon.sliders:before{content:"\f1de"}i.icon.wi-fi:before{content:"\f1eb"}i.icon.graduation:before{content:"\f19d"}i.icon.weixin:before{content:"\f1d7"}i.icon.binoculars:before{content:"\f1e5"}i.icon.gratipay:before{content:"\f184"}i.icon.genderless:before{content:"\f1db"}i.icon.teletype:before{content:"\f1e4"}i.icon.power.cord:before{content:"\f1e6"}i.icon.tty:before{content:"\f1e4"}i.icon.cc:before{content:"\f20a"}i.icon.plus.cart:before{content:"\f217"}i.icon.arrow.down.cart:before{content:"\f218"}i.icon.detective:before{content:"\f21b"}i.icon.venus:before{content:"\f221"}i.icon.mars:before{content:"\f222"}i.icon.mercury:before{content:"\f223"}i.icon.female.homosexual:before,i.icon.venus.double:before{content:"\f226"}i.icon.male.homosexual:before,i.icon.mars.double:before{content:"\f227"}i.icon.venus.mars:before{content:"\f228"}i.icon.mars.alternate:before,i.icon.mars.stroke:before{content:"\f229"}i.icon.mars.vertical:before{content:"\f22a"}i.icon.mars.horizontal:before{content:"\f22b"}i.icon.mars.stroke.vertical:before{content:"\f22a"}i.icon.mars.stroke.horizontal:before{content:"\f22b"}i.icon.facebook.official{content:"\f230"}i.icon.pinterest.official{content:"\f231"}i.icon.bed:before{content:"\f236"}.ui.image{position:relative;display:inline-block;vertical-align:middle;max-width:100%;background-color:transparent}img.ui.image{display:block}.ui.image img,.ui.image svg{display:block;max-width:100%;height:auto}.ui.hidden.image,.ui.hidden.images{display:none}.ui.disabled.image,.ui.disabled.images{cursor:default;opacity:.45}.ui.inline.image,.ui.inline.image img,.ui.inline.image svg{display:inline-block}.ui.top.aligned.image,.ui.top.aligned.image img,.ui.top.aligned.image svg,.ui.top.aligned.images .image{display:inline-block;vertical-align:top}.ui.middle.aligned.image,.ui.middle.aligned.image img,.ui.middle.aligned.image svg,.ui.middle.aligned.images .image{display:inline-block;vertical-align:middle}.ui.bottom.aligned.image,.ui.bottom.aligned.image img,.ui.bottom.aligned.image svg,.ui.bottom.aligned.images .image{display:inline-block;vertical-align:bottom}.ui.rounded.image,.ui.rounded.image>*,.ui.rounded.images .image,.ui.rounded.images .image>*{border-radius:.3125em}.ui.bordered.image img,.ui.bordered.image svg,.ui.bordered.images .image,.ui.bordered.images img,.ui.bordered.images svg,img.ui.bordered.image{border:1px solid rgba(0,0,0,.1)}.ui.circular.image,.ui.circular.images{overflow:hidden}.ui.circular.image,.ui.circular.image>*,.ui.circular.images .image,.ui.circular.images .image>*{border-radius:500rem}.ui.fluid.image,.ui.fluid.image img,.ui.fluid.image svg,.ui.fluid.images,.ui.fluid.images img,.ui.fluid.images svg{display:block;width:100%;height:auto}.ui.avatar.image,.ui.avatar.image img,.ui.avatar.image svg,.ui.avatar.images .image,.ui.avatar.images img,.ui.avatar.images svg{margin-right:.25em;display:inline-block;width:2em;height:2em;border-radius:500rem}.ui.spaced.image{display:inline-block!important;margin-left:.5em;margin-right:.5em}.ui[class*="left spaced"].image{margin-left:.5em;margin-right:0}.ui[class*="right spaced"].image{margin-left:0;margin-right:.5em}.ui.floated.image,.ui.floated.images{float:left;margin-right:1em;margin-bottom:1em}.ui.right.floated.image,.ui.right.floated.images{float:right;margin-right:0;margin-bottom:1em;margin-left:1em}.ui.floated.image:last-child,.ui.floated.images:last-child{margin-bottom:0}.ui.centered.image,.ui.centered.images{margin-left:auto;margin-right:auto}.ui.mini.image,.ui.mini.images .image,.ui.mini.images img,.ui.mini.images svg{width:35px;height:auto;font-size:.71428571rem}.ui.tiny.image,.ui.tiny.images .image,.ui.tiny.images img,.ui.tiny.images svg{width:80px;height:auto;font-size:.85714286rem}.ui.small.image,.ui.small.images .image,.ui.small.images img,.ui.small.images svg{width:150px;height:auto;font-size:.92857143rem}.ui.medium.image,.ui.medium.images .image,.ui.medium.images img,.ui.medium.images svg{width:300px;height:auto;font-size:1rem}.ui.large.image,.ui.large.images .image,.ui.large.images img,.ui.large.images svg{width:450px;height:auto;font-size:1.14285714rem}.ui.big.image,.ui.big.images .image,.ui.big.images img,.ui.big.images svg{width:600px;height:auto;font-size:1.28571429rem}.ui.huge.image,.ui.huge.images .image,.ui.huge.images img,.ui.huge.images svg{width:800px;height:auto;font-size:1.42857143rem}.ui.massive.image,.ui.massive.images .image,.ui.massive.images img,.ui.massive.images svg{width:960px;height:auto;font-size:1.71428571rem}.ui.images{font-size:0;margin:0 -.25rem}.ui.images .image,.ui.images img,.ui.images svg{display:inline-block;margin:0 .25rem .5rem}.ui.input{position:relative;font-weight:400;font-style:normal;display:-webkit-inline-b
Download .txt
gitextract_c9ui_ruq/

├── .editorconfig
├── .gitattributes
├── .gitignore
├── .travis.yml
├── LICENSE
├── README.md
├── composer.json
├── default_build.json
├── dist/
│   ├── README.html
│   ├── asset/
│   │   ├── docs/
│   │   │   ├── classes/
│   │   │   │   ├── semantic.abstract_base.html
│   │   │   │   ├── semantic.debug.html
│   │   │   │   ├── semantic.integrations.html
│   │   │   │   ├── semantic.shutdown.html
│   │   │   │   ├── semantic.theme.html
│   │   │   │   ├── semantic.walker.abstract_base.html
│   │   │   │   ├── semantic.walker.abstract_nav_menu.html
│   │   │   │   └── semantic.walker.nav_menu.html
│   │   │   ├── css/
│   │   │   │   ├── bootstrap-responsive.css
│   │   │   │   ├── bootstrap.css
│   │   │   │   ├── jquery.iviewer.css
│   │   │   │   ├── prettify.css
│   │   │   │   └── template.css
│   │   │   ├── deprecated.html
│   │   │   ├── errors.html
│   │   │   ├── graph_class.html
│   │   │   ├── img/
│   │   │   │   └── iviewer/
│   │   │   │       ├── grab.cur
│   │   │   │       └── hand.cur
│   │   │   ├── index.html
│   │   │   ├── js/
│   │   │   │   ├── SVGPan.js
│   │   │   │   ├── bootstrap.js
│   │   │   │   ├── jqplot/
│   │   │   │   │   ├── MIT-LICENSE.txt
│   │   │   │   │   ├── README.txt
│   │   │   │   │   ├── changes.txt
│   │   │   │   │   ├── copyright.txt
│   │   │   │   │   └── gpl-2.0.txt
│   │   │   │   ├── jquery.cookie.js
│   │   │   │   ├── jquery.iviewer.js
│   │   │   │   ├── jquery.panzoom.js
│   │   │   │   ├── jquery.splitter.js
│   │   │   │   ├── jquery.treeview.js
│   │   │   │   ├── jquery.xml2json.js
│   │   │   │   ├── menu.js
│   │   │   │   ├── prettify/
│   │   │   │   │   ├── lang-apollo.js
│   │   │   │   │   ├── lang-clj.js
│   │   │   │   │   ├── lang-css.js
│   │   │   │   │   ├── lang-go.js
│   │   │   │   │   ├── lang-hs.js
│   │   │   │   │   ├── lang-lisp.js
│   │   │   │   │   ├── lang-lua.js
│   │   │   │   │   ├── lang-ml.js
│   │   │   │   │   ├── lang-n.js
│   │   │   │   │   ├── lang-proto.js
│   │   │   │   │   ├── lang-scala.js
│   │   │   │   │   ├── lang-sql.js
│   │   │   │   │   ├── lang-tex.js
│   │   │   │   │   ├── lang-vb.js
│   │   │   │   │   ├── lang-vhdl.js
│   │   │   │   │   ├── lang-wiki.js
│   │   │   │   │   ├── lang-xq.js
│   │   │   │   │   └── lang-yaml.js
│   │   │   │   ├── sidebar.js
│   │   │   │   └── template.js
│   │   │   ├── markers.html
│   │   │   ├── namespaces/
│   │   │   │   ├── default.html
│   │   │   │   ├── semantic.html
│   │   │   │   └── semantic.walker.html
│   │   │   └── packages/
│   │   │       └── default.html
│   │   ├── font/
│   │   │   └── FontAwesome.otf
│   │   ├── image/
│   │   │   └── subtle-patterns/
│   │   │       └── LICENSE
│   │   ├── script/
│   │   │   ├── main.js
│   │   │   └── theme-options.js
│   │   ├── semantic-ui/
│   │   │   ├── LICENSE.md
│   │   │   ├── README.md
│   │   │   ├── RELEASE-NOTES.md
│   │   │   ├── components/
│   │   │   │   ├── accordion.css
│   │   │   │   ├── accordion.js
│   │   │   │   ├── ad.css
│   │   │   │   ├── api.js
│   │   │   │   ├── breadcrumb.css
│   │   │   │   ├── button.css
│   │   │   │   ├── card.css
│   │   │   │   ├── checkbox.css
│   │   │   │   ├── checkbox.js
│   │   │   │   ├── colorize.js
│   │   │   │   ├── comment.css
│   │   │   │   ├── container.css
│   │   │   │   ├── dimmer.css
│   │   │   │   ├── dimmer.js
│   │   │   │   ├── divider.css
│   │   │   │   ├── dropdown.css
│   │   │   │   ├── dropdown.js
│   │   │   │   ├── embed.css
│   │   │   │   ├── embed.js
│   │   │   │   ├── feed.css
│   │   │   │   ├── flag.css
│   │   │   │   ├── form.css
│   │   │   │   ├── form.js
│   │   │   │   ├── grid.css
│   │   │   │   ├── header.css
│   │   │   │   ├── icon.css
│   │   │   │   ├── image.css
│   │   │   │   ├── input.css
│   │   │   │   ├── item.css
│   │   │   │   ├── label.css
│   │   │   │   ├── list.css
│   │   │   │   ├── loader.css
│   │   │   │   ├── menu.css
│   │   │   │   ├── message.css
│   │   │   │   ├── modal.css
│   │   │   │   ├── modal.js
│   │   │   │   ├── nag.css
│   │   │   │   ├── nag.js
│   │   │   │   ├── popup.css
│   │   │   │   ├── popup.js
│   │   │   │   ├── progress.css
│   │   │   │   ├── progress.js
│   │   │   │   ├── rail.css
│   │   │   │   ├── rating.css
│   │   │   │   ├── rating.js
│   │   │   │   ├── reset.css
│   │   │   │   ├── reveal.css
│   │   │   │   ├── search.css
│   │   │   │   ├── search.js
│   │   │   │   ├── segment.css
│   │   │   │   ├── shape.css
│   │   │   │   ├── shape.js
│   │   │   │   ├── sidebar.css
│   │   │   │   ├── sidebar.js
│   │   │   │   ├── site.css
│   │   │   │   ├── site.js
│   │   │   │   ├── state.js
│   │   │   │   ├── statistic.css
│   │   │   │   ├── step.css
│   │   │   │   ├── sticky.css
│   │   │   │   ├── sticky.js
│   │   │   │   ├── tab.css
│   │   │   │   ├── tab.js
│   │   │   │   ├── table.css
│   │   │   │   ├── transition.css
│   │   │   │   ├── transition.js
│   │   │   │   ├── video.css
│   │   │   │   ├── video.js
│   │   │   │   ├── visibility.js
│   │   │   │   └── visit.js
│   │   │   ├── semantic.css
│   │   │   ├── semantic.js
│   │   │   └── themes/
│   │   │       └── default/
│   │   │           └── assets/
│   │   │               └── fonts/
│   │   │                   └── icons.otf
│   │   └── style/
│   │       ├── dashboard.css
│   │       ├── main.css
│   │       ├── normalize.css
│   │       ├── webicons.css
│   │       └── webicons.scss
│   ├── content/
│   │   ├── 404.php
│   │   ├── comments.php
│   │   ├── empty.php
│   │   ├── first-run.php
│   │   ├── footer-none.php
│   │   ├── footer.php
│   │   ├── head.php
│   │   ├── header-none.php
│   │   ├── header.php
│   │   ├── login-form.php
│   │   ├── loop.php
│   │   ├── modals.php
│   │   ├── theme-options/
│   │   │   ├── about.php
│   │   │   ├── general.php
│   │   │   ├── meta-tags.php
│   │   │   └── page.php
│   │   └── woocommerce.php
│   ├── functions.php
│   ├── include/
│   │   ├── class/
│   │   │   └── semantic/
│   │   │       ├── abstract_base.php
│   │   │       ├── debug.php
│   │   │       ├── integrations.php
│   │   │       ├── shutdown.php
│   │   │       ├── theme.php
│   │   │       └── walker/
│   │   │           ├── abstract_base.php
│   │   │           ├── abstract_nav_menu.php
│   │   │           └── nav_menu.php
│   │   ├── debug_hooks.php
│   │   └── function/
│   │       ├── README.txt
│   │       ├── template_part.php
│   │       ├── template_part__load.php
│   │       ├── template_part__locate.php
│   │       ├── template_use_part.php
│   │       ├── theme__section.php
│   │       ├── theme_footer.php
│   │       ├── theme_header.php
│   │       └── theme_sidebar.php
│   ├── index.php
│   ├── style.css
│   ├── template/
│   │   ├── default-page.php
│   │   ├── default-sidebar-both.php
│   │   ├── default-sidebar-left.php
│   │   ├── default-sidebar-none.php
│   │   ├── default-sidebar-right.php
│   │   ├── default.php
│   │   ├── first-run.php
│   │   ├── home.php
│   │   ├── login.php
│   │   └── theme-options.php
│   └── woocommerce.php
├── docs/
│   ├── classes/
│   │   ├── semantic.abstract_base.html
│   │   ├── semantic.debug.html
│   │   ├── semantic.integrations.html
│   │   ├── semantic.shutdown.html
│   │   ├── semantic.theme.html
│   │   ├── semantic.walker.abstract_base.html
│   │   ├── semantic.walker.abstract_nav_menu.html
│   │   └── semantic.walker.nav_menu.html
│   ├── css/
│   │   ├── bootstrap-responsive.css
│   │   ├── bootstrap.css
│   │   ├── jquery.iviewer.css
│   │   ├── prettify.css
│   │   └── template.css
│   ├── deprecated.html
│   ├── errors.html
│   ├── graph_class.html
│   ├── img/
│   │   └── iviewer/
│   │       ├── grab.cur
│   │       └── hand.cur
│   ├── index.html
│   ├── js/
│   │   ├── SVGPan.js
│   │   ├── bootstrap.js
│   │   ├── jqplot/
│   │   │   ├── MIT-LICENSE.txt
│   │   │   ├── README.txt
│   │   │   ├── changes.txt
│   │   │   ├── copyright.txt
│   │   │   └── gpl-2.0.txt
│   │   ├── jquery.cookie.js
│   │   ├── jquery.iviewer.js
│   │   ├── jquery.panzoom.js
│   │   ├── jquery.splitter.js
│   │   ├── jquery.treeview.js
│   │   ├── jquery.xml2json.js
│   │   ├── menu.js
│   │   ├── prettify/
│   │   │   ├── lang-apollo.js
│   │   │   ├── lang-clj.js
│   │   │   ├── lang-css.js
│   │   │   ├── lang-go.js
│   │   │   ├── lang-hs.js
│   │   │   ├── lang-lisp.js
│   │   │   ├── lang-lua.js
│   │   │   ├── lang-ml.js
│   │   │   ├── lang-n.js
│   │   │   ├── lang-proto.js
│   │   │   ├── lang-scala.js
│   │   │   ├── lang-sql.js
│   │   │   ├── lang-tex.js
│   │   │   ├── lang-vb.js
│   │   │   ├── lang-vhdl.js
│   │   │   ├── lang-wiki.js
│   │   │   ├── lang-xq.js
│   │   │   └── lang-yaml.js
│   │   ├── sidebar.js
│   │   └── template.js
│   ├── markers.html
│   ├── namespaces/
│   │   ├── default.html
│   │   ├── semantic.html
│   │   └── semantic.walker.html
│   └── packages/
│       └── default.html
├── gulp/
│   ├── bootstrap.js
│   ├── cli.js
│   ├── config.js
│   ├── function/
│   │   └── gulp-rm.js
│   ├── task/
│   │   ├── build/
│   │   │   ├── copy.js
│   │   │   └── remove-old.js
│   │   ├── build-docs.js
│   │   ├── build-logo.js
│   │   ├── build-readme.js
│   │   ├── build-screenshot.js
│   │   ├── build-scripts/
│   │   │   ├── concat.js
│   │   │   ├── copy.js
│   │   │   ├── js.js
│   │   │   ├── minify.js
│   │   │   └── remove-old.js
│   │   ├── build-scripts.js
│   │   ├── build-styles/
│   │   │   ├── concat.js
│   │   │   ├── copy.js
│   │   │   ├── css.js
│   │   │   ├── less.js
│   │   │   ├── minify.js
│   │   │   ├── remove-old.js
│   │   │   └── sass.js
│   │   ├── build-styles.js
│   │   ├── build.js
│   │   ├── dep-check.js
│   │   ├── fix-line-endings.js
│   │   ├── optimize-images.js
│   │   ├── test.js
│   │   ├── version.js
│   │   └── watch.js
│   └── task.js
├── gulpfile.js
├── package.json
├── phpdoc.dist.xml
├── phpunit.xml
├── src/
│   ├── asset/
│   │   ├── font/
│   │   │   └── FontAwesome.otf
│   │   ├── image/
│   │   │   └── subtle-patterns/
│   │   │       └── LICENSE
│   │   ├── script/
│   │   │   ├── main.js
│   │   │   └── theme-options.js
│   │   ├── semantic-ui/
│   │   │   ├── LICENSE.md
│   │   │   ├── README.md
│   │   │   ├── RELEASE-NOTES.md
│   │   │   ├── components/
│   │   │   │   ├── accordion.css
│   │   │   │   ├── accordion.js
│   │   │   │   ├── ad.css
│   │   │   │   ├── api.js
│   │   │   │   ├── breadcrumb.css
│   │   │   │   ├── button.css
│   │   │   │   ├── card.css
│   │   │   │   ├── checkbox.css
│   │   │   │   ├── checkbox.js
│   │   │   │   ├── colorize.js
│   │   │   │   ├── comment.css
│   │   │   │   ├── container.css
│   │   │   │   ├── dimmer.css
│   │   │   │   ├── dimmer.js
│   │   │   │   ├── divider.css
│   │   │   │   ├── dropdown.css
│   │   │   │   ├── dropdown.js
│   │   │   │   ├── embed.css
│   │   │   │   ├── embed.js
│   │   │   │   ├── feed.css
│   │   │   │   ├── flag.css
│   │   │   │   ├── form.css
│   │   │   │   ├── form.js
│   │   │   │   ├── grid.css
│   │   │   │   ├── header.css
│   │   │   │   ├── icon.css
│   │   │   │   ├── image.css
│   │   │   │   ├── input.css
│   │   │   │   ├── item.css
│   │   │   │   ├── label.css
│   │   │   │   ├── list.css
│   │   │   │   ├── loader.css
│   │   │   │   ├── menu.css
│   │   │   │   ├── message.css
│   │   │   │   ├── modal.css
│   │   │   │   ├── modal.js
│   │   │   │   ├── nag.css
│   │   │   │   ├── nag.js
│   │   │   │   ├── popup.css
│   │   │   │   ├── popup.js
│   │   │   │   ├── progress.css
│   │   │   │   ├── progress.js
│   │   │   │   ├── rail.css
│   │   │   │   ├── rating.css
│   │   │   │   ├── rating.js
│   │   │   │   ├── reset.css
│   │   │   │   ├── reveal.css
│   │   │   │   ├── search.css
│   │   │   │   ├── search.js
│   │   │   │   ├── segment.css
│   │   │   │   ├── shape.css
│   │   │   │   ├── shape.js
│   │   │   │   ├── sidebar.css
│   │   │   │   ├── sidebar.js
│   │   │   │   ├── site.css
│   │   │   │   ├── site.js
│   │   │   │   ├── state.js
│   │   │   │   ├── statistic.css
│   │   │   │   ├── step.css
│   │   │   │   ├── sticky.css
│   │   │   │   ├── sticky.js
│   │   │   │   ├── tab.css
│   │   │   │   ├── tab.js
│   │   │   │   ├── table.css
│   │   │   │   ├── transition.css
│   │   │   │   ├── transition.js
│   │   │   │   ├── video.css
│   │   │   │   ├── video.js
│   │   │   │   ├── visibility.js
│   │   │   │   └── visit.js
│   │   │   ├── semantic.css
│   │   │   ├── semantic.js
│   │   │   └── themes/
│   │   │       └── default/
│   │   │           └── assets/
│   │   │               └── fonts/
│   │   │                   └── icons.otf
│   │   └── style/
│   │       ├── dashboard.css
│   │       ├── main.css
│   │       ├── normalize.css
│   │       └── webicons.scss
│   ├── content/
│   │   ├── 404.php
│   │   ├── comments.php
│   │   ├── empty.php
│   │   ├── first-run.php
│   │   ├── footer-none.php
│   │   ├── footer.php
│   │   ├── head.php
│   │   ├── header-none.php
│   │   ├── header.php
│   │   ├── login-form.php
│   │   ├── loop.php
│   │   ├── modals.php
│   │   ├── theme-options/
│   │   │   ├── about.php
│   │   │   ├── general.php
│   │   │   ├── meta-tags.php
│   │   │   └── page.php
│   │   └── woocommerce.php
│   ├── functions.php
│   ├── include/
│   │   ├── class/
│   │   │   └── semantic/
│   │   │       ├── abstract_base.php
│   │   │       ├── debug.php
│   │   │       ├── integrations.php
│   │   │       ├── shutdown.php
│   │   │       ├── theme.php
│   │   │       └── walker/
│   │   │           ├── abstract_base.php
│   │   │           ├── abstract_nav_menu.php
│   │   │           └── nav_menu.php
│   │   ├── debug_hooks.php
│   │   └── function/
│   │       ├── README.txt
│   │       ├── template_part.php
│   │       ├── template_part__load.php
│   │       ├── template_part__locate.php
│   │       ├── template_use_part.php
│   │       ├── theme__section.php
│   │       ├── theme_footer.php
│   │       ├── theme_header.php
│   │       └── theme_sidebar.php
│   ├── index.php
│   ├── style.css
│   ├── template/
│   │   ├── default-page.php
│   │   ├── default-sidebar-both.php
│   │   ├── default-sidebar-left.php
│   │   ├── default-sidebar-none.php
│   │   ├── default-sidebar-right.php
│   │   ├── default.php
│   │   ├── first-run.php
│   │   ├── home.php
│   │   ├── login.php
│   │   └── theme-options.php
│   └── woocommerce.php
└── testing/
    ├── bootstrap.php
    ├── database.sql
    ├── tests/
    │   └── 00_ConfigurationTest.php
    └── wp-config.php
Download .txt
SYMBOL INDEX (267 symbols across 54 files)

FILE: dist/asset/docs/js/SVGPan.js
  function setupHandlers (line 69) | function setupHandlers(root){
  function getEventPoint (line 87) | function getEventPoint(evt) {
  function setCTM (line 99) | function setCTM(element, matrix) {
  function dumpMatrix (line 108) | function dumpMatrix(matrix) {
  function setAttributes (line 117) | function setAttributes(element, attributes){
  function handleMouseWheel (line 125) | function handleMouseWheel(evt) {
  function handleMouseMove (line 159) | function handleMouseMove(evt) {
  function handleMouseDown (line 187) | function handleMouseDown(evt) {
  function handleMouseUp (line 219) | function handleMouseUp(evt) {

FILE: dist/asset/docs/js/bootstrap.js
  function removeElement (line 107) | function removeElement() {
  function clearMenus (line 594) | function clearMenus() {
  function hideWithTransition (line 723) | function hideWithTransition() {
  function hideModal (line 736) | function hideModal( that ) {
  function backdrop (line 744) | function backdrop( callback ) {
  function removeBackdrop (line 778) | function removeBackdrop() {
  function escape (line 783) | function escape() {
  function removeWithAnimation (line 998) | function removeWithAnimation() {
  function ScrollSpy (line 1223) | function ScrollSpy( element, options) {
  function next (line 1395) | function next() {

FILE: dist/asset/docs/js/jquery.iviewer.js
  function makeMouseEvent (line 26) | function makeMouseEvent (event) {
  function div (line 574) | function div(val1,val2) { return val1 / val2 }
  function mul (line 575) | function mul(val1,val2) { return val1 * val2 }

FILE: dist/asset/docs/js/jquery.panzoom.js
  function setupBindings (line 211) | function setupBindings() {
  function setupData (line 296) | function setupData() {
  function setupCSS (line 313) | function setupCSS() {
  function validatePosition (line 329) | function validatePosition() {
  function applyPosition (line 367) | function applyPosition() {
  function applyCSS (line 397) | function applyCSS() {
  function applyAnimate (line 401) | function applyAnimate() {
  function getWidth (line 405) | function getWidth() {
  function getLeftOffset (line 411) | function getLeftOffset() {
  function getHeight (line 416) | function getHeight() {
  function getTopOffset (line 422) | function getTopOffset() {
  function getCurrentAspectRatio (line 428) | function getCurrentAspectRatio() {
  function writePosition (line 432) | function writePosition() {
  function getStepDimensions (line 440) | function getStepDimensions() {
  function loadTargetDimensions (line 455) | function loadTargetDimensions() {

FILE: dist/asset/docs/js/jquery.splitter.js
  function startSplitMouse (line 40) | function startSplitMouse(evt) {
  function doSplitMouse (line 52) | function doSplitMouse(evt) {
  function endSplitMouse (line 61) | function endSplitMouse(evt) {
  function resplit (line 76) | function resplit(newPos) {
  function dimSum (line 91) | function dimSum(jq, dims) {

FILE: dist/asset/docs/js/jquery.treeview.js
  function treeController (line 115) | function treeController(tree, control) {
  function toggler (line 137) | function toggler() {
  function serialize (line 168) | function serialize() {
  function deserialize (line 179) | function deserialize() {

FILE: dist/asset/docs/js/jquery.xml2json.js
  function parseXML (line 27) | function parseXML(node, simple){
  function isNum (line 123) | function isNum(s){

FILE: dist/asset/docs/js/menu.js
  function menu_open (line 5) | function menu_open() {
  function menu_close (line 11) | function menu_close() {
  function menu_timer (line 15) | function menu_timer() {
  function menu_canceltimer (line 19) | function menu_canceltimer() {

FILE: dist/asset/docs/js/sidebar.js
  function tree_search (line 32) | function tree_search(input) {

FILE: dist/asset/docs/js/template.js
  function initializeContents (line 7) | function initializeContents()
  function filterPath (line 178) | function filterPath(string)
  function scrollableElement (line 219) | function scrollableElement(els)

FILE: dist/include/class/semantic/abstract_base.php
  class abstract_base (line 17) | abstract class abstract_base {
    method __construct (line 22) | public function __construct() {

FILE: dist/include/class/semantic/debug.php
  class debug (line 11) | class debug extends abstract_base {
    method __construct (line 34) | public function __construct() {
    method usage_tracker (line 76) | public function usage_tracker() {
    method runtime_checkpoint (line 88) | public function runtime_checkpoint($message = '') {
    method runtime_print_html_log (line 100) | public function runtime_print_html_log() {
    method _runtime_on_shutdown (line 156) | public function _runtime_on_shutdown() {

FILE: dist/include/class/semantic/integrations.php
  class integrations (line 13) | class integrations extends abstract_base {
    method __construct (line 24) | public function __construct() {
    method init (line 34) | public function init() {
    method widgets_init (line 94) | public function widgets_init() {
    method register_enqueue (line 130) | public function register_enqueue() {
    method enqueue (line 160) | public function enqueue() {
    method options (line 189) | public function options() {
    method options_page (line 227) | public function options_page() {
    method admin_bar_links (line 238) | public function admin_bar_links($wp_admin_bar) {
    method wp_title (line 256) | public function wp_title($title, $sep = '') {
    method google_author (line 295) | public function google_author($profile_fields) {
    method editor_styles (line 306) | public function editor_styles() {
    method current_nav (line 319) | public function current_nav($classes) {
    method search_form (line 331) | public function search_form() {
    method dashboard_footer (line 353) | public function dashboard_footer() {
    method post_thumbnail (line 393) | public function post_thumbnail($html, $post_id, $post_image_id) {
    method set_post_type (line 414) | public function set_post_type($template) {

FILE: dist/include/class/semantic/shutdown.php
  class shutdown (line 14) | class shutdown extends abstract_base {
    method __construct (line 27) | public function __construct() {
    method register (line 43) | public function register($id, $callback, $args = array()) {
    method unregister (line 67) | public function unregister($id) {
    method exists (line 81) | public function exists($id) {
    method _run_shutdown (line 88) | public function _run_shutdown() {

FILE: dist/include/class/semantic/theme.php
  class theme (line 15) | class theme extends abstract_base {
    method __construct (line 212) | public function __construct() {
    method generate_paths (line 268) | private function generate_paths($sub_paths) {
    method do_integrations (line 294) | public function do_integrations() {
    method get_functions (line 326) | public function get_functions() {
    method fetch_options (line 362) | private function fetch_options() {
    method default_options (line 379) | private function default_options() {
    method get_option (line 402) | public function get_option($name) {
    method update_options (line 417) | public function update_options($options) {
    method update_options_via_post (line 430) | private function update_options_via_post() {
    method option_form_name (line 457) | public function option_form_name($name) {
    method options_uri (line 469) | public function options_uri() {
    method options_update_data (line 479) | public function options_update_data() {
    method inc (line 498) | public function inc($path, $is_abs = FALSE, $var_list = array()) {
    method inc_once (line 530) | public function inc_once($path, $is_abs = FALSE, $var_list = array()) {
    method req (line 562) | public function req($path, $is_abs = FALSE, $var_list = array()) {
    method req_once (line 594) | public function req_once($path, $is_abs = FALSE, $var_list = array()) {
    method _inc_path (line 625) | private function _inc_path($path = '') {
    method part (line 650) | public function part($id, $path, $is_abs = FALSE, $once = FALSE, $var_...
    method use_part (line 684) | public function use_part($id, $path, $is_abs = FALSE, $once = FALSE, $...

FILE: dist/include/class/semantic/walker/abstract_base.php
  class abstract_base (line 11) | abstract class abstract_base extends \Walker {
    method __construct (line 24) | public function __construct($options = array()) {

FILE: dist/include/class/semantic/walker/abstract_nav_menu.php
  class abstract_nav_menu (line 13) | abstract class abstract_nav_menu extends abstract_base {
    method start_lvl (line 43) | public function start_lvl( &$output, $depth = 0, $args = array() ) {
    method end_lvl (line 59) | public function end_lvl( &$output, $depth = 0, $args = array() ) {
    method start_el (line 77) | public function start_el( &$output, $item, $depth = 0, $args = array()...
    method end_el (line 183) | public function end_el( &$output, $item, $depth = 0, $args = array() ) {

FILE: dist/include/class/semantic/walker/nav_menu.php
  class nav_menu (line 11) | class nav_menu extends abstract_nav_menu {
    method start_lvl (line 22) | public function start_lvl(&$output, $depth = 0, $args = array()) {
    method end_lvl (line 36) | public function end_lvl(&$output, $depth = 0, $args = array()) {
    method start_el (line 52) | public function start_el(&$output, $item, $depth = 0, $args = array(),...
    method end_el (line 106) | public function end_el(&$output, $item, $depth = 0, $args = array()) {

FILE: dist/include/function/template_part.php
  function template_part (line 22) | function template_part($slug, $name = NULL) {

FILE: dist/include/function/template_part__load.php
  function template_part__load (line 21) | function template_part__load($template_file, $require_once = TRUE, $iden...

FILE: dist/include/function/template_part__locate.php
  function template_part__locate (line 22) | function template_part__locate($template_names, $load = FALSE, $require_...

FILE: dist/include/function/template_use_part.php
  function template_use_part (line 16) | function template_use_part($slug, $replacement, $name = NULL) {

FILE: dist/include/function/theme__section.php
  function theme__section (line 23) | function theme__section($section, $name = NULL) {

FILE: dist/include/function/theme_footer.php
  function theme_footer (line 22) | function theme_footer($name = NULL) {

FILE: dist/include/function/theme_header.php
  function theme_header (line 22) | function theme_header($name = NULL) {

FILE: dist/include/function/theme_sidebar.php
  function theme_sidebar (line 22) | function theme_sidebar($name = NULL) {

FILE: docs/js/SVGPan.js
  function setupHandlers (line 69) | function setupHandlers(root){
  function getEventPoint (line 87) | function getEventPoint(evt) {
  function setCTM (line 99) | function setCTM(element, matrix) {
  function dumpMatrix (line 108) | function dumpMatrix(matrix) {
  function setAttributes (line 117) | function setAttributes(element, attributes){
  function handleMouseWheel (line 125) | function handleMouseWheel(evt) {
  function handleMouseMove (line 159) | function handleMouseMove(evt) {
  function handleMouseDown (line 187) | function handleMouseDown(evt) {
  function handleMouseUp (line 219) | function handleMouseUp(evt) {

FILE: docs/js/bootstrap.js
  function removeElement (line 107) | function removeElement() {
  function clearMenus (line 594) | function clearMenus() {
  function hideWithTransition (line 723) | function hideWithTransition() {
  function hideModal (line 736) | function hideModal( that ) {
  function backdrop (line 744) | function backdrop( callback ) {
  function removeBackdrop (line 778) | function removeBackdrop() {
  function escape (line 783) | function escape() {
  function removeWithAnimation (line 998) | function removeWithAnimation() {
  function ScrollSpy (line 1223) | function ScrollSpy( element, options) {
  function next (line 1395) | function next() {

FILE: docs/js/jquery.iviewer.js
  function makeMouseEvent (line 26) | function makeMouseEvent (event) {
  function div (line 574) | function div(val1,val2) { return val1 / val2 }
  function mul (line 575) | function mul(val1,val2) { return val1 * val2 }

FILE: docs/js/jquery.panzoom.js
  function setupBindings (line 211) | function setupBindings() {
  function setupData (line 296) | function setupData() {
  function setupCSS (line 313) | function setupCSS() {
  function validatePosition (line 329) | function validatePosition() {
  function applyPosition (line 367) | function applyPosition() {
  function applyCSS (line 397) | function applyCSS() {
  function applyAnimate (line 401) | function applyAnimate() {
  function getWidth (line 405) | function getWidth() {
  function getLeftOffset (line 411) | function getLeftOffset() {
  function getHeight (line 416) | function getHeight() {
  function getTopOffset (line 422) | function getTopOffset() {
  function getCurrentAspectRatio (line 428) | function getCurrentAspectRatio() {
  function writePosition (line 432) | function writePosition() {
  function getStepDimensions (line 440) | function getStepDimensions() {
  function loadTargetDimensions (line 455) | function loadTargetDimensions() {

FILE: docs/js/jquery.splitter.js
  function startSplitMouse (line 40) | function startSplitMouse(evt) {
  function doSplitMouse (line 52) | function doSplitMouse(evt) {
  function endSplitMouse (line 61) | function endSplitMouse(evt) {
  function resplit (line 76) | function resplit(newPos) {
  function dimSum (line 91) | function dimSum(jq, dims) {

FILE: docs/js/jquery.treeview.js
  function treeController (line 115) | function treeController(tree, control) {
  function toggler (line 137) | function toggler() {
  function serialize (line 168) | function serialize() {
  function deserialize (line 179) | function deserialize() {

FILE: docs/js/jquery.xml2json.js
  function parseXML (line 27) | function parseXML(node, simple){
  function isNum (line 123) | function isNum(s){

FILE: docs/js/menu.js
  function menu_open (line 5) | function menu_open() {
  function menu_close (line 11) | function menu_close() {
  function menu_timer (line 15) | function menu_timer() {
  function menu_canceltimer (line 19) | function menu_canceltimer() {

FILE: docs/js/sidebar.js
  function tree_search (line 32) | function tree_search(input) {

FILE: docs/js/template.js
  function initializeContents (line 7) | function initializeContents()
  function filterPath (line 178) | function filterPath(string)
  function scrollableElement (line 219) | function scrollableElement(els)

FILE: src/include/class/semantic/abstract_base.php
  class abstract_base (line 17) | abstract class abstract_base {
    method __construct (line 22) | public function __construct() {

FILE: src/include/class/semantic/debug.php
  class debug (line 11) | class debug extends abstract_base {
    method __construct (line 34) | public function __construct() {
    method usage_tracker (line 76) | public function usage_tracker() {
    method runtime_checkpoint (line 88) | public function runtime_checkpoint($message = '') {
    method runtime_print_html_log (line 100) | public function runtime_print_html_log() {
    method _runtime_on_shutdown (line 156) | public function _runtime_on_shutdown() {

FILE: src/include/class/semantic/integrations.php
  class integrations (line 13) | class integrations extends abstract_base {
    method __construct (line 24) | public function __construct() {
    method init (line 34) | public function init() {
    method widgets_init (line 94) | public function widgets_init() {
    method register_enqueue (line 130) | public function register_enqueue() {
    method enqueue (line 160) | public function enqueue() {
    method options (line 189) | public function options() {
    method options_page (line 227) | public function options_page() {
    method admin_bar_links (line 238) | public function admin_bar_links($wp_admin_bar) {
    method wp_title (line 256) | public function wp_title($title, $sep = '') {
    method google_author (line 295) | public function google_author($profile_fields) {
    method editor_styles (line 306) | public function editor_styles() {
    method current_nav (line 319) | public function current_nav($classes) {
    method search_form (line 331) | public function search_form() {
    method dashboard_footer (line 353) | public function dashboard_footer() {
    method post_thumbnail (line 393) | public function post_thumbnail($html, $post_id, $post_image_id) {
    method set_post_type (line 414) | public function set_post_type($template) {

FILE: src/include/class/semantic/shutdown.php
  class shutdown (line 14) | class shutdown extends abstract_base {
    method __construct (line 27) | public function __construct() {
    method register (line 43) | public function register($id, $callback, $args = array()) {
    method unregister (line 67) | public function unregister($id) {
    method exists (line 81) | public function exists($id) {
    method _run_shutdown (line 88) | public function _run_shutdown() {

FILE: src/include/class/semantic/theme.php
  class theme (line 15) | class theme extends abstract_base {
    method __construct (line 212) | public function __construct() {
    method generate_paths (line 268) | private function generate_paths($sub_paths) {
    method do_integrations (line 294) | public function do_integrations() {
    method get_functions (line 326) | public function get_functions() {
    method fetch_options (line 362) | private function fetch_options() {
    method default_options (line 379) | private function default_options() {
    method get_option (line 402) | public function get_option($name) {
    method update_options (line 417) | public function update_options($options) {
    method update_options_via_post (line 430) | private function update_options_via_post() {
    method option_form_name (line 457) | public function option_form_name($name) {
    method options_uri (line 469) | public function options_uri() {
    method options_update_data (line 479) | public function options_update_data() {
    method inc (line 498) | public function inc($path, $is_abs = FALSE, $var_list = array()) {
    method inc_once (line 530) | public function inc_once($path, $is_abs = FALSE, $var_list = array()) {
    method req (line 562) | public function req($path, $is_abs = FALSE, $var_list = array()) {
    method req_once (line 594) | public function req_once($path, $is_abs = FALSE, $var_list = array()) {
    method _inc_path (line 625) | private function _inc_path($path = '') {
    method part (line 650) | public function part($id, $path, $is_abs = FALSE, $once = FALSE, $var_...
    method use_part (line 684) | public function use_part($id, $path, $is_abs = FALSE, $once = FALSE, $...

FILE: src/include/class/semantic/walker/abstract_base.php
  class abstract_base (line 11) | abstract class abstract_base extends \Walker {
    method __construct (line 24) | public function __construct($options = array()) {

FILE: src/include/class/semantic/walker/abstract_nav_menu.php
  class abstract_nav_menu (line 13) | abstract class abstract_nav_menu extends abstract_base {
    method start_lvl (line 43) | public function start_lvl( &$output, $depth = 0, $args = array() ) {
    method end_lvl (line 59) | public function end_lvl( &$output, $depth = 0, $args = array() ) {
    method start_el (line 77) | public function start_el( &$output, $item, $depth = 0, $args = array()...
    method end_el (line 183) | public function end_el( &$output, $item, $depth = 0, $args = array() ) {

FILE: src/include/class/semantic/walker/nav_menu.php
  class nav_menu (line 11) | class nav_menu extends abstract_nav_menu {
    method start_lvl (line 22) | public function start_lvl(&$output, $depth = 0, $args = array()) {
    method end_lvl (line 36) | public function end_lvl(&$output, $depth = 0, $args = array()) {
    method start_el (line 52) | public function start_el(&$output, $item, $depth = 0, $args = array(),...
    method end_el (line 106) | public function end_el(&$output, $item, $depth = 0, $args = array()) {

FILE: src/include/function/template_part.php
  function template_part (line 22) | function template_part($slug, $name = NULL) {

FILE: src/include/function/template_part__load.php
  function template_part__load (line 21) | function template_part__load($template_file, $require_once = TRUE, $iden...

FILE: src/include/function/template_part__locate.php
  function template_part__locate (line 22) | function template_part__locate($template_names, $load = FALSE, $require_...

FILE: src/include/function/template_use_part.php
  function template_use_part (line 16) | function template_use_part($slug, $replacement, $name = NULL) {

FILE: src/include/function/theme__section.php
  function theme__section (line 23) | function theme__section($section, $name = NULL) {

FILE: src/include/function/theme_footer.php
  function theme_footer (line 22) | function theme_footer($name = NULL) {

FILE: src/include/function/theme_header.php
  function theme_header (line 22) | function theme_header($name = NULL) {

FILE: src/include/function/theme_sidebar.php
  function theme_sidebar (line 22) | function theme_sidebar($name = NULL) {

FILE: testing/database.sql
  type `wp_commentmeta` (line 29) | CREATE TABLE IF NOT EXISTS `wp_commentmeta` (
  type `wp_comments` (line 42) | CREATE TABLE IF NOT EXISTS `wp_comments` (
  type `wp_links` (line 73) | CREATE TABLE IF NOT EXISTS `wp_links` (
  type `wp_options` (line 95) | CREATE TABLE IF NOT EXISTS `wp_options` (
  type `wp_postmeta` (line 243) | CREATE TABLE IF NOT EXISTS `wp_postmeta` (
  type `wp_posts` (line 263) | CREATE TABLE IF NOT EXISTS `wp_posts` (
  type `wp_terms` (line 304) | CREATE TABLE IF NOT EXISTS `wp_terms` (
  type `wp_term_relationships` (line 324) | CREATE TABLE IF NOT EXISTS `wp_term_relationships` (
  type `wp_term_taxonomy` (line 343) | CREATE TABLE IF NOT EXISTS `wp_term_taxonomy` (
  type `wp_usermeta` (line 365) | CREATE TABLE IF NOT EXISTS `wp_usermeta` (
  type `wp_users` (line 398) | CREATE TABLE IF NOT EXISTS `wp_users` (

FILE: testing/tests/00_ConfigurationTest.php
  class ConfigurationTest (line 7) | class ConfigurationTest extends \PHPUnit_Framework_TestCase {
    method True (line 12) | public function True() {
Condensed preview — 432 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (9,335K chars).
[
  {
    "path": ".editorconfig",
    "chars": 240,
    "preview": "# Standard\n[*]\ncharset = utf-8\nend_of_line = lf\ninsert_final_newline = true\nindent_size = 2\nindent_style = tab\n\n# Spaces"
  },
  {
    "path": ".gitattributes",
    "chars": 262,
    "preview": "# Force Unix-Style Line Endings\n*.css      text eol=lf\n*.html     text eol=lf\n*.js       text eol=lf\n*.json     text eol"
  },
  {
    "path": ".gitignore",
    "chars": 179,
    "preview": "### Unit Testing ###\n/testing/vendor\n\n### Build Process ###\n/node_modules\n/npm-debug.log\n\n### OS ###\n.DS_Store\n.DS_Store"
  },
  {
    "path": ".travis.yml",
    "chars": 374,
    "preview": "language: php\nscript: phpunit\nbefore_script:\n  - composer install\n  - cp testing/wp-config.php testing/vendor/wordpress/"
  },
  {
    "path": "LICENSE",
    "chars": 680,
    "preview": "The Semantic UI for WordPress documentation by Nicholas Jordon is licensed under the Creative Commons Attribution-ShareA"
  },
  {
    "path": "README.md",
    "chars": 7331,
    "preview": "# Semantic UI for WordPress: Developer Edition\n\n<p align=\"center\">\n\t<img src=\"http://i.imgur.com/AEYUA4Q.png\" alt=\"Seman"
  },
  {
    "path": "composer.json",
    "chars": 780,
    "preview": "{\n\t\"name\": \"projectcleverweb/semantic-ui-wordpress\",\n\t\"description\": \"\",\n\t\"version\": \"1.0.0\",\n\t\"keywords\": [\n\t\t\"semantic"
  },
  {
    "path": "default_build.json",
    "chars": 814,
    "preview": "{\n\t\"compile_less\": true,\n\t\"compile_sass\": true,\n\t\"optimize_images\": true,\n\t\"optimize_image_types\": [\"gif\", \"jpeg\", \"jpg\""
  },
  {
    "path": "dist/README.html",
    "chars": 575783,
    "preview": "<html><body><style type=\"text/css\">/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */img,legen"
  },
  {
    "path": "dist/asset/docs/classes/semantic.abstract_base.html",
    "chars": 11799,
    "preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
  },
  {
    "path": "dist/asset/docs/classes/semantic.debug.html",
    "chars": 26432,
    "preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
  },
  {
    "path": "dist/asset/docs/classes/semantic.integrations.html",
    "chars": 48807,
    "preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
  },
  {
    "path": "dist/asset/docs/classes/semantic.shutdown.html",
    "chars": 23827,
    "preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
  },
  {
    "path": "dist/asset/docs/classes/semantic.theme.html",
    "chars": 120245,
    "preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
  },
  {
    "path": "dist/asset/docs/classes/semantic.walker.abstract_base.html",
    "chars": 13652,
    "preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
  },
  {
    "path": "dist/asset/docs/classes/semantic.walker.abstract_nav_menu.html",
    "chars": 41464,
    "preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
  },
  {
    "path": "dist/asset/docs/classes/semantic.walker.nav_menu.html",
    "chars": 41480,
    "preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
  },
  {
    "path": "dist/asset/docs/css/bootstrap-responsive.css",
    "chars": 10543,
    "preview": "/*!\n * Bootstrap Responsive v2.0.0\n *\n * Copyright 2012 Twitter, Inc\n * Licensed under the Apache License v2.0\n * http:/"
  },
  {
    "path": "dist/asset/docs/css/bootstrap.css",
    "chars": 81498,
    "preview": "/*!\n * Bootstrap v2.0.0\n *\n * Copyright 2012 Twitter, Inc\n * Licensed under the Apache License v2.0\n * http://www.apache"
  },
  {
    "path": "dist/asset/docs/css/jquery.iviewer.css",
    "chars": 1587,
    "preview": ".iviewer_common {\n    position:absolute;\n    bottom:10px;\n    border: 1px  solid #000;\n    height: 28px;\n    z-index: 50"
  },
  {
    "path": "dist/asset/docs/css/prettify.css",
    "chars": 676,
    "preview": ".pln{color:#000}@media screen{.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun,.opn,"
  },
  {
    "path": "dist/asset/docs/css/template.css",
    "chars": 9525,
    "preview": "@import url(bootstrap.min.css);\n@import url(bootstrap-responsive.css);\n@import url(prettify.css);\n@import url(jquery.ivi"
  },
  {
    "path": "dist/asset/docs/deprecated.html",
    "chars": 6002,
    "preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
  },
  {
    "path": "dist/asset/docs/errors.html",
    "chars": 8892,
    "preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
  },
  {
    "path": "dist/asset/docs/graph_class.html",
    "chars": 6032,
    "preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
  },
  {
    "path": "dist/asset/docs/index.html",
    "chars": 8321,
    "preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
  },
  {
    "path": "dist/asset/docs/js/SVGPan.js",
    "chars": 6346,
    "preview": "/**\n *  SVGPan library 1.2 - phpDocumentor1\n * ====================\n *\n * Given an unique existing element with id \"view"
  },
  {
    "path": "dist/asset/docs/js/bootstrap.js",
    "chars": 47395,
    "preview": "/* ===================================================\n * bootstrap-transition.js v2.0.0\n * http://twitter.github.com/bo"
  },
  {
    "path": "dist/asset/docs/js/jqplot/MIT-LICENSE.txt",
    "chars": 1083,
    "preview": "Title: MIT License\n\nCopyright (c) 2009-2013 Chris Leonello\n\nPermission is hereby granted, free of charge, to any person "
  },
  {
    "path": "dist/asset/docs/js/jqplot/README.txt",
    "chars": 3175,
    "preview": "Title: jqPlot Readme\n\nPure JavaScript plotting plugin for jQuery.\n\nTo learn how to use jqPlot, start with the Basic Usag"
  },
  {
    "path": "dist/asset/docs/js/jqplot/changes.txt",
    "chars": 21665,
    "preview": "Title: Change Log\n\n1.0.8:\n* Issue #375: sortMergedLabels does not sort string labels\n* Issue #279: Groups > 3 Causes Ali"
  },
  {
    "path": "dist/asset/docs/js/jqplot/copyright.txt",
    "chars": 2217,
    "preview": "/**\n * jqPlot\n * Pure JavaScript plotting plugin using jQuery\n *\n * Version: @VERSION\n *\n * Copyright (c) 2009-2013 Chri"
  },
  {
    "path": "dist/asset/docs/js/jqplot/gpl-2.0.txt",
    "chars": 15113,
    "preview": "Title: GPL Version 2\n\n           GNU GENERAL PUBLIC LICENSE\n\t\t       Version 2, June 1991\n\n Copyright (C) 1989, 1991 Fre"
  },
  {
    "path": "dist/asset/docs/js/jquery.cookie.js",
    "chars": 3790,
    "preview": "/**\n * Cookie plugin\n *\n * Copyright (c) 2006 Klaus Hartl (stilbuero.de)\n * Dual licensed under the MIT and GPL licenses"
  },
  {
    "path": "dist/asset/docs/js/jquery.iviewer.js",
    "chars": 33338,
    "preview": "/*\n * iviewer Widget for jQuery UI\n * https://github.com/can3p/iviewer\n *\n * Copyright (c) 2009 - 2012 Dmitry Petrov\n * "
  },
  {
    "path": "dist/asset/docs/js/jquery.panzoom.js",
    "chars": 14624,
    "preview": "/*\n * jQuery PanZoom Plugin\n * Pan and zoom an image within a parent div.\n *\n * version: 0.9.0\n * @requires jQuery v1.4."
  },
  {
    "path": "dist/asset/docs/js/jquery.splitter.js",
    "chars": 11740,
    "preview": "/*\n * jQuery.splitter.js - two-pane splitter window plugin\n *\n * version 1.51 (2009/01/09)\n *\n * Dual licensed under the"
  },
  {
    "path": "dist/asset/docs/js/jquery.treeview.js",
    "chars": 8264,
    "preview": "/*\n * Treeview 1.5pre - jQuery plugin to hide and show branches of a tree\n * \n * http://bassistance.de/jquery-plugins/jq"
  },
  {
    "path": "dist/asset/docs/js/jquery.xml2json.js",
    "chars": 7507,
    "preview": "/*\n ### jQuery XML to JSON Plugin v1.3 - 2013-02-18 ###\n * http://www.fyneworks.com/ - diego@fyneworks.com\n\t* Licensed u"
  },
  {
    "path": "dist/asset/docs/js/menu.js",
    "chars": 672,
    "preview": "var timeout    = 500;\nvar closetimer = 0;\nvar ddmenuitem = 0;\n\nfunction menu_open() {\n    menu_canceltimer();\n    menu_c"
  },
  {
    "path": "dist/asset/docs/js/prettify/lang-apollo.js",
    "chars": 987,
    "preview": "PR.registerLangHandler(PR.createSimpleLexer([[\"com\",/^#[^\\n\\r]*/,null,\"#\"],[\"pln\",/^[\\t\\n\\r \\xa0]+/,null,\"\\t\\n\\r �\\xa0\"]"
  },
  {
    "path": "dist/asset/docs/js/prettify/lang-clj.js",
    "chars": 1444,
    "preview": "/*\n Copyright (C) 2011 Google Inc.\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use th"
  },
  {
    "path": "dist/asset/docs/js/prettify/lang-css.js",
    "chars": 861,
    "preview": "PR.registerLangHandler(PR.createSimpleLexer([[\"pln\",/^[\\t\\n\\f\\r ]+/,null,\" \\t\\r\\n\f\"]],[[\"str\",/^\"(?:[^\\n\\f\\r\"\\\\]|\\\\(?:\\r"
  },
  {
    "path": "dist/asset/docs/js/prettify/lang-go.js",
    "chars": 282,
    "preview": "PR.registerLangHandler(PR.createSimpleLexer([[\"pln\",/^[\\t\\n\\r \\xa0]+/,null,\"\\t\\n\\r �\\xa0\"],[\"pln\",/^(?:\"(?:[^\"\\\\]|\\\\[\\S\\"
  },
  {
    "path": "dist/asset/docs/js/prettify/lang-hs.js",
    "chars": 569,
    "preview": "PR.registerLangHandler(PR.createSimpleLexer([[\"pln\",/^[\\t-\\r ]+/,null,\"\\t\\n\u000b\f\\r \"],[\"str\",/^\"(?:[^\\n\\f\\r\"\\\\]|\\\\[\\S\\s])*("
  },
  {
    "path": "dist/asset/docs/js/prettify/lang-lisp.js",
    "chars": 755,
    "preview": "var a=null;\nPR.registerLangHandler(PR.createSimpleLexer([[\"opn\",/^\\(+/,a,\"(\"],[\"clo\",/^\\)+/,a,\")\"],[\"com\",/^;[^\\n\\r]*/,a"
  },
  {
    "path": "dist/asset/docs/js/prettify/lang-lua.js",
    "chars": 552,
    "preview": "PR.registerLangHandler(PR.createSimpleLexer([[\"pln\",/^[\\t\\n\\r \\xa0]+/,null,\"\\t\\n\\r �\\xa0\"],[\"str\",/^(?:\"(?:[^\"\\\\]|\\\\[\\S\\"
  },
  {
    "path": "dist/asset/docs/js/prettify/lang-ml.js",
    "chars": 1105,
    "preview": "PR.registerLangHandler(PR.createSimpleLexer([[\"pln\",/^[\\t\\n\\r \\xa0]+/,null,\"\\t\\n\\r �\\xa0\"],[\"com\",/^#(?:if[\\t\\n\\r \\xa0]+"
  },
  {
    "path": "dist/asset/docs/js/prettify/lang-n.js",
    "chars": 1400,
    "preview": "var a=null;\nPR.registerLangHandler(PR.createSimpleLexer([[\"str\",/^(?:'(?:[^\\n\\r'\\\\]|\\\\.)*'|\"(?:[^\\n\\r\"\\\\]|\\\\.)*(?:\"|$))/"
  },
  {
    "path": "dist/asset/docs/js/prettify/lang-proto.js",
    "chars": 302,
    "preview": "PR.registerLangHandler(PR.sourceDecorator({keywords:\"bytes,default,double,enum,extend,extensions,false,group,import,max,"
  },
  {
    "path": "dist/asset/docs/js/prettify/lang-scala.js",
    "chars": 915,
    "preview": "PR.registerLangHandler(PR.createSimpleLexer([[\"pln\",/^[\\t\\n\\r \\xa0]+/,null,\"\\t\\n\\r �\\xa0\"],[\"str\",/^\"(?:\"\"(?:\"\"?(?!\")|[^"
  },
  {
    "path": "dist/asset/docs/js/prettify/lang-sql.js",
    "chars": 1686,
    "preview": "PR.registerLangHandler(PR.createSimpleLexer([[\"pln\",/^[\\t\\n\\r \\xa0]+/,null,\"\\t\\n\\r �\\xa0\"],[\"str\",/^(?:\"(?:[^\"\\\\]|\\\\.)*\""
  },
  {
    "path": "dist/asset/docs/js/prettify/lang-tex.js",
    "chars": 285,
    "preview": "PR.registerLangHandler(PR.createSimpleLexer([[\"pln\",/^[\\t\\n\\r \\xa0]+/,null,\"\\t\\n\\r �\\xa0\"],[\"com\",/^%[^\\n\\r]*/,null,\"%\"]"
  },
  {
    "path": "dist/asset/docs/js/prettify/lang-vb.js",
    "chars": 1701,
    "preview": "PR.registerLangHandler(PR.createSimpleLexer([[\"pln\",/^[\\t\\n\\r \\xa0\\u2028\\u2029]+/,null,\"\\t\\n\\r �\\xa0

\"],[\"str\",/^(?:[\"\\"
  },
  {
    "path": "dist/asset/docs/js/prettify/lang-vhdl.js",
    "chars": 1449,
    "preview": "PR.registerLangHandler(PR.createSimpleLexer([[\"pln\",/^[\\t\\n\\r \\xa0]+/,null,\"\\t\\n\\r �\\xa0\"]],[[\"str\",/^(?:[box]?\"(?:[^\"]|"
  },
  {
    "path": "dist/asset/docs/js/prettify/lang-wiki.js",
    "chars": 543,
    "preview": "PR.registerLangHandler(PR.createSimpleLexer([[\"pln\",/^[\\d\\t a-gi-z\\xa0]+/,null,\"\\t �\\xa0abcdefgijklmnopqrstuvwxyz0123456"
  },
  {
    "path": "dist/asset/docs/js/prettify/lang-xq.js",
    "chars": 23242,
    "preview": "PR.registerLangHandler(PR.createSimpleLexer([[\"var pln\",/^\\$[\\w-]+/,null,\"$\"]],[[\"pln\",/^[\\s=][<>][\\s=]/],[\"lit\",/^@[\\w-"
  },
  {
    "path": "dist/asset/docs/js/prettify/lang-yaml.js",
    "chars": 412,
    "preview": "var a=null;\nPR.registerLangHandler(PR.createSimpleLexer([[\"pun\",/^[:>?|]+/,a,\":|>?\"],[\"dec\",/^%(?:YAML|TAG)[^\\n\\r#]+/,a,"
  },
  {
    "path": "dist/asset/docs/js/sidebar.js",
    "chars": 1307,
    "preview": "jQuery.expr[':'].Contains = function(a, i, m) {\n    return jQuery(a).text().toUpperCase().indexOf(m[3].toUpperCase()) >="
  },
  {
    "path": "dist/asset/docs/js/template.js",
    "chars": 9757,
    "preview": "$.browser.chrome = /chrome/.test(navigator.userAgent.toLowerCase());\n$.browser.ipad   = /ipad/.test(navigator.userAgent."
  },
  {
    "path": "dist/asset/docs/markers.html",
    "chars": 7465,
    "preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
  },
  {
    "path": "dist/asset/docs/namespaces/default.html",
    "chars": 42670,
    "preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
  },
  {
    "path": "dist/asset/docs/namespaces/semantic.html",
    "chars": 12569,
    "preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
  },
  {
    "path": "dist/asset/docs/namespaces/semantic.walker.html",
    "chars": 8733,
    "preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
  },
  {
    "path": "dist/asset/docs/packages/default.html",
    "chars": 15555,
    "preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
  },
  {
    "path": "dist/asset/image/subtle-patterns/LICENSE",
    "chars": 394,
    "preview": "Subtle Patterns © Atle Mo\n\nThe images located in this folder are from sunbtle-patterns.com and the\ncopyright for each of"
  },
  {
    "path": "dist/asset/script/main.js",
    "chars": 989,
    "preview": "WebFont.load({\n\tgoogle: {families: [\n\t\t'Open+Sans:400,600,700,700italic:latin', // General Text\n\t\t'Roboto:400,300,500,70"
  },
  {
    "path": "dist/asset/script/theme-options.js",
    "chars": 1402,
    "preview": "// By default, jQuery in the WordPress dashboard runs in \"safe mode\" which means\n// the '$' shortcut is not available. S"
  },
  {
    "path": "dist/asset/semantic-ui/LICENSE.md",
    "chars": 1042,
    "preview": "# The MIT License\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and ass"
  },
  {
    "path": "dist/asset/semantic-ui/README.md",
    "chars": 6698,
    "preview": "![Semantic](http://www.semantic-ui.com/images/logo.png)\n\n# Semantic UI\n\n[![Join the chat at https://gitter.im/Semantic-O"
  },
  {
    "path": "dist/asset/semantic-ui/RELEASE-NOTES.md",
    "chars": 165692,
    "preview": "## RELEASE NOTES\n\n### Version 2.1.6 - Nov 6, 2015\n\n**Bug Fixes**\n- **Checkbox/Dropdown/Search** - Fixed issue where drop"
  },
  {
    "path": "dist/asset/semantic-ui/components/accordion.css",
    "chars": 8648,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Accordion\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributo"
  },
  {
    "path": "dist/asset/semantic-ui/components/accordion.js",
    "chars": 19578,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Accordion\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributo"
  },
  {
    "path": "dist/asset/semantic-ui/components/ad.css",
    "chars": 3957,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Ad\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2013 Contributors\n * R"
  },
  {
    "path": "dist/asset/semantic-ui/components/api.js",
    "chars": 38713,
    "preview": "/*!\n * # Semantic UI 2.1.6 - API\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n * "
  },
  {
    "path": "dist/asset/semantic-ui/components/breadcrumb.css",
    "chars": 2073,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Breadcrumb\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contribut"
  },
  {
    "path": "dist/asset/semantic-ui/components/button.css",
    "chars": 85964,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Button\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n"
  },
  {
    "path": "dist/asset/semantic-ui/components/card.css",
    "chars": 20482,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Item\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n *"
  },
  {
    "path": "dist/asset/semantic-ui/components/checkbox.css",
    "chars": 15433,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Checkbox\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributor"
  },
  {
    "path": "dist/asset/semantic-ui/components/checkbox.js",
    "chars": 25366,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Checkbox\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributor"
  },
  {
    "path": "dist/asset/semantic-ui/components/colorize.js",
    "chars": 8436,
    "preview": "/*!\n * # Semantic UI 2.0.0 - Colorize\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributor"
  },
  {
    "path": "dist/asset/semantic-ui/components/comment.css",
    "chars": 4595,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Comment\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors"
  },
  {
    "path": "dist/asset/semantic-ui/components/container.css",
    "chars": 3008,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Container\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributo"
  },
  {
    "path": "dist/asset/semantic-ui/components/dimmer.css",
    "chars": 4027,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Dimmer\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n"
  },
  {
    "path": "dist/asset/semantic-ui/components/dimmer.js",
    "chars": 20343,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Dimmer\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n"
  },
  {
    "path": "dist/asset/semantic-ui/components/divider.css",
    "chars": 7893,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Divider\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors"
  },
  {
    "path": "dist/asset/semantic-ui/components/dropdown.css",
    "chars": 33402,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Dropdown\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributor"
  },
  {
    "path": "dist/asset/semantic-ui/components/dropdown.js",
    "chars": 121683,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Dropdown\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributor"
  },
  {
    "path": "dist/asset/semantic-ui/components/embed.css",
    "chars": 3106,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Video\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n "
  },
  {
    "path": "dist/asset/semantic-ui/components/embed.js",
    "chars": 18990,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Video\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n "
  },
  {
    "path": "dist/asset/semantic-ui/components/feed.css",
    "chars": 5747,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Feed\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n *"
  },
  {
    "path": "dist/asset/semantic-ui/components/flag.css",
    "chars": 21136,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Flag\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n *"
  },
  {
    "path": "dist/asset/semantic-ui/components/form.css",
    "chars": 25492,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Form\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n *"
  },
  {
    "path": "dist/asset/semantic-ui/components/form.js",
    "chars": 49756,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Form Validation\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Cont"
  },
  {
    "path": "dist/asset/semantic-ui/components/grid.css",
    "chars": 69955,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Grid\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n *"
  },
  {
    "path": "dist/asset/semantic-ui/components/header.css",
    "chars": 12347,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Header\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n"
  },
  {
    "path": "dist/asset/semantic-ui/components/icon.css",
    "chars": 43315,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Icon\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n *"
  },
  {
    "path": "dist/asset/semantic-ui/components/image.css",
    "chars": 5208,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Image\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n "
  },
  {
    "path": "dist/asset/semantic-ui/components/input.css",
    "chars": 11731,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Input\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n "
  },
  {
    "path": "dist/asset/semantic-ui/components/item.css",
    "chars": 9138,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Item\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n *"
  },
  {
    "path": "dist/asset/semantic-ui/components/label.css",
    "chars": 27285,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Label\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n "
  },
  {
    "path": "dist/asset/semantic-ui/components/list.css",
    "chars": 20929,
    "preview": "/*!\n * # Semantic UI 2.1.6 - List\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n *"
  },
  {
    "path": "dist/asset/semantic-ui/components/loader.css",
    "chars": 5406,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Loader\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n"
  },
  {
    "path": "dist/asset/semantic-ui/components/menu.css",
    "chars": 41255,
    "preview": "/*\n * # Semantic - Menu\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributor\n * Released u"
  },
  {
    "path": "dist/asset/semantic-ui/components/message.css",
    "chars": 8708,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Message\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors"
  },
  {
    "path": "dist/asset/semantic-ui/components/modal.css",
    "chars": 10142,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Modal\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n "
  },
  {
    "path": "dist/asset/semantic-ui/components/modal.js",
    "chars": 27069,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Modal\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n "
  },
  {
    "path": "dist/asset/semantic-ui/components/nag.css",
    "chars": 2560,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Nag\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n * "
  },
  {
    "path": "dist/asset/semantic-ui/components/nag.js",
    "chars": 14517,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Nag\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n * "
  },
  {
    "path": "dist/asset/semantic-ui/components/popup.css",
    "chars": 7056,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Popup\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n "
  },
  {
    "path": "dist/asset/semantic-ui/components/popup.js",
    "chars": 46345,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Popup\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n "
  },
  {
    "path": "dist/asset/semantic-ui/components/progress.css",
    "chars": 10163,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Progress Bar\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contrib"
  },
  {
    "path": "dist/asset/semantic-ui/components/progress.js",
    "chars": 25507,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Progress\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributor"
  },
  {
    "path": "dist/asset/semantic-ui/components/rail.css",
    "chars": 2167,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Rail\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n *"
  },
  {
    "path": "dist/asset/semantic-ui/components/rating.css",
    "chars": 20530,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Rating\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n"
  },
  {
    "path": "dist/asset/semantic-ui/components/rating.js",
    "chars": 13502,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Rating\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n"
  },
  {
    "path": "dist/asset/semantic-ui/components/reset.css",
    "chars": 8537,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Reset\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n "
  },
  {
    "path": "dist/asset/semantic-ui/components/reveal.css",
    "chars": 8493,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Reveal\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n"
  },
  {
    "path": "dist/asset/semantic-ui/components/search.css",
    "chars": 8163,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Search\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n"
  },
  {
    "path": "dist/asset/semantic-ui/components/search.js",
    "chars": 42813,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Search\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n"
  },
  {
    "path": "dist/asset/semantic-ui/components/segment.css",
    "chars": 15576,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Segment\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors"
  },
  {
    "path": "dist/asset/semantic-ui/components/shape.css",
    "chars": 3156,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Shape\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n "
  },
  {
    "path": "dist/asset/semantic-ui/components/shape.js",
    "chars": 27407,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Shape\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n "
  },
  {
    "path": "dist/asset/semantic-ui/components/sidebar.css",
    "chars": 14646,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Sidebar\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors"
  },
  {
    "path": "dist/asset/semantic-ui/components/sidebar.js",
    "chars": 33062,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Sidebar\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors"
  },
  {
    "path": "dist/asset/semantic-ui/components/site.css",
    "chars": 2683,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Site\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n *"
  },
  {
    "path": "dist/asset/semantic-ui/components/site.js",
    "chars": 14149,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Site\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n *"
  },
  {
    "path": "dist/asset/semantic-ui/components/state.js",
    "chars": 20408,
    "preview": "/*!\n * # Semantic UI 2.1.6 - State\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n "
  },
  {
    "path": "dist/asset/semantic-ui/components/statistic.css",
    "chars": 12976,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Statistic\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributo"
  },
  {
    "path": "dist/asset/semantic-ui/components/step.css",
    "chars": 22816,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Step\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n *"
  },
  {
    "path": "dist/asset/semantic-ui/components/sticky.css",
    "chars": 1249,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Sticky\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n"
  },
  {
    "path": "dist/asset/semantic-ui/components/sticky.js",
    "chars": 28980,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Sticky\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n"
  },
  {
    "path": "dist/asset/semantic-ui/components/tab.css",
    "chars": 1745,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Tab\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n * "
  },
  {
    "path": "dist/asset/semantic-ui/components/tab.js",
    "chars": 30538,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Tab\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n * "
  },
  {
    "path": "dist/asset/semantic-ui/components/table.css",
    "chars": 22499,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Table\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n "
  },
  {
    "path": "dist/asset/semantic-ui/components/transition.css",
    "chars": 46125,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Transition\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contribut"
  },
  {
    "path": "dist/asset/semantic-ui/components/transition.js",
    "chars": 34303,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Transition\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contribut"
  },
  {
    "path": "dist/asset/semantic-ui/components/video.css",
    "chars": 2221,
    "preview": "/*!\n * # Semantic UI 2.0.0 - Video\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2014 Contributors\n "
  },
  {
    "path": "dist/asset/semantic-ui/components/video.js",
    "chars": 15721,
    "preview": "/*!\n * # Semantic UI 2.0.0 - Video\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2014 Contributorss\n"
  },
  {
    "path": "dist/asset/semantic-ui/components/visibility.js",
    "chars": 39321,
    "preview": "/*!\n * # Semantic UI 2.1.6 - Visibility\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contribut"
  },
  {
    "path": "dist/asset/semantic-ui/components/visit.js",
    "chars": 15625,
    "preview": "/*!\n * # Semantic UI 2.0.0 - Visit\n * http://github.com/semantic-org/semantic-ui/\n *\n *\n * Copyright 2015 Contributors\n "
  },
  {
    "path": "dist/asset/semantic-ui/semantic.css",
    "chars": 718037,
    "preview": " /*\n * # Semantic UI - 2.1.6\n * https://github.com/Semantic-Org/Semantic-UI\n * http://www.semantic-ui.com/\n *\n * Copyrig"
  },
  {
    "path": "dist/asset/semantic-ui/semantic.js",
    "chars": 692586,
    "preview": " /*\n * # Semantic UI - 2.1.6\n * https://github.com/Semantic-Org/Semantic-UI\n * http://www.semantic-ui.com/\n *\n * Copyrig"
  },
  {
    "path": "dist/asset/style/dashboard.css",
    "chars": 1064,
    "preview": "/*\nThese styles are only used in the WordPress dashboard.\n*/\n\nbody.wp-admin * {\n\tbox-sizing: content-box;\n}\n\nbody.wp-adm"
  },
  {
    "path": "dist/asset/style/main.css",
    "chars": 9237,
    "preview": "/*\n | Table of Contents\n |==================\n |  - Normalize (minified)\n |  - Typography\n |  - Tags\n |  - Classes\n |  - "
  },
  {
    "path": "dist/asset/style/normalize.css",
    "chars": 7708,
    "preview": "/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */\n\n/**\n * 1. Set default font family to sans-"
  },
  {
    "path": "dist/asset/style/webicons.css",
    "chars": 15520,
    "preview": "/*!\nWebicons by Adam Fairhead at Fairhead Creative http://fairheadcreative.com\nWebicons by http://fairheadcreative.com i"
  },
  {
    "path": "dist/asset/style/webicons.scss",
    "chars": 3251,
    "preview": "/*!\nWebicons by Adam Fairhead at Fairhead Creative http://fairheadcreative.com\nWebicons by http://fairheadcreative.com i"
  },
  {
    "path": "dist/content/404.php",
    "chars": 1299,
    "preview": "<?php\n/**\n * In most cases it is best to give your users at least 2 options on a 404 page:\n *   - Allow them to search f"
  },
  {
    "path": "dist/content/comments.php",
    "chars": 3745,
    "preview": "<?php\n/**\n * This file is copied from the WordPress 4.4 theme-compat folder\n * \n * Semantic UI style comments will be ad"
  },
  {
    "path": "dist/content/empty.php",
    "chars": 325,
    "preview": "<?php\n/**\n * This \"empty\" file is very important because it allows you to dynamically\n * exclude any part of the theme t"
  },
  {
    "path": "dist/content/first-run.php",
    "chars": 4680,
    "preview": "<?php\n/**\n * Sometimes a page just needs to display static content that will never change.\n * There's nothing wrong with"
  },
  {
    "path": "dist/content/footer-none.php",
    "chars": 237,
    "preview": "<?php\n/**\n * The footer without any visible content.\n */\n?>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n\t\n\t<!-- Modals -->\n\t<?"
  },
  {
    "path": "dist/content/footer.php",
    "chars": 2781,
    "preview": "<?php\n/**\n * The default footer.\n */\n?>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t<footer class=\"ui page stackable grid\" id=\"main-footer-g"
  },
  {
    "path": "dist/content/head.php",
    "chars": 2379,
    "preview": "<?php\n/**\n * The default content of <head> in the document\n */\n\n?><meta charset=\"<?php bloginfo( 'charset' ); ?>\">\n\n<tit"
  },
  {
    "path": "dist/content/header-none.php",
    "chars": 410,
    "preview": "<?php\n/**\n * The theme header without the visible header.\n */\n\n?><!DOCTYPE html>\n<html <?php language_attributes(); ?>>\n"
  },
  {
    "path": "dist/content/header.php",
    "chars": 2244,
    "preview": "<?php\n/**\n * The default theme header.\n */\n\n$num_to_eng = array(\n\t0  => 'zero',\n\t1  => 'one',\n\t2  => 'two',\n\t3  => 'thre"
  },
  {
    "path": "dist/content/login-form.php",
    "chars": 1610,
    "preview": "<?php\n/**\n * This is a simplified example of how to create a login page for WordPress.\n */\n?><div class=\"ui center align"
  },
  {
    "path": "dist/content/loop.php",
    "chars": 5352,
    "preview": "<?php\n/**\n * This is the standard WordPress loop and its relative content.\n * \n * This page handles the following parts "
  },
  {
    "path": "dist/content/modals.php",
    "chars": 85,
    "preview": "<?php\n/**\n * Put any modals that should be available across the entire site here\n */\n"
  },
  {
    "path": "dist/content/theme-options/about.php",
    "chars": 2639,
    "preview": "<div class=\"ui three column doubling grid\">\n\t<div class=\"column\">\n\t\t<div class=\"ui secondary stacked segment\">\n\t\t<h3 cla"
  },
  {
    "path": "dist/content/theme-options/general.php",
    "chars": 6375,
    "preview": "<?php\n/**\n * Here we are using Semantic UI forms\n * \n * @see http://semantic-ui.com/collections/form.html\n */\n?><div cla"
  },
  {
    "path": "dist/content/theme-options/meta-tags.php",
    "chars": 3462,
    "preview": "<div class=\"ui three column doubling grid\">\n\t<div class=\"column\">\n\t\t<div class=\"ui secondary stacked segment\">\n\t\t<h3 cla"
  },
  {
    "path": "dist/content/theme-options/page.php",
    "chars": 1497,
    "preview": "<?php\n/**\n * Theme Options Page Tabbing\n * ==========================\n * Creating tabs here is pretty straight forward:\n"
  },
  {
    "path": "dist/content/woocommerce.php",
    "chars": 383,
    "preview": "<?php\n/**\n * This is meant to replace the loop on a page. Because of how Woocommerce\n * generates content, you should av"
  },
  {
    "path": "dist/functions.php",
    "chars": 1005,
    "preview": "<?php\n/**\n * Functions File\n * ==============\n * This is basically WordPress' version of a theme bootstrap file. Keep in"
  },
  {
    "path": "dist/include/class/semantic/abstract_base.php",
    "chars": 612,
    "preview": "<?php\n/**\n * Base Class\n * ==========\n * This class allows you to add any common functionality to all the other\n * class"
  },
  {
    "path": "dist/include/class/semantic/debug.php",
    "chars": 4601,
    "preview": "<?php\n/**\n * Debug Class\n */\n\nnamespace semantic;\n\n/**\n * This class carries out all the debug functionality\n */\nclass d"
  },
  {
    "path": "dist/include/class/semantic/integrations.php",
    "chars": 14064,
    "preview": "<?php\n/**\n * WordPress integrations class\n */\n\nnamespace semantic;\n\n/**\n * WordPress integrations class\n * \n * This clas"
  },
  {
    "path": "dist/include/class/semantic/shutdown.php",
    "chars": 2417,
    "preview": "<?php\n/**\n * Shutdown Class\n */\n\nnamespace semantic;\n\n/**\n * Shutdown Class\n * \n * This class helps handle what happens "
  },
  {
    "path": "dist/include/class/semantic/theme.php",
    "chars": 19537,
    "preview": "<?php\n/**\n * This file both declares and initiates the theme class. The init is called at\n * the bottom of this file.\n *"
  },
  {
    "path": "dist/include/class/semantic/walker/abstract_base.php",
    "chars": 610,
    "preview": "<?php\n/**\n * The customer walker base class\n */\n\nnamespace semantic\\walker;\n\n/**\n * The customer walker base class\n */\na"
  },
  {
    "path": "dist/include/class/semantic/walker/abstract_nav_menu.php",
    "chars": 6457,
    "preview": "<?php\n/**\n * This class is a 1 for 1 duplicate of `Walker_Nav_Menu` from 4.3.1 except it\n * extends `semantic\\walker\\abs"
  },
  {
    "path": "dist/include/class/semantic/walker/nav_menu.php",
    "chars": 3804,
    "preview": "<?php\n/**\n * Custom nav menu walker class\n */\n\nnamespace semantic\\walker;\n\n/**\n * Custom nav menu walker class\n */\nclass"
  },
  {
    "path": "dist/include/debug_hooks.php",
    "chars": 3099,
    "preview": "<?php\n/**\n * Add debug information to WordPress includes\n */\nadd_filter('template_include', function($template) {\n\tgloba"
  },
  {
    "path": "dist/include/function/README.txt",
    "chars": 780,
    "preview": "If you add a PHP file to this directory, it is magically included via the\ntheme's bootstrap file.\n\nPLEASE ONLY ADD PHP F"
  },
  {
    "path": "dist/include/function/template_part.php",
    "chars": 1253,
    "preview": "<?php\n/**\n * template_part() function\n */\n\n/**\n * A drop-in replacement for WordPress' get_template_part()\n * \n * NOTE: "
  },
  {
    "path": "dist/include/function/template_part__load.php",
    "chars": 1614,
    "preview": "<?php\n/**\n * template_part__load() function\n */\n\n/**\n * A drop-in replacement for WordPress' load_template()\n * \n * Impr"
  },
  {
    "path": "dist/include/function/template_part__locate.php",
    "chars": 1357,
    "preview": "<?php\n/**\n * template_part__locate() function\n */\n\n/**\n * A drop-in replacement for WordPress' locate_template()\n * \n * "
  },
  {
    "path": "dist/include/function/template_use_part.php",
    "chars": 1047,
    "preview": "<?php\n/**\n * template_use_part() function\n */\n\n/**\n * This allows you to replace anything that hasn't been fetched by te"
  },
  {
    "path": "dist/include/function/theme__section.php",
    "chars": 1457,
    "preview": "<?php\n/**\n * theme__section() function\n */\n\n/**\n * A drop-in replacement for WordPress' get_header(), get_footer(), & ge"
  },
  {
    "path": "dist/include/function/theme_footer.php",
    "chars": 707,
    "preview": "<?php\n/**\n * theme_footer() function\n */\n\n/**\n * A drop-in replacement for WordPress' get_footer()\n * \n * NOTE: This is "
  },
  {
    "path": "dist/include/function/theme_header.php",
    "chars": 707,
    "preview": "<?php\n/**\n * theme_header() function\n */\n\n/**\n * A drop-in replacement for WordPress' get_header()\n * \n * NOTE: This is "
  },
  {
    "path": "dist/include/function/theme_sidebar.php",
    "chars": 712,
    "preview": "<?php\n/**\n * theme_sidebar() function\n */\n\n/**\n * A drop-in replacement for WordPress' get_sidebar()\n * \n * NOTE: This i"
  },
  {
    "path": "dist/index.php",
    "chars": 690,
    "preview": "<?php\n/**\n * Chooses the template to display\n * \n * On used when the page doesn't have its \"page template\" option set.\n "
  },
  {
    "path": "dist/style.css",
    "chars": 993,
    "preview": "/*\nTheme Name: Semanitic UI: Developer Edition\nVersion: 1.0.0\nTheme URI: https://github.com/ProjectCleverWeb/Semantic-UI"
  },
  {
    "path": "dist/template/default-page.php",
    "chars": 178,
    "preview": "<?php\n/**\n * The default page template\n * \n * Shows pages as the default template without any sidebars.\n */\n\ntemplate_pa"
  },
  {
    "path": "dist/template/default-sidebar-both.php",
    "chars": 741,
    "preview": "<?php\n/*\nTemplate Name: Sidebar: Both\n*/\n\ntheme_header();\n?>\n<div class=\"ui stackable grid\">\n\t<div class=\"four wide colu"
  },
  {
    "path": "dist/template/default-sidebar-left.php",
    "chars": 491,
    "preview": "<?php\n/*\nTemplate Name: Sidebar: Left\n*/\n\ntheme_header();\n?>\n<div class=\"ui stackable grid\">\n\t<div class=\"five wide colu"
  },
  {
    "path": "dist/template/default-sidebar-none.php",
    "chars": 176,
    "preview": "<?php\n/*\nTemplate Name: Sidebar: None\n*/\n\ntheme_header();\n?>\n<main>\n\t<?php template_part($theme->content_sub_path.'/loop"
  },
  {
    "path": "dist/template/default-sidebar-right.php",
    "chars": 133,
    "preview": "<?php\n/*\nTemplate Name: Sidebar: Right\n*/\n\n// This just an alias to the default\ntemplate_part($theme->template_sub_path."
  },
  {
    "path": "dist/template/default.php",
    "chars": 565,
    "preview": "<?php\n/**\n * The default theme template\n * \n * Shows pages as the default template without any sidebars.\n */\n\n\ntheme_hea"
  },
  {
    "path": "dist/template/first-run.php",
    "chars": 933,
    "preview": "<?php\n/*\nTemplate Name: First-Run\n*/\n\ntemplate_use_part($theme->content_sub_path.'/modals', $theme->content_sub_path.'/e"
  },
  {
    "path": "dist/template/home.php",
    "chars": 134,
    "preview": "<?php\n/*\nTemplate Name: Home With Posts\n*/\n\n// This just an alias to the default\ntemplate_part($theme->template_sub_path"
  },
  {
    "path": "dist/template/login.php",
    "chars": 686,
    "preview": "<?php\n/**\n * Template Name: Login Page\n */\n\nif (is_user_logged_in()) {\n\t$loc = home_url();\n\tif (!empty($_REQUEST['redire"
  },
  {
    "path": "dist/template/theme-options.php",
    "chars": 843,
    "preview": "<?php\n/**\n * This template loads in the WordPress Dashboard, but produces an error any\n * time it is loaded by someone w"
  },
  {
    "path": "dist/woocommerce.php",
    "chars": 383,
    "preview": "<?php\n/**\n * Woocommerce Specific Page.\n * \n * This page is only used by Woocommerce when it is installed as a plugin. T"
  },
  {
    "path": "docs/classes/semantic.abstract_base.html",
    "chars": 11799,
    "preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
  },
  {
    "path": "docs/classes/semantic.debug.html",
    "chars": 26432,
    "preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
  },
  {
    "path": "docs/classes/semantic.integrations.html",
    "chars": 48807,
    "preview": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximu"
  }
]

// ... and 232 more files (download for full content)

About this extraction

This page contains the full source code of the ProjectCleverWeb/Semantic-UI-WordPress GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 432 files (8.5 MB), approximately 2.3M tokens, and a symbol index with 267 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!