j1_template_mde 2018.4.25 → 2018.4.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/themes/j1/layouts/layout_shim_generator.html +11 -0
- data/lib/j1/version.rb +1 -1
- data/lib/j1_app.rb +0 -1
- data/lib/j1_app/j1_auth_manager/auth_manager.rb +498 -292
- data/lib/j1_app/j1_auth_manager/helpers.rb +19 -2
- data/lib/j1_app/omniauth/strategies/disqus.rb +1 -1
- data/lib/j1_app/omniauth/strategies/patreon.rb +5 -3
- data/lib/starter_web/Gemfile +4 -4
- data/lib/starter_web/_config.yml +2 -2
- data/lib/starter_web/_data/apps/j1_bootstrap_gallery.yml +11 -10
- data/lib/starter_web/_data/apps/j1_carousel.yml +49 -48
- data/lib/starter_web/_data/apps/j1_justified_gallery.yml +14 -12
- data/lib/starter_web/_data/apps/j1_light_gallery.yml +10 -8
- data/lib/starter_web/_data/apps/j1_lightbox.yml +31 -29
- data/lib/starter_web/_data/apps/j1_link_checker.yml +6 -4
- data/lib/starter_web/_data/asciidoc2pdf/default-theme.yml +57 -55
- data/lib/starter_web/_data/asciidoc2pdf/j1-theme.yml +6 -6
- data/lib/starter_web/_data/builder/blog_navigator.yml +9 -11
- data/lib/starter_web/_data/j1_colors.yml +27 -27
- data/lib/starter_web/_data/j1_config.yml +43 -41
- data/lib/starter_web/_data/j1_polyfills.yml +49 -0
- data/lib/starter_web/_data/j1_resources.yml +5 -4
- data/lib/starter_web/_data/layouts/app.yml +14 -15
- data/lib/starter_web/_data/layouts/blog_archive.yml +24 -26
- data/lib/starter_web/_data/layouts/collection.yml +24 -25
- data/lib/starter_web/_data/layouts/default.yml +74 -107
- data/lib/starter_web/_data/layouts/home.yml +24 -32
- data/lib/starter_web/_data/layouts/page.yml +24 -25
- data/lib/starter_web/_data/layouts/post.yml +24 -25
- data/lib/starter_web/_data/layouts/raw.yml +14 -15
- data/lib/starter_web/_data/modules/j1_back2top.yml +25 -23
- data/lib/starter_web/_data/modules/j1_footer.yml +5 -4
- data/lib/starter_web/_data/modules/j1_header.yml +4 -4
- data/lib/starter_web/_data/modules/j1_iframe_resizer.yml +40 -20
- data/lib/starter_web/_data/modules/j1_jekyll_search.yml +25 -12
- data/lib/starter_web/_data/modules/j1_log4javascript.yml +12 -12
- data/lib/starter_web/_data/modules/j1_panel.yml +56 -58
- data/lib/starter_web/_data/modules/j1_parallax.yml +10 -6
- data/lib/starter_web/_data/modules/j1_polyfills.yml +0 -0
- data/lib/starter_web/_data/modules/j1_smooth_scroll.yml +83 -55
- data/lib/starter_web/_data/modules/j1_theme_switcher.yml +57 -43
- data/lib/starter_web/_data/modules/j1_toccer.yml +36 -35
- data/lib/starter_web/_data/pages/builder.yml +17 -16
- data/lib/starter_web/_rack/config.ru +4 -3
- data/lib/starter_web/assets/themes/j1/core/css/uno.css +8 -2
- data/lib/starter_web/assets/themes/j1/core/css/uno.min.css +1 -1
- data/lib/starter_web/package.json +1 -1
- metadata +4 -4
- data/lib/starter_web/_config.yml.kapott +0 -1064
- data/lib/starter_web/assets/data/_panel.html +0 -597
|
@@ -18,43 +18,44 @@
|
|
|
18
18
|
# New generator config
|
|
19
19
|
# ------------------------------------------------------------------------------
|
|
20
20
|
|
|
21
|
-
#
|
|
21
|
+
# ------------------------------------------------------------------------------
|
|
22
22
|
# GENERAL generator settings
|
|
23
23
|
#
|
|
24
|
-
#
|
|
25
|
-
#
|
|
24
|
+
# enabled
|
|
25
|
+
# ----------------------------------------------------------------------------
|
|
26
26
|
# Enables|Disables the use of a gallery
|
|
27
27
|
#
|
|
28
|
-
#
|
|
29
|
-
#
|
|
28
|
+
# dataPath
|
|
29
|
+
# ----------------------------------------------------------------------------
|
|
30
30
|
# All data items displayed by a gallery are being read from a
|
|
31
31
|
# JSON file automatically generated from that configuration.
|
|
32
32
|
# AJAX get method is used to supply the gallery with respective
|
|
33
33
|
# the HTML code at the time the gallery is initialized (by the
|
|
34
34
|
# J1 Adapter for J1 Justified Gallery).
|
|
35
35
|
#
|
|
36
|
-
#
|
|
37
|
-
#
|
|
36
|
+
# values: string
|
|
37
|
+
# default: /assets/data/galleries.json
|
|
38
38
|
#
|
|
39
|
-
#
|
|
40
|
-
#
|
|
39
|
+
# instance_type
|
|
40
|
+
# ----------------------------------------------------------------------------
|
|
41
41
|
# Specifies if a modules can be run as a single instance
|
|
42
42
|
# (only) or run in multiple instances.
|
|
43
43
|
#
|
|
44
44
|
# NOTE: The parameter instance_type controls how MODULE runner
|
|
45
45
|
# manages configuration options.
|
|
46
46
|
#
|
|
47
|
-
#
|
|
48
|
-
#
|
|
47
|
+
# values: single|multiple
|
|
48
|
+
# default: single
|
|
49
49
|
#
|
|
50
|
-
#
|
|
51
|
-
#
|
|
50
|
+
# defaults
|
|
51
|
+
# ----------------------------------------------------------------------------
|
|
52
52
|
# All data items displayed by a gallery are being read from a
|
|
53
53
|
# JSON file automatically generated from that configuration.
|
|
54
54
|
#
|
|
55
|
-
#
|
|
56
|
-
#
|
|
55
|
+
# values: string
|
|
56
|
+
# default: /assets/data/galleries.json
|
|
57
57
|
#
|
|
58
|
+
# ------------------------------------------------------------------------------
|
|
58
59
|
enabled: true
|
|
59
60
|
dataPath: /assets/data/galleries.json
|
|
60
61
|
instance_type: multiple
|
|
@@ -64,7 +65,7 @@ defaults:
|
|
|
64
65
|
|
|
65
66
|
generators:
|
|
66
67
|
|
|
67
|
-
#
|
|
68
|
+
# ----------------------------------------------------------------------------
|
|
68
69
|
# Live DEMO
|
|
69
70
|
#
|
|
70
71
|
- generator:
|
|
@@ -11,7 +11,7 @@ require 'j1_app'
|
|
|
11
11
|
# noinspection RubyArgCount
|
|
12
12
|
Dotenv.load
|
|
13
13
|
|
|
14
|
-
# If an app is detected as *dockerized* (J1DOCKER=true), *no* development
|
|
14
|
+
# If an app is detected as *dockerized* (J1DOCKER=true), *no* development
|
|
15
15
|
# mode is available.
|
|
16
16
|
#
|
|
17
17
|
if ENV['J1DOCKER']
|
|
@@ -29,5 +29,6 @@ end
|
|
|
29
29
|
if ENV['J1_RACK_ENV'] == 'development'
|
|
30
30
|
# Run the app in production mode
|
|
31
31
|
# ------------------------------------------------------------------------------
|
|
32
|
-
run J1AppTest.site
|
|
33
|
-
|
|
32
|
+
#run J1AppTest.site
|
|
33
|
+
run J1App.site
|
|
34
|
+
end
|
|
@@ -9425,17 +9425,23 @@ a.bg-pink:focus, a.bg-pink:hover {
|
|
|
9425
9425
|
#
|
|
9426
9426
|
# -----------------------------------------------------------------------------
|
|
9427
9427
|
# TODO:
|
|
9428
|
-
# For style sticky, the top offset (top:) should be set by JS
|
|
9428
|
+
# For style sticky, the top offset (top:) should be set by JS dynamically
|
|
9429
9429
|
#
|
|
9430
9430
|
# -----------------------------------------------------------------------------
|
|
9431
9431
|
*/
|
|
9432
9432
|
/* https://oxygen.wpdemos.net/tocbot/ */
|
|
9433
|
+
/* https://github.com/wilddeer/stickyfill */
|
|
9433
9434
|
@media only screen and (min-width: 993px) {
|
|
9434
9435
|
.sticky {
|
|
9435
9436
|
position: -webkit-sticky;
|
|
9436
9437
|
position: sticky;
|
|
9437
9438
|
top: 100px;
|
|
9438
|
-
align-self: flex-start; }
|
|
9439
|
+
align-self: flex-start; }
|
|
9440
|
+
/* Clearfix */
|
|
9441
|
+
.sticky:before,
|
|
9442
|
+
.sticky:after {
|
|
9443
|
+
content: '';
|
|
9444
|
+
display: table; } }
|
|
9439
9445
|
|
|
9440
9446
|
/*
|
|
9441
9447
|
# -----------------------------------------------------------------------------
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.icons{column-count:2;column-gap:2rem}.icons div{line-height:3rem;color:rgba(0,0,0,.6)}.icons div span{cursor:pointer;font-size:1rem;text-overflow:ellipsis;display:inline-block;max-width:calc(100% - 90px);overflow:hidden;vertical-align:middle;white-space:nowrap;margin-left:.5rem}.icons div code:hover,.icons div i:hover,.icons div span:hover{color:rgba(0,0,0,.9)}.icons div code:hover{border-color:#3f51b5}.icons div code{color:#424242;background-color:#e0e0e0;border:1px solid #9e9e9e;width:80px;margin-left:2px;margin-right:4px;border-radius:4px}.icons div code,.icons div i{display:inline-block;vertical-align:middle;text-align:center;line-height:24px;cursor:pointer}.icons div i{width:32px;height:24px;margin-right:.5rem}.icons .mdi:before{font-size:24px}div.copied{position:fixed;top:100px;left:50%;width:200px;text-align:center;color:#fafafa;background-color:#3f51b5;padding:10px 15px;border-radius:4px;margin-left:-100px}ul.emoji-list *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}ul.emoji-list li{font-size:36px;float:left;display:inline-block;padding:2px;margin:4px}img.emoji{cursor:pointer;height:1em;width:1em;margin:0 .05em 0 .1em;vertical-align:-.1em}.twemoji-wrap{position:relative}.twemoji-wrap img{margin:0 .05em 0 .1em;vertical-align:-.1em}.twemoji-textarea{background-color:#fff;border:1px solid #ccc;border-radius:3px;height:100%;padding:6px 30px 6px 12px;overflow-y:auto}.twemoji-textarea[contentEditable=true]:empty:before{content:attr(placeholder);color:#9e9e9e}.twemoji-picker{background-color:#fff;border:1px solid #e7e7e7;border-radius:3px;box-shadow:0 1px 1px rgba(0,0,0,.05);position:absolute;right:0;z-index:1}.twemoji-icon-picker{margin-top:.5rem;margin-bottom:.5rem}.twemoji-icon-picker img{right:21px;top:6px}.twemoji-icon-picker img,.twemoji-picker img{cursor:pointer;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none}.twemoji-picker-category{background-color:#e7e7e7}.twemoji-picker-category img{padding:5px}.twemoji-picker-category .active,.twemoji-picker-category span:hover{border-bottom:2px solid #728691;line-height:22px}.twemoji-picker-category .close{cursor:pointer;float:right;font-size:25px;font-weight:700;line-height:1;margin-right:2px;opacity:.5}.twemoji-picker-category .close:hover{opacity:.3}.twemoji-list{margin-top:1.5rem;margin-left:1.5rem;overflow-y:auto}.twemoji-list img{margin-top:2px;padding:5px}.twemoji-list img:hover{background-color:#e7e7e7}a.accordion-toggler{display:inline-flex;align-items:center}.accordion-block{display:block}.accordion-block h2,.accordion-block p{color:#fff}.accordion-block .panel,.panel-group .panel,.panel-heading{border-radius:0}.accordion-block .panel-heading{color:#fff;padding-top:.5rem;padding-bottom:.5rem}.accordion-block h2 a:hover{text-decoration:none}.accordion-block-default,.accordion-block-light{background:#fafafa;border:1px solid #eee}.accordion-block-default:hover,.accordion-block-light{box-shadow:0 0 8px #e5e5e5}.accordion-block-default h2,.accordion-block-default p,.accordion-block-light h2,.accordion-block-light p{color:#555}.accordion-block-dark{background:#ecf0f1!important;border:1px solid #888a85}.accordion-block-dark:hover{box-shadow:0 0 8px #2e3436}.accordion-block-dark h2,.accordion-block-dark p{color:#2d2d2d}.accordion-box .panel-heading{padding:0;box-shadow:none}.accordion-box .panel-heading a{display:block;font-size:24px;padding:10px 15px;background:#fefefe}.accordion-box .panel-heading a:before{color:#3465a4;font-size:20px;content:"\f063";line-height:12px;padding-left:10px;top:36px;background:transparent;font-family:FontAwesome}.accordion-box .panel-heading a.collapsed:before{content:"\f061"}.accordion-box .title{text-align:center;text-transform:uppercase;margin-top:0;margin-bottom:20px}.accordion-box .title:after{left:50%;width:70px;margin-left:-35px}.accordion-box .tagline{padding-left:60px;padding-right:60px;font-size:14px}.accordion-box .description-title{text-align:left;font-size:22px;text-transform:uppercase;margin-top:0;margin-bottom:20px}.accordion-box .description-text{text-align:justify;margin-top:0;margin-bottom:20px}h2.accordion-box{color:#555;position:relative;margin-bottom:30px}h2.accordion-box:after{left:0;width:70px;height:2px;content:" ";bottom:-10px;background:#555;position:absolute}.accordion-box p{position:relative;margin-bottom:50px}.accordion-box p:after{content:" ";left:50%;height:1px;width:50px;bottom:-15px;position:absolute;margin-left:-25px;background:#3465a4}.acc-icon a.accordion-toggle i{color:#555;margin-right:8px}.acc-icon a.accordion-toggle:hover i{color:#39414c}.accordion-icon{padding-top:15px;text-align:center}.accordion-icon i{color:#fff;width:90px;height:90px;padding:30px 20px 0;font-size:50px;line-height:30px;position:relative;text-align:center;background:#3465a4;margin-bottom:5px;display:inline-block}.accordion-icon i:after{top:-8px;left:-8px;right:-8px;bottom:-8px;content:" ";position:absolute;border:1px solid #dedede;border-radius:5px!important}.accordion-icon:hover i,.accordion-icon:hover i:after{transition:all .3s ease-in-out}.accordion-icon:hover i{background:#729fcf}.accordion-icon:hover i:after{border-color:#729fcf}.j1-banner-block.container,.j1-banner-block.container-fluid{padding-left:5rem!important;padding-right:5rem!important}.box .content{padding:15px 30px}.banner-divider{margin-right:5rem!important;margin-left:5rem!important;border-bottom:1px solid #e0e0e0}.banner-news-headline{display:block;margin:12px 10px 25px;border-bottom:1px solid #e5e5e5}.banner-news-headline h4{color:#3f51b5!important;font-size:2.5rem;margin:0 0 -1px;padding-bottom:5px;padding-left:10px;display:inline-block;border-bottom:1px dotted #3465a4}.banner-news-headline h4:hover{color:#353535!important;text-decoration:none}.banner-news{padding:20px 0}.banner-news p{text-align:justify}.banner-news .box-description{text-align:-webkit-center}.banner-news .j1-banner-block .recent-news{padding-top:0}.banner-news .j1-banner-block .link-news{margin-bottom:0}.banner-news .j1-banner-block .link-news li{padding:12px 0;border-top:1px solid #353535}.banner-news .j1-banner-block .link-news li:first-child{padding-top:0;border-top:none}.banner-news .j1-banner-block .link-news li a{color:#3f51b5;font-size:1.25em;font-weight:400;margin-bottom:3px;display:inline-block}.banner-news .j1-banner-block .link-news a:hover{color:#353535!important;text-decoration:none}.banner-news .j1-banner-block .link-news li small{font-size:1.5rem;color:#555;display:block}@media (max-width:768px){.banner-news{margin:.5rem}.recent-news{margin-left:1.5rem!important;margin-right:2.5rem!important}}.banner-teaser{padding-bottom:1.25rem}.banner-teaser p{margin-bottom:0;text-align:justify}.banner-teaser h3{margin-bottom:.75rem}.btn-row{text-align:initial}@media (max-width:768px){.btn-row{text-align:center}}@media (max-width:640px){.btn-row{text-align:center}}@media (max-width:480px){.banner-teaser{padding:1rem}}.card-footer{padding-top:1.25rem;background-color:transparent}.card{display:inline-block;position:relative;width:100%;border-radius:2px;color:rgba(0,0,0,.87);background:#fafafa;box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)}.card h1 h2 h3 h4 h5{margin-top:10px!important;margin-bottom:10px!important}.card-flat{box-shadow:unset!important}.card .card-height-indicator{margin-top:120%}.card .card-image{height:60%;position:relative;overflow:hidden}.card-image-outer{margin-left:15px;margin-right:15px;margin-top:-30px}.card .card-table{padding:15px 20px;position:relative}.card .card-header .category{margin-bottom:0}.card .card-header.card-header-text{display:inline-block}.card .card-header.card-header-text:after{content:"";display:table}.card .card-header.card-header-icon{float:left}.card .card-header.card-header-icon i{width:33px;height:33px;text-align:center;line-height:33px}.card [data-background-color=purple]{background:linear-gradient(60deg,#ab47bc,#8e24aa);box-shadow:0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(156,39,176,.4)}.card [data-icon-bg-color=purple] i{color:#9c27b0}.card .card-image img{width:100%;height:100%;border-radius:2px;pointer-events:none}.card .card-title{color:#616161}a.card-title:hover{text-decoration:none}.card h1.card-title,.card h2.card-title,.card h3.card-title,.card h4.card-title,.card h5.card-title,.card h6.card-title{font-size:1.75rem!important;font-weight:300}.card .card-title a{color:#de3232!important;text-decoration:none!important}.card .card-title>a:focus,.card .card-title>a:hover{color:#3f51b5!important;text-decoration:none!important}.card-pricing>.card-title{bottom:15px;left:15px;color:#616161}.card .card-image .card-image-headline{position:absolute;bottom:16px;left:18px;color:#fff;font-size:2em}.card .card-content{position:absolute;top:0;bottom:0;left:0;right:0}.card-icon{max-width:130px;max-height:130px;margin:-60px auto 0;border-radius:50%}.card-icon-left{margin:-50px auto 0;padding-left:2.5em}.card-icon-background-no-color{background:transparent!important}.card-icon-background-color-theme{background:#3f51b5!important}.card-icon-background-color-default{background:#9e9e9e!important}.card-icon-background-color-primary{background:#2196f3!important}.card-icon-background-color-success{background:#4caf50!important}.card-icon-background-color-info{background:#9c27b0!important}.card-icon-background-color-warning{background:#ff9800!important}.card-icon-background-color-danger{background:#e51c23!important}.card-icon-circle{border-radius:50%}.card-icon-circle,.card-icon-rectangle{width:120px;height:120px;line-height:100px;display:inline-block}.card-icon-fa{padding-top:10px}.card-icon-mdi{padding-top:.5rem;align-items:center}.card-icon-zmdi{padding-top:10px}.card-icon-circle:hover{background:hsla(0,0%,100%,.2)}.card .category:not([class*=text-]){color:#999}.card .header{box-shadow:0 16px 38px -12px rgba(0,0,0,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);border-radius:3px;padding:15px 0;background-color:#fff;border-bottom:0}.card .header .title{color:#fff}.card .content-primary,.card .header-primary{background:linear-gradient(60deg,#3f51b5,#1a237e)}.card .content-info,.card .header-info{background:linear-gradient(60deg,#26c6da,#0097a7)}.card .content-success,.card .header-success{background:linear-gradient(60deg,#66bb6a,#388e3c)}.card .content-warning,.card .header-warning{background:linear-gradient(60deg,#ffa726,#f57c00)}.card .content-danger,.card .header-danger{background:linear-gradient(60deg,#ef5350,#d32f2f)}.card .content-rose,.card .header-rose{background:linear-gradient(60deg,#ec407a,#c2185b)}.card [class*=content-],.card [class*=content-] .card-title,.card [class*=content-] .card-title a,.card [class*=content-] .icon i,.card [class*=header-],.card [class*=header-] .card-title,.card [class*=header-] .card-title a,.card [class*=header-] .icon i{color:#212121}.card [class*=content-] .icon i,.card [class*=header-] .icon i{border-color:hsla(0,0%,100%,.25)}.card [class*=content-] .author a,.card [class*=content-] .card-description,.card [class*=content-] .category,.card [class*=content-] .footer .stats,.card [class*=header-] .author a,.card [class*=header-] .card-description,.card [class*=header-] .category,.card [class*=header-] .footer .stats{color:hsla(0,0%,100%,.8)}.card [class*=content-] .author a:active,.card [class*=content-] .author a:focus,.card [class*=content-] .author a:hover,.card [class*=header-] .author a:active,.card [class*=header-] .author a:focus,.card [class*=header-] .author a:hover{color:#212121}.card [class*=content-]{border-radius:2px}.card [class*=content-] h1 small,.card [class*=content-] h2 small,.card [class*=content-] h3 small{color:hsla(0,0%,100%,.8)}.card img{width:100%;height:auto}.card .category .material-icons{position:relative;top:6px;line-height:0}.card .category-social .fa{font-size:24px;position:relative;margin-top:-4px;top:2px;margin-right:5px}.card .author .avatar{width:30px;height:30px;overflow:hidden;border-radius:50%;margin-right:5px}.card .author a{color:#3c4858;text-decoration:none}.card .author a .ripple-container{display:none}.card .footer{margin-top:15px}.card .footer div{display:inline-block}.card .footer .author{color:#999}.card .footer .stats{float:right;color:#999}.card .footer .stats .material-icons{position:relative;top:4px;font-size:18px}.carousel .card{max-width:650px;margin:60px auto}.card .checkbox,.card .radio{margin-top:16px}.card-signup .header{box-shadow:0 16px 38px -12px rgba(0,0,0,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);margin-left:20px;margin-right:20px;margin-top:-40px;padding:20px 0}.card-signup .text-divider{margin-top:30px;margin-bottom:0;text-align:center}.card-signup .content{padding:0 30px 0 10px}.card-signup .checkbox{margin-top:20px}.card-signup .checkbox label{margin-left:17px}.card-signup .checkbox .checkbox-material{padding-right:12px}.card-signup .social-line{margin-top:15px;text-align:center;padding:0}.card-signup .social-line .btn{color:#fff;margin-left:5px;margin-right:5px}.card-contact .header{margin-top:-20px}.card-contact .header .title{margin:10px 0}.card-nav-tabs{margin-top:45px}.card-nav-tabs .header{margin-top:-40px}.card-nav-tabs .nav-tabs,.card-plain{background:transparent}.card-plain{box-shadow:none}.card-plain .header{margin-left:0;margin-right:0}.card-plain .content{padding-left:5px;padding-right:5px}.card-plain .card-image{margin:0;border-radius:3px}.card-plain .card-image img{border-radius:3px}.iframe-container iframe{width:100%;box-shadow:0 16px 38px -12px rgba(0,0,0,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2)}.card-form-horizontal .content{padding-left:15px;padding-right:15px}.card-form-horizontal .form-group{padding-bottom:0;margin:3px 0 0}.card-form-horizontal .form-group .form-control{margin-bottom:0}.card-form-horizontal .btn{margin:0}.card-form-horizontal .input-group .input-group-addon{padding-left:0}.card-profile,.card-testimonial{margin-top:60px;text-align:center}.card-tabs{margin-top:60px}.card-profile .btn-just-icon.btn-raised,.card-testimonial .btn-just-icon.btn-raised{margin-left:6px;margin-right:6px}.card-profile .card-avatar,.card-testimonial .card-avatar{max-width:130px;max-height:130px;margin:-60px auto 0;border-radius:50%;overflow:hidden;box-shadow:0 16px 38px -12px rgba(0,0,0,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2)}.card-profile .card-avatar+.content,.card-testimonial .card-avatar+.content{margin-top:15px}.card-profile.card-plain .card-avatar,.card-testimonial.card-plain .card-avatar{margin-top:0}.card-testimonial .card-avatar{max-width:100px;max-height:100px}.card-testimonial .footer{margin-top:0}.card-testimonial .footer .card-avatar{margin-top:10px;margin-bottom:-50px}.card-testimonial .card-description{font-style:italic}.card-testimonial .card-description+.card-title,.card-testimonial .icon{margin-top:30px}.card-testimonial .icon .material-icons{font-size:40px}.card-blog{margin-top:30px}.card-blog .row .category{margin-bottom:0}.card-blog .card-title{margin-top:5px}.card-blog .card-image+.category{margin-top:20px}.card-pricing{text-align:center}.card-pricing .card-title{margin-top:30px;font-size:3.4em}.card-pricing .content{padding:15px!important}.card-pricing .icon{padding:10px 0 0;color:#999}.card-pricing .icon i{font-size:80px;border:1px solid #e5e5e5;border-radius:50%;width:130px;line-height:130px;height:130px}.card-pricing h1 small{font-size:18px}.card-pricing h1 small:first-child{position:relative;font-size:26px}.card-pricing ul{list-style:none;padding:0;max-width:240px;margin:10px auto}.card-pricing ul li{color:#999;display:inline-flex;align-items:flex-end;padding:12px 0;border-bottom:1px solid hsla(0,0%,60%,.3)}.card-pricing ul li:last-child{border:0}.card-pricing ul li b{color:#3c4858}.card-pricing ul li i{top:6px;position:relative}.card-pricing.card-background ul li,.card-pricing [class*=content-] ul li{color:#fff;border-color:hsla(0,0%,100%,.3)}.card-pricing.card-background [class*=text-],.card-pricing.card-background ul li b,.card-pricing [class*=content-] [class*=text-],.card-pricing [class*=content-] ul li b{color:#fff}.card-pricing.card-background:after{background-color:rgba(0,0,0,.7)}.card-raised{box-shadow:0 16px 38px -12px rgba(0,0,0,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2)}.card-background{background-position:50%;background-size:cover;text-align:center}.card-background .content{position:relative;z-index:2;min-height:280px;padding-top:40px;padding-bottom:40px;max-width:440px;margin:0 auto}.card-background .card-description,.card-background .category,.card-background small{color:hsla(0,0%,100%,.7)}.card-background .card-title{color:#fff;margin-top:10px}.card-background:not(.card-pricing) .btn{margin-bottom:0}.card-background:after{position:absolute;z-index:1;width:100%;height:100%;display:block;left:0;top:0;content:"";background-color:rgba(0,0,0,.56);border-radius:2px}.card-product{margin-top:30px}.card-product .btn-simple.btn-just-icon{padding:0}.card-product .footer{margin-top:5px}.card-product .footer .stats .material-icons{margin-top:4px;top:0}.card-product .footer .price h4{margin-bottom:0}.card-product .card-description,.card-product .card-title,.card-product .category{text-align:center}.tagbox{background:#fafafa}.card .tagbox{border-radius:3px}.calendar-header-box{background:#fff}.calendar-header-box .title{text-align:center;text-transform:uppercase}.calendar-header-box .title:after{left:50%;width:70px;margin-left:-35px}.calendar-header-box .tagline{padding-left:60px;padding-right:60px;font-size:14px}h2.calendar-header-box{color:#555;position:relative;margin-bottom:30px}h2.calendar-header-box:after{left:0;width:70px;height:2px;content:" ";bottom:-10px;background:#555;position:absolute}.calendar-header-box p{position:relative;margin-bottom:50px}.calendar-header-box p:after{content:" ";left:50%;height:1px;width:50px;bottom:-15px;position:absolute;margin-left:-25px;background:#3465a4}.calendar{padding:0;list-style:none;position:relative}.calendar-headline{display:block;margin:10px 0 25px;border-bottom:1px solid #e5e5e5}.calendar-headline h4{font-size:24px;margin:0 0 -1px;padding-bottom:5px;padding-left:10px;display:inline-block;border-bottom:1px dotted #3465a4}.calendar a{color:#204a87;text-decoration:none}.tmtime h2,.tmtime h3{font-size:28px}.tmtime h4{font-size:24px;font-weight:600}.calendar>li{position:relative}.calendar:before{top:0;bottom:0;left:22%;width:3px;content:"";background:#eeeeec;position:absolute;margin-left:-14px}.calendar>li .tmtime{width:25%;display:block;position:absolute;padding-right:40px;padding-left:0}.calendar>li .tmtime span{top:9px;display:block;text-align:right;position:relative}.calendar>li .tmtime span:first-child{color:#999;font-size:14px;line-height:.9}.calendar>li .tmtime span:last-child{color:#585f69;font-size:20px;font-weight:400}.calendar>li .tmlabel{color:#657b83;padding:10px 20px 20px;background:#eeeeec;line-height:1.4;clear:both;position:relative;border-radius:4px;margin:0 0 40px 25%}.calendar>li .tmlabel li{padding:0}.calendar>li .tmlabel .text-left{float:left}.calendar>li .tmlabel p{margin:0 0 -5px}.calendar>li .tmlabel:after{right:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#eeeeec;border-width:10px;top:18px}.calendar>li .tmicon{top:22px;left:22%;width:10px;height:10px;position:absolute;background:#3465a4;margin:0 0 0 -17px;box-shadow:0 0 0 4px #e5e5e5;-webkit-font-smoothing:antialiased}.calendar .calendar-footer{padding:7px 12px;overflow:hidden;border-top:1px solid #ccc}.calendar .calendar-footer .blog-info{float:left}.calendar .calendar-footer .blog-info i{color:#777}.calendar .calendar-footer .likes{float:right}.calendar .calendar-footer .likes i{margin-right:2px;color:#777}.calendar .calendar-footer .likes:hover{text-decoration:none;color:inherit}.calendar .calendar-footer .likes:hover i{color:#729fcf}a.calendar-list-unstyled{color:#204a87}a.calendar-list-unstyled,a.calendar-list-unstyled:active,a.calendar-list-unstyled:focus,a.calendar-list-unstyled:hover{outline:none;font-size:13px;text-decoration:none!important;transition:all .3s ease-in-out}a.calendar-list-unstyled:hover{color:#729fcf;text-decoration:none}.calendar>li .tmlabel.equal-height-column{height:auto!important}@media screen and (max-width:65.375em){.calendar>li .tmtime span:last-child{font-size:1.5em}}@media screen and (max-width:47.2em){.calendar:before{display:none}.calendar>li .tmtime{width:100%;position:relative;padding:0 0 20px}.calendar>li .tmtime span{text-align:left}.calendar>li .tmlabel{padding:1em;font-weight:400;margin:0 0 30px}.calendar>li .tmlabel:after{left:20px;top:-20px;right:auto;border-bottom-color:#eeeeec;border-right-color:transparent}.calendar>li .tmicon{left:auto;float:right;position:relative;margin:-55px 5px 0 0}}.timeline-header-box{background:#fff}.timeline-header-box .title{text-align:center;text-transform:uppercase}.timeline-header-box .title:after{left:50%;width:70px;margin-left:-35px}.timeline-header-box .tagline{padding-left:60px;padding-right:60px;font-size:14px}h2.timeline-header-box{color:#555;position:relative;margin-bottom:30px}h2.timeline-header-box:after{left:0;width:70px;height:2px;content:" ";bottom:-10px;background:#555;position:absolute}.timeline-header-box p{position:relative;margin-bottom:50px}.timeline-header-box p:after{content:" ";left:50%;height:1px;width:50px;bottom:-15px;position:absolute;margin-left:-25px;background:#3465a4}.timeline{padding:20px 0;list-style:none;position:relative}.timeline-title{display:block;margin:1.25rem 0 .75rem .75rem;border-bottom:1px solid #e5e5e5}.timeline-title h2{font-size:24px;padding-left:10px}.timeline-title h2,.timeline-title h4{margin:0 0 -1px;padding-bottom:5px;display:inline-block;border-bottom:1px dotted #3465a4}.timeline-title h4{color:rgba(0,0,0,.5);font-weight:400}.timeline-title h4:hover{color:rgba(0,0,0,.9);text-decoration:none}.timeline-tagline{margin-bottom:.5rem}.timeline-excerpt{display:block}.timeline-icon{float:left;margin-right:1.5rem;line-height:1}a.timeline-list-unstyled{color:#204a87}a.timeline-list-unstyled,a.timeline-list-unstyled:active,a.timeline-list-unstyled:hover{outline:none;font-size:13px;text-decoration:none!important;transition:all .3s ease-in-out}a.timeline-list-unstyled:hover{color:#729fcf;text-decoration:none}.timeline:before{top:0;bottom:0;position:absolute;content:" ";width:3px;background-color:#eee;left:50%;margin-left:-1.5px}.timeline>li{margin-bottom:40px;position:relative;width:50%;float:left;clear:left}.timeline>li:after,.timeline>li:before{content:" ";display:table}.timeline>li:after{clear:both}.timeline>li>.timeline-panel{width:94%;float:left;border:1px solid #d4d4d4;border-radius:4px;position:relative}.timeline>li>.timeline-panel:before{position:absolute;top:26px;right:-15px;display:inline-block;border-top:15px solid transparent;border-left:15px solid #ccc;border-right:0 solid #ccc;border-bottom:15px solid transparent;content:" "}.timeline>li>.timeline-panel:after{position:absolute;top:27px;right:-14px;display:inline-block;border-top:14px solid transparent;border-left:14px solid #fff;border-right:0 solid #fff;border-bottom:14px solid transparent;content:" "}.timeline>li>.timeline-badge{width:24px;text-align:center;position:absolute;top:19px;right:-12px;z-index:3}.tmicon{top:18px;border-radius:50%;width:10px;height:10px;position:absolute;background:#3f51b5;margin:0 0 0 -5px;box-shadow:0 0 0 4px #e5e5e5;-webkit-font-smoothing:antialiased}.timeline>li.timeline-inverted>.timeline-panel{float:right}.timeline>li.timeline-inverted>.timeline-panel:before{border-left-width:0;border-right-width:15px;left:-15px;right:auto}.timeline>li.timeline-inverted>.timeline-panel:after{border-left-width:0;border-right-width:14px;left:-14px;right:auto}.timeline>li>.timeline-panel .timeline-heading{padding:5px}.timeline>li>.timeline-panel .timeline-heading img{width:100%}.timeline .timeline-body{padding:12px}.timeline .timeline-footer{padding:7px 12px;overflow:hidden;border-top:1px solid #ccc}.timeline .timeline-footer .blog-info{float:left}.timeline .timeline-footer .blog-info i{color:#777}.timeline .timeline-footer .likes{float:right}.timeline .timeline-footer .likes i{margin-right:2px;color:#777}.timeline .timeline-footer .likes:hover{text-decoration:none;color:inherit}.timeline .timeline-footer .likes:hover i{color:#729fcf}.timeline>li.timeline-inverted{float:right;clear:right;margin-bottom:40px}.timeline>li:nth-child(2n){margin-top:30px}.timeline>li:nth-child(odd){margin-top:0}.timeline>li.timeline-inverted>.timeline-badge{left:-12px}@media (max-width:992px){.timeline>li>.timeline-panel:before{top:31px;right:-11px;border-top:11px solid transparent;border-left:11px solid #ccc;border-bottom:11px solid transparent}.timeline>li>.timeline-panel:after{top:32px;right:-10px;border-top:10px solid transparent;border-left:10px solid #fff;border-bottom:10px solid transparent}.timeline>li.timeline-inverted>.timeline-panel:before{border-right-width:11px;left:-11px}.timeline>li.timeline-inverted>.timeline-panel:after{border-right-width:10px;left:-10px}}@media (max-width:767px){ul.timeline:before{left:40px}ul.timeline>li{margin-bottom:20px;position:relative;width:100%;float:left;clear:left}ul.timeline>li>.timeline-panel{width:calc(100% - 70px);width:-webkit-calc(100% - 70px)}ul.timeline>li>.timeline-badge{left:28px;margin-left:0;top:16px}ul.timeline>li>.timeline-panel{float:right}ul.timeline>li>.timeline-panel:before{top:27px;right:-12px;border-top:12px solid transparent;border-left:12px solid #ccc;border-bottom:12px solid transparent}ul.timeline>li>.timeline-panel:after{top:28px;right:-11px;border-top:11px solid transparent;border-left:11px solid #fff;border-bottom:11px solid transparent}ul.timeline>li>.timeline-panel:before{border-left-width:0;border-right-width:12px;left:-12px;right:auto}ul.timeline>li>.timeline-panel:after{border-left-width:0;border-right-width:11px;left:-11px;right:auto}.timeline>li.timeline-inverted{float:left;clear:left;margin-top:30px;margin-bottom:30px}.timeline>li.timeline-inverted>.timeline-badge{left:28px}}.article-overview-heading{display:block;margin:12px 10px 25px 0;border-bottom:1px solid #e5e5e5}.article-overview-heading h3{font-size:24px;margin:0 0 -1px;padding-bottom:5px;padding-left:10px;display:inline-block;border-bottom:1px dotted #3465a4}.article-overview-heading h3>a{color:rgba(0,0,0,.5)!important}.article-overview-heading h3>a:hover{color:rgba(0,0,0,.9)!important;text-decoration:none}.article-overview-description,.article-overview-excerpt{margin:1rem 1.8rem 2rem .5rem;text-align:justify}.no-padding{padding-right:0!important;padding-left:0!important}.footer-light-theme .footer{padding:70px 0;background:#212121}.footer-light-theme .footer p{color:hsla(0,0%,100%,.4);font-size:1em;font-family:sans-serif}.footer-light-theme .heading-footer{text-align:left;position:relative;margin-bottom:30px;padding-bottom:2px}.footer-light-theme .heading-footer:after{left:0;bottom:0;height:2px;width:50px;content:" ";background:#204a87;position:absolute}.footer-light-theme .heading-footer h2{color:hsla(0,0%,100%,.9);font-size:1.3em!important;text-transform:uppercase}.footer-light-theme .footer .link-news{margin-bottom:0}.footer-light-theme .footer .link-news li{padding:12px 0;border-top:1px solid #353535}.footer-light-theme .footer .link-news li:first-child{padding-top:0;border-top:none}.footer-light-theme .footer .link-news li a{color:hsla(0,0%,100%,.5);font-size:1em;margin-bottom:3px;display:inline-block}.footer-light-theme .footer .link-news a:hover{color:#fafafa!important;text-decoration:none}.footer-light-theme .footer .link-news li small{color:#555;display:block}.footer-light-theme .footer-link-list li{padding:9px 0;border-top:1px solid #333}.footer-light-theme .footer-link-list li:first-child{padding-top:0;border-top:none}.footer-light-theme .footer-link-list li a{color:hsla(0,0%,100%,.5);font-size:1em;display:inline-block;font-family:sans-serif}.footer-light-theme .footer-link-list a:hover{color:#fafafa!important;text-decoration:none}.footer-light-theme .footer .contacts{margin-bottom:0}.footer-light-theme .footer .contacts li{margin-bottom:20px}.footer-light-theme .footer .contacts li:after,.footer-light-theme .footer .contacts li:before{content:" ";display:table}.footer-light-theme .footer .contacts li:after{clear:both}.footer-light-theme .footer .contacts li i{float:left;width:30px;height:30px;color:hsla(0,0%,100%,.5);padding:8px 5px;background:#333;text-align:center;margin:4px 10px 0 0;display:inline-block}.footer-light-theme .footer .contacts li p{margin-bottom:0}.footer-light-theme .footer .contacts li a{color:hsla(0,0%,100%,.5)}.footer-light-theme .footer .contacts li a:hover{color:#fafafa!important;text-decoration:none}#inline ul li{display:inline}.footer-light-theme .copyright{padding:15px 0;background:#212121;font-family:sans-serif}.footer-light-theme .copyright p{font-size:.8em;font-family:sans-serif;margin-top:3px}.footer-light-theme .dark-social{margin:5px 0 0}.footer-light-theme .dark-social li{margin-left:5px}.footer-light-theme .dark-social li i{color:hsla(0,0%,100%,.5)}.footer-light-theme .copyright .terms-menu{margin:7px 0 0}.footer-light-theme .copyright .terms-menu li{color:hsla(0,0%,100%,.5);font-size:.8em;padding-left:0!important;padding-right:0!important}.footer-light-theme .copyright .terms-menu li:first-child{border-left:none;padding:0 7px 0 0}.footer-light-theme .copyright .terms-menu li a{color:hsla(0,0%,100%,.5)}.footer-light-theme .copyright .terms-menu li a:before{content:"\20 \B7 \20"}.footer-light-theme .copyright .terms-menu li a:hover{color:#fafafa!important;text-decoration:none}@media (max-width:992px){.footer-light-theme .copyright .dark-social.pull-right,.footer-light-theme .copyright .terms-menu{text-align:center;float:none!important}}.j1-masthead{position:relative;width:100%;overflow:hidden}.j1-masthead .j1-booticon{margin:0 auto 30px}.j1-masthead .head-title h2{margin-top:0;margin-bottom:.1em;font-weight:600;line-height:1}.j1-masthead .head-tagline h3{margin-top:0;margin-bottom:0;font-weight:400;line-height:1;font-style:italic}.j1-masthead .lead{margin:0 20px 30px;font-size:20px;color:#babdb6}.j1-masthead .version{margin-top:-10px;margin-bottom:15px;font-size:20px;font-weight:500;color:#2e3436}.j1-masthead .btn{width:100%;padding:15px 30px;font-size:20px}.j1-masthead-caption{display:none;text-align:right;position:absolute;right:0;bottom:0;padding-right:15px;padding-bottom:10px;font-size:1rem;font-weight:600}.j1-masthead-caption-anchor a,.j1-masthead-caption-anchor a:hover{color:#3f51b5!important;text-decoration:none}.j1-masthead-caption-anchor a:hover{border-bottom:1px dotted #ebf1f5}@media (min-width:992px){.j1-masthead .lead{width:90%;font-size:30px}}@media (min-width:768px){.j1-masthead h1{font-size:60px}.j1-masthead .lead{width:95%;font-size:24px}}@media (min-width:480px){.j1-masthead .btn{width:auto;margin-top:10px}}.text-emphasis-none{text-shadow:none!important}.text-emphasis-strong{text-shadow:0 2px 0 rgba(0,0,0,.4)!important}.text-emphasis-stronger{text-shadow:0 3px 0 rgba(0,0,0,.3)!important}.text-emphasis-strongest{text-shadow:0 4px 0 rgba(0,0,0,.2)!important}.social-icons{margin:0;padding:0}.social-icons li{list-style:none;margin-right:3px;margin-bottom:5px;text-indent:-9999px;display:inline-block}.social-icons li a,a.social-icon{width:28px;height:28px;display:block;background-position:0 0;background-repeat:no-repeat;transition:all .3s ease-in-out}.social-icons li:hover a{background-position:0 -38px}.social-icons-color li a{opacity:.7;background-position:0 -38px!important;-webkit-backface-visibility:hidden}.social-icons-color li a:hover{opacity:1}.social_amazon{background:url(/assets/images/icons/social/amazon.png) no-repeat}.social_behance{background:url(/assets/images/icons/social/behance.png) no-repeat}.social_blogger{background:url(/assets/images/icons/social/blogger.png) no-repeat}.social_deviantart{background:url(/assets/images/icons/social/deviantart.png) no-repeat}.social_dribbble{background:url(/assets/images/icons/social/dribbble.png) no-repeat}.social_dropbox{background:url(/assets/images/icons/social/dropbox.png) no-repeat}.social_evernote{background:url(/assets/images/icons/social/evernote.png) no-repeat}.social_facebook{background:url(/assets/images/icons/social/facebook.png) no-repeat}.social_forrst{background:url(/assets/images/icons/social/forrst.png) no-repeat}.social_github{background:url(/assets/images/icons/social/github.png) no-repeat}.social_googleplus{background:url(/assets/images/icons/social/googleplus.png) no-repeat}.social_jolicloud{background:url(/assets/images/icons/social/jolicloud.png) no-repeat}.social_last-fm{background:url(/assets/images/icons/social/last-fm.png) no-repeat}.social_linkedin{background:url(/assets/images/icons/social/linkedin.png) no-repeat}.social_picasa{background:url(/assets/images/icons/social/picasa.png) no-repeat}.social_pintrest{background:url(/assets/images/icons/social/pintrest.png) no-repeat}.social_rss{background:url(/assets/images/icons/social/rss.png) no-repeat}.social_skype{background:url(/assets/images/icons/social/skype.png) no-repeat}.social_spotify{background:url(/assets/images/icons/social/spotify.png) no-repeat}.social_stumbleupon{background:url(/assets/images/icons/social/stumbleupon.png) no-repeat}.social_tumblr{background:url(/assets/images/icons/social/tumblr.png) no-repeat}.social_twitter{background:url(/assets/images/icons/social/twitter.png) no-repeat}.social_vimeo{background:url(/assets/images/icons/social/vimeo.png) no-repeat}.social_wordpress{background:url(/assets/images/icons/social/wordpress.png) no-repeat}.social_xing{background:url(/assets/images/icons/social/xing.png) no-repeat}.social_yahoo{background:url(/assets/images/icons/social/yahoo.png) no-repeat}.social_youtube{background:url(/assets/images/icons/social/youtube.png) no-repeat}.social_vk{background:url(/assets/images/icons/social/vk.png) no-repeat}.social_instagram{background:url(/assets/images/icons/social/instagram.png) no-repeat}.panel-fluid{width:100%;padding:unset!important;margin:unset!important}.j1-panel-block.container,.j1-panel-block.container-fluid{padding-left:0!important;padding-right:0!important}@media (max-width:768px){.j1-panel-block.row{margin-left:.5rem!important;margin-right:.5rem!important}}.parallax-day-night{height:100%;background-color:#222;background-image:linear-gradient(180deg,transparent,#bab3ab 0),linear-gradient(-45deg,#bab3ab 40%,transparent 0),linear-gradient(45deg,#bab3ab 40%,transparent 0),linear-gradient(45deg,transparent 40%,#bab3ab 0),linear-gradient(-45deg,transparent 40%,#bab3ab 0),linear-gradient(#bab3ab,#bab3ab),linear-gradient(45deg,transparent 40%,#bab3ab 0),linear-gradient(-45deg,transparent 40%,#bab3ab 0),linear-gradient(45deg,transparent 40%,#bab3ab 0),linear-gradient(-45deg,transparent 40%,#bab3ab 0),linear-gradient(#bab3ab,#bab3ab),linear-gradient(#bab3ab,#bab3ab),linear-gradient(#bab3ab,#bab3ab),linear-gradient(#bab3ab,#bab3ab),linear-gradient(#bab3ab,#bab3ab),linear-gradient(#bab3ab,#bab3ab),linear-gradient(#bab3ab,#bab3ab),linear-gradient(180deg,#a33d29,#a33d29,#fff,#598ca6,#8cbfd9,#4b3d8f,#6f6699,#4d4d4d,#a33d29);background-position:50% 100%,calc(50% - 15px) calc(100% - 145px),calc(50% + 15px) calc(100% - 145px),calc(50% - 20px) calc(100% - 140px),calc(50% + 20px) calc(100% - 140px),50% calc(100% - 135px),calc(50% - 15px) calc(100% - 130px),calc(50% + 15px) calc(100% - 130px),calc(50% - 10px) calc(100% - 120px),calc(50% + 10px) calc(100% - 120px),50% calc(100% - 70px),calc(50% + 5px) calc(100% - 75px),calc(50% + 20px) calc(100% - 80px),calc(50% + 25px) calc(100% - 79px),calc(50% + 35px) calc(100% - 53px),calc(50% + 35px) calc(100% - 70px),50% 100%,0 0;background-size:15px 161px,30px 20px,30px 20px,30px 5px,30px 5px,40px 5px,30px 5px,30px 5px,30px 5px,30px 5px,25px 30px,25px 20px,30px 5px,3px 7px,5px 30px,7px 3px,2px 185px,100% 1500%;background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,repeat-y;animation:a 840s linear infinite}.parallax-day-night html:after,.parallax-day-night html:before{content:"";position:absolute;border-radius:50%;z-index:1}.parallax-day-night html:before{height:150px;width:150px;box-shadow:inset 20px -20px 50px rgba(191,163,194,.5);top:20%;left:60%}.parallax-day-night html:after{height:100px;width:100px;box-shadow:inset 30px -30px 50px rgba(133,139,173,.5);top:40%;left:50%}@keyframes a{to{background-position:50% 100%,calc(50% - 15px) calc(100% - 145px),calc(50% + 15px) calc(100% - 145px),calc(50% - 20px) calc(100% - 140px),calc(50% + 20px) calc(100% - 140px),50% calc(100% - 135px),calc(50% - 15px) calc(100% - 130px),calc(50% + 15px) calc(100% - 130px),calc(50% - 10px) calc(100% - 120px),calc(50% + 10px) calc(100% - 120px),50% calc(100% - 70px),calc(50% + 5px) calc(100% - 75px),calc(50% + 20px) calc(100% - 80px),calc(50% + 25px) calc(100% - 79px),calc(50% + 35px) calc(100% - 53px),calc(50% + 35px) calc(100% - 70px),50% 100%,0 1500%}}.parallax-horizontal{height:100%;width:1000px;background-color:rgba(46,87,107,.4);background-image:url(http://clker.com/cliparts/q/L/o/j/C/Q/forest-hi.png),url(http://inserthtml.com/parallax/trees.png),url(https://db.tt/cKICP4Xj),url(http://augstudy.com/images/theme/impress/bg_mountains.png),url(https://db.tt/vKBcgeOj);background-repeat:repeat-x;background-position:0 20%,0 95%,0 0,0 100%,0 0;background-size:2500px,800px,500px 200px,1000px,400px 260px;animation:50s b infinite linear}@keyframes b{to{background-position:-5000px 20%,-800px 95%,500px 0,1000px 100%,400px 0}}ul.service-list>li>a{display:block;width:100%;border-bottom:1px dotted #e0e0e0;padding:10px 30px 5px;color:#9e9e9e;font-weight:600}ul.service-list>li>a:focus,ul.service-list>li>a:hover{color:#3f51b5!important;text-decoration:none!important}@media (max-width:768px){.intro-panel{margin:3rem}}@media (max-width:640px){.intro-panel{margin:3rem}}.panel-news-headline{display:block;margin:12px 10px 25px;border-bottom:1px solid #e5e5e5}.panel-news-headline h4{color:#3f51b5!important;font-size:2.5rem;margin:0 0 -1px;padding-bottom:5px;padding-left:10px;display:inline-block;border-bottom:1px dotted #3465a4}.panel-news-headline h4:hover{color:#353535!important;text-decoration:none}.panel-news{display:block}.panel-news p{text-align:justify}.panel-news .box-description{text-align:-webkit-center}.panel-news .j1-panel-block .recent-news{padding-top:0}.panel-news .j1-panel-block .link-news{margin-bottom:0}.panel-news .j1-panel-block .link-news li{padding:12px 0;border-top:1px solid #353535}.panel-news .j1-panel-block .link-news li:first-child{padding-top:0;border-top:none}.panel-news .j1-panel-block .link-news li a{color:#3f51b5;font-size:1.25em;font-weight:400;margin-bottom:3px;display:inline-block}.panel-news .j1-panel-block .link-news a:hover{color:#353535!important;text-decoration:none}.panel-news .j1-panel-block .link-news li small{font-size:1.5rem;color:#555;display:block}@media (max-width:768px){.panel-news{margin:.5rem}.recent-news{margin-left:1.5rem!important;margin-right:2.5rem!important}}.panel-service p{text-align:justify}.panel-service .card-description{text-align:-webkit-center}@media (max-width:768px){.panel-service{margin:5rem}}@media (max-width:640px){.panel-service{margin:5rem}}.post-category-icon .fa,.post-category-icon .mdi,.post-category-icon .zmdi{margin-right:.5rem}.post-timestamp{display:block;margin:10px 0 25px}.post-paginator{margin:0 0 -1px;padding-bottom:5px;padding-left:10px;display:inline-block;border-bottom:1px dotted #3465a4}.post-headline{margin-bottom:2rem;border-bottom:1px solid #e5e5e5}.post-headline h1,.post-headline h2{color:rgba(0,0,0,.9);font-size:3.5rem;font-weight:400;margin:0 0 -1px;padding-bottom:5px;padding-left:10px;display:inline-block;border-bottom:1px dotted #3465a4}.post-search-results h2{font-size:3rem!important;font-weight:400}.post-search-results h3,.post-search-results h4{font-size:2rem!important;font-weight:400}.post-search-results .link-news{margin-bottom:0}.post-search-results .link-news li:first-child{padding-top:0;border-top:none}.link-news li a,.post-search-results .link-news li a{color:rgba(0,0,0,.5);font-weight:400;margin-bottom:3px;display:inline-block}.post-search-results .link-news a:hover{color:rgba(0,0,0,.9)!important;text-decoration:none}.post-search-results .link-news li small{font-size:1.25rem;color:#555;display:block}.link-news li a,.post-archive-search-results .link-news li a,.post-date-search-results .link-news li a{color:rgba(0,0,0,.5);font-weight:400;margin-bottom:3px;display:inline-block}.post-date-search-results h3{font-size:4rem!important;font-weight:400}.link-news a,.link-news a:hover{text-decoration:none}.link-news a:hover{color:rgba(0,0,0,.9)!important}a.news-link{color:currentColor;height:100%;font-size:14px;text-decoration:none!important}.series-navigator{display:inline-block;position:relative;width:100%}.series-navigator .content{margin-top:1rem;padding-bottom:3rem}.series-navigation{margin-top:10px}.series-navigation ul{margin:0;padding:0;list-style:none}.series-navigation ul li{display:inline-block}.series-navigation ul li a{position:relative;display:inline-block;line-height:2.5rem;padding:0 1rem;background-color:#e91e63;border-radius:3px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#fff;font-size:.75rem!important;font-weight:400;text-decoration:none;transition:.2s}.series-navigation ul li.current a{background-color:rgba(0,0,0,.5)}.series-navigation ul li.current a:hover{background-color:rgba(0,0,0,.9)!important;color:#fff!important}.series-navigation ul li a:hover{background-color:rgba(0,0,0,.9);color:#fff!important}.series-exerpt{text-align:justify;padding:0 20px 10px 0}.series-exerpt-title{margin-top:0;font-family:inherit;font-weight:400;line-height:1.1;color:#444}.series-navigator .series-navigator-footer{height:10%;padding:40px 0 0}.series-navigator .series-navigator-footer a,.series-navigator .series-navigator-footer button{margin:0!important;position:relative;bottom:25px;width:auto}.series-navigator .series-navigator-footer a:first-child,.series-navigator .series-navigator-footer button:first-child{left:-5px}.featured-article,featured-article-shadow-effect{padding-top:30px;padding-bottom:30px}.featured-article-img{border-radius:5px;display:block;max-width:100%;height:auto}.featured-article-shadow-effect:hover{background:#fafafa;box-shadow:0 0 5px #ddd;transition:box-shadow .2s ease-in-out}.featured-headline{display:block;margin:10px 0 45px;border-bottom:1px solid #e4e9f0}h2.featured-headline,h3.featured-headline{font-weight:200;margin:0 0 -2px;padding-bottom:5px;padding-left:10px;display:inline-block;border-bottom:1px dotted #3465a4}@media (min-width:768px){.j1-sidebar{padding-left:0}}.j1-sidenav{margin-top:20px;margin-bottom:20px}.j1-sidebar .nav>li>a{display:block;padding:5px 20px;font-size:13px;font-weight:500;color:#767676}.j1-sidebar .nav>li>a:focus,.j1-sidebar .nav>li>a:hover{padding-left:19px;color:#3465a4;text-decoration:none;background-color:transparent;border-left:1px solid #3465a4}.j1-sidebar .nav>.active:focus>a,.j1-sidebar .nav>.active:hover>a,.j1-sidebar .nav>.active>a{padding-left:18px;font-weight:700;color:#204a87;background-color:transparent;border-left:2px solid #204a87}.j1-sidebar .nav .nav{display:none;padding-bottom:10px}.j1-sidebar .nav .nav>li>a{padding-top:3px;padding-bottom:1px;padding-left:30px;font-size:12px;font-weight:400}.j1-sidebar .nav .nav>li>a:focus,.j1-sidebar .nav .nav>li>a:hover{padding-left:29px}.j1-sidebar .nav .nav>.active:focus>a,.j1-sidebar .nav .nav>.active:hover>a,.j1-sidebar .nav .nav>.active>a{padding-left:28px;font-weight:500}.back-to-top,.j1-theme-toggle{display:none;padding:4px 10px;margin-top:10px;margin-left:10px;font-size:14px;font-weight:500;color:#555753}.back-to-top:hover,.j1-theme-toggle:hover{color:#3465a4;text-decoration:none!important}.j1-theme-toggle{margin-top:0}@media (min-width:768px){.back-to-top,.j1-theme-toggle{display:block}}.spinner-swiping-dots{height:100%;background-image:radial-gradient(#222 65%,transparent 70%),radial-gradient(#222 65%,transparent 70%),radial-gradient(#222 65%,transparent 70%),radial-gradient(#222 65%,transparent 70%);background-repeat:no-repeat;background-size:2em 2em,2em 2em,2em 2em,2em 2em;background-position:calc(50% - 2.6em) 50%,calc(50% - 2.6em) 50%,50% 50%,calc(50% + 2.6em) 50%;animation:c .6s infinite}@keyframes c{0%{background-size:0 0,2em 2em,2em 2em,2em 2em;background-position:calc(50% - 2.6em) 50%,calc(50% - 2.6em) 50%,50% 50%,calc(50% + 2.6em) 50%}to{background-size:2em 2em,2em 2em,2em 2em,0 0;background-position:calc(50% - 2.6em) 50%,50% 50%,calc(50% + 2.6em) 50%,calc(50% + 2.6em) 50%}}.spinner-radial-dots{height:100%;font-size:1em;background-color:#222;background-image:radial-gradient(hsla(0,0%,100%,.6) 40%,hsla(0,0%,100%,0) 60%),radial-gradient(hsla(0,0%,100%,.6) 40%,hsla(0,0%,100%,0) 60%),radial-gradient(hsla(0,0%,100%,.6) 40%,hsla(0,0%,100%,0) 60%),radial-gradient(#fff 50%,hsla(0,0%,100%,0) 53%),radial-gradient(#fff 50%,hsla(0,0%,100%,0) 53%),radial-gradient(#fff 50%,hsla(0,0%,100%,0) 53%),radial-gradient(#fff 50%,hsla(0,0%,100%,0) 53%),radial-gradient(hsla(0,0%,100%,.6) 40%,hsla(0,0%,100%,0) 60%),radial-gradient(#47b4eb,#333);background-position:50% 50%,calc(50% + 3em) calc(50% - .5em),calc(50% + 4em) calc(50% - 1.5em),calc(50% + 3em) calc(50% - 2.5em),50% calc(50% - 3em),calc(50% - 3em) calc(50% - 2.5em),calc(50% - 4em) calc(50% - 1.5em),calc(50% - 3em) calc(50% - .5em),0 0;background-size:3em 3em,2.5em 3em,1em 3em,2.5em 3em,3em 3em,2.5em 3em,1em 3em,2.5em 3em,100% 100%;background-repeat:no-repeat;animation:.3s d linear infinite reverse}@keyframes d{0%{background-position:50% 50%,calc(50% + 3em) calc(50% - .5em),calc(50% + 4em) calc(50% - 1.5em),calc(50% + 3em) calc(50% - 2.5em),50% calc(50% - 3em),calc(50% - 3em) calc(50% - 2.5em),calc(50% - 4em) calc(50% - 1.5em),calc(50% - 3em) calc(50% - .5em),0 0;background-size:3em 3em,2.5em 3em,1em 3em,2.5em 3em,3em 3em,2.5em 3em,1em 3em,2.5em 3em,100% 100%}to{background-position:calc(50% - 3em) calc(50% - .5em),50% 50%,calc(50% + 3em) calc(50% - .5em),calc(50% + 4em) calc(50% - 1.5em),calc(50% + 3em) calc(50% - 2.5em),50% calc(50% - 3em),calc(50% - 3em) calc(50% - 2.5em),calc(50% - 4em) calc(50% - 1.5em),0 0;background-size:2.5em 3em,3em 3em,2.5em 3em,1em 3em,2.5em 3em,3em 3em,2.5em 3em,1em 3em,100% 100%}}.spinner-moving-dots{height:100%;background-color:#86bf40;background-image:radial-gradient(#fff 30%,hsla(0,0%,100%,0) 35%),radial-gradient(#fff 30%,hsla(0,0%,100%,0) 35%),radial-gradient(#fff 30%,hsla(0,0%,100%,0) 35%),radial-gradient(#fff 30%,hsla(0,0%,100%,0) 35%),radial-gradient(#fff 30%,hsla(0,0%,100%,0) 35%),radial-gradient(#fff 30%,hsla(0,0%,100%,0) 35%),radial-gradient(#fff 30%,hsla(0,0%,100%,0) 35%),radial-gradient(#fff 30%,hsla(0,0%,100%,0) 35%);background-position:50% 50%,50% 50%,50% 50%,50% 50%,50% 50%,50% 50%,50% 50%,50% 50%;background-size:1.5em 1.5em;background-repeat:no-repeat;animation:e 2.5s infinite}@keyframes e{6.25%{background-position:50% calc(50% - 1.5em),50% 50%,50% 50%,50% 50%,50% 50%,50% 50%,50% 50%,50% 50%}12.5%{background-position:50% calc(50% - 1.5em),calc(50% + 1em) calc(50% - 1em),50% 50%,50% 50%,50% 50%,50% 50%,50% 50%,50% 50%}18.75%{background-position:50% calc(50% - 1.5em),calc(50% + 1em) calc(50% - 1em),calc(50% + 1.5em) 50%,50% 50%,50% 50%,50% 50%,50% 50%,50% 50%}25%{background-position:50% calc(50% - 1.5em),calc(50% + 1em) calc(50% - 1em),calc(50% + 1.5em) 50%,calc(50% + 1em) calc(50% + 1em),50% 50%,50% 50%,50% 50%,50% 50%}31.25%{background-position:50% calc(50% - 1.5em),calc(50% + 1em) calc(50% - 1em),calc(50% + 1.5em) 50%,calc(50% + 1em) calc(50% + 1em),50% calc(50% + 1.5em),50% 50%,50% 50%,50% 50%}37.5%{background-position:50% calc(50% - 1.5em),calc(50% + 1em) calc(50% - 1em),calc(50% + 1.5em) 50%,calc(50% + 1em) calc(50% + 1em),50% calc(50% + 1.5em),calc(50% - 1em) calc(50% + 1em),50% 50%,50% 50%}43.75%{background-position:50% calc(50% - 1.5em),calc(50% + 1em) calc(50% - 1em),calc(50% + 1.5em) 50%,calc(50% + 1em) calc(50% + 1em),50% calc(50% + 1.5em),calc(50% - 1em) calc(50% + 1em),calc(50% - 1.5em) 50%,50% 50%}50%{background-position:50% 50%,calc(50% + 1em) calc(50% - 1em),calc(50% + 1.5em) 50%,calc(50% + 1em) calc(50% + 1em),50% calc(50% + 1.5em),calc(50% - 1em) calc(50% + 1em),calc(50% - 1.5em) 50%,calc(50% - 1em) calc(50% - 1em)}56.25%{background-position:50% 50%,50% 50%,calc(50% + 1.5em) 50%,calc(50% + 1em) calc(50% + 1em),50% calc(50% + 1.5em),calc(50% - 1em) calc(50% + 1em),calc(50% - 1.5em) 50%,calc(50% - 1em) calc(50% - 1em)}62.5%{background-position:50% 50%,50% 50%,50% 50%,calc(50% + 1em) calc(50% + 1em),50% calc(50% + 1.5em),calc(50% - 1em) calc(50% + 1em),calc(50% - 1.5em) 50%,calc(50% - 1em) calc(50% - 1em)}68.75%{background-position:50% 50%,50% 50%,50% 50%,50% 50%,50% calc(50% + 1.5em),calc(50% - 1em) calc(50% + 1em),calc(50% - 1.5em) 50%,calc(50% - 1em) calc(50% - 1em)}75%{background-position:50% 50%,50% 50%,50% 50%,50% 50%,50% 50%,calc(50% - 1em) calc(50% + 1em),calc(50% - 1.5em) 50%,calc(50% - 1em) calc(50% - 1em)}81.25%{background-position:50% 50%,50% 50%,50% 50%,50% 50%,50% 50%,50% 50%,calc(50% - 1.5em) 50%,calc(50% - 1em) calc(50% - 1em)}87.5%{background-position:50% 50%,50% 50%,50% 50%,50% 50%,50% 50%,50% 50%,50% 50%,calc(50% - 1em) calc(50% - 1em)}}.spinner-pulsed{height:100%;background-color:#3f51b5;background-image:linear-gradient(#fff,#fff),linear-gradient(#fff,#fff),linear-gradient(#fff,#fff),linear-gradient(#fff,#fff),linear-gradient(#fff,#fff),linear-gradient(#fff,#fff),linear-gradient(#fff,#fff);background-position:calc(50% - 30px) 50%,calc(50% - 20px) 50%,calc(50% - 10px) 50%,50% 50%,calc(50% + 10px) 50%,calc(50% + 20px) 50%,calc(50% + 30px) 50%;background-size:5px 10px,5px 10px,5px 10px,5px 10px,5px 10px,5px 10px,5px 10px;background-repeat:no-repeat;animation:f 1.6s linear infinite alternate}@keyframes f{0%{background-size:5px 30px,5px 10px,5px 10px,5px 10px,5px 10px,5px 10px,5px 10px}16.6%{background-size:5px 10px,5px 40px,5px 10px,5px 10px,5px 10px,5px 10px,5px 10px}33.2%{background-size:5px 10px,5px 10px,5px 40px,5px 10px,5px 10px,5px 10px,5px 10px}49.8%{background-size:5px 10px,5px 10px,5px 10px,5px 40px,5px 10px,5px 10px,5px 10px}66.4%{background-size:5px 10px,5px 10px,5px 10px,5px 10px,5px 40px,5px 10px,5px 10px}83%{background-size:5px 10px,5px 10px,5px 10px,5px 10px,5px 10px,5px 40px,5px 10px}to{background-size:5px 10px,5px 10px,5px 10px,5px 10px,5px 10px,5px 10px,5px 40px}}.spinner-rotate-dots{height:100%;background-color:#3f51b5;background-image:radial-gradient(#fff 45%,transparent 50%),radial-gradient(hsla(0,0%,100%,.3) 5%,transparent 10%),radial-gradient(hsla(0,0%,100%,.4) 10%,transparent 15%),radial-gradient(hsla(0,0%,100%,.5) 10%,transparent 15%),radial-gradient(hsla(0,0%,100%,.6) 20%,transparent 25%),radial-gradient(hsla(0,0%,100%,.7) 20%,transparent 25%),radial-gradient(hsla(0,0%,100%,.8) 30%,transparent 35%),radial-gradient(hsla(0,0%,100%,.9) 30%,transparent 35%);background-position:50% calc(50% - 20px),calc(50% + 16px) calc(50% - 16px),calc(50% + 24px) 50%,calc(50% + 16px) calc(50% + 16px),50% calc(50% + 24px),calc(50% - 16px) calc(50% + 16px),calc(50% - 24px) 50%,calc(50% - 16px) calc(50% - 16px);background-size:20px 20px;background-repeat:no-repeat;animation:g 1s linear infinite}@keyframes g{12.5%{background-image:radial-gradient(hsla(0,0%,100%,.9) 30%,transparent 35%),radial-gradient(#fff 45%,transparent 50%),radial-gradient(hsla(0,0%,100%,.3) 5%,transparent 10%),radial-gradient(hsla(0,0%,100%,.4) 10%,transparent 15%),radial-gradient(hsla(0,0%,100%,.5) 10%,transparent 15%),radial-gradient(hsla(0,0%,100%,.6) 20%,transparent 25%),radial-gradient(hsla(0,0%,100%,.7) 20%,transparent 25%),radial-gradient(hsla(0,0%,100%,.8) 30%,transparent 35%)}25%{background-image:radial-gradient(hsla(0,0%,100%,.8) 30%,transparent 35%),radial-gradient(hsla(0,0%,100%,.9) 30%,transparent 35%),radial-gradient(#fff 45%,transparent 50%),radial-gradient(hsla(0,0%,100%,.3) 5%,transparent 10%),radial-gradient(hsla(0,0%,100%,.4) 10%,transparent 15%),radial-gradient(hsla(0,0%,100%,.5) 10%,transparent 15%),radial-gradient(hsla(0,0%,100%,.6) 20%,transparent 25%),radial-gradient(hsla(0,0%,100%,.7) 20%,transparent 25%)}37.5%{background-image:radial-gradient(hsla(0,0%,100%,.7) 20%,transparent 25%),radial-gradient(hsla(0,0%,100%,.8) 30%,transparent 35%),radial-gradient(hsla(0,0%,100%,.9) 30%,transparent 35%),radial-gradient(#fff 45%,transparent 50%),radial-gradient(hsla(0,0%,100%,.3) 5%,transparent 10%),radial-gradient(hsla(0,0%,100%,.4) 10%,transparent 15%),radial-gradient(hsla(0,0%,100%,.5) 10%,transparent 15%),radial-gradient(hsla(0,0%,100%,.6) 20%,transparent 25%)}50%{background-image:radial-gradient(hsla(0,0%,100%,.6) 20%,transparent 25%),radial-gradient(hsla(0,0%,100%,.7) 20%,transparent 25%),radial-gradient(hsla(0,0%,100%,.8) 30%,transparent 35%),radial-gradient(hsla(0,0%,100%,.9) 30%,transparent 35%),radial-gradient(#fff 45%,transparent 50%),radial-gradient(hsla(0,0%,100%,.3) 5%,transparent 10%),radial-gradient(hsla(0,0%,100%,.4) 10%,transparent 15%),radial-gradient(hsla(0,0%,100%,.5) 10%,transparent 15%)}62.5%{background-image:radial-gradient(hsla(0,0%,100%,.5) 10%,transparent 15%),radial-gradient(hsla(0,0%,100%,.6) 20%,transparent 25%),radial-gradient(hsla(0,0%,100%,.7) 20%,transparent 25%),radial-gradient(hsla(0,0%,100%,.8) 30%,transparent 35%),radial-gradient(hsla(0,0%,100%,.9) 30%,transparent 35%),radial-gradient(#fff 45%,transparent 50%),radial-gradient(hsla(0,0%,100%,.3) 5%,transparent 10%),radial-gradient(hsla(0,0%,100%,.4) 10%,transparent 15%)}75%{background-image:radial-gradient(hsla(0,0%,100%,.4) 10%,transparent 15%),radial-gradient(hsla(0,0%,100%,.5) 10%,transparent 15%),radial-gradient(hsla(0,0%,100%,.6) 20%,transparent 25%),radial-gradient(hsla(0,0%,100%,.7) 20%,transparent 25%),radial-gradient(hsla(0,0%,100%,.8) 30%,transparent 35%),radial-gradient(hsla(0,0%,100%,.9) 30%,transparent 35%),radial-gradient(#fff 45%,transparent 50%),radial-gradient(hsla(0,0%,100%,.3) 5%,transparent 10%)}87.5%{background-image:radial-gradient(hsla(0,0%,100%,.3) 5%,transparent 10%),radial-gradient(hsla(0,0%,100%,.4) 10%,transparent 15%),radial-gradient(hsla(0,0%,100%,.5) 10%,transparent 15%),radial-gradient(hsla(0,0%,100%,.6) 20%,transparent 25%),radial-gradient(hsla(0,0%,100%,.7) 20%,transparent 25%),radial-gradient(hsla(0,0%,100%,.8) 30%,transparent 35%),radial-gradient(hsla(0,0%,100%,.9) 30%,transparent 35%),radial-gradient(#fff 45%,transparent 50%)}to{background-image:radial-gradient(#fff 45%,transparent 50%),radial-gradient(hsla(0,0%,100%,.3) 5%,transparent 10%),radial-gradient(hsla(0,0%,100%,.4) 10%,transparent 15%),radial-gradient(hsla(0,0%,100%,.5) 10%,transparent 15%),radial-gradient(hsla(0,0%,100%,.6) 20%,transparent 25%),radial-gradient(hsla(0,0%,100%,.7) 20%,transparent 25%),radial-gradient(hsla(0,0%,100%,.8) 30%,transparent 35%),radial-gradient(hsla(0,0%,100%,.9) 30%,transparent 35%)}}.parallax-slider{color:#fff;padding:75px 0;position:relative}.parallax-slider:after,.parallax-slider:before{top:0;left:0;width:100%;height:100%;content:" ";position:absolute}.parallax-slider-in{z-index:1;padding:0 45px;position:relative}.parallax-slider-in p{color:#fafafa;font-size:28px;font-family:Open Sans,Arial,sans-serif}.parallax-slider-in small{color:#e5e5e5;font-size:22px;font-weight:400;text-transform:uppercase}@media (max-width:768px){.parallax-slider-in{padding:0 40px}.parallax-slider-in p{font-size:20px}}@media only screen and (max-width:768px){#rtable-no-more-table table,#rtable-no-more-table tbody,#rtable-no-more-table td,#rtable-no-more-table th,#rtable-no-more-table thead,#rtable-no-more-table tr{display:block}#rtable-no-more-table thead tr{position:absolute;top:-9999px;left:-9999px}#rtable-no-more-table tr{border:1px solid #ccc}#rtable-no-more-table td{border:none;border-bottom:1px solid #eee;position:relative;padding-left:50%;white-space:normal;text-align:left}#rtable-no-more-table td:before{position:absolute;top:6px;left:6px;width:45%;padding-right:10px;white-space:nowrap;text-align:left;font-weight:700;content:attr(data-title)}}@media only screen and (max-width:768px){#rtable-flip-scroll .rtable:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}#rtable-flip-scroll * html .rtable,#rtable-flip-scroll :first-child+html .rtable{zoom:1}#rtable-flip-scroll table{border-collapse:collapse;border-spacing:0}#rtable-flip-scroll td,#rtable-flip-scroll th{margin:0;vertical-align:top}#rtable-flip-scroll th{text-align:left}#rtable-flip-scroll table{display:block;position:relative;width:100%}#rtable-flip-scroll thead{display:block;float:left}#rtable-flip-scroll tbody{display:block;width:auto;position:relative;overflow-x:auto;white-space:nowrap}#rtable-flip-scroll thead tr{display:block}#rtable-flip-scroll th{display:block;text-align:right}#rtable-flip-scroll tbody tr{display:inline-block;vertical-align:top}#rtable-flip-scroll td{display:block;min-height:1.25em;text-align:left}#rtable-flip-scroll th{border-bottom:0;border-left:0;width:max-content;width:intrinsic;width:-moz-max-content;width:-webkit-max-content;width:-o-max-content;width:-ms-max-content}#rtable-flip-scroll td{border-left:0;border-right:0;border-bottom:0}#rtable-flip-scroll tbody tr{border-left:1px solid #babcbf}#rtable-flip-scroll td:last-child,#rtable-flip-scroll th:last-child{border-bottom:1px solid #babcbf}#rtable-flip-scroll td:before{content:attr(data-title)}}.tag-box{list-style:none;margin:0;padding:4px 0;overflow:hidden;*zoom:1}.tag-box:after,.tag-box:before{display:table;content:"";line-height:0}.tag-box:after{clear:both}.tag-box.inline li{float:left;font-size:1.25rem;font-weight:600;line-height:2.5}.tag-box a{padding:4px 6px;margin:2px;color:#fafafa;background-color:#e91e63;border-radius:4px;text-decoration:none}.tag-box a span{vertical-align:super;font-size:.9rem}.page,.post{margin-bottom:4em}.page-title,.post-title,.post-title a{color:#303030}.page-title,.post-title{margin-top:0}.post-date{display:block;margin-top:-.5rem;margin-bottom:1rem;color:#9a9a9a}ul.posts{list-style-type:none;margin-bottom:2rem;padding:0}ul.posts li{padding:.2rem 0}ul.posts li span{color:#9e9e9e;margin-left:2rem;font-size:2rem;font-weight:600}ul.posts li a{font-size:1.75rem;font-weight:400}ul.posts li a:hover{color:#9e9e9e;text-decoration:none;font-weight:600}.related{padding-top:2rem;padding-bottom:2rem;border-top:1px solid #eee}.related-posts{padding-left:0;list-style:none}.related-posts h3{margin-top:0}.related-posts li small{font-size:75%;color:#999}.related-posts li a:hover{color:#268bd2;text-decoration:none}.related-posts li a:hover small{color:inherit}.tag-cloud{margin-bottom:10px;margin-top:20px}.tag-cloud ul.cloud li{margin:0}.tag-cloud ul.cloud li a{padding:0 1em;padding-top:5px;padding-bottom:5px}.tag-cloud ul{margin:0;padding:0;list-style:none}.tag-cloud ul li{display:inline-block;margin:0 .3em .3em 0;padding:0}.tag-cloud ul li a{position:relative;display:inline-block;line-height:1.75rem;padding:0 2em 0 1em;background-color:#3f51b5;border-radius:3px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#fafafa;font-size:1rem!important;font-weight:400;text-decoration:none;transition:.2s}.tag-cloud ul li a:hover{background-color:#1a237e}.tag-cloud ul li a:hover span{color:#1a237e}.tag-cloud ul li span{position:absolute;top:5px;right:5px;z-index:2;width:20px;height:20px;line-height:1.5;background-color:#fff;border-radius:100%;color:#000;font-size:11px;padding:3px;margin:-1px 0 5px 5px;text-align:center;transition:.2s}.tag-numerator .badge{padding:5px 20px;background-color:#444}.r-text,.r-text-500{font-weight:300}@media only screen and (max-width:320px){.r-text,.r-text-500{font-size:1rem!important}}@media only screen and (min-width:360px){.r-text,.r-text-500{font-size:1.2rem!important}}@media only screen and (min-width:390px){.r-text,.r-text-500{font-size:1.224rem!important}}@media only screen and (min-width:420px){.r-text,.r-text-500{font-size:1.248rem!important}}@media only screen and (min-width:450px){.r-text,.r-text-500{font-size:1.272rem!important}}@media only screen and (min-width:480px){.r-text,.r-text-500{font-size:1.296rem!important}}@media only screen and (min-width:510px){.r-text,.r-text-500{font-size:1.32rem!important}}@media only screen and (min-width:540px){.r-text,.r-text-500{font-size:1.344rem!important}}@media only screen and (min-width:570px){.r-text,.r-text-500{font-size:1.368rem!important}}@media only screen and (min-width:600px){.r-text,.r-text-500{font-size:1.392rem!important}}@media only screen and (min-width:630px){.r-text,.r-text-500{font-size:1.416rem!important}}@media only screen and (min-width:660px){.r-text,.r-text-500{font-size:1.44rem!important}}@media only screen and (min-width:690px){.r-text,.r-text-500{font-size:1.464rem!important}}@media only screen and (min-width:720px){.r-text,.r-text-500{font-size:1.488rem!important}}@media only screen and (min-width:750px){.r-text,.r-text-500{font-size:1.512rem!important}}@media only screen and (min-width:780px){.r-text,.r-text-500{font-size:1.536rem!important}}@media only screen and (min-width:810px){.r-text,.r-text-500{font-size:1.56rem!important}}@media only screen and (min-width:840px){.r-text,.r-text-500{font-size:1.584rem!important}}@media only screen and (min-width:870px){.r-text,.r-text-500{font-size:1.608rem!important}}@media only screen and (min-width:900px){.r-text,.r-text-500{font-size:1.632rem!important}}@media only screen and (min-width:930px){.r-text,.r-text-500{font-size:1.656rem!important}}@media only screen and (min-width:960px){.r-text,.r-text-500{font-size:1.68rem!important}}.r-text-100{font-weight:300}@media only screen and (max-width:320px){.r-text-600{font-size:0.5rem!important}}@media only screen and (min-width:360px){.r-text-100{font-size:0.6rem!important}}@media only screen and (min-width:390px){.r-text-100{font-size:0.612rem!important}}@media only screen and (min-width:420px){.r-text-100{font-size:0.624rem!important}}@media only screen and (min-width:450px){.r-text-100{font-size:0.636rem!important}}@media only screen and (min-width:480px){.r-text-100{font-size:0.648rem!important}}@media only screen and (min-width:510px){.r-text-100{font-size:0.66rem!important}}@media only screen and (min-width:540px){.r-text-100{font-size:0.672rem!important}}@media only screen and (min-width:570px){.r-text-100{font-size:0.684rem!important}}@media only screen and (min-width:600px){.r-text-100{font-size:0.696rem!important}}@media only screen and (min-width:630px){.r-text-100{font-size:0.708rem!important}}@media only screen and (min-width:660px){.r-text-100{font-size:0.72rem!important}}@media only screen and (min-width:690px){.r-text-100{font-size:0.732rem!important}}@media only screen and (min-width:720px){.r-text-100{font-size:0.744rem!important}}@media only screen and (min-width:750px){.r-text-100{font-size:0.756rem!important}}@media only screen and (min-width:780px){.r-text-100{font-size:0.768rem!important}}@media only screen and (min-width:810px){.r-text-100{font-size:0.78rem!important}}@media only screen and (min-width:840px){.r-text-100{font-size:0.792rem!important}}@media only screen and (min-width:870px){.r-text-100{font-size:0.804rem!important}}@media only screen and (min-width:900px){.r-text-100{font-size:0.816rem!important}}@media only screen and (min-width:930px){.r-text-100{font-size:0.828rem!important}}@media only screen and (min-width:960px){.r-text-100{font-size:0.84rem!important}}.r-text-200{font-weight:300}@media only screen and (max-width:320px){.r-text-600{font-size:0.6rem!important}}@media only screen and (min-width:360px){.r-text-200{font-size:0.72rem!important}}@media only screen and (min-width:390px){.r-text-200{font-size:0.7344rem!important}}@media only screen and (min-width:420px){.r-text-200{font-size:0.7488rem!important}}@media only screen and (min-width:450px){.r-text-200{font-size:0.7632rem!important}}@media only screen and (min-width:480px){.r-text-200{font-size:0.7776rem!important}}@media only screen and (min-width:510px){.r-text-200{font-size:0.792rem!important}}@media only screen and (min-width:540px){.r-text-200{font-size:0.8064rem!important}}@media only screen and (min-width:570px){.r-text-200{font-size:0.8208rem!important}}@media only screen and (min-width:600px){.r-text-200{font-size:0.8352rem!important}}@media only screen and (min-width:630px){.r-text-200{font-size:0.8496rem!important}}@media only screen and (min-width:660px){.r-text-200{font-size:0.864rem!important}}@media only screen and (min-width:690px){.r-text-200{font-size:0.8784rem!important}}@media only screen and (min-width:720px){.r-text-200{font-size:0.8928rem!important}}@media only screen and (min-width:750px){.r-text-200{font-size:0.9072rem!important}}@media only screen and (min-width:780px){.r-text-200{font-size:0.9216rem!important}}@media only screen and (min-width:810px){.r-text-200{font-size:0.936rem!important}}@media only screen and (min-width:840px){.r-text-200{font-size:0.9504rem!important}}@media only screen and (min-width:870px){.r-text-200{font-size:0.9648rem!important}}@media only screen and (min-width:900px){.r-text-200{font-size:0.9792rem!important}}@media only screen and (min-width:930px){.r-text-200{font-size:0.9936rem!important}}@media only screen and (min-width:960px){.r-text-200{font-size:1.008rem!important}}.r-text-300{font-weight:300}@media only screen and (max-width:320px){.r-text-600{font-size:0.7rem!important}}@media only screen and (min-width:360px){.r-text-300{font-size:0.84rem!important}}@media only screen and (min-width:390px){.r-text-300{font-size:0.8568rem!important}}@media only screen and (min-width:420px){.r-text-300{font-size:0.8736rem!important}}@media only screen and (min-width:450px){.r-text-300{font-size:0.8904rem!important}}@media only screen and (min-width:480px){.r-text-300{font-size:0.9072rem!important}}@media only screen and (min-width:510px){.r-text-300{font-size:0.924rem!important}}@media only screen and (min-width:540px){.r-text-300{font-size:0.9408rem!important}}@media only screen and (min-width:570px){.r-text-300{font-size:0.9576rem!important}}@media only screen and (min-width:600px){.r-text-300{font-size:0.9744rem!important}}@media only screen and (min-width:630px){.r-text-300{font-size:0.9912rem!important}}@media only screen and (min-width:660px){.r-text-300{font-size:1.008rem!important}}@media only screen and (min-width:690px){.r-text-300{font-size:1.0248rem!important}}@media only screen and (min-width:720px){.r-text-300{font-size:1.0416rem!important}}@media only screen and (min-width:750px){.r-text-300{font-size:1.0584rem!important}}@media only screen and (min-width:780px){.r-text-300{font-size:1.0752rem!important}}@media only screen and (min-width:810px){.r-text-300{font-size:1.092rem!important}}@media only screen and (min-width:840px){.r-text-300{font-size:1.1088rem!important}}@media only screen and (min-width:870px){.r-text-300{font-size:1.1256rem!important}}@media only screen and (min-width:900px){.r-text-300{font-size:1.1424rem!important}}@media only screen and (min-width:930px){.r-text-300{font-size:1.1592rem!important}}@media only screen and (min-width:960px){.r-text-300{font-size:1.176rem!important}}.r-text-400{font-weight:300}@media only screen and (max-width:320px){.r-text-600{font-size:0.8rem!important}}@media only screen and (min-width:360px){.r-text-400{font-size:0.96rem!important}}@media only screen and (min-width:390px){.r-text-400{font-size:0.9792rem!important}}@media only screen and (min-width:420px){.r-text-400{font-size:0.9984rem!important}}@media only screen and (min-width:450px){.r-text-400{font-size:1.0176rem!important}}@media only screen and (min-width:480px){.r-text-400{font-size:1.0368rem!important}}@media only screen and (min-width:510px){.r-text-400{font-size:1.056rem!important}}@media only screen and (min-width:540px){.r-text-400{font-size:1.0752rem!important}}@media only screen and (min-width:570px){.r-text-400{font-size:1.0944rem!important}}@media only screen and (min-width:600px){.r-text-400{font-size:1.1136rem!important}}@media only screen and (min-width:630px){.r-text-400{font-size:1.1328rem!important}}@media only screen and (min-width:660px){.r-text-400{font-size:1.152rem!important}}@media only screen and (min-width:690px){.r-text-400{font-size:1.1712rem!important}}@media only screen and (min-width:720px){.r-text-400{font-size:1.1904rem!important}}@media only screen and (min-width:750px){.r-text-400{font-size:1.2096rem!important}}@media only screen and (min-width:780px){.r-text-400{font-size:1.2288rem!important}}@media only screen and (min-width:810px){.r-text-400{font-size:1.248rem!important}}@media only screen and (min-width:840px){.r-text-400{font-size:1.2672rem!important}}@media only screen and (min-width:870px){.r-text-400{font-size:1.2864rem!important}}@media only screen and (min-width:900px){.r-text-400{font-size:1.3056rem!important}}@media only screen and (min-width:930px){.r-text-400{font-size:1.3248rem!important}}@media only screen and (min-width:960px){.r-text-400{font-size:1.344rem!important}}@media only screen and (max-width:360px){.r-text-400{font-size:0.96rem!important}}.r-text-600{font-weight:300}@media only screen and (max-width:320px){.r-text-600{font-size:1.25rem!important}}@media only screen and (min-width:360px){.r-text-600{font-size:1.5rem!important}}@media only screen and (min-width:390px){.r-text-600{font-size:1.53rem!important}}@media only screen and (min-width:420px){.r-text-600{font-size:1.56rem!important}}@media only screen and (min-width:450px){.r-text-600{font-size:1.59rem!important}}@media only screen and (min-width:480px){.r-text-600{font-size:1.62rem!important}}@media only screen and (min-width:510px){.r-text-600{font-size:1.65rem!important}}@media only screen and (min-width:540px){.r-text-600{font-size:1.68rem!important}}@media only screen and (min-width:570px){.r-text-600{font-size:1.71rem!important}}@media only screen and (min-width:600px){.r-text-600{font-size:1.74rem!important}}@media only screen and (min-width:630px){.r-text-600{font-size:1.77rem!important}}@media only screen and (min-width:660px){.r-text-600{font-size:1.8rem!important}}@media only screen and (min-width:690px){.r-text-600{font-size:1.83rem!important}}@media only screen and (min-width:720px){.r-text-600{font-size:1.86rem!important}}@media only screen and (min-width:750px){.r-text-600{font-size:1.89rem!important}}@media only screen and (min-width:780px){.r-text-600{font-size:1.92rem!important}}@media only screen and (min-width:810px){.r-text-600{font-size:1.95rem!important}}@media only screen and (min-width:840px){.r-text-600{font-size:1.98rem!important}}@media only screen and (min-width:870px){.r-text-600{font-size:2.01rem!important}}@media only screen and (min-width:900px){.r-text-600{font-size:2.04rem!important}}@media only screen and (min-width:930px){.r-text-600{font-size:2.07rem!important}}@media only screen and (min-width:960px){.r-text-600{font-size:2.1rem!important}}.r-text-700{font-weight:300}@media only screen and (max-width:320px){.r-text-600{font-size:1.5rem!important}}@media only screen and (min-width:360px){.r-text-700{font-size:1.8rem!important}}@media only screen and (min-width:390px){.r-text-700{font-size:1.836rem!important}}@media only screen and (min-width:420px){.r-text-700{font-size:1.872rem!important}}@media only screen and (min-width:450px){.r-text-700{font-size:1.908rem!important}}@media only screen and (min-width:480px){.r-text-700{font-size:1.944rem!important}}@media only screen and (min-width:510px){.r-text-700{font-size:1.98rem!important}}@media only screen and (min-width:540px){.r-text-700{font-size:2.016rem!important}}@media only screen and (min-width:570px){.r-text-700{font-size:2.052rem!important}}@media only screen and (min-width:600px){.r-text-700{font-size:2.088rem!important}}@media only screen and (min-width:630px){.r-text-700{font-size:2.124rem!important}}@media only screen and (min-width:660px){.r-text-700{font-size:2.16rem!important}}@media only screen and (min-width:690px){.r-text-700{font-size:2.196rem!important}}@media only screen and (min-width:720px){.r-text-700{font-size:2.232rem!important}}@media only screen and (min-width:750px){.r-text-700{font-size:2.268rem!important}}@media only screen and (min-width:780px){.r-text-700{font-size:2.304rem!important}}@media only screen and (min-width:810px){.r-text-700{font-size:2.34rem!important}}@media only screen and (min-width:840px){.r-text-700{font-size:2.376rem!important}}@media only screen and (min-width:870px){.r-text-700{font-size:2.412rem!important}}@media only screen and (min-width:900px){.r-text-700{font-size:2.448rem!important}}@media only screen and (min-width:930px){.r-text-700{font-size:2.484rem!important}}@media only screen and (min-width:960px){.r-text-700{font-size:2.52rem!important}}.btn{padding:.5rem 1rem}.btn.btn-round{border-radius:30px}.btn.btn-flex{display:inline-flex;align-items:center}.btn:not(.btn-just-icon):not(.btn-fab):not(.btn-text) .fa,.btn:not(.btn-just-icon):not(.btn-fab):not(.btn-text) .mdi,.btn:not(.btn-just-icon):not(.btn-fab):not(.btn-text) .zmdi{margin-right:.5rem}.btn.btn-facebook{background-color:#3b5998;color:#fff;box-shadow:0 2px 2px 0 rgba(59,89,152,.14),0 3px 1px -2px rgba(59,89,152,.2),0 1px 5px 0 rgba(59,89,152,.12)}.btn.btn-facebook:active,.btn.btn-facebook:focus,.btn.btn-facebook:hover{background-color:#3b5998;color:#fff;box-shadow:0 14px 26px -12px rgba(59,89,152,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(59,89,152,.2)}.btn.btn-facebook.btn-simple{color:#3b5998;background-color:transparent;box-shadow:none}.btn.btn-twitter{background-color:#55acee;color:#fff;box-shadow:0 2px 2px 0 rgba(85,172,238,.14),0 3px 1px -2px rgba(85,172,238,.2),0 1px 5px 0 rgba(85,172,238,.12)}.btn.btn-twitter:active,.btn.btn-twitter:focus,.btn.btn-twitter:hover{background-color:#55acee;color:#fff;box-shadow:0 14px 26px -12px rgba(85,172,238,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(85,172,238,.2)}.btn.btn-twitter.btn-simple{color:#55acee;background-color:transparent;box-shadow:none}.btn.btn-pinterest{background-color:#cc2127;color:#fff;box-shadow:0 2px 2px 0 rgba(204,33,39,.14),0 3px 1px -2px rgba(204,33,39,.2),0 1px 5px 0 rgba(204,33,39,.12)}.btn.btn-pinterest:active,.btn.btn-pinterest:focus,.btn.btn-pinterest:hover{background-color:#cc2127;color:#fff;box-shadow:0 14px 26px -12px rgba(204,33,39,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(204,33,39,.2)}.btn.btn-pinterest.btn-simple{color:#cc2127;background-color:transparent;box-shadow:none}.btn.btn-google{background-color:#dd4b39;color:#fff;box-shadow:0 2px 2px 0 rgba(221,75,57,.14),0 3px 1px -2px rgba(221,75,57,.2),0 1px 5px 0 rgba(221,75,57,.12)}.btn.btn-google:active,.btn.btn-google:focus,.btn.btn-google:hover{background-color:#dd4b39;color:#fff;box-shadow:0 14px 26px -12px rgba(221,75,57,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(221,75,57,.2)}.btn.btn-google.btn-simple{color:#dd4b39;background-color:transparent;box-shadow:none}.btn.btn-linkedin{background-color:#0976b4;color:#fff;box-shadow:0 2px 2px 0 rgba(9,118,180,.14),0 3px 1px -2px rgba(9,118,180,.2),0 1px 5px 0 rgba(9,118,180,.12)}.btn.btn-linkedin:active,.btn.btn-linkedin:focus,.btn.btn-linkedin:hover{background-color:#0976b4;color:#fff;box-shadow:0 14px 26px -12px rgba(9,118,180,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(9,118,180,.2)}.btn.btn-linkedin.btn-simple{color:#0976b4;background-color:transparent;box-shadow:none}.btn.btn-dribbble{background-color:#ea4c89;color:#fff;box-shadow:0 2px 2px 0 rgba(234,76,137,.14),0 3px 1px -2px rgba(234,76,137,.2),0 1px 5px 0 rgba(234,76,137,.12)}.btn.btn-dribbble:active,.btn.btn-dribbble:focus,.btn.btn-dribbble:hover{background-color:#ea4c89;color:#fff;box-shadow:0 14px 26px -12px rgba(234,76,137,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(234,76,137,.2)}.btn.btn-dribbble.btn-simple{color:#ea4c89;background-color:transparent;box-shadow:none}.btn.btn-github{background-color:#333;color:#fff;box-shadow:0 2px 2px 0 rgba(51,51,51,.14),0 3px 1px -2px rgba(51,51,51,.2),0 1px 5px 0 rgba(51,51,51,.12)}.btn.btn-github:active,.btn.btn-github:focus,.btn.btn-github:hover{background-color:#333;color:#fff;box-shadow:0 14px 26px -12px rgba(51,51,51,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(51,51,51,.2)}.btn.btn-github.btn-simple{color:#333;background-color:transparent;box-shadow:none}.btn.btn-youtube{background-color:#e52d27;color:#fff;box-shadow:0 2px 2px 0 rgba(229,45,39,.14),0 3px 1px -2px rgba(229,45,39,.2),0 1px 5px 0 rgba(229,45,39,.12)}.btn.btn-youtube:active,.btn.btn-youtube:focus,.btn.btn-youtube:hover{background-color:#e52d27;color:#fff;box-shadow:0 14px 26px -12px rgba(229,45,39,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(229,45,39,.2)}.btn.btn-youtube.btn-simple{color:#e52d27;background-color:transparent;box-shadow:none}.btn.btn-instagram{background-color:#125688;color:#fff;box-shadow:0 2px 2px 0 rgba(18,86,136,.14),0 3px 1px -2px rgba(18,86,136,.2),0 1px 5px 0 rgba(18,86,136,.12)}.btn.btn-instagram:active,.btn.btn-instagram:focus,.btn.btn-instagram:hover{background-color:#125688;color:#fff;box-shadow:0 14px 26px -12px rgba(18,86,136,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(18,86,136,.2)}.btn.btn-instagram.btn-simple{color:#125688;background-color:transparent;box-shadow:none}.btn.btn-reddit{background-color:#ff4500;color:#fff;box-shadow:0 2px 2px 0 rgba(255,69,0,.14),0 3px 1px -2px rgba(255,69,0,.2),0 1px 5px 0 rgba(255,69,0,.12)}.btn.btn-reddit:active,.btn.btn-reddit:focus,.btn.btn-reddit:hover{background-color:#ff4500;color:#fff;box-shadow:0 14px 26px -12px rgba(255,69,0,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(255,69,0,.2)}.btn.btn-reddit.btn-simple{color:#ff4500;background-color:transparent;box-shadow:none}.btn.btn-tumblr{background-color:#35465c;color:#fff;box-shadow:0 2px 2px 0 rgba(53,70,92,.14),0 3px 1px -2px rgba(53,70,92,.2),0 1px 5px 0 rgba(53,70,92,.12)}.btn.btn-tumblr:active,.btn.btn-tumblr:focus,.btn.btn-tumblr:hover{background-color:#35465c;color:#fff;box-shadow:0 14px 26px -12px rgba(53,70,92,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(53,70,92,.2)}.btn.btn-tumblr.btn-simple{color:#35465c;background-color:transparent;box-shadow:none}.btn.btn-behance{background-color:#1769ff;color:#fff;box-shadow:0 2px 2px 0 rgba(23,105,255,.14),0 3px 1px -2px rgba(23,105,255,.2),0 1px 5px 0 rgba(23,105,255,.12)}.btn.btn-behance:active,.btn.btn-behance:focus,.btn.btn-behance:hover{background-color:#1769ff;color:#fff;box-shadow:0 14px 26px -12px rgba(23,105,255,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(23,105,255,.2)}.btn.btn-behance.btn-simple{color:#1769ff;background-color:transparent;box-shadow:none}.md-red{color:#f44336}a.md-red:focus,a.md-red:hover{color:#e53935}.md-red-50{color:#ffebee}.md-red-100,a.md-red-50:focus,a.md-red-50:hover{color:#ffcdd2}.md-red-200,a.md-red-100:focus,a.md-red-100:hover{color:#ef9a9a}.md-red-300,a.md-red-200:focus,a.md-red-200:hover{color:#e57373}.md-red-400,a.md-red-300:focus,a.md-red-300:hover{color:#ef5350}.md-red-500,a.md-red-400:focus,a.md-red-400:hover{color:#f44336}.md-red-600,a.md-red-500:focus,a.md-red-500:hover{color:#e53935}.md-red-700,a.md-red-600:focus,a.md-red-600:hover{color:#d32f2f}.md-red-800,a.md-red-700:focus,a.md-red-700:hover{color:#c62828}.md-red-900,a.md-red-800:focus,a.md-red-800:hover{color:#b71c1c}a.md-red-900:focus,a.md-red-900:hover{color:#8b1515}.md-red-A100{color:#ff8a80}a.md-red-A100:focus,a.md-red-A100:hover{color:#ff5b4d}.md-red-A200{color:#ff5252}a.md-red-A200:focus,a.md-red-A200:hover{color:#ff1f1f}.md-red-A400{color:#ff1744}a.md-red-A400:focus,a.md-red-A400:hover{color:#e3002c}.md-red-A700{color:#d50000}a.md-red-A700:focus,a.md-red-A700:hover{color:#a20000}.md-bg-red{background-color:#f44336}a.md-bg-red:focus,a.md-bg-red:hover{background-color:#e53935}.md-bg-red-50{background-color:#ffebee}.md-bg-red-100,a.md-bg-red-50:focus,a.md-bg-red-50:hover{background-color:#ffcdd2}.md-bg-red-200,a.md-bg-red-100:focus,a.md-bg-red-100:hover{background-color:#ef9a9a}.md-bg-red-300,a.md-bg-red-200:focus,a.md-bg-red-200:hover{background-color:#e57373}.md-bg-red-400,a.md-bg-red-300:focus,a.md-bg-red-300:hover{background-color:#ef5350}.md-bg-red-500,a.md-bg-red-400:focus,a.md-bg-red-400:hover{background-color:#f44336}.md-bg-red-600,a.md-bg-red-500:focus,a.md-bg-red-500:hover{background-color:#e53935}.md-bg-red-700,a.md-bg-red-600:focus,a.md-bg-red-600:hover{background-color:#d32f2f}.md-bg-red-800,a.md-bg-red-700:focus,a.md-bg-red-700:hover{background-color:#c62828}.md-bg-red-900,a.md-bg-red-800:focus,a.md-bg-red-800:hover{background-color:#b71c1c}a.md-bg-red-900:focus,a.md-bg-red-900:hover{background-color:#8b1515}.md-bg-red-A100{background-color:#ff8a80}a.md-bg-red-A100:focus,a.md-bg-red-A100:hover{background-color:#ff5b4d}.md-bg-red-A200{background-color:#ff5252}a.md-bg-red-A200:focus,a.md-bg-red-A200:hover{background-color:#ff1f1f}.md-bg-red-A400{background-color:#ff1744}a.md-bg-red-A400:focus,a.md-bg-red-A400:hover{background-color:#e3002c}.md-bg-red-A700{background-color:#d50000}a.md-bg-red-A700:focus,a.md-bg-red-A700:hover{background-color:#a20000}.md-pink{color:#e91e63}a.md-pink:focus,a.md-pink:hover{color:#d81b60}.md-pink-50{color:#fce4ec}.md-pink-100,a.md-pink-50:focus,a.md-pink-50:hover{color:#f8bbd0}.md-pink-200,a.md-pink-100:focus,a.md-pink-100:hover{color:#f48fb1}.md-pink-300,a.md-pink-200:focus,a.md-pink-200:hover{color:#f06292}.md-pink-400,a.md-pink-300:focus,a.md-pink-300:hover{color:#ec407a}.md-pink-500,a.md-pink-400:focus,a.md-pink-400:hover{color:#e91e63}.md-pink-600,a.md-pink-500:focus,a.md-pink-500:hover{color:#d81b60}.md-pink-700,a.md-pink-600:focus,a.md-pink-600:hover{color:#c2185b}.md-pink-800,a.md-pink-700:focus,a.md-pink-700:hover{color:#ad1457}.md-pink-900,a.md-pink-800:focus,a.md-pink-800:hover{color:#880e4f}a.md-pink-900:focus,a.md-pink-900:hover{color:#5a0934}.md-pink-A100{color:#ff80ab}a.md-pink-A100:focus,a.md-pink-A100:hover{color:#ff4d89}.md-pink-A200{color:#ff4081}a.md-pink-A200:focus,a.md-pink-A200:hover{color:#ff0d5f}.md-pink-A400{color:#f50057}a.md-pink-A400:focus,a.md-pink-A400:hover{color:#c20045}.md-pink-A700{color:#c51162}a.md-pink-A700:focus,a.md-pink-A700:hover{color:#960d4b}.md-bg-pink{background-color:#e91e63}a.md-bg-pink:focus,a.md-bg-pink:hover{background-color:#d81b60}.md-bg-pink-50{background-color:#fce4ec}.md-bg-pink-100,a.md-bg-pink-50:focus,a.md-bg-pink-50:hover{background-color:#f8bbd0}.md-bg-pink-200,a.md-bg-pink-100:focus,a.md-bg-pink-100:hover{background-color:#f48fb1}.md-bg-pink-300,a.md-bg-pink-200:focus,a.md-bg-pink-200:hover{background-color:#f06292}.md-bg-pink-400,a.md-bg-pink-300:focus,a.md-bg-pink-300:hover{background-color:#ec407a}.md-bg-pink-500,a.md-bg-pink-400:focus,a.md-bg-pink-400:hover{background-color:#e91e63}.md-bg-pink-600,a.md-bg-pink-500:focus,a.md-bg-pink-500:hover{background-color:#d81b60}.md-bg-pink-700,a.md-bg-pink-600:focus,a.md-bg-pink-600:hover{background-color:#c2185b}.md-bg-pink-800,a.md-bg-pink-700:focus,a.md-bg-pink-700:hover{background-color:#ad1457}.md-bg-pink-900,a.md-bg-pink-800:focus,a.md-bg-pink-800:hover{background-color:#880e4f}a.md-bg-pink-900:focus,a.md-bg-pink-900:hover{background-color:#5a0934}.md-bg-pink-A100{background-color:#ff80ab}a.md-bg-pink-A100:focus,a.md-bg-pink-A100:hover{background-color:#ff4d89}.md-bg-pink-A200{background-color:#ff4081}a.md-bg-pink-A200:focus,a.md-bg-pink-A200:hover{background-color:#ff0d5f}.md-bg-pink-A400{background-color:#f50057}a.md-bg-pink-A400:focus,a.md-bg-pink-A400:hover{background-color:#c20045}.md-bg-pink-A700{background-color:#c51162}a.md-bg-pink-A700:focus,a.md-bg-pink-A700:hover{background-color:#960d4b}.md-purple{color:#9c27b0}a.md-purple:focus,a.md-purple:hover{color:#8e24aa}.md-purple-50{color:#f3e5f5}.md-purple-100,a.md-purple-50:focus,a.md-purple-50:hover{color:#e1bee7}.md-purple-200,a.md-purple-100:focus,a.md-purple-100:hover{color:#ce93d8}.md-purple-300,a.md-purple-200:focus,a.md-purple-200:hover{color:#ba68c8}.md-purple-400,a.md-purple-300:focus,a.md-purple-300:hover{color:#ab47bc}.md-purple-500,a.md-purple-400:focus,a.md-purple-400:hover{color:#9c27b0}.md-purple-600,a.md-purple-500:focus,a.md-purple-500:hover{color:#8e24aa}.md-purple-700,a.md-purple-600:focus,a.md-purple-600:hover{color:#7b1fa2}.md-purple-800,a.md-purple-700:focus,a.md-purple-700:hover{color:#6a1b9a}.md-purple-900,a.md-purple-800:focus,a.md-purple-800:hover{color:#4a148c}a.md-purple-900:focus,a.md-purple-900:hover{color:#320e5f}.md-purple-A100{color:#ea80fc}a.md-purple-A100:focus,a.md-purple-A100:hover{color:#e24efb}.md-purple-A200{color:#e040fb}a.md-purple-A200:focus,a.md-purple-A200:hover{color:#d80efa}.md-purple-A400{color:#d500f9}a.md-purple-A400:focus,a.md-purple-A400:hover{color:#a900c6}.md-purple-A700{color:#a0f}a.md-purple-A700:focus,a.md-purple-A700:hover{color:#80c}.md-bg-purple{background-color:#9c27b0}a.md-bg-purple:focus,a.md-bg-purple:hover{background-color:#8e24aa}.md-bg-purple-50{background-color:#f3e5f5}.md-bg-purple-100,a.md-bg-purple-50:focus,a.md-bg-purple-50:hover{background-color:#e1bee7}.md-bg-purple-200,a.md-bg-purple-100:focus,a.md-bg-purple-100:hover{background-color:#ce93d8}.md-bg-purple-300,a.md-bg-purple-200:focus,a.md-bg-purple-200:hover{background-color:#ba68c8}.md-bg-purple-400,a.md-bg-purple-300:focus,a.md-bg-purple-300:hover{background-color:#ab47bc}.md-bg-purple-500,a.md-bg-purple-400:focus,a.md-bg-purple-400:hover{background-color:#9c27b0}.md-bg-purple-600,a.md-bg-purple-500:focus,a.md-bg-purple-500:hover{background-color:#8e24aa}.md-bg-purple-700,a.md-bg-purple-600:focus,a.md-bg-purple-600:hover{background-color:#7b1fa2}.md-bg-purple-800,a.md-bg-purple-700:focus,a.md-bg-purple-700:hover{background-color:#6a1b9a}.md-bg-purple-900,a.md-bg-purple-800:focus,a.md-bg-purple-800:hover{background-color:#4a148c}a.md-bg-purple-900:focus,a.md-bg-purple-900:hover{background-color:#320e5f}.md-bg-purple-A100{background-color:#ea80fc}a.md-bg-purple-A100:focus,a.md-bg-purple-A100:hover{background-color:#e24efb}.md-bg-purple-A200{background-color:#e040fb}a.md-bg-purple-A200:focus,a.md-bg-purple-A200:hover{background-color:#d80efa}.md-bg-purple-A400{background-color:#d500f9}a.md-bg-purple-A400:focus,a.md-bg-purple-A400:hover{background-color:#a900c6}.md-bg-purple-A700{background-color:#a0f}a.md-bg-purple-A700:focus,a.md-bg-purple-A700:hover{background-color:#80c}.md-deep-purple{color:#673ab7}a.md-deep-purple:focus,a.md-deep-purple:hover{color:#5e35b1}.md-deep-purple-50{color:#ede7f6}.md-deep-purple-100,a.md-deep-purple-50:focus,a.md-deep-purple-50:hover{color:#d1c4e9}.md-deep-purple-200,a.md-deep-purple-100:focus,a.md-deep-purple-100:hover{color:#b39ddb}.md-deep-purple-300,a.md-deep-purple-200:focus,a.md-deep-purple-200:hover{color:#9575cd}.md-deep-purple-400,a.md-deep-purple-300:focus,a.md-deep-purple-300:hover{color:#7e57c2}.md-deep-purple-500,a.md-deep-purple-400:focus,a.md-deep-purple-400:hover{color:#673ab7}.md-deep-purple-600,a.md-deep-purple-500:focus,a.md-deep-purple-500:hover{color:#5e35b1}.md-deep-purple-700,a.md-deep-purple-600:focus,a.md-deep-purple-600:hover{color:#512da8}.md-deep-purple-800,a.md-deep-purple-700:focus,a.md-deep-purple-700:hover{color:#4527a0}.md-deep-purple-900,a.md-deep-purple-800:focus,a.md-deep-purple-800:hover{color:#311b92}a.md-deep-purple-900:focus,a.md-deep-purple-900:hover{color:#231367}.md-deep-purple-A100{color:#b388ff}a.md-deep-purple-A100:focus,a.md-deep-purple-A100:hover{color:#9255ff}.md-deep-purple-A200{color:#7c4dff}a.md-deep-purple-A200:focus,a.md-deep-purple-A200:hover{color:#561aff}.md-deep-purple-A400{color:#651fff}a.md-deep-purple-A400:focus,a.md-deep-purple-A400:hover{color:#4900eb}.md-deep-purple-A700{color:#6200ea}a.md-deep-purple-A700:focus,a.md-deep-purple-A700:hover{color:#4d00b7}.md-bg-deep-purple{background-color:#673ab7}a.md-bg-deep-purple:focus,a.md-bg-deep-purple:hover{background-color:#5e35b1}.md-bg-deep-purple-50{background-color:#ede7f6}.md-bg-deep-purple-100,a.md-bg-deep-purple-50:focus,a.md-bg-deep-purple-50:hover{background-color:#d1c4e9}.md-bg-deep-purple-200,a.md-bg-deep-purple-100:focus,a.md-bg-deep-purple-100:hover{background-color:#b39ddb}.md-bg-deep-purple-300,a.md-bg-deep-purple-200:focus,a.md-bg-deep-purple-200:hover{background-color:#9575cd}.md-bg-deep-purple-400,a.md-bg-deep-purple-300:focus,a.md-bg-deep-purple-300:hover{background-color:#7e57c2}.md-bg-deep-purple-500,a.md-bg-deep-purple-400:focus,a.md-bg-deep-purple-400:hover{background-color:#673ab7}.md-bg-deep-purple-600,a.md-bg-deep-purple-500:focus,a.md-bg-deep-purple-500:hover{background-color:#5e35b1}.md-bg-deep-purple-700,a.md-bg-deep-purple-600:focus,a.md-bg-deep-purple-600:hover{background-color:#512da8}.md-bg-deep-purple-800,a.md-bg-deep-purple-700:focus,a.md-bg-deep-purple-700:hover{background-color:#4527a0}.md-bg-deep-purple-900,a.md-bg-deep-purple-800:focus,a.md-bg-deep-purple-800:hover{background-color:#311b92}a.md-bg-deep-purple-900:focus,a.md-bg-deep-purple-900:hover{background-color:#231367}.md-bg-deep-purple-A100{background-color:#b388ff}a.md-bg-deep-purple-A100:focus,a.md-bg-deep-purple-A100:hover{background-color:#9255ff}.md-bg-deep-purple-A200{background-color:#7c4dff}a.md-bg-deep-purple-A200:focus,a.md-bg-deep-purple-A200:hover{background-color:#561aff}.md-bg-deep-purple-A400{background-color:#651fff}a.md-bg-deep-purple-A400:focus,a.md-bg-deep-purple-A400:hover{background-color:#4900eb}.md-bg-deep-purple-A700{background-color:#6200ea}a.md-bg-deep-purple-A700:focus,a.md-bg-deep-purple-A700:hover{background-color:#4d00b7}.md-indigo{color:#3f51b5}a.md-indigo:focus,a.md-indigo:hover{color:#3949ab}.md-indigo-50{color:#e8eaf6}.md-indigo-100,a.md-indigo-50:focus,a.md-indigo-50:hover{color:#c5cae9}.md-indigo-200,a.md-indigo-100:focus,a.md-indigo-100:hover{color:#9fa8da}.md-indigo-300,a.md-indigo-200:focus,a.md-indigo-200:hover{color:#7986cb}.md-indigo-400,a.md-indigo-300:focus,a.md-indigo-300:hover{color:#5c6bc0}.md-indigo-500,a.md-indigo-400:focus,a.md-indigo-400:hover{color:#3f51b5}.md-indigo-600,a.md-indigo-500:focus,a.md-indigo-500:hover{color:#3949ab}.md-indigo-700,a.md-indigo-600:focus,a.md-indigo-600:hover{color:#303f9f}.md-indigo-800,a.md-indigo-700:focus,a.md-indigo-700:hover{color:#283593}.md-indigo-900,a.md-indigo-800:focus,a.md-indigo-800:hover{color:#1a237e}a.md-indigo-900:focus,a.md-indigo-900:hover{color:#111754}.md-indigo-A100{color:#8c9eff}a.md-indigo-A100:focus,a.md-indigo-A100:hover{color:#5973ff}.md-indigo-A200{color:#536dfe}a.md-indigo-A200:focus,a.md-indigo-A200:hover{color:#2042fe}.md-indigo-A400{color:#3d5afe}a.md-indigo-A400:focus,a.md-indigo-A400:hover{color:#0a2ffe}.md-indigo-A700{color:#304ffe}a.md-indigo-A700:focus,a.md-indigo-A700:hover{color:#0127fa}.md-bg-indigo{background-color:#3f51b5}a.md-bg-indigo:focus,a.md-bg-indigo:hover{background-color:#3949ab}.md-bg-indigo-50{background-color:#e8eaf6}.md-bg-indigo-100,a.md-bg-indigo-50:focus,a.md-bg-indigo-50:hover{background-color:#c5cae9}.md-bg-indigo-200,a.md-bg-indigo-100:focus,a.md-bg-indigo-100:hover{background-color:#9fa8da}.md-bg-indigo-300,a.md-bg-indigo-200:focus,a.md-bg-indigo-200:hover{background-color:#7986cb}.md-bg-indigo-400,a.md-bg-indigo-300:focus,a.md-bg-indigo-300:hover{background-color:#5c6bc0}.md-bg-indigo-500,a.md-bg-indigo-400:focus,a.md-bg-indigo-400:hover{background-color:#3f51b5}.md-bg-indigo-600,a.md-bg-indigo-500:focus,a.md-bg-indigo-500:hover{background-color:#3949ab}.md-bg-indigo-700,a.md-bg-indigo-600:focus,a.md-bg-indigo-600:hover{background-color:#303f9f}.md-bg-indigo-800,a.md-bg-indigo-700:focus,a.md-bg-indigo-700:hover{background-color:#283593}.md-bg-indigo-900,a.md-bg-indigo-800:focus,a.md-bg-indigo-800:hover{background-color:#1a237e}a.md-bg-indigo-900:focus,a.md-bg-indigo-900:hover{background-color:#111754}.md-bg-indigo-A100{background-color:#8c9eff}a.md-bg-indigo-A100:focus,a.md-bg-indigo-A100:hover{background-color:#5973ff}.md-bg-indigo-A200{background-color:#536dfe}a.md-bg-indigo-A200:focus,a.md-bg-indigo-A200:hover{background-color:#2042fe}.md-bg-indigo-A400{background-color:#3d5afe}a.md-bg-indigo-A400:focus,a.md-bg-indigo-A400:hover{background-color:#0a2ffe}.md-bg-indigo-A700{background-color:#304ffe}a.md-bg-indigo-A700:focus,a.md-bg-indigo-A700:hover{background-color:#0127fa}.md-blue{color:#2196f3}a.md-blue:focus,a.md-blue:hover{color:#1e88e5}.md-blue-50{color:#e3f2fd}.md-blue-100,a.md-blue-50:focus,a.md-blue-50:hover{color:#bbdefb}.md-blue-200,a.md-blue-100:focus,a.md-blue-100:hover{color:#90caf9}.md-blue-300,a.md-blue-200:focus,a.md-blue-200:hover{color:#64b5f6}.md-blue-400,a.md-blue-300:focus,a.md-blue-300:hover{color:#42a5f5}.md-blue-500,a.md-blue-400:focus,a.md-blue-400:hover{color:#2196f3}.md-blue-600,a.md-blue-500:focus,a.md-blue-500:hover{color:#1e88e5}.md-blue-700,a.md-blue-600:focus,a.md-blue-600:hover{color:#1976d2}.md-blue-800,a.md-blue-700:focus,a.md-blue-700:hover{color:#1565c0}.md-blue-900,a.md-blue-800:focus,a.md-blue-800:hover{color:#0d47a1}a.md-blue-900:focus,a.md-blue-900:hover{color:#093272}.md-blue-A100{color:#82b1ff}a.md-blue-A100:focus,a.md-blue-A100:hover{color:#4f91ff}.md-blue-A200{color:#448aff}a.md-blue-A200:focus,a.md-blue-A200:hover{color:#116aff}.md-blue-A400{color:#2979ff}a.md-blue-A400:focus,a.md-blue-A400:hover{color:#005cf5}.md-blue-A700{color:#2962ff}a.md-blue-A700:focus,a.md-blue-A700:hover{color:#0041f5}.md-bg-blue{background-color:#2196f3}a.md-bg-blue:focus,a.md-bg-blue:hover{background-color:#1e88e5}.md-bg-blue-50{background-color:#e3f2fd}.md-bg-blue-100,a.md-bg-blue-50:focus,a.md-bg-blue-50:hover{background-color:#bbdefb}.md-bg-blue-200,a.md-bg-blue-100:focus,a.md-bg-blue-100:hover{background-color:#90caf9}.md-bg-blue-300,a.md-bg-blue-200:focus,a.md-bg-blue-200:hover{background-color:#64b5f6}.md-bg-blue-400,a.md-bg-blue-300:focus,a.md-bg-blue-300:hover{background-color:#42a5f5}.md-bg-blue-500,a.md-bg-blue-400:focus,a.md-bg-blue-400:hover{background-color:#2196f3}.md-bg-blue-600,a.md-bg-blue-500:focus,a.md-bg-blue-500:hover{background-color:#1e88e5}.md-bg-blue-700,a.md-bg-blue-600:focus,a.md-bg-blue-600:hover{background-color:#1976d2}.md-bg-blue-800,a.md-bg-blue-700:focus,a.md-bg-blue-700:hover{background-color:#1565c0}.md-bg-blue-900,a.md-bg-blue-800:focus,a.md-bg-blue-800:hover{background-color:#0d47a1}a.md-bg-blue-900:focus,a.md-bg-blue-900:hover{background-color:#093272}.md-bg-blue-A100{background-color:#82b1ff}a.md-bg-blue-A100:focus,a.md-bg-blue-A100:hover{background-color:#4f91ff}.md-bg-blue-A200{background-color:#448aff}a.md-bg-blue-A200:focus,a.md-bg-blue-A200:hover{background-color:#116aff}.md-bg-blue-A400{background-color:#2979ff}a.md-bg-blue-A400:focus,a.md-bg-blue-A400:hover{background-color:#005cf5}.md-bg-blue-A700{background-color:#2962ff}a.md-bg-blue-A700:focus,a.md-bg-blue-A700:hover{background-color:#0041f5}.md-light-blue{color:#03a9f4}a.md-light-blue:focus,a.md-light-blue:hover{color:#039be5}.md-light-blue-50{color:#e1f5fe}.md-light-blue-100,a.md-light-blue-50:focus,a.md-light-blue-50:hover{color:#b3e5fc}.md-light-blue-200,a.md-light-blue-100:focus,a.md-light-blue-100:hover{color:#81d4fa}.md-light-blue-300,a.md-light-blue-200:focus,a.md-light-blue-200:hover{color:#4fc3f7}.md-light-blue-400,a.md-light-blue-300:focus,a.md-light-blue-300:hover{color:#29b6f6}.md-light-blue-500,a.md-light-blue-400:focus,a.md-light-blue-400:hover{color:#03a9f4}.md-light-blue-600,a.md-light-blue-500:focus,a.md-light-blue-500:hover{color:#039be5}.md-light-blue-700,a.md-light-blue-600:focus,a.md-light-blue-600:hover{color:#0288d1}.md-light-blue-800,a.md-light-blue-700:focus,a.md-light-blue-700:hover{color:#0277bd}.md-light-blue-900,a.md-light-blue-800:focus,a.md-light-blue-800:hover{color:#01579b}a.md-light-blue-900:focus,a.md-light-blue-900:hover{color:#013b68}.md-light-blue-A100{color:#80d8ff}a.md-light-blue-A100:focus,a.md-light-blue-A100:hover{color:#4dc8ff}.md-light-blue-A200{color:#40c4ff}a.md-light-blue-A200:focus,a.md-light-blue-A200:hover{color:#0db4ff}.md-light-blue-A400{color:#00b0ff}a.md-light-blue-A400:focus,a.md-light-blue-A400:hover{color:#008dcc}.md-light-blue-A700{color:#0091ea}a.md-light-blue-A700:focus,a.md-light-blue-A700:hover{color:#0071b7}.md-bg-light-blue{background-color:#03a9f4}a.md-bg-light-blue:focus,a.md-bg-light-blue:hover{background-color:#039be5}.md-bg-light-blue-50{background-color:#e1f5fe}.md-bg-light-blue-100,a.md-bg-light-blue-50:focus,a.md-bg-light-blue-50:hover{background-color:#b3e5fc}.md-bg-light-blue-200,a.md-bg-light-blue-100:focus,a.md-bg-light-blue-100:hover{background-color:#81d4fa}.md-bg-light-blue-300,a.md-bg-light-blue-200:focus,a.md-bg-light-blue-200:hover{background-color:#4fc3f7}.md-bg-light-blue-400,a.md-bg-light-blue-300:focus,a.md-bg-light-blue-300:hover{background-color:#29b6f6}.md-bg-light-blue-500,a.md-bg-light-blue-400:focus,a.md-bg-light-blue-400:hover{background-color:#03a9f4}.md-bg-light-blue-600,a.md-bg-light-blue-500:focus,a.md-bg-light-blue-500:hover{background-color:#039be5}.md-bg-light-blue-700,a.md-bg-light-blue-600:focus,a.md-bg-light-blue-600:hover{background-color:#0288d1}.md-bg-light-blue-800,a.md-bg-light-blue-700:focus,a.md-bg-light-blue-700:hover{background-color:#0277bd}.md-bg-light-blue-900,a.md-bg-light-blue-800:focus,a.md-bg-light-blue-800:hover{background-color:#01579b}a.md-bg-light-blue-900:focus,a.md-bg-light-blue-900:hover{background-color:#013b68}.md-bg-light-blue-A100{background-color:#80d8ff}a.md-bg-light-blue-A100:focus,a.md-bg-light-blue-A100:hover{background-color:#4dc8ff}.md-bg-light-blue-A200{background-color:#40c4ff}a.md-bg-light-blue-A200:focus,a.md-bg-light-blue-A200:hover{background-color:#0db4ff}.md-bg-light-blue-A400{background-color:#00b0ff}a.md-bg-light-blue-A400:focus,a.md-bg-light-blue-A400:hover{background-color:#008dcc}.md-bg-light-blue-A700{background-color:#0091ea}a.md-bg-light-blue-A700:focus,a.md-bg-light-blue-A700:hover{background-color:#0071b7}.md-cyan{color:#00bcd4}a.md-cyan:focus,a.md-cyan:hover{color:#00acc1}.md-cyan-50{color:#e0f7fa}.md-cyan-100,a.md-cyan-50:focus,a.md-cyan-50:hover{color:#b2ebf2}.md-cyan-200,a.md-cyan-100:focus,a.md-cyan-100:hover{color:#80deea}.md-cyan-300,a.md-cyan-200:focus,a.md-cyan-200:hover{color:#4dd0e1}.md-cyan-400,a.md-cyan-300:focus,a.md-cyan-300:hover{color:#26c6da}.md-cyan-500,a.md-cyan-400:focus,a.md-cyan-400:hover{color:#00bcd4}.md-cyan-600,a.md-cyan-500:focus,a.md-cyan-500:hover{color:#00acc1}.md-cyan-700,a.md-cyan-600:focus,a.md-cyan-600:hover{color:#0097a7}.md-cyan-800,a.md-cyan-700:focus,a.md-cyan-700:hover{color:#00838f}.md-cyan-900,a.md-cyan-800:focus,a.md-cyan-800:hover{color:#006064}a.md-cyan-900:focus,a.md-cyan-900:hover{color:#002f31}.md-cyan-A100{color:#84ffff}a.md-cyan-A100:focus,a.md-cyan-A100:hover{color:#51ffff}.md-cyan-A200{color:#18ffff}a.md-cyan-A200:focus,a.md-cyan-A200:hover{color:#00e4e4}.md-cyan-A400{color:#00e5ff}a.md-cyan-A400:focus,a.md-cyan-A400:hover{color:#00b7cc}.md-cyan-A700{color:#00b8d4}a.md-cyan-A700:focus,a.md-cyan-A700:hover{color:#008ca1}.md-bg-cyan{background-color:#00bcd4}a.md-bg-cyan:focus,a.md-bg-cyan:hover{background-color:#00acc1}.md-bg-cyan-50{background-color:#e0f7fa}.md-bg-cyan-100,a.md-bg-cyan-50:focus,a.md-bg-cyan-50:hover{background-color:#b2ebf2}.md-bg-cyan-200,a.md-bg-cyan-100:focus,a.md-bg-cyan-100:hover{background-color:#80deea}.md-bg-cyan-300,a.md-bg-cyan-200:focus,a.md-bg-cyan-200:hover{background-color:#4dd0e1}.md-bg-cyan-400,a.md-bg-cyan-300:focus,a.md-bg-cyan-300:hover{background-color:#26c6da}.md-bg-cyan-500,a.md-bg-cyan-400:focus,a.md-bg-cyan-400:hover{background-color:#00bcd4}.md-bg-cyan-600,a.md-bg-cyan-500:focus,a.md-bg-cyan-500:hover{background-color:#00acc1}.md-bg-cyan-700,a.md-bg-cyan-600:focus,a.md-bg-cyan-600:hover{background-color:#0097a7}.md-bg-cyan-800,a.md-bg-cyan-700:focus,a.md-bg-cyan-700:hover{background-color:#00838f}.md-bg-cyan-900,a.md-bg-cyan-800:focus,a.md-bg-cyan-800:hover{background-color:#006064}a.md-bg-cyan-900:focus,a.md-bg-cyan-900:hover{background-color:#002f31}.md-bg-cyan-A100{background-color:#84ffff}a.md-bg-cyan-A100:focus,a.md-bg-cyan-A100:hover{background-color:#51ffff}.md-bg-cyan-A200{background-color:#18ffff}a.md-bg-cyan-A200:focus,a.md-bg-cyan-A200:hover{background-color:#00e4e4}.md-bg-cyan-A400{background-color:#00e5ff}a.md-bg-cyan-A400:focus,a.md-bg-cyan-A400:hover{background-color:#00b7cc}.md-bg-cyan-A700{background-color:#00b8d4}a.md-bg-cyan-A700:focus,a.md-bg-cyan-A700:hover{background-color:#008ca1}.md-teal{color:#009688}a.md-teal:focus,a.md-teal:hover{color:#00897b}.md-teal-50{color:#e0f2f1}.md-teal-100,a.md-teal-50:focus,a.md-teal-50:hover{color:#b2dfdb}.md-teal-200,a.md-teal-100:focus,a.md-teal-100:hover{color:#80cbc4}.md-teal-300,a.md-teal-200:focus,a.md-teal-200:hover{color:#4db6ac}.md-teal-400,a.md-teal-300:focus,a.md-teal-300:hover{color:#26a69a}.md-teal-500,a.md-teal-400:focus,a.md-teal-400:hover{color:#009688}.md-teal-600,a.md-teal-500:focus,a.md-teal-500:hover{color:#00897b}.md-teal-700,a.md-teal-600:focus,a.md-teal-600:hover{color:#00796b}.md-teal-800,a.md-teal-700:focus,a.md-teal-700:hover{color:#00695c}.md-teal-900,a.md-teal-800:focus,a.md-teal-800:hover{color:#004d40}a.md-teal-900:focus,a.md-teal-900:hover{color:#001a16}.md-teal-A100{color:#a7ffeb}a.md-teal-A100:focus,a.md-teal-A100:hover{color:#74ffdf}.md-teal-A200{color:#64ffda}a.md-teal-A200:focus,a.md-teal-A200:hover{color:#31ffce}.md-teal-A400{color:#1de9b6}a.md-teal-A400:focus,a.md-teal-A400:hover{color:#13c095}.md-teal-A700{color:#00bfa5}a.md-teal-A700:focus,a.md-teal-A700:hover{color:#008c79}.md-bg-teal{background-color:#009688}a.md-bg-teal:focus,a.md-bg-teal:hover{background-color:#00897b}.md-bg-teal-50{background-color:#e0f2f1}.md-bg-teal-100,a.md-bg-teal-50:focus,a.md-bg-teal-50:hover{background-color:#b2dfdb}.md-bg-teal-200,a.md-bg-teal-100:focus,a.md-bg-teal-100:hover{background-color:#80cbc4}.md-bg-teal-300,a.md-bg-teal-200:focus,a.md-bg-teal-200:hover{background-color:#4db6ac}.md-bg-teal-400,a.md-bg-teal-300:focus,a.md-bg-teal-300:hover{background-color:#26a69a}.md-bg-teal-500,a.md-bg-teal-400:focus,a.md-bg-teal-400:hover{background-color:#009688}.md-bg-teal-600,a.md-bg-teal-500:focus,a.md-bg-teal-500:hover{background-color:#00897b}.md-bg-teal-700,a.md-bg-teal-600:focus,a.md-bg-teal-600:hover{background-color:#00796b}.md-bg-teal-800,a.md-bg-teal-700:focus,a.md-bg-teal-700:hover{background-color:#00695c}.md-bg-teal-900,a.md-bg-teal-800:focus,a.md-bg-teal-800:hover{background-color:#004d40}a.md-bg-teal-900:focus,a.md-bg-teal-900:hover{background-color:#001a16}.md-bg-teal-A100{background-color:#a7ffeb}a.md-bg-teal-A100:focus,a.md-bg-teal-A100:hover{background-color:#74ffdf}.md-bg-teal-A200{background-color:#64ffda}a.md-bg-teal-A200:focus,a.md-bg-teal-A200:hover{background-color:#31ffce}.md-bg-teal-A400{background-color:#1de9b6}a.md-bg-teal-A400:focus,a.md-bg-teal-A400:hover{background-color:#13c095}.md-bg-teal-A700{background-color:#00bfa5}a.md-bg-teal-A700:focus,a.md-bg-teal-A700:hover{background-color:#008c79}.md-green{color:#4caf50}a.md-green:focus,a.md-green:hover{color:#43a047}.md-green-50{color:#e8f5e9}.md-green-100,a.md-green-50:focus,a.md-green-50:hover{color:#c8e6c9}.md-green-200,a.md-green-100:focus,a.md-green-100:hover{color:#a5d6a7}.md-green-300,a.md-green-200:focus,a.md-green-200:hover{color:#81c784}.md-green-400,a.md-green-300:focus,a.md-green-300:hover{color:#66bb6a}.md-green-500,a.md-green-400:focus,a.md-green-400:hover{color:#4caf50}.md-green-600,a.md-green-500:focus,a.md-green-500:hover{color:#43a047}.md-green-700,a.md-green-600:focus,a.md-green-600:hover{color:#388e3c}.md-green-800,a.md-green-700:focus,a.md-green-700:hover{color:#2e7d32}.md-green-900,a.md-green-800:focus,a.md-green-800:hover{color:#1b5e20}a.md-green-900:focus,a.md-green-900:hover{color:#103613}.md-green-A100{color:#b9f6ca}a.md-green-A100:focus,a.md-green-A100:hover{color:#8cf0a8}.md-green-A200{color:#69f0ae}a.md-green-A200:focus,a.md-green-A200:hover{color:#3beb95}.md-green-A400{color:#00e676}a.md-green-A400:focus,a.md-green-A400:hover{color:#00b35c}.md-green-A700{color:#00c853}a.md-green-A700:focus,a.md-green-A700:hover{color:#00953e}.md-bg-green{background-color:#4caf50}a.md-bg-green:focus,a.md-bg-green:hover{background-color:#43a047}.md-bg-green-50{background-color:#e8f5e9}.md-bg-green-100,a.md-bg-green-50:focus,a.md-bg-green-50:hover{background-color:#c8e6c9}.md-bg-green-200,a.md-bg-green-100:focus,a.md-bg-green-100:hover{background-color:#a5d6a7}.md-bg-green-300,a.md-bg-green-200:focus,a.md-bg-green-200:hover{background-color:#81c784}.md-bg-green-400,a.md-bg-green-300:focus,a.md-bg-green-300:hover{background-color:#66bb6a}.md-bg-green-500,a.md-bg-green-400:focus,a.md-bg-green-400:hover{background-color:#4caf50}.md-bg-green-600,a.md-bg-green-500:focus,a.md-bg-green-500:hover{background-color:#43a047}.md-bg-green-700,a.md-bg-green-600:focus,a.md-bg-green-600:hover{background-color:#388e3c}.md-bg-green-800,a.md-bg-green-700:focus,a.md-bg-green-700:hover{background-color:#2e7d32}.md-bg-green-900,a.md-bg-green-800:focus,a.md-bg-green-800:hover{background-color:#1b5e20}a.md-bg-green-900:focus,a.md-bg-green-900:hover{background-color:#103613}.md-bg-green-A100{background-color:#b9f6ca}a.md-bg-green-A100:focus,a.md-bg-green-A100:hover{background-color:#8cf0a8}.md-bg-green-A200{background-color:#69f0ae}a.md-bg-green-A200:focus,a.md-bg-green-A200:hover{background-color:#3beb95}.md-bg-green-A400{background-color:#00e676}a.md-bg-green-A400:focus,a.md-bg-green-A400:hover{background-color:#00b35c}.md-bg-green-A700{background-color:#00c853}a.md-bg-green-A700:focus,a.md-bg-green-A700:hover{background-color:#00953e}.md-light-green{color:#8bc34a}a.md-light-green:focus,a.md-light-green:hover{color:#7cb342}.md-light-green-50{color:#f1f8e9}.md-light-green-100,a.md-light-green-50:focus,a.md-light-green-50:hover{color:#dcedc8}.md-light-green-200,a.md-light-green-100:focus,a.md-light-green-100:hover{color:#c5e1a5}.md-light-green-300,a.md-light-green-200:focus,a.md-light-green-200:hover{color:#aed581}.md-light-green-400,a.md-light-green-300:focus,a.md-light-green-300:hover{color:#9ccc65}.md-light-green-500,a.md-light-green-400:focus,a.md-light-green-400:hover{color:#8bc34a}.md-light-green-600,a.md-light-green-500:focus,a.md-light-green-500:hover{color:#7cb342}.md-light-green-700,a.md-light-green-600:focus,a.md-light-green-600:hover{color:#689f38}.md-light-green-800,a.md-light-green-700:focus,a.md-light-green-700:hover{color:#558b2f}.md-light-green-900,a.md-light-green-800:focus,a.md-light-green-800:hover{color:#33691e}a.md-light-green-900:focus,a.md-light-green-900:hover{color:#204113}.md-light-green-A100{color:#ccff90}a.md-light-green-A100:focus,a.md-light-green-A100:hover{color:#b5ff5d}.md-light-green-A200{color:#b2ff59}a.md-light-green-A200:focus,a.md-light-green-A200:hover{color:#9aff26}.md-light-green-A400{color:#76ff03}a.md-light-green-A400:focus,a.md-light-green-A400:hover{color:#5ecf00}.md-light-green-A700{color:#64dd17}a.md-light-green-A700:focus,a.md-light-green-A700:hover{color:#4faf12}.md-bg-light-green{background-color:#8bc34a}a.md-bg-light-green:focus,a.md-bg-light-green:hover{background-color:#7cb342}.md-bg-light-green-50{background-color:#f1f8e9}.md-bg-light-green-100,a.md-bg-light-green-50:focus,a.md-bg-light-green-50:hover{background-color:#dcedc8}.md-bg-light-green-200,a.md-bg-light-green-100:focus,a.md-bg-light-green-100:hover{background-color:#c5e1a5}.md-bg-light-green-300,a.md-bg-light-green-200:focus,a.md-bg-light-green-200:hover{background-color:#aed581}.md-bg-light-green-400,a.md-bg-light-green-300:focus,a.md-bg-light-green-300:hover{background-color:#9ccc65}.md-bg-light-green-500,a.md-bg-light-green-400:focus,a.md-bg-light-green-400:hover{background-color:#8bc34a}.md-bg-light-green-600,a.md-bg-light-green-500:focus,a.md-bg-light-green-500:hover{background-color:#7cb342}.md-bg-light-green-700,a.md-bg-light-green-600:focus,a.md-bg-light-green-600:hover{background-color:#689f38}.md-bg-light-green-800,a.md-bg-light-green-700:focus,a.md-bg-light-green-700:hover{background-color:#558b2f}.md-bg-light-green-900,a.md-bg-light-green-800:focus,a.md-bg-light-green-800:hover{background-color:#33691e}a.md-bg-light-green-900:focus,a.md-bg-light-green-900:hover{background-color:#204113}.md-bg-light-green-A100{background-color:#ccff90}a.md-bg-light-green-A100:focus,a.md-bg-light-green-A100:hover{background-color:#b5ff5d}.md-bg-light-green-A200{background-color:#b2ff59}a.md-bg-light-green-A200:focus,a.md-bg-light-green-A200:hover{background-color:#9aff26}.md-bg-light-green-A400{background-color:#76ff03}a.md-bg-light-green-A400:focus,a.md-bg-light-green-A400:hover{background-color:#5ecf00}.md-bg-light-green-A700{background-color:#64dd17}a.md-bg-light-green-A700:focus,a.md-bg-light-green-A700:hover{background-color:#4faf12}.md-lime{color:#cddc39}a.md-lime:focus,a.md-lime:hover{color:#c0ca33}.md-lime-50{color:#f9fbe7}.md-lime-100,a.md-lime-50:focus,a.md-lime-50:hover{color:#f0f4c3}.md-lime-200,a.md-lime-100:focus,a.md-lime-100:hover{color:#e6ee9c}.md-lime-300,a.md-lime-200:focus,a.md-lime-200:hover{color:#dce775}.md-lime-400,a.md-lime-300:focus,a.md-lime-300:hover{color:#d4e157}.md-lime-500,a.md-lime-400:focus,a.md-lime-400:hover{color:#cddc39}.md-lime-600,a.md-lime-500:focus,a.md-lime-500:hover{color:#c0ca33}.md-lime-700,a.md-lime-600:focus,a.md-lime-600:hover{color:#afb42b}.md-lime-800,a.md-lime-700:focus,a.md-lime-700:hover{color:#9e9d24}.md-lime-900,a.md-lime-800:focus,a.md-lime-800:hover{color:#827717}a.md-lime-900:focus,a.md-lime-900:hover{color:#574f0f}.md-lime-A100{color:#f4ff81}a.md-lime-A100:focus,a.md-lime-A100:hover{color:#f0ff4e}.md-lime-A200{color:#eeff41}a.md-lime-A200:focus,a.md-lime-A200:hover{color:#e9ff0e}.md-lime-A400{color:#c6ff00}a.md-lime-A400:focus,a.md-lime-A400:hover{color:#9ecc00}.md-lime-A700{color:#aeea00}a.md-lime-A700:focus,a.md-lime-A700:hover{color:#88b700}.md-bg-lime{background-color:#cddc39}a.md-bg-lime:focus,a.md-bg-lime:hover{background-color:#c0ca33}.md-bg-lime-50{background-color:#f9fbe7}.md-bg-lime-100,a.md-bg-lime-50:focus,a.md-bg-lime-50:hover{background-color:#f0f4c3}.md-bg-lime-200,a.md-bg-lime-100:focus,a.md-bg-lime-100:hover{background-color:#e6ee9c}.md-bg-lime-300,a.md-bg-lime-200:focus,a.md-bg-lime-200:hover{background-color:#dce775}.md-bg-lime-400,a.md-bg-lime-300:focus,a.md-bg-lime-300:hover{background-color:#d4e157}.md-bg-lime-500,a.md-bg-lime-400:focus,a.md-bg-lime-400:hover{background-color:#cddc39}.md-bg-lime-600,a.md-bg-lime-500:focus,a.md-bg-lime-500:hover{background-color:#c0ca33}.md-bg-lime-700,a.md-bg-lime-600:focus,a.md-bg-lime-600:hover{background-color:#afb42b}.md-bg-lime-800,a.md-bg-lime-700:focus,a.md-bg-lime-700:hover{background-color:#9e9d24}.md-bg-lime-900,a.md-bg-lime-800:focus,a.md-bg-lime-800:hover{background-color:#827717}a.md-bg-lime-900:focus,a.md-bg-lime-900:hover{background-color:#574f0f}.md-bg-lime-A100{background-color:#f4ff81}a.md-bg-lime-A100:focus,a.md-bg-lime-A100:hover{background-color:#f0ff4e}.md-bg-lime-A200{background-color:#eeff41}a.md-bg-lime-A200:focus,a.md-bg-lime-A200:hover{background-color:#e9ff0e}.md-bg-lime-A400{background-color:#c6ff00}a.md-bg-lime-A400:focus,a.md-bg-lime-A400:hover{background-color:#9ecc00}.md-bg-lime-A700{background-color:#aeea00}a.md-bg-lime-A700:focus,a.md-bg-lime-A700:hover{background-color:#88b700}.md-yellow{color:#ffeb3b}a.md-yellow:focus,a.md-yellow:hover{color:#fdd835}.md-yellow-50{color:#fffde7}.md-yellow-100,a.md-yellow-50:focus,a.md-yellow-50:hover{color:#fff9c4}.md-yellow-200,a.md-yellow-100:focus,a.md-yellow-100:hover{color:#fff59d}.md-yellow-300,a.md-yellow-200:focus,a.md-yellow-200:hover{color:#fff176}.md-yellow-400,a.md-yellow-300:focus,a.md-yellow-300:hover{color:#ffee58}.md-yellow-500,a.md-yellow-400:focus,a.md-yellow-400:hover{color:#ffeb3b}.md-yellow-600,a.md-yellow-500:focus,a.md-yellow-500:hover{color:#fdd835}.md-yellow-700,a.md-yellow-600:focus,a.md-yellow-600:hover{color:#fbc02d}.md-yellow-800,a.md-yellow-700:focus,a.md-yellow-700:hover{color:#f9a825}.md-yellow-900,a.md-yellow-800:focus,a.md-yellow-800:hover{color:#f57f17}a.md-yellow-900:focus,a.md-yellow-900:hover{color:#d06609}.md-yellow-A100{color:#ffff8d}a.md-yellow-A100:focus,a.md-yellow-A100:hover{color:#ffff5a}.md-yellow-A200{color:#ff0}a.md-yellow-A200:focus,a.md-yellow-A200:hover{color:#cc0}.md-yellow-A400{color:#ffea00}a.md-yellow-A400:focus,a.md-yellow-A400:hover{color:#cb0}.md-yellow-A700{color:#ffd600}a.md-yellow-A700:focus,a.md-yellow-A700:hover{color:#ccab00}.md-bg-yellow{background-color:#ffeb3b}a.md-bg-yellow:focus,a.md-bg-yellow:hover{background-color:#fdd835}.md-bg-yellow-50{background-color:#fffde7}.md-bg-yellow-100,a.md-bg-yellow-50:focus,a.md-bg-yellow-50:hover{background-color:#fff9c4}.md-bg-yellow-200,a.md-bg-yellow-100:focus,a.md-bg-yellow-100:hover{background-color:#fff59d}.md-bg-yellow-300,a.md-bg-yellow-200:focus,a.md-bg-yellow-200:hover{background-color:#fff176}.md-bg-yellow-400,a.md-bg-yellow-300:focus,a.md-bg-yellow-300:hover{background-color:#ffee58}.md-bg-yellow-500,a.md-bg-yellow-400:focus,a.md-bg-yellow-400:hover{background-color:#ffeb3b}.md-bg-yellow-600,a.md-bg-yellow-500:focus,a.md-bg-yellow-500:hover{background-color:#fdd835}.md-bg-yellow-700,a.md-bg-yellow-600:focus,a.md-bg-yellow-600:hover{background-color:#fbc02d}.md-bg-yellow-800,a.md-bg-yellow-700:focus,a.md-bg-yellow-700:hover{background-color:#f9a825}.md-bg-yellow-900,a.md-bg-yellow-800:focus,a.md-bg-yellow-800:hover{background-color:#f57f17}a.md-bg-yellow-900:focus,a.md-bg-yellow-900:hover{background-color:#d06609}.md-bg-yellow-A100{background-color:#ffff8d}a.md-bg-yellow-A100:focus,a.md-bg-yellow-A100:hover{background-color:#ffff5a}.md-bg-yellow-A200{background-color:#ff0}a.md-bg-yellow-A200:focus,a.md-bg-yellow-A200:hover{background-color:#cc0}.md-bg-yellow-A400{background-color:#ffea00}a.md-bg-yellow-A400:focus,a.md-bg-yellow-A400:hover{background-color:#cb0}.md-bg-yellow-A700{background-color:#ffd600}a.md-bg-yellow-A700:focus,a.md-bg-yellow-A700:hover{background-color:#ccab00}.md-amber{color:#ffc107}a.md-amber:focus,a.md-amber:hover{color:#ffb300}.md-amber-50{color:#fff8e1}.md-amber-100,a.md-amber-50:focus,a.md-amber-50:hover{color:#ffecb3}.md-amber-200,a.md-amber-100:focus,a.md-amber-100:hover{color:#ffe082}.md-amber-300,a.md-amber-200:focus,a.md-amber-200:hover{color:#ffd54f}.md-amber-400,a.md-amber-300:focus,a.md-amber-300:hover{color:#ffca28}.md-amber-500,a.md-amber-400:focus,a.md-amber-400:hover{color:#ffc107}.md-amber-600,a.md-amber-500:focus,a.md-amber-500:hover{color:#ffb300}.md-amber-700,a.md-amber-600:focus,a.md-amber-600:hover{color:#ffa000}.md-amber-800,a.md-amber-700:focus,a.md-amber-700:hover{color:#ff8f00}.md-amber-900,a.md-amber-800:focus,a.md-amber-800:hover{color:#ff6f00}a.md-amber-900:focus,a.md-amber-900:hover{color:#cc5900}.md-amber-A100{color:#ffe57f}a.md-amber-A100:focus,a.md-amber-A100:hover{color:#ffdb4c}.md-amber-A200{color:#ffd740}a.md-amber-A200:focus,a.md-amber-A200:hover{color:#ffcc0d}.md-amber-A400{color:#ffc400}a.md-amber-A400:focus,a.md-amber-A400:hover{color:#cc9d00}.md-amber-A700{color:#ffab00}a.md-amber-A700:focus,a.md-amber-A700:hover{color:#cc8900}.md-bg-amber{background-color:#ffc107}a.md-bg-amber:focus,a.md-bg-amber:hover{background-color:#ffb300}.md-bg-amber-50{background-color:#fff8e1}.md-bg-amber-100,a.md-bg-amber-50:focus,a.md-bg-amber-50:hover{background-color:#ffecb3}.md-bg-amber-200,a.md-bg-amber-100:focus,a.md-bg-amber-100:hover{background-color:#ffe082}.md-bg-amber-300,a.md-bg-amber-200:focus,a.md-bg-amber-200:hover{background-color:#ffd54f}.md-bg-amber-400,a.md-bg-amber-300:focus,a.md-bg-amber-300:hover{background-color:#ffca28}.md-bg-amber-500,a.md-bg-amber-400:focus,a.md-bg-amber-400:hover{background-color:#ffc107}.md-bg-amber-600,a.md-bg-amber-500:focus,a.md-bg-amber-500:hover{background-color:#ffb300}.md-bg-amber-700,a.md-bg-amber-600:focus,a.md-bg-amber-600:hover{background-color:#ffa000}.md-bg-amber-800,a.md-bg-amber-700:focus,a.md-bg-amber-700:hover{background-color:#ff8f00}.md-bg-amber-900,a.md-bg-amber-800:focus,a.md-bg-amber-800:hover{background-color:#ff6f00}a.md-bg-amber-900:focus,a.md-bg-amber-900:hover{background-color:#cc5900}.md-bg-amber-A100{background-color:#ffe57f}a.md-bg-amber-A100:focus,a.md-bg-amber-A100:hover{background-color:#ffdb4c}.md-bg-amber-A200{background-color:#ffd740}a.md-bg-amber-A200:focus,a.md-bg-amber-A200:hover{background-color:#ffcc0d}.md-bg-amber-A400{background-color:#ffc400}a.md-bg-amber-A400:focus,a.md-bg-amber-A400:hover{background-color:#cc9d00}.md-bg-amber-A700{background-color:#ffab00}a.md-bg-amber-A700:focus,a.md-bg-amber-A700:hover{background-color:#cc8900}.md-orange{color:#ff9800}a.md-orange:focus,a.md-orange:hover{color:#fb8c00}.md-orange-50{color:#fff3e0}.md-orange-100,a.md-orange-50:focus,a.md-orange-50:hover{color:#ffe0b2}.md-orange-200,a.md-orange-100:focus,a.md-orange-100:hover{color:#ffcc80}.md-orange-300,a.md-orange-200:focus,a.md-orange-200:hover{color:#ffb74d}.md-orange-400,a.md-orange-300:focus,a.md-orange-300:hover{color:#ffa726}.md-orange-500,a.md-orange-400:focus,a.md-orange-400:hover{color:#ff9800}.md-orange-600,a.md-orange-500:focus,a.md-orange-500:hover{color:#fb8c00}.md-orange-700,a.md-orange-600:focus,a.md-orange-600:hover{color:#f57c00}.md-orange-800,a.md-orange-700:focus,a.md-orange-700:hover{color:#ef6c00}.md-orange-900,a.md-orange-800:focus,a.md-orange-800:hover{color:#e65100}a.md-orange-900:focus,a.md-orange-900:hover{color:#b33f00}.md-orange-A100{color:#ffd180}a.md-orange-A100:focus,a.md-orange-A100:hover{color:#ffbf4d}.md-orange-A200{color:#ffab40}a.md-orange-A200:focus,a.md-orange-A200:hover{color:#ff950d}.md-orange-A400{color:#ff9100}a.md-orange-A400:focus,a.md-orange-A400:hover{color:#cc7400}.md-orange-A700{color:#ff6d00}a.md-orange-A700:focus,a.md-orange-A700:hover{color:#cc5700}.md-bg-orange{background-color:#ff9800}a.md-bg-orange:focus,a.md-bg-orange:hover{background-color:#fb8c00}.md-bg-orange-50{background-color:#fff3e0}.md-bg-orange-100,a.md-bg-orange-50:focus,a.md-bg-orange-50:hover{background-color:#ffe0b2}.md-bg-orange-200,a.md-bg-orange-100:focus,a.md-bg-orange-100:hover{background-color:#ffcc80}.md-bg-orange-300,a.md-bg-orange-200:focus,a.md-bg-orange-200:hover{background-color:#ffb74d}.md-bg-orange-400,a.md-bg-orange-300:focus,a.md-bg-orange-300:hover{background-color:#ffa726}.md-bg-orange-500,a.md-bg-orange-400:focus,a.md-bg-orange-400:hover{background-color:#ff9800}.md-bg-orange-600,a.md-bg-orange-500:focus,a.md-bg-orange-500:hover{background-color:#fb8c00}.md-bg-orange-700,a.md-bg-orange-600:focus,a.md-bg-orange-600:hover{background-color:#f57c00}.md-bg-orange-800,a.md-bg-orange-700:focus,a.md-bg-orange-700:hover{background-color:#ef6c00}.md-bg-orange-900,a.md-bg-orange-800:focus,a.md-bg-orange-800:hover{background-color:#e65100}a.md-bg-orange-900:focus,a.md-bg-orange-900:hover{background-color:#b33f00}.md-bg-orange-A100{background-color:#ffd180}a.md-bg-orange-A100:focus,a.md-bg-orange-A100:hover{background-color:#ffbf4d}.md-bg-orange-A200{background-color:#ffab40}a.md-bg-orange-A200:focus,a.md-bg-orange-A200:hover{background-color:#ff950d}.md-bg-orange-A400{background-color:#ff9100}a.md-bg-orange-A400:focus,a.md-bg-orange-A400:hover{background-color:#cc7400}.md-bg-orange-A700{background-color:#ff6d00}a.md-bg-orange-A700:focus,a.md-bg-orange-A700:hover{background-color:#cc5700}.md-deep-orange{color:#ff5722}a.md-deep-orange:focus,a.md-deep-orange:hover{color:#f4511e}.md-deep-orange-50{color:#fbe9e7}.md-deep-orange-100,a.md-deep-orange-50:focus,a.md-deep-orange-50:hover{color:#ffccbc}.md-deep-orange-200,a.md-deep-orange-100:focus,a.md-deep-orange-100:hover{color:#ffab91}.md-deep-orange-300,a.md-deep-orange-200:focus,a.md-deep-orange-200:hover{color:#ff8a65}.md-deep-orange-400,a.md-deep-orange-300:focus,a.md-deep-orange-300:hover{color:#ff7043}.md-deep-orange-500,a.md-deep-orange-400:focus,a.md-deep-orange-400:hover{color:#ff5722}.md-deep-orange-600,a.md-deep-orange-500:focus,a.md-deep-orange-500:hover{color:#f4511e}.md-deep-orange-700,a.md-deep-orange-600:focus,a.md-deep-orange-600:hover{color:#e64a19}.md-deep-orange-800,a.md-deep-orange-700:focus,a.md-deep-orange-700:hover{color:#d84315}.md-deep-orange-900,a.md-deep-orange-800:focus,a.md-deep-orange-800:hover{color:#bf360c}a.md-deep-orange-900:focus,a.md-deep-orange-900:hover{color:#8f2809}.md-deep-orange-A100{color:#ff9e80}a.md-deep-orange-A100:focus,a.md-deep-orange-A100:hover{color:#ff774d}.md-deep-orange-A200{color:#ff6e40}a.md-deep-orange-A200:focus,a.md-deep-orange-A200:hover{color:#ff470d}.md-deep-orange-A400{color:#ff3d00}a.md-deep-orange-A400:focus,a.md-deep-orange-A400:hover{color:#cc3100}.md-deep-orange-A700{color:#dd2c00}a.md-deep-orange-A700:focus,a.md-deep-orange-A700:hover{color:#a20}.md-bg-deep-orange{background-color:#ff5722}a.md-bg-deep-orange:focus,a.md-bg-deep-orange:hover{background-color:#f4511e}.md-bg-deep-orange-50{background-color:#fbe9e7}.md-bg-deep-orange-100,a.md-bg-deep-orange-50:focus,a.md-bg-deep-orange-50:hover{background-color:#ffccbc}.md-bg-deep-orange-200,a.md-bg-deep-orange-100:focus,a.md-bg-deep-orange-100:hover{background-color:#ffab91}.md-bg-deep-orange-300,a.md-bg-deep-orange-200:focus,a.md-bg-deep-orange-200:hover{background-color:#ff8a65}.md-bg-deep-orange-400,a.md-bg-deep-orange-300:focus,a.md-bg-deep-orange-300:hover{background-color:#ff7043}.md-bg-deep-orange-500,a.md-bg-deep-orange-400:focus,a.md-bg-deep-orange-400:hover{background-color:#ff5722}.md-bg-deep-orange-600,a.md-bg-deep-orange-500:focus,a.md-bg-deep-orange-500:hover{background-color:#f4511e}.md-bg-deep-orange-700,a.md-bg-deep-orange-600:focus,a.md-bg-deep-orange-600:hover{background-color:#e64a19}.md-bg-deep-orange-800,a.md-bg-deep-orange-700:focus,a.md-bg-deep-orange-700:hover{background-color:#d84315}.md-bg-deep-orange-900,a.md-bg-deep-orange-800:focus,a.md-bg-deep-orange-800:hover{background-color:#bf360c}a.md-bg-deep-orange-900:focus,a.md-bg-deep-orange-900:hover{background-color:#8f2809}.md-bg-deep-orange-A100{background-color:#ff9e80}a.md-bg-deep-orange-A100:focus,a.md-bg-deep-orange-A100:hover{background-color:#ff774d}.md-bg-deep-orange-A200{background-color:#ff6e40}a.md-bg-deep-orange-A200:focus,a.md-bg-deep-orange-A200:hover{background-color:#ff470d}.md-bg-deep-orange-A400{background-color:#ff3d00}a.md-bg-deep-orange-A400:focus,a.md-bg-deep-orange-A400:hover{background-color:#cc3100}.md-bg-deep-orange-A700{background-color:#dd2c00}a.md-bg-deep-orange-A700:focus,a.md-bg-deep-orange-A700:hover{background-color:#a20}.md-brown{color:#795548}a.md-brown:focus,a.md-brown:hover{color:#6d4c41}.md-brown-50{color:#efebe9}.md-brown-100,a.md-brown-50:focus,a.md-brown-50:hover{color:#d7ccc8}.md-brown-200,a.md-brown-100:focus,a.md-brown-100:hover{color:#bcaaa4}.md-brown-300,a.md-brown-200:focus,a.md-brown-200:hover{color:#a1887f}.md-brown-400,a.md-brown-300:focus,a.md-brown-300:hover{color:#8d6e63}.md-brown-500,a.md-brown-400:focus,a.md-brown-400:hover{color:#795548}.md-brown-600,a.md-brown-500:focus,a.md-brown-500:hover{color:#6d4c41}.md-brown-700,a.md-brown-600:focus,a.md-brown-600:hover{color:#5d4037}.md-brown-800,a.md-brown-700:focus,a.md-brown-700:hover{color:#4e342e}.md-brown-900,a.md-brown-800:focus,a.md-brown-800:hover{color:#3e2723}a.md-brown-900:focus,a.md-brown-900:hover{color:#1d1211}.md-bg-brown{background-color:#795548}a.md-bg-brown:focus,a.md-bg-brown:hover{background-color:#6d4c41}.md-bg-brown-50{background-color:#efebe9}.md-bg-brown-100,a.md-bg-brown-50:focus,a.md-bg-brown-50:hover{background-color:#d7ccc8}.md-bg-brown-200,a.md-bg-brown-100:focus,a.md-bg-brown-100:hover{background-color:#bcaaa4}.md-bg-brown-300,a.md-bg-brown-200:focus,a.md-bg-brown-200:hover{background-color:#a1887f}.md-bg-brown-400,a.md-bg-brown-300:focus,a.md-bg-brown-300:hover{background-color:#8d6e63}.md-bg-brown-500,a.md-bg-brown-400:focus,a.md-bg-brown-400:hover{background-color:#795548}.md-bg-brown-600,a.md-bg-brown-500:focus,a.md-bg-brown-500:hover{background-color:#6d4c41}.md-bg-brown-700,a.md-bg-brown-600:focus,a.md-bg-brown-600:hover{background-color:#5d4037}.md-bg-brown-800,a.md-bg-brown-700:focus,a.md-bg-brown-700:hover{background-color:#4e342e}.md-bg-brown-900,a.md-bg-brown-800:focus,a.md-bg-brown-800:hover{background-color:#3e2723}a.md-bg-brown-900:focus,a.md-bg-brown-900:hover{background-color:#1d1211}.md-grey{color:#9e9e9e}a.md-grey:focus,a.md-grey:hover{color:#757575}.md-grey-50{color:#fafafa}.md-grey-100,a.md-grey-50:focus,a.md-grey-50:hover{color:#f5f5f5}.md-grey-200,a.md-grey-100:focus,a.md-grey-100:hover{color:#eee}.md-grey-300,a.md-grey-200:focus,a.md-grey-200:hover{color:#e0e0e0}.md-grey-400,a.md-grey-300:focus,a.md-grey-300:hover{color:#bdbdbd}.md-grey-500,a.md-grey-400:focus,a.md-grey-400:hover{color:#9e9e9e}.md-grey-600,a.md-grey-500:focus,a.md-grey-500:hover{color:#757575}.md-grey-700,a.md-grey-600:focus,a.md-grey-600:hover{color:#616161}.md-grey-800,a.md-grey-700:focus,a.md-grey-700:hover{color:#424242}.md-grey-900,a.md-grey-800:focus,a.md-grey-800:hover{color:#212121}a.md-grey-900:focus,a.md-grey-900:hover{color:#080808}.md-bg-grey{background-color:#9e9e9e}a.md-bg-grey:focus,a.md-bg-grey:hover{background-color:#757575}.md-bg-grey-50{background-color:#fafafa}.md-bg-grey-100,a.md-bg-grey-50:focus,a.md-bg-grey-50:hover{background-color:#f5f5f5}.md-bg-grey-200,a.md-bg-grey-100:focus,a.md-bg-grey-100:hover{background-color:#eee}.md-bg-grey-300,a.md-bg-grey-200:focus,a.md-bg-grey-200:hover{background-color:#e0e0e0}.md-bg-grey-400,a.md-bg-grey-300:focus,a.md-bg-grey-300:hover{background-color:#bdbdbd}.md-bg-grey-500,a.md-bg-grey-400:focus,a.md-bg-grey-400:hover{background-color:#9e9e9e}.md-bg-grey-600,a.md-bg-grey-500:focus,a.md-bg-grey-500:hover{background-color:#757575}.md-bg-grey-700,a.md-bg-grey-600:focus,a.md-bg-grey-600:hover{background-color:#616161}.md-bg-grey-800,a.md-bg-grey-700:focus,a.md-bg-grey-700:hover{background-color:#424242}.md-bg-grey-900,a.md-bg-grey-800:focus,a.md-bg-grey-800:hover{background-color:#212121}a.md-bg-grey-900:focus,a.md-bg-grey-900:hover{background-color:#080808}.md-blue-grey{color:#607d8b}a.md-blue-grey:focus,a.md-blue-grey:hover{color:#546e7a}.md-blue-grey-50{color:#eceff1}.md-blue-grey-100,a.md-blue-grey-50:focus,a.md-blue-grey-50:hover{color:#cfd8dc}.md-blue-grey-200,a.md-blue-grey-100:focus,a.md-blue-grey-100:hover{color:#b0bec5}.md-blue-grey-300,a.md-blue-grey-200:focus,a.md-blue-grey-200:hover{color:#90a4ae}.md-blue-grey-400,a.md-blue-grey-300:focus,a.md-blue-grey-300:hover{color:#78909c}.md-blue-grey-500,a.md-blue-grey-400:focus,a.md-blue-grey-400:hover{color:#607d8b}.md-blue-grey-600,a.md-blue-grey-500:focus,a.md-blue-grey-500:hover{color:#546e7a}.md-blue-grey-700,a.md-blue-grey-600:focus,a.md-blue-grey-600:hover{color:#455a64}.md-blue-grey-800,a.md-blue-grey-700:focus,a.md-blue-grey-700:hover{color:#37474f}.md-blue-grey-900,a.md-blue-grey-800:focus,a.md-blue-grey-800:hover{color:#263238}a.md-blue-grey-900:focus,a.md-blue-grey-900:hover{color:#11171a}.md-bg-blue-grey{background-color:#607d8b}a.md-bg-blue-grey:focus,a.md-bg-blue-grey:hover{background-color:#546e7a}.md-bg-blue-grey-50{background-color:#eceff1}.md-bg-blue-grey-100,a.md-bg-blue-grey-50:focus,a.md-bg-blue-grey-50:hover{background-color:#cfd8dc}.md-bg-blue-grey-200,a.md-bg-blue-grey-100:focus,a.md-bg-blue-grey-100:hover{background-color:#b0bec5}.md-bg-blue-grey-300,a.md-bg-blue-grey-200:focus,a.md-bg-blue-grey-200:hover{background-color:#90a4ae}.md-bg-blue-grey-400,a.md-bg-blue-grey-300:focus,a.md-bg-blue-grey-300:hover{background-color:#78909c}.md-bg-blue-grey-500,a.md-bg-blue-grey-400:focus,a.md-bg-blue-grey-400:hover{background-color:#607d8b}.md-bg-blue-grey-600,a.md-bg-blue-grey-500:focus,a.md-bg-blue-grey-500:hover{background-color:#546e7a}.md-bg-blue-grey-700,a.md-bg-blue-grey-600:focus,a.md-bg-blue-grey-600:hover{background-color:#455a64}.md-bg-blue-grey-800,a.md-bg-blue-grey-700:focus,a.md-bg-blue-grey-700:hover{background-color:#37474f}.md-bg-blue-grey-900,a.md-bg-blue-grey-800:focus,a.md-bg-blue-grey-800:hover{background-color:#263238}a.md-bg-blue-grey-900:focus,a.md-bg-blue-grey-900:hover{background-color:#11171a}.md-white-lighter{color:hsla(0,0%,100%,.12)}.md-white-light,a.md-white-lighter:focus,a.md-white-lighter:hover{color:hsla(0,0%,100%,.3)}.md-white-dark,a.md-white-light:focus,a.md-white-light:hover{color:hsla(0,0%,100%,.7)}.md-white-darker,a.md-white-dark:focus,a.md-white-dark:hover,a.md-white-darker:focus,a.md-white-darker:hover{color:#fff}.md-black-lighter{color:rgba(0,0,0,.12)}.md-black-light,a.md-black-lighter:focus,a.md-black-lighter:hover{color:rgba(0,0,0,.26)}.md-black-dark,a.md-black-light:focus,a.md-black-light:hover{color:rgba(0,0,0,.54)}.md-black-darker,a.md-black-dark:focus,a.md-black-dark:hover{color:rgba(0,0,0,.87)}a.md-black-darker:focus,a.md-black-darker:hover{color:#000}table.s-tag-table{width:100%}table.s-tag-table td{padding:12px 12px 12px 24px;vertical-align:top}.col-list table.s-tag-table{background-color:#fff;font-size:13px;table-layout:auto;width:100%;margin-bottom:40px}.col-list table.s-tag-table td{border:1px solid #eee;line-height:24px;padding:12px 12px 12px 24px;color:#212121;vertical-align:middle}.col-list table.s-tag-table td>:last-child{margin-bottom:0}.col-list table.s-tag-table tr:first-child{background-color:#fafafa;font-weight:500}.col-list table.s-tag-table tr:first-child td{border-top:1px solid #e5e5e5}.col-list table.s-tag-table tr:first-child td p{color:#757575}.col-list table.s-tag-table tr:last-child td{border-bottom:1px solid #e5e5e5}.col-list table.s-tag-table tr td:last-child{border-right:1px solid #e5e5e5}.col-list table.s-tag-table tr td:first-child{border-left:1px solid #e5e5e5}.color-palette ul{list-style:none}.col-list{margin:40px 0;font-size:0}.col-list .figure,.col-list .module{vertical-align:top;font-size:13px}.col-list .col-2,.col-list .col-3{padding-bottom:40px}.col-list .col-2>div,.col-list .col-3>div{display:inline-block;padding-bottom:20px}.col-list .col-2>div:first-child{width:360px;margin-right:40px}.col-list .col-2>div:nth-child(2){display:inline-block;width:760px;vertical-align:top}.col-list .col-3>div{width:360px;margin-right:40px}.col-list .col-3>div:nth-child(3){margin-right:0}@media screen and (max-width:1240px){.col-list .figure-figure-figure.col-3>div:nth-child(2),.col-list .figure-figure-module.col-3>div:nth-child(2),.col-list .module-module-module.col-3>div:nth-child(2){margin-right:0}.col-list .col-2>div:first-child,.col-list .col-2>div:nth-child(2){width:auto}.col-list .figure-module-module.col-3>div:first-child,.col-list .module-figure-figure.col-3>div:first-child{display:block;width:auto}}@media screen and (max-width:800px){.col-list .module{overflow-x:auto}.col-list .col-2>div,.col-list .col-3>div{width:100%;margin:20px 0}}.s-tag-caption.do,.s-tag-caption.dont,figure.s-tag-media figcaption .s-tag-caption.do,figure.s-tag-media figcaption .s-tag-caption.dont{border-top:15px solid;font-weight:500;margin:10px 0 0;padding:10px 0 0}.s-tag-caption.dont,figure.s-tag-media figcaption .s-tag-caption.dont{border-color:#d32f2f;color:#d32f2f}.s-tag-caption.do,figure.s-tag-media figcaption .s-tag-caption.do{border-color:#4caf50;color:#2e7b32}.text-box{background-color:#fff;border:1px solid #e0e0e0;font-size:14px;padding:24px 24px 0}figure.s-tag-media img,figure.s-tag-media video{display:block;margin-bottom:0;max-width:100%}figcaption{margin-top:10px}figcaption h1,figcaption h2,figcaption h3,figcaption h4,figcaption h5,figcaption h6{margin-top:40px}figcaption li,figcaption p{color:#616161;font-size:13px;line-height:24px}figcaption .caption-title{font-weight:500}.color-palette{line-height:1}.color-palette ul{margin:0;padding:0}.color-palette span{color:hsla(0,0%,100%,.87);font-size:14px;font-weight:500}@media screen and (max-width:1240px){.color-palette{padding-right:0;width:760px}}@media screen and (max-width:800px){.color-palette{padding-right:0;width:360px}}@media screen and (max-width:360px){.color-palette{padding-right:0;width:100%}}.color-palette .module-end{clear:left}.color-palette .light span,.color-palette span.light{color:hsla(0,0%,100%,.87)}.color-palette .light-strong span,.color-palette span.light-strong{color:#fff}.color-palette .dark-when-small span,.color-palette .dark span,.color-palette span.dark,.color-palette span.dark-when-small{color:rgba(0,0,0,.87)}.color-palette .dark-strong span,.color-palette span.dark-strong{color:#000}.color-palette .color-group,.color-palette .color-group:last-child{float:left;margin-left:40px;width:360px}@media screen and (max-width:800px){.color-palette .color-group,.color-palette .color-group:last-child{margin-left:0;padding-right:0;width:360px}}@media screen and (max-width:360px){.color-palette .color-group,.color-palette .color-group:last-child{padding-right:0;padding-left:0;width:100%}}.color-palette .color-group:first-child,.color-palette .color-group:last-child:first-child,.color-palette .color-group:last-child:nth-of-type(odd),.color-palette .color-group:nth-of-type(odd){clear:left;margin-left:0}@media screen and (max-width:1240px){.color-palette .color-group:first-child,.color-palette .color-group:last-child:first-child,.color-palette .color-group:last-child:nth-of-type(odd),.color-palette .color-group:nth-of-type(odd){clear:none;margin-left:40px}.color-palette .color-group:last-child:nth-of-type(odd),.color-palette .color-group:nth-of-type(odd){clear:left;margin-left:0}}@media screen and (max-width:800px){.color-palette .color-group:first-child,.color-palette .color-group:last-child:first-child,.color-palette .color-group:last-child:nth-of-type(odd),.color-palette .color-group:nth-of-type(odd){margin-left:0}}.color-palette .color-group:last-child li.color,.color-palette .color-group li.color{padding:10px 15px 11px;margin:0}.color-palette .color-group:last-child li.color .hex,.color-palette .color-group li.color .hex{float:right;text-transform:uppercase;display:block}.color-palette .color-group:last-child li.main-color,.color-palette .color-group li.main-color{border-bottom:4px solid #fafafa}.color-palette .color-group:last-child li.main-color .name,.color-palette .color-group li.main-color .name{display:block;margin-bottom:53px}.color-palette .color-group:last-child li.divide,.color-palette .color-group li.divide{border-top:4px solid #fafafa}.bg-indigo{color:#fff!important;background-color:#3f51b5!important}a.bg-indigo:focus,a.bg-indigo:hover{background-color:#e8eaf6!important}.bg-pink{color:#fff!important;background-color:#e91e63!important}a.bg-pink:focus,a.bg-pink:hover{background-color:#e8eaf6!important}.modal-open[style]{padding-right:0!important}.bmd-navbar-title{display:inline-block;margin-top:-2.5rem;margin-left:5rem;padding-bottom:.25rem;margin-right:.5rem;font-size:1.25rem;line-height:inherit;white-space:nowrap;list-style:none;position:absolute}.bmd-navbar-title:focus,.bmd-navbar-title:hover{text-decoration:none}.bmd-navbar-toggler{-ms-flex-item-align:start;align-self:flex-start;padding:.25rem .75rem;font-size:1.25rem;line-height:1;background:transparent;border:1px solid transparent;border-radius:.125rem}.comment .pull-left{float:left}.comment .avatar{margin:0 auto;width:64px;height:64px;overflow:hidden;border-radius:50%;margin-right:15px;box-shadow:0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2)}.comment .avatar img{width:100%}.comment .comment-heading{font-size:1.5rem;padding-top:1rem}.comment .comment-heading small{font-size:.9rem}.comment .comment-body{padding-right:10px;background:#f8f8f8}.comment .comment-footer{padding-right:10px}.comment .comment-footer .btn{margin-bottom:20px}.comment .comment-footer:after{display:table;content:" ";clear:both}.comment p{color:#999;font-size:16px;line-height:1.6em;padding:0 20px 10px 110px}.comment-left,.comment>.pull-left{padding:15px 10px 10px 20px}.raised-z0{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)!important}.raised-z1{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)!important}.raised-z2{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)!important}.raised-z3{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)!important}.raised-z4{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)!important}.raised-z5{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)!important}.raised-z6{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)!important}.raised-z7{box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)!important}.raised-z8{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)!important}.raised-z9{box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)!important}.raised-z10{box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)!important}.raised-z11{box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)!important}.raised-z12{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)!important}.raised-z13{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)!important}.raised-z14{box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)!important}.raised-z15{box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)!important}.raised-z16{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)!important}.raised-z17{box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)!important}.raised-z18{box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)!important}.raised-z19{box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)!important}.raised-z20{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)!important}.raised-z21{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)!important}.raised-z22{box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)!important}.raised-z23{box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)!important}.raised-z24{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)!important}.raised-transition{transition:box-shadow .28s cubic-bezier(.4,0,.2,1);will-change:box-shadow}.nav-tabs{background:#009688}.nav-tabs>li>a{color:#f5f5f5;border:0;margin:0}.nav-tabs>li>a:hover{background-color:transparent;border:0}.nav-tabs>li>a,.nav-tabs>li>a:focus,.nav-tabs>li>a:hover{background-color:transparent!important;border:0!important;color:#f5f5f5!important;font-weight:500}.nav-tabs>li.disabled>a,.nav-tabs>li.disabled>a:hover{color:hsla(0,0%,100%,.5)}.tab-space{padding:1rem 0}.tab-content{margin:1rem 0;overflow:hidden;width:100%;height:auto}.tab-content img{border-radius:3px;max-width:300px;height:auto}.section-image .nav-pills>li>a{color:#999}.nav-pills>li>a:focus,.nav-pills>li>a:hover,.section-image .nav-pills>li>a:hover{background-color:#3f51b5}.nav-pills>li>a{line-height:24px;text-transform:uppercase;font-size:12px;font-weight:500;min-width:100px;text-align:center;color:#555;transition:all .3s}.nav-pills>li i{display:block;padding:15px 0;font-size:3em}.nav-pills .nav-item.open .nav-link,.nav-pills .nav-item.open .nav-link:focus,.nav-pills .nav-item.open .nav-link:hover,.nav-pills .nav-link.active,.nav-pills .nav-link.active:focus,.nav-pills .nav-link.active:hover{background-color:#3f51b5;color:#f5f5f5}.nav-pills .nav-link,.nav-tabs .nav-link{padding:.5em .8575em}.nav-pills>li>a:hover{background-color:hsla(0,0%,78%,.2)}.nav-pills:not(.nav-pills-icons)>li>a{border-radius:30px}.nav-pills.nav-stacked>li+li{margin-top:5px}.nav-pills.nav-pills-info .nav-link.active,.nav-pills.nav-pills-info .nav-link.active:focus,.nav-pills.nav-pills-info .nav-link.active:hover{background-color:#3f51b5}.nav-pills.nav-pills-success .nav-link.active,.nav-pills.nav-pills-success .nav-link.active:focus,.nav-pills.nav-pills-success .nav-link.active:hover{background-color:#4caf50;box-shadow:0 16px 26px -10px rgba(76,175,80,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(76,175,80,.2)}.nav-pills.nav-pills-warning .nav-link.active,.nav-pills.nav-pills-warning .nav-link.active:focus,.nav-pills.nav-pills-warning .nav-link.active:hover{background-color:#ff9800;box-shadow:0 16px 26px -10px rgba(255,152,0,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(255,152,0,.2)}.nav-pills.nav-pills-danger .nav-link.active,.nav-pills.nav-pills-danger .nav-link.active:focus,.nav-pills.nav-pills-danger .nav-link.active:hover{background-color:#f44336;box-shadow:0 16px 26px -10px rgba(255,152,0,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(255,152,0,.2)}.nav-pills.nav-pills-rose .nav-link.active,.nav-pills.nav-pills-rose .nav-link.active:focus,.nav-pills.nav-pills-rose .nav-link.active:hover{background-color:#e91e63;box-shadow:0 16px 26px -10px rgba(233,30,99,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(233,30,99,.2)}.opacity-o0{opacity:0!important}.opacity-o0,.opacity-o1{transition:opacity .5s ease-in-out;-moz-transition:opacity .5s ease-in-out;-webkit-transition:opacity .5s ease-in-out}.opacity-o1{opacity:.1!important}.opacity-o2{opacity:.2!important}.opacity-o2,.opacity-o3{transition:opacity .5s ease-in-out;-moz-transition:opacity .5s ease-in-out;-webkit-transition:opacity .5s ease-in-out}.opacity-o3{opacity:.3!important}.opacity-o4{opacity:.4!important}.opacity-o4,.opacity-o5{transition:opacity .5s ease-in-out;-moz-transition:opacity .5s ease-in-out;-webkit-transition:opacity .5s ease-in-out}.opacity-o5{opacity:.5!important}.opacity-o6{opacity:.6!important}.opacity-o6,.opacity-o7{transition:opacity .5s ease-in-out;-moz-transition:opacity .5s ease-in-out;-webkit-transition:opacity .5s ease-in-out}.opacity-o7{opacity:.7!important}.opacity-o8{opacity:.8!important}.opacity-o8,.opacity-o9{transition:opacity .5s ease-in-out;-moz-transition:opacity .5s ease-in-out;-webkit-transition:opacity .5s ease-in-out}.opacity-o9{opacity:.9!important}.opacity-o10{opacity:1!important;transition:opacity .5s ease-in-out;-moz-transition:opacity .5s ease-in-out;-webkit-transition:opacity .5s ease-in-out}.hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.hide-scrollbar::-webkit-scrollbar{width:0}.fix-height-150{height:150px}.fix-height-300{height:300px}.fix-height-600{height:600px}.flex-container-v2{padding:0;margin:0;list-style:none;background-color:#3f51b5;display:-ms-flexbox;display:flex;justify-content:space-around}.flex-container{display:flex;align-items:center;background-color:#3f51b5;margin-bottom:2rem}.flex-container div,.flex-item-v2{background-color:#e8eaf6;width:100px;margin:10px;text-align:center;line-height:75px;font-weight:700;font-size:3em}.flex-direction-column{flex-direction:column}.flex-direction-column-reverse{flex-direction:column-reverse}.flex-direction-row{flex-direction:row}.flex-direction-row-reverse{flex-direction:row-reverse}.flex-wrap-nowrap{flex-wrap:nowrap}.flex-wrap-wrap{flex-wrap:wrap}.flex-wrap-wrap-reverse{flex-wrap:wrap-reverse}.flex-flow-row-wrap{flex-flow:row wrap}.flex-flow-row-nowrap{flex-flow:row nowrap}.flex-justify-content-center{justify-content:center}.flex-justify-content-flex-start{justify-content:flex-start}.flex-justify-content-flex-end{justify-content:flex-end}.flex-justify-content-space-around{justify-content:space-around}.flex-justify-content-space-between{justify-content:space-between}.flex-align-items-baseline{align-items:baseline}.flex-align-items-center{align-items:center}.flex-align-items-start{align-items:flex-start}.flex-align-items-end{align-items:flex-end}.flex-align-items-stretch{align-items:stretch}.flex-align-content-center{align-content:center}.flex-align-content-flex-start{align-content:flex-start}.flex-align-content-flex-end{align-content:flex-end}.flex-align-content-space-around{align-content:space-around}.flex-align-content-space-between{align-content:space-between}.flex-align-content-stretch{align-content:stretch}.navigation{list-style:none;margin:0;background:#00bfff;display:-ms-flexbox;display:flex;justify-content:flex-end}.navigation a{text-decoration:none;display:block;padding:1em;color:#fff}.navigation a:hover{background-color:#3f51b5}@media (max-width:800px){.navigation{justify-content:space-around}}@media (max-width:600px){.navigation{flex-flow:column wrap;padding:0}.navigation a{text-align:center;padding:10px;border-top:1px solid hsla(0,0%,100%,.3);border-bottom:1px solid rgba(0,0,0,.1)}.navigation li:last-of-type a{border-bottom:none}}.wrapper-mobile{display:flex;flex-flow:row wrap;font-weight:700;text-align:center}.wrapper-mobile>*{padding:10px;flex:1 100%}.header-mobile{background:tomato}.footer-mobile{background:#90ee90}.main-mobile{text-align:left;background:#00bfff}.aside-1{background:gold}.aside-2{background:hotpink}@media (min-width:600px){.aside{flex:1 auto}}@media (min-width:800px){.main-mobile{flex:3 0px}.aside-1{order:1}.main-mobile{order:2}.aside-2{order:3}.footer-mobile{order:4}}@media only screen and (min-width:993px){.sticky{position:-webkit-sticky;position:sticky;top:100px;align-self:flex-start}}#bsGalleryModal .modal-content{border-radius:0}#bsGalleryModal .modal-dialog img{text-align:center;margin:0 auto;width:100%}#bsGalleryModal .modal-body{padding:0!important}#bsGalleryModal .bsp-close{position:absolute;right:-14px;top:-11px;font-size:30px;color:#fff;text-shadow:1px 1px 18px #000}#bsGalleryModal .bsp-close:hover{cursor:pointer;opacity:.6;text-shadow:none}.bspHasModal{cursor:pointer}.bspHasModal .text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.imgWrapper{overflow:hidden}a.bsp-controls,a.bsp-controls:active,a.bsp-controls:visited{position:absolute;top:44%;font-size:26px;color:#fff;text-shadow:1px 1px 18px #000}a.bsp-controls.next{right:-10px}a.bsp-controls.previous{left:-10px}a.bsp-controls:hover{opacity:.6;text-shadow:none}.bsp-text-container{clear:both;display:block;padding-bottom:5px}#bsGalleryModal h6{margin-bottom:0;font-weight:700;color:#000;font-size:14px;padding-left:12px;padding-right:12px;margin-bottom:5px}#bsGalleryModal .pText{font-size:11px;margin-bottom:0;padding:0 12px 5px}.bs-gallery-gutter.row{margin-right:0;margin-left:0}.bs-gallery-gutter>[class^=" col-"],.bs-gallery-gutter>[class^=col-]{padding-right:0;padding-left:0}.bs-gallery-gutter-2.row{margin-right:-1px;margin-left:-1px}.bs-gallery-gutter-2>[class^=" col-"],.bs-gallery-gutter-2>[class^=col-]{padding-right:1px;padding-left:1px}.bs-gallery-title{margin-left:.5rem;font-style:italic;font-weight:400;color:rgba(0,0,0,.5);overflow:hidden}@media screen and (max-width:380px){.col-xxs-12,.col-xxs-12 img{width:100%}}.tooltip-inner{background-color:#3f51b5;border-radius:.125rem}.tooltip.in{opacity:1}.tooltip.bs-tether-element-attached-bottom .tooltip-arrow,.tooltip.tooltip-top .tooltip-arrow{border-top-color:#3f51b5}.btn-clipboard{position:absolute;top:.6rem;right:.5rem;z-index:3;display:block;padding:.25rem .5rem;font-size:.75rem;color:#212121;cursor:pointer;text-transform:uppercase;background-color:transparent;border-radius:.25rem}.btn-clipboard:hover{color:#fff;background-color:#3f51b5}.btn-clipboard+.tooltip>.tooltip-inner{background-color:red}.j1-clipboard{position:relative;display:block;float:right}.j1-tooltip+.tooltip>.tooltip-arrow,.j1-tooltip+.tooltip>.tooltip-inner{background-color:red}@media (min-width:320px) and (max-width:767px){.j1-clipboard{display:none}}#cookie-bar{background:#354a60;height:auto;line-height:24px;color:#eee;text-align:center;padding:3px 0}#cookie-bar.fixed{position:fixed;top:0;left:0;width:100%}#cookie-bar.fixed.bottom{bottom:0;top:auto}#cookie-bar p{margin:0;padding:0}#cookie-bar a{color:#fff;display:inline-block;border-radius:3px;text-decoration:none;padding:0 6px;margin-left:8px;margin-bottom:20px}#cookie-bar .cb-enable,#cookie-bar .cb-enable:hover{background:#070}#cookie-bar .cb-disable{background:#900}#cookie-bar .cb-disable:hover{background:#b00}#cookie-bar .cb-policy{background:#03b}#cookie-bar .cb-policy:hover{background:#05d}.datepicker{top:0;left:0;padding:4px;margin-top:1px;border-radius:4px}.datepicker>div{display:none}.datepicker table{width:100%;margin:0}.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;border-radius:4px}.datepicker td{text-align:center}.datepicker td p{font-size:1em;font-weight:400;border-radius:50%;height:29px;line-height:29px;margin:3px 0 8px;width:29px}.datepicker td :hover{cursor:pointer}.datepicker th{font-weight:500}.datepicker th.switch-datepicker{font-size:1em}.datepicker .next p,.datepicker .prev p{font-size:1.825em}.datepicker p:hover{background:#eee}.datepicker .day.disabled{color:#eee}.datepicker td.new,.datepicker td.old{color:#999;border-top:0}.datepicker td.active:hover p,.datepicker td.active p{box-shadow:0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);color:#fff;background-color:#3f51b5}.datepicker td.primary:hover p,.datepicker td.primary p{background-color:#3f51b5}.datepicker td.info:hover p,.datepicker td.info p{background-color:#00bcd4}.datepicker td.success:hover p,.datepicker td.success p{background-color:#4caf50}.datepicker td.warning:hover p,.datepicker td.warning p{background-color:#ffeb3b}.datepicker td.danger:hover p,.datepicker td.danger p{background-color:red}.datepicker span{display:block;width:55px;height:54px;line-height:54px;float:left;margin:2px;cursor:pointer;border-radius:4px}.datepicker span.old{color:#999}.datepicker span.active,.datepicker span.active:active,.datepicker span.active:focus,.datepicker span.active:hover{background-color:#3f51b5;box-shadow:0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2)}.datepicker span.active{color:#fff}.datepicker span:hover{background-color:#eee}.datepicker span.primary,.datepicker span.primary:hover{background-color:#3f51b5}.datepicker span.info,.datepicker span.info:hover{background-color:#00bcd4}.datepicker span.success,.datepicker span.success:hover{background-color:#4caf50}.datepicker span.warning,.datepicker span.warning:hover{background-color:#ffeb3b}.datepicker span.danger,.datepicker span.danger:hover{background-color:red}.datepicker th.switch-datepicker{width:145px}.datepicker th.next,.datepicker th.prev{font-size:21px}.datepicker thead tr:first-child th{cursor:pointer}.datepicker thead tr:first-child th:hover{background:#eee}.datepicker.dropdown-menu{border-radius:3px;box-shadow:0 16px 38px -12px rgba(0,0,0,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);transition:all .15s linear;margin-top:-20px;opacity:0;visibility:hidden}.datepicker.dropdown-menu.open{opacity:1;visibility:visible;margin-top:1px}.datepicker .table-condensed>tbody>tr>td{padding:2px}.datepicker .table-condensed>thead>tr>th{padding:0}.input-append.date .add-on i,.input-prepend.date .add-on i{display:block;cursor:pointer;width:16px;height:16px}.datepicker-months thead{padding:0 0 3px;display:block}body.modal-open{padding-right:0!important}body.scrollable{overflow-y:auto}.modal .modal-content{border-radius:.3rem!important;box-shadow:0 .25rem .5rem rgba(0,0,0,.5)!important}.modal .modal-header .modal-title{font-weight:300}.modal .modal-header .lead{font-size:1.5rem;font-weight:400}.modal .modal-header .close{padding:1rem 1rem 1.75rem}@media (min-width:768px){.modal .modal-dialog.modal-top{top:0}.modal .modal-dialog.modal-left{left:0}.modal .modal-dialog.modal-right{right:0}.modal .modal-dialog.modal-bottom{bottom:0}.modal .modal-dialog.modal-top-left{top:10px;left:10px}.modal .modal-dialog.modal-top-right{top:10px;right:10px}.modal .modal-dialog.modal-bottom-left{left:10px;bottom:10px}.modal .modal-dialog.modal-bottom-right{right:10px;bottom:10px}}.modal.fade.top:not(.show) .modal-dialog{transform:translate3d(0,-25%,0)}.modal.fade.left:not(.show) .modal-dialog{transform:translate3d(-25%,0,0)}.modal.fade.right:not(.show) .modal-dialog{transform:translate3d(25%,0,0)}.modal.fade.bottom:not(.show) .modal-dialog{transform:translate3d(0,25%,0)}@media (min-width:576px){.modal.modal-scrolling{position:relative}.modal.modal-scrolling .modal-dialog{position:fixed;z-index:1050}.modal .modal-fluid{width:100%;max-width:100%}.modal .modal-fluid .modal-content{width:100%;border-radius:.3rem!important;box-shadow:0 .25rem .5rem rgba(0,0,0,.5)}.modal .modal-frame{position:absolute;width:100%;max-width:100%;margin:0}.modal .modal-frame.modal-bottom{bottom:0}.modal .modal-full-height{display:flex;position:absolute;width:400px;height:100%;margin:0;top:0;bottom:0;right:0}.modal .modal-full-height.modal-bottom,.modal .modal-full-height.modal-top{display:block;width:100%;max-width:100%;height:auto}.modal .modal-full-height.modal-top{bottom:auto}.modal .modal-full-height.modal-bottom{top:auto}.modal .modal-side{position:absolute;right:10px;bottom:10px;margin:0;width:400px}}@media (min-width:768px){.modal.modal-scrolling{position:relative}.modal.modal-scrolling .modal-dialog{position:fixed;z-index:1050}.modal .modal-fluid{width:100%;max-width:100%}.modal .modal-fluid .modal-content{width:100%;border-radius:.3rem!important}.modal .modal-frame{position:absolute;width:100%;max-width:100%;margin:0}.modal .modal-frame.modal-bottom{bottom:0}.modal .modal-full-height{display:flex;position:absolute;width:400px;height:100%;margin:0;top:0;bottom:0;right:0}.modal .modal-full-height.modal-bottom,.modal .modal-full-height.modal-top{display:block;width:100%;max-width:100%;height:auto}.modal .modal-full-height.modal-top{bottom:auto}.modal .modal-full-height.modal-bottom{top:auto}.modal .modal-side{position:absolute;right:10px;bottom:10px;margin:0;width:400px}}.modal-dialog.modal-notify .btn-outline-secondary-modal{background-color:transparent}.modal-dialog.modal-notify.modal-info .badge,.modal-dialog.modal-notify.modal-info .modal-header{background-color:#5394ff}.modal-dialog.modal-notify.modal-info .fa,.modal-dialog.modal-notify.modal-info .mdi{color:#5394ff}.modal-dialog.modal-notify.modal-info .btn-primary-modal{background:#5394ff}.modal-dialog.modal-notify.modal-info .btn-primary-modal:active,.modal-dialog.modal-notify.modal-info .btn-primary-modal:focus,.modal-dialog.modal-notify.modal-info .btn-primary-modal:hover{background-color:#5394ff!important}.modal-dialog.modal-notify.modal-info .btn-primary-modal.active{background-color:#0059ec!important}.modal-dialog.modal-notify.modal-info .btn-outline-secondary-modal{border:2px solid #5394ff;color:#5394ff!important}.modal-dialog.modal-notify.modal-warning .badge,.modal-dialog.modal-notify.modal-warning .modal-header{background-color:#ff8e38}.modal-dialog.modal-notify.modal-warning .fa,.modal-dialog.modal-notify.modal-warning .mdi{color:#ff8e38}.modal-dialog.modal-notify.modal-warning .btn-primary-modal{background:#ff8e38}.modal-dialog.modal-notify.modal-warning .btn-primary-modal:active,.modal-dialog.modal-notify.modal-warning .btn-primary-modal:focus,.modal-dialog.modal-notify.modal-warning .btn-primary-modal:hover{background-color:#ff9c52!important}.modal-dialog.modal-notify.modal-warning .btn-primary-modal.active{background-color:#d15a00!important}.modal-dialog.modal-notify.modal-warning .btn-outline-secondary-modal{border:2px solid #ff8e38;color:#ff8e38!important}.modal-dialog.modal-notify.modal-success .badge,.modal-dialog.modal-notify.modal-success .modal-header{background-color:#01d36b}.modal-dialog.modal-notify.modal-success .fa,.modal-dialog.modal-notify.modal-success .mdi{color:#01d36b}.modal-dialog.modal-notify.modal-success .btn-primary-modal{background:#01d36b}.modal-dialog.modal-notify.modal-success .btn-primary-modal:active,.modal-dialog.modal-notify.modal-success .btn-primary-modal:focus,.modal-dialog.modal-notify.modal-success .btn-primary-modal:hover{background-color:#01ec78!important}.modal-dialog.modal-notify.modal-success .btn-primary-modal.active{background-color:#016d38!important}.modal-dialog.modal-notify.modal-success .btn-outline-secondary-modal{border:2px solid #01d36b;color:#01d36b!important}.modal-dialog.modal-notify.modal-danger .badge,.modal-dialog.modal-notify.modal-danger .modal-header{background-color:#ff4b4b}.modal-dialog.modal-notify.modal-danger .fa,.modal-dialog.modal-notify.modal-danger .mdi{color:#ff4b4b}.modal-dialog.modal-notify.modal-danger .btn-primary-modal{background:#ff4b4b}.modal-dialog.modal-notify.modal-danger .btn-primary-modal:active,.modal-dialog.modal-notify.modal-danger .btn-primary-modal:focus,.modal-dialog.modal-notify.modal-danger .btn-primary-modal:hover{background-color:#ff6565!important}.modal-dialog.modal-notify.modal-danger .btn-primary-modal.active{background-color:#e40000!important}.modal-dialog.modal-notify.modal-danger .btn-outline-secondary-modal{border:2px solid #ff4b4b;color:#ff4b4b!important}html.lb-disable-scrolling{overflow:hidden;position:fixed;height:100vh;width:100vw}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;text-align:center;line-height:0;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:2px}.lightbox a img{border:none}.lb-outerContainer{position:relative;*zoom:1;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{position:absolute;top:43%;left:0;height:25%;width:100%;text-align:center;line-height:0}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(/assets/images/lightbox/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:none;background-image:url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==")}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(/assets/images/lightbox/prev.png) left 48% no-repeat;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(/assets/images/lightbox/next.png) right 48% no-repeat;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;*zoom:1;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-closeContainer{margin-top:.5rem}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;margin-top:.25rem;float:left;text-align:left;line-height:1.25rem}.lb-data .lb-caption{margin-top:.25rem;font-size:1rem;font-weight:700;line-height:1.25rem}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(/assets/images/lightbox/close.png) 100% 0 no-repeat;text-align:right;outline:none;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:.7;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.stop-scrolling{position:fixed;overflow-y:scroll;top:0;right:0;bottom:0;left:0}.dropdown-menu{padding-bottom:.1rem;scrollbar-width:none;-ms-overflow-style:none}.dropdown-menu::-webkit-scrollbar{width:0}#bootsnav_nav_menu .dropdown-menu{transform:scale(1);padding-bottom:unset}.nav.navigator{flex-wrap:nowrap}.nav.navbar-nav.navigator{margin-top:0;padding-top:0}ul.menu-col{padding:0;margin:0;font-size:13px}ul.menu-col li a{color:#6f6f6f}ul.menu-col li a:focus,ul.menu-col li a:hover{text-decoration:none}li.close-full-menu{padding-top:30px!important;padding-bottom:30px!important}li.close-full-menu>a{padding-top:0!important;padding-bottom:0!important}.heading:after{left:0;bottom:0;height:2px;width:50px;content:" ";background:#204a87;position:absolute}.heading-footer h2{color:#eee;font-size:18px;text-transform:uppercase}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{background-color:transparent!important}.nav.navbar.navigator.open ul.dropdown-menu.megamenu-content .content{display:block!important;height:auto!important}nav.navbar.navigator .navbar-nav .nav-item.open{border-bottom:0;background-image:linear-gradient(#141414,#1c1c1c 40%,#212121);background-repeat:no-repeat}nav.navigator .container{position:relative}nav.navigator .megamenu-content{padding:15px;width:100%!important}nav.navigator .megamenu-content .title{margin-top:0}nav.navigator.navbar-full{padding-bottom:10px;padding-top:10px}nav.navigator.navbar-full .navbar-header{display:block;width:100%}nav.navigator.navbar-full .navbar-toggle{display:inline-block;margin-right:0;position:relative;top:0;font-size:30px;transition:all 1s ease-in-out}nav.navigator.navbar-full .navbar-collapse{position:fixed;width:100%;height:100%!important;top:0;left:0;padding:0;display:none!important;z-index:9}nav.navigator.navbar-full .navbar-collapse.in{display:block!important}nav.navigator.navbar-full .navbar-collapse .nav-full{overflow:auto}nav.navigator.navbar-full .navbar-collapse .wrap-full-menu{display:table-cell;vertical-align:middle;background-color:#fff;overflow:auto}nav.navigator.navbar-full .navbar-collapse .nav-full::-webkit-scrollbar{width:0}nav.navigator.navbar-full .navbar-collapse .nav-full::-moz-scrollbar{width:0}nav.navigator.navbar-full .navbar-collapse .nav-full::-ms-scrollbar{width:0}nav.navigator.navbar-full .navbar-collapse .nav-full::-o-scrollbar{width:0}nav.navigator.navbar-full .navbar-collapse ul.nav{display:block;width:100%;overflow:auto}nav.navigator.navbar-full .navbar-collapse ul.nav a,nav.navigator.navbar-full .navbar-collapse ul.nav a:focus,nav.navigator.navbar-full .navbar-collapse ul.nav a:hover{background-color:transparent}nav.navigator.navbar-full .navbar-collapse ul.nav>li{float:none;display:block;text-align:center}nav.navigator.navbar-full .navbar-collapse ul.nav>li>a{display:table;margin:auto;text-transform:uppercase;font-weight:700;letter-spacing:2px;font-size:24px;padding:10px 15px}nav.navigator.navbar-brand-top .navbar-header{display:block;width:100%;text-align:center}nav.navigator.navbar-brand-top .navbar-header .navbar-brand{display:inline-block;float:none;margin:0}nav.navigator.navbar-brand-top .navbar-collapse{text-align:center}nav.navigator.navbar-brand-top ul.nav{display:inline-block;float:none;margin:0 0 -5px}nav.navigator.navbar-brand-top ul.nav>li.dropdown>ul.dropdown-menu{margin-top:2px}nav.navigator.navbar-brand-top ul.nav>li.dropdown.megamenu-fw>ul.dropdown-menu{margin-top:0}nav.navigator.brand-center .navbar-header{display:block;width:100%;position:absolute;text-align:center;top:0;left:0}nav.navigator.brand-center .navbar-brand{display:inline-block;float:none}nav.navigator.brand-center .navbar-collapse{text-align:center;display:inline-block;padding-left:0;padding-right:0}nav.navigator.brand-center .navbar-collapse .col-half{width:50%;float:left;display:block}nav.navigator.brand-center .navbar-collapse .col-half.left{text-align:right;padding-right:100px}nav.navigator.brand-center .navbar-collapse .col-half.right{text-align:left;padding-left:100px}nav.navigator.brand-center ul.nav{float:none!important;margin-bottom:-5px!important;display:inline-block!important}nav.navigator.brand-center ul.nav.navbar-right{margin:0}nav.navigator.brand-center ul.nav>li.dropdown>ul.dropdown-menu{margin-top:2px}nav.navigator.brand-center ul.nav>li.dropdown.megamenu-fw>ul.dropdown-menu{margin-top:0}nav.navigator.brand-center.center-side .navbar-collapse .col-half.left{text-align:left;padding-right:100px}nav.navigator.brand-center.center-side .navbar-collapse .col-half.right{text-align:right;padding-left:100px}nav.navigator.navbar-sidebar{position:fixed;width:260px;overflow:hidden;left:0;padding:0!important;background:#fff;box-shadow:1px 0 1px 0 #eee}nav.navigator.navbar-sidebar .scroller{width:280px;overflow-y:auto;overflow-x:hidden}nav.navigator.navbar-sidebar .container,nav.navigator.navbar-sidebar .container-fluid{padding:0!important}nav.navigator.navbar-sidebar .navbar-header{float:none;display:block;width:260px;padding:10px 15px;margin:10px 0 0!important}nav.navigator.navbar-sidebar .navbar-collapse{padding:0!important;width:260px}nav.navigator.navbar-sidebar ul.nav{float:none;display:block;width:100%;padding:0 15px!important;margin:0 0 30px}nav.navigator.navbar-sidebar ul.nav li{float:none!important}nav.navigator.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu{left:100%;top:0;position:relative!important;left:0!important;width:100%!important;height:auto!important;background-color:transparent;border:none!important;padding:0;box-shadow:0 0 0;padding-left:0;float:none;margin-bottom:0}nav.navigator.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a{padding:5px 15px;color:#6f6f6f;border:none}nav.navigator.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li.dropdown>a:before{font-family:Material Design Icons;content:"\f793"}nav.navigator.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu ul.dropdown-menu{padding-left:15px;margin-top:0}nav.navigator.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.open>a:before{content:"\f795"}nav.navigator.navbar-sidebar ul.nav>li>a{padding:10px 15px;font-weight:700}nav.navigator.navbar-sidebar ul.nav>li.dropdown>a:after{float:right}nav.navigator.navbar-sidebar ul.nav>li.dropdown>ul.dropdown-menu{margin-bottom:15px}nav.navigator.navbar-sidebar ul.nav .megamenu-content .col-menu{border:none!important}nav.navigator.navbar-sidebar ul.dropdown-menu.megamenu-content>li{padding:0!important}nav.navigator.navbar-sidebar .dropdown .megamenu-content .col-menu{display:block;float:none!important;padding:0;margin:0;width:100%;border:none}nav.navigator.navbar-sidebar .dropdown .megamenu-content .col-menu .title{padding:7px 0;text-transform:none;font-weight:400;letter-spacing:0;margin-bottom:0;cursor:pointer;color:#6f6f6f}nav.navigator.navbar-sidebar .dropdown .megamenu-content .col-menu .content{padding:0 0 0 15px}nav.navigator.navbar-sidebar .dropdown .megamenu-content .col-menu ul.menu-col li a{padding:3px 0!important}nav.navigator .dropdown.megamenu-fw{position:static}nav.navigator .dropdown.megamenu-fw .dropdown-menu{left:0;right:0}nav.navigator .megamenu-fw .dropdown-menu{left:auto}nav.navbar.navigator{margin-bottom:0;border-radius:0;background-color:#fff;border:none;z-index:9;padding:0;width:100%;box-shadow:unset}nav.navbar.navigator ul.nav li.active>a,nav.navbar.navigator ul.nav li.active>a:focus,nav.navbar.navigator ul.nav li.active>a:hover,nav.navbar.navigator ul.nav li.megamenu-fw>a:focus,nav.navbar.navigator ul.nav li.megamenu-fw>a:hover{background-color:transparent}nav.navbar.navigator ul.nav.navigator .dropdown.nav-item .nav-link,nav.navbar.navigator ul.nav.navigator .nav-item .nav-link{text-transform:none;width:max-content;width:intrinsic;width:-moz-max-content;width:-webkit-max-content;width:-o-max-content;width:-ms-max-content;font-weight:400;font-size:1.1rem}nav.navbar.navigator ul.nav>li>a{background-color:transparent;padding:25px 10px;font-weight:300}nav.navbar.navigator ul.nav .dropdown-menu .dropdown-menu{top:0;left:100%;margin-top:-2px}nav.navbar.navigator ul.nav ul.dropdown-menu>li>a{white-space:normal}nav.navbar.navigator ul.nav.navbar-right .dropdown-menu .dropdown-menu{left:-200px}nav.navbar.navigator ul.navbar-right li.dropdown ul.dropdown-menu li a{text-align:right}nav.navbar.navigator ul.dropdown-menu.megamenu-content{padding:0 15px!important}nav.navbar.navigator ul.dropdown-menu.megamenu-content>li{padding:25px 0 20px}nav.navbar.navigator ul.dropdown-menu.megamenu-content.tabbed,nav.navbar.navigator ul.dropdown-menu.megamenu-content.tabbed>li{padding:0}nav.navbar.navigator ul.dropdown-menu.megamenu-content .col-menu{border-left:1px solid #eee}nav.navbar.navigator ul.dropdown-menu.megamenu-content .col-menu:first-child{border-left:none}nav.navbar.navigator ul.dropdown-menu.megamenu-content .content ul.menu-col li a{text-align:left;padding:5px 0;display:block;width:100%;margin-bottom:0;border-bottom:none;color:#6f6f6f}nav.navbar.navigator .navbar-toggle{background-color:transparent!important;border:none;padding:0;font-size:18px;position:relative;top:5px}nav.navbar.navigator.navbar-fixed{position:fixed}nav.navbar.navigator.navbar-fixed.navbar-transparent .logo-scrolled{display:none}nav.navbar.navigator.navbar-fixed.navbar-transparent .logo-display{display:block}nav.navbar.navigator.navbar-fixed.no-background .logo-scrolled{display:none}nav.navbar.navigator.navbar-fixed.no-background .logo-display{display:block}nav.navbar.navigator.navbar-fixed .logo-display{display:none}nav.navbar.navigator.navbar-fixed .logo-scrolled{display:block}nav.navbar.navigator.no-background{transition:all 1s ease-in-out;background-color:transparent;border-bottom:0}nav.navbar.navigator.navbar-transparent .attr-nav{padding-left:15px;margin-left:30px}nav.navbar.navigator.navbar-transparent.light{background-color:hsla(0,0%,100%,.3);border-bottom:3px solid #fafafa}nav.navbar.navigator.navbar-transparent.dark{background-color:rgba(0,0,0,.3);border-bottom:3px solid #555;border-left:1px solid #555}nav.navbar.navigator.menu-center .container{position:relative}nav.navbar.navigator.menu-center .navbar-header{position:absolute}nav.navbar.navigator.menu-center .attr-nav{position:absolute;right:15px}nav.navbar.navigator.menu-center ul.nav.navbar-center{float:none;margin:0 auto;display:table;table-layout:fixed}nav.navbar.navigator.navbar-shadow{box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)}nav.navbar.navigator>.active>a{bottom:-2px;position:relative;border-bottom:2px solid #6f6f6f}nav.navbar.navigator li.dropdown ul.dropdown-menu{padding-top:2px;margin-top:0;min-width:250px;background:#fff;border-top:8px solid;border-right:1px solid;border-left:1px solid}nav.navbar.navigator li.dropdown ul.dropdown-menu>li a:hover{background-color:transparent}nav.navbar.navigator li.dropdown ul.dropdown-menu>li:last-child>a{border-bottom:none}nav.navbar.navigator li.dropdown ul.dropdown-menu ul.dropdown-menu{top:-3px}nav.navbar.navigator.on ul.dropdown-menu.megamenu-content .content{display:block!important;height:auto!important}nav.navbar.navbar-inverse.navigator.navbar-transparent.dark{background-color:rgba(0,0,0,.3);border-bottom:3px solid #555;border-left:1px solid #555}.attr-nav{margin-left:13px;margin-right:-20px;float:right;position:relative;display:inline-block;margin-right:20px}.attr-nav>ul{padding:0;list-style:none;display:inline-block}.attr-nav>ul>li{float:left;display:block}.attr-nav>ul>li>a{display:block;padding:10px 5px;position:relative}.attr-nav>ul>li>a span.badge{position:absolute;top:50%;margin-top:-15px;right:5px;font-size:10px;padding:0;width:15px;height:15px;padding-top:2px}.attr-nav>ul>li.dropdown ul.dropdown-menu{border-radius:0;box-shadow:0 0 0;border:1px solid #e0e0e0;margin-top:0;margin-left:55px;width:250px;left:-250px}.top-search{padding:10px 0;display:none;position:sticky;top:0}.top-search .input-group-addon{border:none;color:#fff;padding-left:0;padding-right:0;background-color:transparent}.top-search .input-group-addon.close-search{cursor:pointer}.top-search input.form-control{border:none;box-shadow:0 0 0;color:#fff;height:40px;padding:0 15px;background-color:transparent;height:61px}body{transition:all .3s ease-in-out}body.on-side{margin-left:-380px}body.on-side .wrap-sticky nav.navbar.navigator.sticked{left:-380px}body.wrap-nav-sidebar .wrapper{padding-left:260px;overflow-x:hidden}.wrap-sticky{position:relative;transition:all .3s ease-in-out}.wrap-sticky nav.navbar.navigator{position:absolute;width:100%;left:0;top:0}.wrap-sticky nav.navbar.navigator.sticked{position:fixed;transition:all .2s ease-in-out}.side{background-color:#fff;position:fixed;overflow-y:auto;top:0;right:-380px;width:380px;padding:25px 30px;height:100%;display:block;transition:all .3s ease-in-out;z-index:9}.side.on{right:0}.side .close-side{color:#fff;position:relative;z-index:2}.side .widget{position:relative;z-index:1;margin-bottom:25px}.side .widget .title{color:#fff;margin-bottom:15px;border-left:3px solid #204a87;padding-left:5px}.side .widget .heading{text-align:left;color:#eee;font-size:18px;text-transform:uppercase;position:relative;margin-bottom:10px;padding-bottom:10px}.side .widget ul.link{font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;padding:0;margin:0;list-style:none}.side .widget ul.link li a{color:#aaa}.side .widget ul.link li a:focus,.side .widget ul.link li a:hover{color:#fafafa;text-decoration:none}@media (min-width:992px){.dropdown-submenu{position:relative}.dropdown-submenu>a:after{border-bottom:.3em solid transparent;border-left-color:inherit;border-left-style:solid;border-left-width:.3em;border-top:.3em solid transparent;content:" ";display:block;float:right;height:0;margin-right:-.6em;margin-top:-.95em;width:0}.dropdown-submenu.pull-left{float:none}.dropdown-submenu.pull-left>.dropdown-menu{left:-75%}.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:0}.dropdown-submenu:hover>.dropdown-menu{display:block}body.wrap-nav-sidebar .wrapper .container{width:100%;padding-left:30px;padding-right:30px}nav.navbar.navigator .dropdown-menu{transform-origin:unset;will-change:unset;transition:unset}nav.navbar.navigator .dropdown-menu .dropdown-item{padding:.5em 1em}nav.navbar.navigator .dropdown-menu .dropdown-megamenu-item{padding-left:.25em;list-style:none;font-size:.75em}nav.navbar.navigator .dropdown-menu .dropdown-megamenu-item:hover{background:#eceff1}nav.navbar.navigator .navbar-brand{margin-right:0}nav.navbar.navigator .dropdown .nav-item{padding:.5em 1em}nav.navbar.navigator ul.nav.navigator .dropdown.megamenu-fw .dropdown-toggle:after,nav.navbar.navigator ul.nav.navigator .dropdown.nav-item .dropdown-toggle:after{display:none}nav.navbar.navigator ul.nav .dropdown-menu .dropdown-menu{margin-top:-2px}nav.navbar.navigator li.dropdown ul.dropdown-menu.megamenu-content{left:0}nav.navbar.navigator li.dropdown ul.dropdown-menu>li>a{display:inline-flex;align-items:center;border-bottom:0;text-decoration:none}.nav-item+.nav-item{margin-left:0!important}.dropdown-menu .divider{background-color:#e5e5e5;height:1px;margin:9px 0;overflow:hidden}}@media (max-width:992px){nav.navigator.brand-center .navbar-collapse{display:block}nav.navigator.brand-center .navbar-collapse .col-half{width:100%;float:none;display:block}nav.navigator.brand-center .navbar-collapse .col-half.left{margin-bottom:0}nav.navigator.brand-center ul.nav{margin-bottom:0!important}nav.navigator .megamenu-content{padding:0}nav.navigator .megamenu-content .col-menu{padding-bottom:0}nav.navigator .megamenu-content .title{cursor:pointer;display:block;padding:10px 15px;margin-bottom:0;font-weight:400}nav.navigator.navbar-full .navbar-brand{float:left!important;padding-left:0}nav.navigator.navbar-full .navbar-toggle{display:inline-block;float:right;margin-right:0;margin-top:10px}nav.navigator.navbar-full .navbar-header{padding-left:15px;padding-right:15px}nav.navigator.navbar-full ul.nav{margin-left:0}nav.navigator.navbar-full ul.nav>li>a{border:none}nav.navbar.navigator{background-color:#3f51b5}nav.navbar.navigator .navbar-brand{display:inline-block;float:none!important;margin:0!important;padding:0 1rem}nav.navbar.navigator .navbar-header{float:none;display:block;text-align:center;padding-left:30px;padding-right:30px}nav.navbar.navigator .navbar-collapse{border:none;margin-bottom:0}nav.navbar.navigator .navbar-collapse.collapse{display:none!important}nav.navbar.navigator .navbar-collapse.collapse.in{display:block!important}nav.navbar.navigator .navbar-collapse.collapse.show{display:block!important;background-color:#3f51b5}nav.navbar.navigator .navbar-nav{float:none!important;padding-left:30px;padding-right:30px}nav.navbar.navigator .navbar-nav>li{float:none}nav.navbar.navigator .navbar-nav>li>a{display:block;width:100%;padding:10px 0;padding-bottom:20px;border-bottom:0}nav.navbar.navigator .navbar-nav>li:first-child>a{border-top:none}nav.navbar.navigator .navbar-nav .nav-item{width:95%;line-height:.1rem;border-bottom:1px dotted #e0e0e0}nav.navbar.navigator .navbar-nav .nav-item:first-child{margin-top:.5rem}nav.navbar.navigator .navbar-nav .nav-item:last-child{border-bottom:0;margin-bottom:.5rem}nav.navbar.navigator .navbar-nav.open{border-bottom:0;background-image:linear-gradient(#141414,#1c1c1c 40%,#212121);background-repeat:no-repeat}nav.navbar.navigator ul.nav.navigator .dropdown.nav-item .nav-link{min-height:3rem;width:auto;font-weight:400;font-size:1.5rem;color:hsla(0,0%,100%,.5)}nav.navbar.navigator ul.nav.navigator .dropdown.nav-item .nav-link:active nav.navbar.navigator ul.nav.navigator .nav-item .nav-link:hover,nav.navbar.navigator ul.nav.navigator .dropdown.nav-item .nav-link:hover{color:hsla(0,0%,100%,.9)}nav.navbar.navigator ul.nav.navigator .dropdown.megamenu-fw .dropdown-toggle:after,nav.navbar.navigator ul.nav.navigator .dropdown.nav-item .dropdown-toggle:after{display:none}nav.navbar.navigator ul.nav.navigator .nav-item .nav-link{min-height:3rem;width:auto;font-weight:400;font-size:1.5rem;color:hsla(0,0%,100%,.5)}nav.navbar.navigator ul.nav.navigator .nav-item .nav-link:active{color:hsla(0,0%,100%,.9)}nav.navbar.navigator ul.nav li.dropdown li a.dropdown-toggle{position:relative;display:inline-flex;align-items:center;width:100%}nav.navbar.navigator ul.nav li.dropdown ul.dropdown-menu{min-width:250px!important;position:relative!important;background-color:transparent;float:none;padding:0 0 0 15px!important;margin:0 0 -1px!important;line-height:1rem}nav.navbar.navigator ul.nav li.dropdown ul.dropdown-menu>li>a{width:100%;color:#fafafa!important;padding:.5rem 0 .5rem .5rem;display:inline-flex;align-items:center}nav.navbar.navigator ul.nav li.dropdown ul.dropdown-menu>li>a:hover{color:#2196f3!important}nav.navbar.navigator ul.nav li.dropdown ul.dropdown-menu>li:last-child>a{border-bottom:0}nav.navbar.navigator ul.nav ul.dropdown-menu li a:focus,nav.navbar.navigator ul.nav ul.dropdown-menu li a:hover{background-color:transparent}nav.navbar.navigator ul.nav ul.dropdown-menu li.dropdown.open>ul.dropdown-menu{line-height:1}nav.navbar.navigator ul.nav ul.dropdown-menu ul.dropdown-menu{float:none!important;left:0;padding:0 0 0 15px;position:relative;background:transparent;width:100%}nav.navbar.navigator.navbar-mobile .navbar-collapse{position:fixed;overflow-y:auto!important;overflow-x:hidden!important;display:block;background:#fff;z-index:99;width:280px;height:100%!important;left:-280px;top:0;padding:0;transition:all .3s ease-in-out}nav.navbar.navigator.navbar-mobile .navbar-collapse.in{left:0}nav.navbar.navigator.navbar-mobile .navbar-collapse [class*=" col-"]{width:100%}nav.navbar.navigator.navbar-mobile .tab-content,nav.navbar.navigator.navbar-mobile .tab-menu{width:100%;display:block}nav.navbar.navigator.navbar-mobile ul.nav{width:293px;padding-right:0;padding-left:15px}nav.navbar.navigator.navbar-mobile ul.nav>li>a{padding:15px}nav.navbar.navigator.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title{padding-right:30px!important;padding-top:13px!important;padding-bottom:13px!important}nav.navbar.navigator.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a{padding-top:13px!important;padding-bottom:13px!important}nav.navbar.navigator.navbar-mobile ul.nav ul.dropdown-menu>li>a{padding-right:15px!important;padding-top:15px!important;padding-bottom:15px!important}nav.navbar.navigator.navbar-fixed .logo-scrolled{display:block!important}nav.navbar.navigator.navbar-fixed .logo-display{display:none!important}nav.navbar.navigator .navbar-toggler{color:hsla(0,0%,100%,.5)!important;padding:1rem 1.75rem;border:0;border-color:transparent;border-radius:0}nav.navbar.navigator .dropdown-item:focus,nav.navbar.navigator .dropdown-item:hover{background-color:rgba(0,0,0,.5)!important}nav.navbar.navigator.no-full .navbar-collapse{max-height:450px;overflow-y:auto!important}nav.navbar.navigator li.dropdown.nav-item.nav-sub-item{font-size:1rem;line-height:2rem}nav.navbar.navigator li.dropdown.nav-item.nav-sub-item.open>a.dropdown-toggle:before,nav.navbar.navigator li.dropdown.nav-item.open>a.dropdown-toggle:before{content:"\f795"}nav.navbar.navigator li.dropdown a.dropdown-toggle:before{font-size:2rem;font-family:Material Design Icons;content:"\f793";margin-right:1.5rem;margin-left:-1rem}nav.navbar.navigator li.dropdown ul.dropdown-menu li.dropdown>a.dropdown-toggle:after{display:none}nav.navbar.navigator .dropdown .megamenu-content .col-menu .title{padding:10px 15px 10px 0;line-height:24px;text-transform:none;font-weight:400;letter-spacing:0;margin-bottom:0;cursor:pointer;border-bottom:1px solid #e0e0e0;color:#6f6f6f}nav.navbar.navigator .dropdown .megamenu-content .col-menu:last-child .title,nav.navbar.navigator .dropdown .megamenu-content .col-menu:last-child ul.menu-col li:last-child a{border-bottom:none}nav.navbar.navigator .dropdown .megamenu-content .col-menu .content{padding:0 0 0 15px}nav.navbar.navigator .dropdown .megamenu-content .col-menu ul>li>a{display:block;width:100%;border-bottom:1px solid #e0e0e0;padding:8px 0}nav.navbar.navigator .dropdown .megamenu-content .col-menu.on:last-child .title,nav.navbar.navigator .dropdown .megamenu-content .col-menu.open:last-child .title{border-bottom:1px solid #e0e0e0}nav.navbar.navigator.navbar-sidebar .share{padding:30px 15px;margin-bottom:0}nav.navbar.navigator .megamenu-content.tabbed{padding-left:0!important}nav.navbar.navigator .tabbed>li{padding:25px 0;margin-left:-15px!important}nav.navbar.navigator .nav-link:hover{background-image:unset;background-repeat:unset}nav.navbar.navigator .navbar-default .navbar-nav>li>a{color:#fafafa!important}nav.navbar.navigator .navbar-default .navbar-nav>li>a:hover{color:#2196f3!important}nav.navbar.navigator.navbar-transparent.light{background-color:#3f51b5;border-bottom:0}.attr-nav{position:absolute;right:60px;margin-right:0;right:35px}.attr-nav>ul{padding:0;margin:0 -15px -7px 0}.attr-nav>ul>li>a{padding:16px 15px 15px}.attr-nav>ul>li.dropdown>a.dropdown-toggle:before{display:none}.attr-nav>ul>li.dropdown ul.dropdown-menu{margin-top:2px;margin-left:55px;width:250px;left:-250px;border-top:5px solid}body>.wrapper{overflow-x:hidden;transition:all .3s ease-in-out}body.side-right>.wrapper{margin-left:280px;margin-right:-280px!important}.top-search .container{padding:0 45px}.navbar .nav-link:focus{background-image:unset;background-repeat:unset}.dropdown-menu .dropdown-item{padding:0}.nav-item+.nav-item{margin-left:0!important}}@media (max-width:768px){nav.navbar.navigator .navbar-header,nav.navbar.navigator .navbar-nav{padding-left:15px;padding-right:15px}nav.navbar.navigator.navbar-mobile .navbar-collapse{margin-left:0}nav.navbar.navigator.navbar-mobile.navbar-sidebar .share{padding:30px 15px!important;margin-bottom:0}nav.navbar.navigator.navbar-mobile ul.nav{margin-left:-15px;border-top:1px solid #fff}nav.navbar.navigator.navbar-sidebar .share{padding:30px 15px!important;padding:30px 0!important;margin-bottom:0}nav.navigator.navbar-full .navbar-collapse{left:15px}nav.navigator.navbar-full .navbar-header{padding-right:0}nav.navigator.navbar-full .navbar-toggle{margin-right:-15px}nav.navigator.navbar-full ul.nav>li>a{font-size:18px!important;line-height:24px!important;padding:5px 10px!important}.attr-nav{right:30px}.attr-nav>ul{margin-right:-10px}.attr-nav>ul>li>a{padding:16px 10px 15px;padding-left:0}.attr-nav>ul>li.dropdown ul.dropdown-menu{left:-275px}.top-search .container{padding:0 15px}body.side-right>.wrapper{margin-left:280px;margin-right:-280px!important}li.close-full-menu{padding-top:15px!important;padding-bottom:15px!important}}.noUi-target,.noUi-target *{-webkit-touch-callout:none;-ms-touch-action:none;user-select:none;box-sizing:border-box}.noUi-base{width:100%;height:100%;position:relative}.noUi-origin{position:absolute;right:0;top:0;left:0;bottom:0}.noUi-handle{position:relative;z-index:1}.noUi-handle:focus{outline-width:0}.noUi-stacking .noUi-handle{z-index:10}.noUi-state-tap .noUi-origin{transition:left .3s,top .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:10px}.noUi-handle{box-sizing:border-box;width:24px;height:24px;left:-10px;top:-11px;cursor:pointer;border-radius:100%;transition:all .2s ease-out;border:1px solid;background:#fff;box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)}.noUi-vertical .noUi-handle{margin-left:5px;cursor:ns-resize}.noUi-horizontal.noUi-extended{padding:0 15px}.noUi-horizontal.noUi-extended .noUi-origin{right:-15px}.noUi-background{height:2px;margin:20px 0}.noUi-origin{margin:0;border-radius:0;height:2px;background:#c8c8c8}.noUi-origin[style^="left: 0"] .noUi-handle{background-color:#fff;border:2px solid #c8c8c8}.noUi-origin[style^="left: 0"] .noUi-handle.noUi-active{border-width:1px}.noUi-target{border-radius:3px}.noUi-horizontal{height:2px;margin:15px 0}.noUi-vertical{height:100%;width:2px;margin:0 15px;display:inline-block}.noUi-handle.noUi-active{transform:scale3d(2,2,1)}[disabled].noUi-slider{opacity:.5}[disabled] .noUi-handle{cursor:not-allowed}.slider{background:#c8c8c8}.slider.noUi-connect{background-color:#3f51b5}.slider .noUi-handle{border-color:#3f51b5}.slider.slider-info.noUi-connect,.slider.slider-info .noUi-connect{background-color:#00bcd4}.slider.slider-info .noUi-handle{border-color:#00bcd4}.slider.slider-success.noUi-connect,.slider.slider-success .noUi-connect{background-color:#4caf50}.slider.slider-success .noUi-handle{border-color:#4caf50}.slider.slider-warning.noUi-connect,.slider.slider-warning .noUi-connect{background-color:#ffeb3b}.slider.slider-warning .noUi-handle{border-color:#ffeb3b}.slider.slider-danger.noUi-connect,.slider.slider-danger .noUi-connect{background-color:red}.slider.slider-danger .noUi-handle{border-color:red}#jekyll-search-container{list-style:none;font-size:12px;background-color:#fff;position:absolute;top:40px;left:20px;z-index:-1;width:223px;border-left:1px solid #dedede;box-shadow:2px 3px 2px #dedede}#jss-input-sidebar{margin-left:20px}#jss-input-index,#jss-input-sidebar{padding:.5em;margin-right:20px;width:20em;font-size:.8em;box-sizing:border-box;float:right;margin-top:15px}#jss-input-index{margin-left:0}.top-search .form-control::placeholder{color:hsla(0,0%,100%,.5)}h4.result-item{font-size:1.25rem!important}h6.result-item{font-size:.875rem!important}h4.result-item>a{color:#3949ab}h4.result-item>a:hover{color:#212121;text-decoration:none}.panel-search{scrollbar-width:none;-ms-overflow-style:none}.panel-search::-webkit-scrollbar{width:0}.panel-search{max-height:350px;width:98%;background-color:unset;overflow-y:scroll!important}.panel-search p{margin-bottom:0!important}.panel-search>.panel-heading{color:#424242!important}.panel-search-index{margin-left:0}.panel-heading{padding:10px 15px;font-weight:400}.result-group-item-text{line-height:1.3}#jss-results li{padding-top:.2rem;padding-bottom:.2rem;display:inherit}#jss-results li:last-child{padding-bottom:2rem}#jss-results li>a{text-decoration:none;color:rgba(0,0,0,.5)}#jss-results li>a:hover{color:rgba(0,0,0,.9)}.result-item{display:flex;flex-flow:row wrap;align-items:center;line-height:1}.result-group-item p{color:rgba(0,0,0,.8);font-size:1.75rem;line-height:1.3}.panel-body p{font-size:1.1em;margin-left:1.5em;margin-bottom:.5rem!important;font-weight:400;color:#424242}.toc{overflow-y:auto}.toc ul{overflow:hidden;position:relative;list-style:none;list-style-type:none!important}.toc-list{margin:0;padding-left:10px}.toc-link:before{background-color:#e0e0e0;content:" ";display:inline-block;height:inherit;left:0;margin-top:-1px;position:absolute;width:2px}.is-collapsible{max-height:1000px;overflow:hidden;transition:all .3s ease-in-out}.is-collapsed{max-height:0}.is-position-fixed{top:0}.is-position-fixed,.j1-sidebar.affix{position:fixed!important}a.toc-link{color:#212121;height:100%;font-size:1rem;text-decoration:none!important}#topcontrol{color:#fff;z-index:99;width:30px;height:30px;font-size:20px;border-radius:3px!important}#topcontrol:after{top:0;left:5px;position:absolute;text-align:center}#topcontrol:hover{color:#fff;transition:all .3s ease-in-out}
|
|
1
|
+
.icons{column-count:2;column-gap:2rem}.icons div{line-height:3rem;color:rgba(0,0,0,.6)}.icons div span{cursor:pointer;font-size:1rem;text-overflow:ellipsis;display:inline-block;max-width:calc(100% - 90px);overflow:hidden;vertical-align:middle;white-space:nowrap;margin-left:.5rem}.icons div code:hover,.icons div i:hover,.icons div span:hover{color:rgba(0,0,0,.9)}.icons div code:hover{border-color:#3f51b5}.icons div code{color:#424242;background-color:#e0e0e0;border:1px solid #9e9e9e;width:80px;margin-left:2px;margin-right:4px;border-radius:4px}.icons div code,.icons div i{display:inline-block;vertical-align:middle;text-align:center;line-height:24px;cursor:pointer}.icons div i{width:32px;height:24px;margin-right:.5rem}.icons .mdi:before{font-size:24px}div.copied{position:fixed;top:100px;left:50%;width:200px;text-align:center;color:#fafafa;background-color:#3f51b5;padding:10px 15px;border-radius:4px;margin-left:-100px}ul.emoji-list *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}ul.emoji-list li{font-size:36px;float:left;display:inline-block;padding:2px;margin:4px}img.emoji{cursor:pointer;height:1em;width:1em;margin:0 .05em 0 .1em;vertical-align:-.1em}.twemoji-wrap{position:relative}.twemoji-wrap img{margin:0 .05em 0 .1em;vertical-align:-.1em}.twemoji-textarea{background-color:#fff;border:1px solid #ccc;border-radius:3px;height:100%;padding:6px 30px 6px 12px;overflow-y:auto}.twemoji-textarea[contentEditable=true]:empty:before{content:attr(placeholder);color:#9e9e9e}.twemoji-picker{background-color:#fff;border:1px solid #e7e7e7;border-radius:3px;box-shadow:0 1px 1px rgba(0,0,0,.05);position:absolute;right:0;z-index:1}.twemoji-icon-picker{margin-top:.5rem;margin-bottom:.5rem}.twemoji-icon-picker img{right:21px;top:6px}.twemoji-icon-picker img,.twemoji-picker img{cursor:pointer;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none}.twemoji-picker-category{background-color:#e7e7e7}.twemoji-picker-category img{padding:5px}.twemoji-picker-category .active,.twemoji-picker-category span:hover{border-bottom:2px solid #728691;line-height:22px}.twemoji-picker-category .close{cursor:pointer;float:right;font-size:25px;font-weight:700;line-height:1;margin-right:2px;opacity:.5}.twemoji-picker-category .close:hover{opacity:.3}.twemoji-list{margin-top:1.5rem;margin-left:1.5rem;overflow-y:auto}.twemoji-list img{margin-top:2px;padding:5px}.twemoji-list img:hover{background-color:#e7e7e7}a.accordion-toggler{display:inline-flex;align-items:center}.accordion-block{display:block}.accordion-block h2,.accordion-block p{color:#fff}.accordion-block .panel,.panel-group .panel,.panel-heading{border-radius:0}.accordion-block .panel-heading{color:#fff;padding-top:.5rem;padding-bottom:.5rem}.accordion-block h2 a:hover{text-decoration:none}.accordion-block-default,.accordion-block-light{background:#fafafa;border:1px solid #eee}.accordion-block-default:hover,.accordion-block-light{box-shadow:0 0 8px #e5e5e5}.accordion-block-default h2,.accordion-block-default p,.accordion-block-light h2,.accordion-block-light p{color:#555}.accordion-block-dark{background:#ecf0f1!important;border:1px solid #888a85}.accordion-block-dark:hover{box-shadow:0 0 8px #2e3436}.accordion-block-dark h2,.accordion-block-dark p{color:#2d2d2d}.accordion-box .panel-heading{padding:0;box-shadow:none}.accordion-box .panel-heading a{display:block;font-size:24px;padding:10px 15px;background:#fefefe}.accordion-box .panel-heading a:before{color:#3465a4;font-size:20px;content:"\f063";line-height:12px;padding-left:10px;top:36px;background:transparent;font-family:FontAwesome}.accordion-box .panel-heading a.collapsed:before{content:"\f061"}.accordion-box .title{text-align:center;text-transform:uppercase;margin-top:0;margin-bottom:20px}.accordion-box .title:after{left:50%;width:70px;margin-left:-35px}.accordion-box .tagline{padding-left:60px;padding-right:60px;font-size:14px}.accordion-box .description-title{text-align:left;font-size:22px;text-transform:uppercase;margin-top:0;margin-bottom:20px}.accordion-box .description-text{text-align:justify;margin-top:0;margin-bottom:20px}h2.accordion-box{color:#555;position:relative;margin-bottom:30px}h2.accordion-box:after{left:0;width:70px;height:2px;content:" ";bottom:-10px;background:#555;position:absolute}.accordion-box p{position:relative;margin-bottom:50px}.accordion-box p:after{content:" ";left:50%;height:1px;width:50px;bottom:-15px;position:absolute;margin-left:-25px;background:#3465a4}.acc-icon a.accordion-toggle i{color:#555;margin-right:8px}.acc-icon a.accordion-toggle:hover i{color:#39414c}.accordion-icon{padding-top:15px;text-align:center}.accordion-icon i{color:#fff;width:90px;height:90px;padding:30px 20px 0;font-size:50px;line-height:30px;position:relative;text-align:center;background:#3465a4;margin-bottom:5px;display:inline-block}.accordion-icon i:after{top:-8px;left:-8px;right:-8px;bottom:-8px;content:" ";position:absolute;border:1px solid #dedede;border-radius:5px!important}.accordion-icon:hover i,.accordion-icon:hover i:after{transition:all .3s ease-in-out}.accordion-icon:hover i{background:#729fcf}.accordion-icon:hover i:after{border-color:#729fcf}.j1-banner-block.container,.j1-banner-block.container-fluid{padding-left:5rem!important;padding-right:5rem!important}.box .content{padding:15px 30px}.banner-divider{margin-right:5rem!important;margin-left:5rem!important;border-bottom:1px solid #e0e0e0}.banner-news-headline{display:block;margin:12px 10px 25px;border-bottom:1px solid #e5e5e5}.banner-news-headline h4{color:#3f51b5!important;font-size:2.5rem;margin:0 0 -1px;padding-bottom:5px;padding-left:10px;display:inline-block;border-bottom:1px dotted #3465a4}.banner-news-headline h4:hover{color:#353535!important;text-decoration:none}.banner-news{padding:20px 0}.banner-news p{text-align:justify}.banner-news .box-description{text-align:-webkit-center}.banner-news .j1-banner-block .recent-news{padding-top:0}.banner-news .j1-banner-block .link-news{margin-bottom:0}.banner-news .j1-banner-block .link-news li{padding:12px 0;border-top:1px solid #353535}.banner-news .j1-banner-block .link-news li:first-child{padding-top:0;border-top:none}.banner-news .j1-banner-block .link-news li a{color:#3f51b5;font-size:1.25em;font-weight:400;margin-bottom:3px;display:inline-block}.banner-news .j1-banner-block .link-news a:hover{color:#353535!important;text-decoration:none}.banner-news .j1-banner-block .link-news li small{font-size:1.5rem;color:#555;display:block}@media (max-width:768px){.banner-news{margin:.5rem}.recent-news{margin-left:1.5rem!important;margin-right:2.5rem!important}}.banner-teaser{padding-bottom:1.25rem}.banner-teaser p{margin-bottom:0;text-align:justify}.banner-teaser h3{margin-bottom:.75rem}.btn-row{text-align:initial}@media (max-width:768px){.btn-row{text-align:center}}@media (max-width:640px){.btn-row{text-align:center}}@media (max-width:480px){.banner-teaser{padding:1rem}}.card-footer{padding-top:1.25rem;background-color:transparent}.card{display:inline-block;position:relative;width:100%;border-radius:2px;color:rgba(0,0,0,.87);background:#fafafa;box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)}.card h1 h2 h3 h4 h5{margin-top:10px!important;margin-bottom:10px!important}.card-flat{box-shadow:unset!important}.card .card-height-indicator{margin-top:120%}.card .card-image{height:60%;position:relative;overflow:hidden}.card-image-outer{margin-left:15px;margin-right:15px;margin-top:-30px}.card .card-table{padding:15px 20px;position:relative}.card .card-header .category{margin-bottom:0}.card .card-header.card-header-text{display:inline-block}.card .card-header.card-header-text:after{content:"";display:table}.card .card-header.card-header-icon{float:left}.card .card-header.card-header-icon i{width:33px;height:33px;text-align:center;line-height:33px}.card [data-background-color=purple]{background:linear-gradient(60deg,#ab47bc,#8e24aa);box-shadow:0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(156,39,176,.4)}.card [data-icon-bg-color=purple] i{color:#9c27b0}.card .card-image img{width:100%;height:100%;border-radius:2px;pointer-events:none}.card .card-title{color:#616161}a.card-title:hover{text-decoration:none}.card h1.card-title,.card h2.card-title,.card h3.card-title,.card h4.card-title,.card h5.card-title,.card h6.card-title{font-size:1.75rem!important;font-weight:300}.card .card-title a{color:#de3232!important;text-decoration:none!important}.card .card-title>a:focus,.card .card-title>a:hover{color:#3f51b5!important;text-decoration:none!important}.card-pricing>.card-title{bottom:15px;left:15px;color:#616161}.card .card-image .card-image-headline{position:absolute;bottom:16px;left:18px;color:#fff;font-size:2em}.card .card-content{position:absolute;top:0;bottom:0;left:0;right:0}.card-icon{max-width:130px;max-height:130px;margin:-60px auto 0;border-radius:50%}.card-icon-left{margin:-50px auto 0;padding-left:2.5em}.card-icon-background-no-color{background:transparent!important}.card-icon-background-color-theme{background:#3f51b5!important}.card-icon-background-color-default{background:#9e9e9e!important}.card-icon-background-color-primary{background:#2196f3!important}.card-icon-background-color-success{background:#4caf50!important}.card-icon-background-color-info{background:#9c27b0!important}.card-icon-background-color-warning{background:#ff9800!important}.card-icon-background-color-danger{background:#e51c23!important}.card-icon-circle{border-radius:50%}.card-icon-circle,.card-icon-rectangle{width:120px;height:120px;line-height:100px;display:inline-block}.card-icon-fa{padding-top:10px}.card-icon-mdi{padding-top:.5rem;align-items:center}.card-icon-zmdi{padding-top:10px}.card-icon-circle:hover{background:hsla(0,0%,100%,.2)}.card .category:not([class*=text-]){color:#999}.card .header{box-shadow:0 16px 38px -12px rgba(0,0,0,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);border-radius:3px;padding:15px 0;background-color:#fff;border-bottom:0}.card .header .title{color:#fff}.card .content-primary,.card .header-primary{background:linear-gradient(60deg,#3f51b5,#1a237e)}.card .content-info,.card .header-info{background:linear-gradient(60deg,#26c6da,#0097a7)}.card .content-success,.card .header-success{background:linear-gradient(60deg,#66bb6a,#388e3c)}.card .content-warning,.card .header-warning{background:linear-gradient(60deg,#ffa726,#f57c00)}.card .content-danger,.card .header-danger{background:linear-gradient(60deg,#ef5350,#d32f2f)}.card .content-rose,.card .header-rose{background:linear-gradient(60deg,#ec407a,#c2185b)}.card [class*=content-],.card [class*=content-] .card-title,.card [class*=content-] .card-title a,.card [class*=content-] .icon i,.card [class*=header-],.card [class*=header-] .card-title,.card [class*=header-] .card-title a,.card [class*=header-] .icon i{color:#212121}.card [class*=content-] .icon i,.card [class*=header-] .icon i{border-color:hsla(0,0%,100%,.25)}.card [class*=content-] .author a,.card [class*=content-] .card-description,.card [class*=content-] .category,.card [class*=content-] .footer .stats,.card [class*=header-] .author a,.card [class*=header-] .card-description,.card [class*=header-] .category,.card [class*=header-] .footer .stats{color:hsla(0,0%,100%,.8)}.card [class*=content-] .author a:active,.card [class*=content-] .author a:focus,.card [class*=content-] .author a:hover,.card [class*=header-] .author a:active,.card [class*=header-] .author a:focus,.card [class*=header-] .author a:hover{color:#212121}.card [class*=content-]{border-radius:2px}.card [class*=content-] h1 small,.card [class*=content-] h2 small,.card [class*=content-] h3 small{color:hsla(0,0%,100%,.8)}.card img{width:100%;height:auto}.card .category .material-icons{position:relative;top:6px;line-height:0}.card .category-social .fa{font-size:24px;position:relative;margin-top:-4px;top:2px;margin-right:5px}.card .author .avatar{width:30px;height:30px;overflow:hidden;border-radius:50%;margin-right:5px}.card .author a{color:#3c4858;text-decoration:none}.card .author a .ripple-container{display:none}.card .footer{margin-top:15px}.card .footer div{display:inline-block}.card .footer .author{color:#999}.card .footer .stats{float:right;color:#999}.card .footer .stats .material-icons{position:relative;top:4px;font-size:18px}.carousel .card{max-width:650px;margin:60px auto}.card .checkbox,.card .radio{margin-top:16px}.card-signup .header{box-shadow:0 16px 38px -12px rgba(0,0,0,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);margin-left:20px;margin-right:20px;margin-top:-40px;padding:20px 0}.card-signup .text-divider{margin-top:30px;margin-bottom:0;text-align:center}.card-signup .content{padding:0 30px 0 10px}.card-signup .checkbox{margin-top:20px}.card-signup .checkbox label{margin-left:17px}.card-signup .checkbox .checkbox-material{padding-right:12px}.card-signup .social-line{margin-top:15px;text-align:center;padding:0}.card-signup .social-line .btn{color:#fff;margin-left:5px;margin-right:5px}.card-contact .header{margin-top:-20px}.card-contact .header .title{margin:10px 0}.card-nav-tabs{margin-top:45px}.card-nav-tabs .header{margin-top:-40px}.card-nav-tabs .nav-tabs,.card-plain{background:transparent}.card-plain{box-shadow:none}.card-plain .header{margin-left:0;margin-right:0}.card-plain .content{padding-left:5px;padding-right:5px}.card-plain .card-image{margin:0;border-radius:3px}.card-plain .card-image img{border-radius:3px}.iframe-container iframe{width:100%;box-shadow:0 16px 38px -12px rgba(0,0,0,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2)}.card-form-horizontal .content{padding-left:15px;padding-right:15px}.card-form-horizontal .form-group{padding-bottom:0;margin:3px 0 0}.card-form-horizontal .form-group .form-control{margin-bottom:0}.card-form-horizontal .btn{margin:0}.card-form-horizontal .input-group .input-group-addon{padding-left:0}.card-profile,.card-testimonial{margin-top:60px;text-align:center}.card-tabs{margin-top:60px}.card-profile .btn-just-icon.btn-raised,.card-testimonial .btn-just-icon.btn-raised{margin-left:6px;margin-right:6px}.card-profile .card-avatar,.card-testimonial .card-avatar{max-width:130px;max-height:130px;margin:-60px auto 0;border-radius:50%;overflow:hidden;box-shadow:0 16px 38px -12px rgba(0,0,0,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2)}.card-profile .card-avatar+.content,.card-testimonial .card-avatar+.content{margin-top:15px}.card-profile.card-plain .card-avatar,.card-testimonial.card-plain .card-avatar{margin-top:0}.card-testimonial .card-avatar{max-width:100px;max-height:100px}.card-testimonial .footer{margin-top:0}.card-testimonial .footer .card-avatar{margin-top:10px;margin-bottom:-50px}.card-testimonial .card-description{font-style:italic}.card-testimonial .card-description+.card-title,.card-testimonial .icon{margin-top:30px}.card-testimonial .icon .material-icons{font-size:40px}.card-blog{margin-top:30px}.card-blog .row .category{margin-bottom:0}.card-blog .card-title{margin-top:5px}.card-blog .card-image+.category{margin-top:20px}.card-pricing{text-align:center}.card-pricing .card-title{margin-top:30px;font-size:3.4em}.card-pricing .content{padding:15px!important}.card-pricing .icon{padding:10px 0 0;color:#999}.card-pricing .icon i{font-size:80px;border:1px solid #e5e5e5;border-radius:50%;width:130px;line-height:130px;height:130px}.card-pricing h1 small{font-size:18px}.card-pricing h1 small:first-child{position:relative;font-size:26px}.card-pricing ul{list-style:none;padding:0;max-width:240px;margin:10px auto}.card-pricing ul li{color:#999;display:inline-flex;align-items:flex-end;padding:12px 0;border-bottom:1px solid hsla(0,0%,60%,.3)}.card-pricing ul li:last-child{border:0}.card-pricing ul li b{color:#3c4858}.card-pricing ul li i{top:6px;position:relative}.card-pricing.card-background ul li,.card-pricing [class*=content-] ul li{color:#fff;border-color:hsla(0,0%,100%,.3)}.card-pricing.card-background [class*=text-],.card-pricing.card-background ul li b,.card-pricing [class*=content-] [class*=text-],.card-pricing [class*=content-] ul li b{color:#fff}.card-pricing.card-background:after{background-color:rgba(0,0,0,.7)}.card-raised{box-shadow:0 16px 38px -12px rgba(0,0,0,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2)}.card-background{background-position:50%;background-size:cover;text-align:center}.card-background .content{position:relative;z-index:2;min-height:280px;padding-top:40px;padding-bottom:40px;max-width:440px;margin:0 auto}.card-background .card-description,.card-background .category,.card-background small{color:hsla(0,0%,100%,.7)}.card-background .card-title{color:#fff;margin-top:10px}.card-background:not(.card-pricing) .btn{margin-bottom:0}.card-background:after{position:absolute;z-index:1;width:100%;height:100%;display:block;left:0;top:0;content:"";background-color:rgba(0,0,0,.56);border-radius:2px}.card-product{margin-top:30px}.card-product .btn-simple.btn-just-icon{padding:0}.card-product .footer{margin-top:5px}.card-product .footer .stats .material-icons{margin-top:4px;top:0}.card-product .footer .price h4{margin-bottom:0}.card-product .card-description,.card-product .card-title,.card-product .category{text-align:center}.tagbox{background:#fafafa}.card .tagbox{border-radius:3px}.calendar-header-box{background:#fff}.calendar-header-box .title{text-align:center;text-transform:uppercase}.calendar-header-box .title:after{left:50%;width:70px;margin-left:-35px}.calendar-header-box .tagline{padding-left:60px;padding-right:60px;font-size:14px}h2.calendar-header-box{color:#555;position:relative;margin-bottom:30px}h2.calendar-header-box:after{left:0;width:70px;height:2px;content:" ";bottom:-10px;background:#555;position:absolute}.calendar-header-box p{position:relative;margin-bottom:50px}.calendar-header-box p:after{content:" ";left:50%;height:1px;width:50px;bottom:-15px;position:absolute;margin-left:-25px;background:#3465a4}.calendar{padding:0;list-style:none;position:relative}.calendar-headline{display:block;margin:10px 0 25px;border-bottom:1px solid #e5e5e5}.calendar-headline h4{font-size:24px;margin:0 0 -1px;padding-bottom:5px;padding-left:10px;display:inline-block;border-bottom:1px dotted #3465a4}.calendar a{color:#204a87;text-decoration:none}.tmtime h2,.tmtime h3{font-size:28px}.tmtime h4{font-size:24px;font-weight:600}.calendar>li{position:relative}.calendar:before{top:0;bottom:0;left:22%;width:3px;content:"";background:#eeeeec;position:absolute;margin-left:-14px}.calendar>li .tmtime{width:25%;display:block;position:absolute;padding-right:40px;padding-left:0}.calendar>li .tmtime span{top:9px;display:block;text-align:right;position:relative}.calendar>li .tmtime span:first-child{color:#999;font-size:14px;line-height:.9}.calendar>li .tmtime span:last-child{color:#585f69;font-size:20px;font-weight:400}.calendar>li .tmlabel{color:#657b83;padding:10px 20px 20px;background:#eeeeec;line-height:1.4;clear:both;position:relative;border-radius:4px;margin:0 0 40px 25%}.calendar>li .tmlabel li{padding:0}.calendar>li .tmlabel .text-left{float:left}.calendar>li .tmlabel p{margin:0 0 -5px}.calendar>li .tmlabel:after{right:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#eeeeec;border-width:10px;top:18px}.calendar>li .tmicon{top:22px;left:22%;width:10px;height:10px;position:absolute;background:#3465a4;margin:0 0 0 -17px;box-shadow:0 0 0 4px #e5e5e5;-webkit-font-smoothing:antialiased}.calendar .calendar-footer{padding:7px 12px;overflow:hidden;border-top:1px solid #ccc}.calendar .calendar-footer .blog-info{float:left}.calendar .calendar-footer .blog-info i{color:#777}.calendar .calendar-footer .likes{float:right}.calendar .calendar-footer .likes i{margin-right:2px;color:#777}.calendar .calendar-footer .likes:hover{text-decoration:none;color:inherit}.calendar .calendar-footer .likes:hover i{color:#729fcf}a.calendar-list-unstyled{color:#204a87}a.calendar-list-unstyled,a.calendar-list-unstyled:active,a.calendar-list-unstyled:focus,a.calendar-list-unstyled:hover{outline:none;font-size:13px;text-decoration:none!important;transition:all .3s ease-in-out}a.calendar-list-unstyled:hover{color:#729fcf;text-decoration:none}.calendar>li .tmlabel.equal-height-column{height:auto!important}@media screen and (max-width:65.375em){.calendar>li .tmtime span:last-child{font-size:1.5em}}@media screen and (max-width:47.2em){.calendar:before{display:none}.calendar>li .tmtime{width:100%;position:relative;padding:0 0 20px}.calendar>li .tmtime span{text-align:left}.calendar>li .tmlabel{padding:1em;font-weight:400;margin:0 0 30px}.calendar>li .tmlabel:after{left:20px;top:-20px;right:auto;border-bottom-color:#eeeeec;border-right-color:transparent}.calendar>li .tmicon{left:auto;float:right;position:relative;margin:-55px 5px 0 0}}.timeline-header-box{background:#fff}.timeline-header-box .title{text-align:center;text-transform:uppercase}.timeline-header-box .title:after{left:50%;width:70px;margin-left:-35px}.timeline-header-box .tagline{padding-left:60px;padding-right:60px;font-size:14px}h2.timeline-header-box{color:#555;position:relative;margin-bottom:30px}h2.timeline-header-box:after{left:0;width:70px;height:2px;content:" ";bottom:-10px;background:#555;position:absolute}.timeline-header-box p{position:relative;margin-bottom:50px}.timeline-header-box p:after{content:" ";left:50%;height:1px;width:50px;bottom:-15px;position:absolute;margin-left:-25px;background:#3465a4}.timeline{padding:20px 0;list-style:none;position:relative}.timeline-title{display:block;margin:1.25rem 0 .75rem .75rem;border-bottom:1px solid #e5e5e5}.timeline-title h2{font-size:24px;padding-left:10px}.timeline-title h2,.timeline-title h4{margin:0 0 -1px;padding-bottom:5px;display:inline-block;border-bottom:1px dotted #3465a4}.timeline-title h4{color:rgba(0,0,0,.5);font-weight:400}.timeline-title h4:hover{color:rgba(0,0,0,.9);text-decoration:none}.timeline-tagline{margin-bottom:.5rem}.timeline-excerpt{display:block}.timeline-icon{float:left;margin-right:1.5rem;line-height:1}a.timeline-list-unstyled{color:#204a87}a.timeline-list-unstyled,a.timeline-list-unstyled:active,a.timeline-list-unstyled:hover{outline:none;font-size:13px;text-decoration:none!important;transition:all .3s ease-in-out}a.timeline-list-unstyled:hover{color:#729fcf;text-decoration:none}.timeline:before{top:0;bottom:0;position:absolute;content:" ";width:3px;background-color:#eee;left:50%;margin-left:-1.5px}.timeline>li{margin-bottom:40px;position:relative;width:50%;float:left;clear:left}.timeline>li:after,.timeline>li:before{content:" ";display:table}.timeline>li:after{clear:both}.timeline>li>.timeline-panel{width:94%;float:left;border:1px solid #d4d4d4;border-radius:4px;position:relative}.timeline>li>.timeline-panel:before{position:absolute;top:26px;right:-15px;display:inline-block;border-top:15px solid transparent;border-left:15px solid #ccc;border-right:0 solid #ccc;border-bottom:15px solid transparent;content:" "}.timeline>li>.timeline-panel:after{position:absolute;top:27px;right:-14px;display:inline-block;border-top:14px solid transparent;border-left:14px solid #fff;border-right:0 solid #fff;border-bottom:14px solid transparent;content:" "}.timeline>li>.timeline-badge{width:24px;text-align:center;position:absolute;top:19px;right:-12px;z-index:3}.tmicon{top:18px;border-radius:50%;width:10px;height:10px;position:absolute;background:#3f51b5;margin:0 0 0 -5px;box-shadow:0 0 0 4px #e5e5e5;-webkit-font-smoothing:antialiased}.timeline>li.timeline-inverted>.timeline-panel{float:right}.timeline>li.timeline-inverted>.timeline-panel:before{border-left-width:0;border-right-width:15px;left:-15px;right:auto}.timeline>li.timeline-inverted>.timeline-panel:after{border-left-width:0;border-right-width:14px;left:-14px;right:auto}.timeline>li>.timeline-panel .timeline-heading{padding:5px}.timeline>li>.timeline-panel .timeline-heading img{width:100%}.timeline .timeline-body{padding:12px}.timeline .timeline-footer{padding:7px 12px;overflow:hidden;border-top:1px solid #ccc}.timeline .timeline-footer .blog-info{float:left}.timeline .timeline-footer .blog-info i{color:#777}.timeline .timeline-footer .likes{float:right}.timeline .timeline-footer .likes i{margin-right:2px;color:#777}.timeline .timeline-footer .likes:hover{text-decoration:none;color:inherit}.timeline .timeline-footer .likes:hover i{color:#729fcf}.timeline>li.timeline-inverted{float:right;clear:right;margin-bottom:40px}.timeline>li:nth-child(2n){margin-top:30px}.timeline>li:nth-child(odd){margin-top:0}.timeline>li.timeline-inverted>.timeline-badge{left:-12px}@media (max-width:992px){.timeline>li>.timeline-panel:before{top:31px;right:-11px;border-top:11px solid transparent;border-left:11px solid #ccc;border-bottom:11px solid transparent}.timeline>li>.timeline-panel:after{top:32px;right:-10px;border-top:10px solid transparent;border-left:10px solid #fff;border-bottom:10px solid transparent}.timeline>li.timeline-inverted>.timeline-panel:before{border-right-width:11px;left:-11px}.timeline>li.timeline-inverted>.timeline-panel:after{border-right-width:10px;left:-10px}}@media (max-width:767px){ul.timeline:before{left:40px}ul.timeline>li{margin-bottom:20px;position:relative;width:100%;float:left;clear:left}ul.timeline>li>.timeline-panel{width:calc(100% - 70px);width:-webkit-calc(100% - 70px)}ul.timeline>li>.timeline-badge{left:28px;margin-left:0;top:16px}ul.timeline>li>.timeline-panel{float:right}ul.timeline>li>.timeline-panel:before{top:27px;right:-12px;border-top:12px solid transparent;border-left:12px solid #ccc;border-bottom:12px solid transparent}ul.timeline>li>.timeline-panel:after{top:28px;right:-11px;border-top:11px solid transparent;border-left:11px solid #fff;border-bottom:11px solid transparent}ul.timeline>li>.timeline-panel:before{border-left-width:0;border-right-width:12px;left:-12px;right:auto}ul.timeline>li>.timeline-panel:after{border-left-width:0;border-right-width:11px;left:-11px;right:auto}.timeline>li.timeline-inverted{float:left;clear:left;margin-top:30px;margin-bottom:30px}.timeline>li.timeline-inverted>.timeline-badge{left:28px}}.article-overview-heading{display:block;margin:12px 10px 25px 0;border-bottom:1px solid #e5e5e5}.article-overview-heading h3{font-size:24px;margin:0 0 -1px;padding-bottom:5px;padding-left:10px;display:inline-block;border-bottom:1px dotted #3465a4}.article-overview-heading h3>a{color:rgba(0,0,0,.5)!important}.article-overview-heading h3>a:hover{color:rgba(0,0,0,.9)!important;text-decoration:none}.article-overview-description,.article-overview-excerpt{margin:1rem 1.8rem 2rem .5rem;text-align:justify}.no-padding{padding-right:0!important;padding-left:0!important}.footer-light-theme .footer{padding:70px 0;background:#212121}.footer-light-theme .footer p{color:hsla(0,0%,100%,.4);font-size:1em;font-family:sans-serif}.footer-light-theme .heading-footer{text-align:left;position:relative;margin-bottom:30px;padding-bottom:2px}.footer-light-theme .heading-footer:after{left:0;bottom:0;height:2px;width:50px;content:" ";background:#204a87;position:absolute}.footer-light-theme .heading-footer h2{color:hsla(0,0%,100%,.9);font-size:1.3em!important;text-transform:uppercase}.footer-light-theme .footer .link-news{margin-bottom:0}.footer-light-theme .footer .link-news li{padding:12px 0;border-top:1px solid #353535}.footer-light-theme .footer .link-news li:first-child{padding-top:0;border-top:none}.footer-light-theme .footer .link-news li a{color:hsla(0,0%,100%,.5);font-size:1em;margin-bottom:3px;display:inline-block}.footer-light-theme .footer .link-news a:hover{color:#fafafa!important;text-decoration:none}.footer-light-theme .footer .link-news li small{color:#555;display:block}.footer-light-theme .footer-link-list li{padding:9px 0;border-top:1px solid #333}.footer-light-theme .footer-link-list li:first-child{padding-top:0;border-top:none}.footer-light-theme .footer-link-list li a{color:hsla(0,0%,100%,.5);font-size:1em;display:inline-block;font-family:sans-serif}.footer-light-theme .footer-link-list a:hover{color:#fafafa!important;text-decoration:none}.footer-light-theme .footer .contacts{margin-bottom:0}.footer-light-theme .footer .contacts li{margin-bottom:20px}.footer-light-theme .footer .contacts li:after,.footer-light-theme .footer .contacts li:before{content:" ";display:table}.footer-light-theme .footer .contacts li:after{clear:both}.footer-light-theme .footer .contacts li i{float:left;width:30px;height:30px;color:hsla(0,0%,100%,.5);padding:8px 5px;background:#333;text-align:center;margin:4px 10px 0 0;display:inline-block}.footer-light-theme .footer .contacts li p{margin-bottom:0}.footer-light-theme .footer .contacts li a{color:hsla(0,0%,100%,.5)}.footer-light-theme .footer .contacts li a:hover{color:#fafafa!important;text-decoration:none}#inline ul li{display:inline}.footer-light-theme .copyright{padding:15px 0;background:#212121;font-family:sans-serif}.footer-light-theme .copyright p{font-size:.8em;font-family:sans-serif;margin-top:3px}.footer-light-theme .dark-social{margin:5px 0 0}.footer-light-theme .dark-social li{margin-left:5px}.footer-light-theme .dark-social li i{color:hsla(0,0%,100%,.5)}.footer-light-theme .copyright .terms-menu{margin:7px 0 0}.footer-light-theme .copyright .terms-menu li{color:hsla(0,0%,100%,.5);font-size:.8em;padding-left:0!important;padding-right:0!important}.footer-light-theme .copyright .terms-menu li:first-child{border-left:none;padding:0 7px 0 0}.footer-light-theme .copyright .terms-menu li a{color:hsla(0,0%,100%,.5)}.footer-light-theme .copyright .terms-menu li a:before{content:"\20 \B7 \20"}.footer-light-theme .copyright .terms-menu li a:hover{color:#fafafa!important;text-decoration:none}@media (max-width:992px){.footer-light-theme .copyright .dark-social.pull-right,.footer-light-theme .copyright .terms-menu{text-align:center;float:none!important}}.j1-masthead{position:relative;width:100%;overflow:hidden}.j1-masthead .j1-booticon{margin:0 auto 30px}.j1-masthead .head-title h2{margin-top:0;margin-bottom:.1em;font-weight:600;line-height:1}.j1-masthead .head-tagline h3{margin-top:0;margin-bottom:0;font-weight:400;line-height:1;font-style:italic}.j1-masthead .lead{margin:0 20px 30px;font-size:20px;color:#babdb6}.j1-masthead .version{margin-top:-10px;margin-bottom:15px;font-size:20px;font-weight:500;color:#2e3436}.j1-masthead .btn{width:100%;padding:15px 30px;font-size:20px}.j1-masthead-caption{display:none;text-align:right;position:absolute;right:0;bottom:0;padding-right:15px;padding-bottom:10px;font-size:1rem;font-weight:600}.j1-masthead-caption-anchor a,.j1-masthead-caption-anchor a:hover{color:#3f51b5!important;text-decoration:none}.j1-masthead-caption-anchor a:hover{border-bottom:1px dotted #ebf1f5}@media (min-width:992px){.j1-masthead .lead{width:90%;font-size:30px}}@media (min-width:768px){.j1-masthead h1{font-size:60px}.j1-masthead .lead{width:95%;font-size:24px}}@media (min-width:480px){.j1-masthead .btn{width:auto;margin-top:10px}}.text-emphasis-none{text-shadow:none!important}.text-emphasis-strong{text-shadow:0 2px 0 rgba(0,0,0,.4)!important}.text-emphasis-stronger{text-shadow:0 3px 0 rgba(0,0,0,.3)!important}.text-emphasis-strongest{text-shadow:0 4px 0 rgba(0,0,0,.2)!important}.social-icons{margin:0;padding:0}.social-icons li{list-style:none;margin-right:3px;margin-bottom:5px;text-indent:-9999px;display:inline-block}.social-icons li a,a.social-icon{width:28px;height:28px;display:block;background-position:0 0;background-repeat:no-repeat;transition:all .3s ease-in-out}.social-icons li:hover a{background-position:0 -38px}.social-icons-color li a{opacity:.7;background-position:0 -38px!important;-webkit-backface-visibility:hidden}.social-icons-color li a:hover{opacity:1}.social_amazon{background:url(/assets/images/icons/social/amazon.png) no-repeat}.social_behance{background:url(/assets/images/icons/social/behance.png) no-repeat}.social_blogger{background:url(/assets/images/icons/social/blogger.png) no-repeat}.social_deviantart{background:url(/assets/images/icons/social/deviantart.png) no-repeat}.social_dribbble{background:url(/assets/images/icons/social/dribbble.png) no-repeat}.social_dropbox{background:url(/assets/images/icons/social/dropbox.png) no-repeat}.social_evernote{background:url(/assets/images/icons/social/evernote.png) no-repeat}.social_facebook{background:url(/assets/images/icons/social/facebook.png) no-repeat}.social_forrst{background:url(/assets/images/icons/social/forrst.png) no-repeat}.social_github{background:url(/assets/images/icons/social/github.png) no-repeat}.social_googleplus{background:url(/assets/images/icons/social/googleplus.png) no-repeat}.social_jolicloud{background:url(/assets/images/icons/social/jolicloud.png) no-repeat}.social_last-fm{background:url(/assets/images/icons/social/last-fm.png) no-repeat}.social_linkedin{background:url(/assets/images/icons/social/linkedin.png) no-repeat}.social_picasa{background:url(/assets/images/icons/social/picasa.png) no-repeat}.social_pintrest{background:url(/assets/images/icons/social/pintrest.png) no-repeat}.social_rss{background:url(/assets/images/icons/social/rss.png) no-repeat}.social_skype{background:url(/assets/images/icons/social/skype.png) no-repeat}.social_spotify{background:url(/assets/images/icons/social/spotify.png) no-repeat}.social_stumbleupon{background:url(/assets/images/icons/social/stumbleupon.png) no-repeat}.social_tumblr{background:url(/assets/images/icons/social/tumblr.png) no-repeat}.social_twitter{background:url(/assets/images/icons/social/twitter.png) no-repeat}.social_vimeo{background:url(/assets/images/icons/social/vimeo.png) no-repeat}.social_wordpress{background:url(/assets/images/icons/social/wordpress.png) no-repeat}.social_xing{background:url(/assets/images/icons/social/xing.png) no-repeat}.social_yahoo{background:url(/assets/images/icons/social/yahoo.png) no-repeat}.social_youtube{background:url(/assets/images/icons/social/youtube.png) no-repeat}.social_vk{background:url(/assets/images/icons/social/vk.png) no-repeat}.social_instagram{background:url(/assets/images/icons/social/instagram.png) no-repeat}.panel-fluid{width:100%;padding:unset!important;margin:unset!important}.j1-panel-block.container,.j1-panel-block.container-fluid{padding-left:0!important;padding-right:0!important}@media (max-width:768px){.j1-panel-block.row{margin-left:.5rem!important;margin-right:.5rem!important}}.parallax-day-night{height:100%;background-color:#222;background-image:linear-gradient(180deg,transparent,#bab3ab 0),linear-gradient(-45deg,#bab3ab 40%,transparent 0),linear-gradient(45deg,#bab3ab 40%,transparent 0),linear-gradient(45deg,transparent 40%,#bab3ab 0),linear-gradient(-45deg,transparent 40%,#bab3ab 0),linear-gradient(#bab3ab,#bab3ab),linear-gradient(45deg,transparent 40%,#bab3ab 0),linear-gradient(-45deg,transparent 40%,#bab3ab 0),linear-gradient(45deg,transparent 40%,#bab3ab 0),linear-gradient(-45deg,transparent 40%,#bab3ab 0),linear-gradient(#bab3ab,#bab3ab),linear-gradient(#bab3ab,#bab3ab),linear-gradient(#bab3ab,#bab3ab),linear-gradient(#bab3ab,#bab3ab),linear-gradient(#bab3ab,#bab3ab),linear-gradient(#bab3ab,#bab3ab),linear-gradient(#bab3ab,#bab3ab),linear-gradient(180deg,#a33d29,#a33d29,#fff,#598ca6,#8cbfd9,#4b3d8f,#6f6699,#4d4d4d,#a33d29);background-position:50% 100%,calc(50% - 15px) calc(100% - 145px),calc(50% + 15px) calc(100% - 145px),calc(50% - 20px) calc(100% - 140px),calc(50% + 20px) calc(100% - 140px),50% calc(100% - 135px),calc(50% - 15px) calc(100% - 130px),calc(50% + 15px) calc(100% - 130px),calc(50% - 10px) calc(100% - 120px),calc(50% + 10px) calc(100% - 120px),50% calc(100% - 70px),calc(50% + 5px) calc(100% - 75px),calc(50% + 20px) calc(100% - 80px),calc(50% + 25px) calc(100% - 79px),calc(50% + 35px) calc(100% - 53px),calc(50% + 35px) calc(100% - 70px),50% 100%,0 0;background-size:15px 161px,30px 20px,30px 20px,30px 5px,30px 5px,40px 5px,30px 5px,30px 5px,30px 5px,30px 5px,25px 30px,25px 20px,30px 5px,3px 7px,5px 30px,7px 3px,2px 185px,100% 1500%;background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,repeat-y;animation:a 840s linear infinite}.parallax-day-night html:after,.parallax-day-night html:before{content:"";position:absolute;border-radius:50%;z-index:1}.parallax-day-night html:before{height:150px;width:150px;box-shadow:inset 20px -20px 50px rgba(191,163,194,.5);top:20%;left:60%}.parallax-day-night html:after{height:100px;width:100px;box-shadow:inset 30px -30px 50px rgba(133,139,173,.5);top:40%;left:50%}@keyframes a{to{background-position:50% 100%,calc(50% - 15px) calc(100% - 145px),calc(50% + 15px) calc(100% - 145px),calc(50% - 20px) calc(100% - 140px),calc(50% + 20px) calc(100% - 140px),50% calc(100% - 135px),calc(50% - 15px) calc(100% - 130px),calc(50% + 15px) calc(100% - 130px),calc(50% - 10px) calc(100% - 120px),calc(50% + 10px) calc(100% - 120px),50% calc(100% - 70px),calc(50% + 5px) calc(100% - 75px),calc(50% + 20px) calc(100% - 80px),calc(50% + 25px) calc(100% - 79px),calc(50% + 35px) calc(100% - 53px),calc(50% + 35px) calc(100% - 70px),50% 100%,0 1500%}}.parallax-horizontal{height:100%;width:1000px;background-color:rgba(46,87,107,.4);background-image:url(http://clker.com/cliparts/q/L/o/j/C/Q/forest-hi.png),url(http://inserthtml.com/parallax/trees.png),url(https://db.tt/cKICP4Xj),url(http://augstudy.com/images/theme/impress/bg_mountains.png),url(https://db.tt/vKBcgeOj);background-repeat:repeat-x;background-position:0 20%,0 95%,0 0,0 100%,0 0;background-size:2500px,800px,500px 200px,1000px,400px 260px;animation:50s b infinite linear}@keyframes b{to{background-position:-5000px 20%,-800px 95%,500px 0,1000px 100%,400px 0}}ul.service-list>li>a{display:block;width:100%;border-bottom:1px dotted #e0e0e0;padding:10px 30px 5px;color:#9e9e9e;font-weight:600}ul.service-list>li>a:focus,ul.service-list>li>a:hover{color:#3f51b5!important;text-decoration:none!important}@media (max-width:768px){.intro-panel{margin:3rem}}@media (max-width:640px){.intro-panel{margin:3rem}}.panel-news-headline{display:block;margin:12px 10px 25px;border-bottom:1px solid #e5e5e5}.panel-news-headline h4{color:#3f51b5!important;font-size:2.5rem;margin:0 0 -1px;padding-bottom:5px;padding-left:10px;display:inline-block;border-bottom:1px dotted #3465a4}.panel-news-headline h4:hover{color:#353535!important;text-decoration:none}.panel-news{display:block}.panel-news p{text-align:justify}.panel-news .box-description{text-align:-webkit-center}.panel-news .j1-panel-block .recent-news{padding-top:0}.panel-news .j1-panel-block .link-news{margin-bottom:0}.panel-news .j1-panel-block .link-news li{padding:12px 0;border-top:1px solid #353535}.panel-news .j1-panel-block .link-news li:first-child{padding-top:0;border-top:none}.panel-news .j1-panel-block .link-news li a{color:#3f51b5;font-size:1.25em;font-weight:400;margin-bottom:3px;display:inline-block}.panel-news .j1-panel-block .link-news a:hover{color:#353535!important;text-decoration:none}.panel-news .j1-panel-block .link-news li small{font-size:1.5rem;color:#555;display:block}@media (max-width:768px){.panel-news{margin:.5rem}.recent-news{margin-left:1.5rem!important;margin-right:2.5rem!important}}.panel-service p{text-align:justify}.panel-service .card-description{text-align:-webkit-center}@media (max-width:768px){.panel-service{margin:5rem}}@media (max-width:640px){.panel-service{margin:5rem}}.post-category-icon .fa,.post-category-icon .mdi,.post-category-icon .zmdi{margin-right:.5rem}.post-timestamp{display:block;margin:10px 0 25px}.post-paginator{margin:0 0 -1px;padding-bottom:5px;padding-left:10px;display:inline-block;border-bottom:1px dotted #3465a4}.post-headline{margin-bottom:2rem;border-bottom:1px solid #e5e5e5}.post-headline h1,.post-headline h2{color:rgba(0,0,0,.9);font-size:3.5rem;font-weight:400;margin:0 0 -1px;padding-bottom:5px;padding-left:10px;display:inline-block;border-bottom:1px dotted #3465a4}.post-search-results h2{font-size:3rem!important;font-weight:400}.post-search-results h3,.post-search-results h4{font-size:2rem!important;font-weight:400}.post-search-results .link-news{margin-bottom:0}.post-search-results .link-news li:first-child{padding-top:0;border-top:none}.link-news li a,.post-search-results .link-news li a{color:rgba(0,0,0,.5);font-weight:400;margin-bottom:3px;display:inline-block}.post-search-results .link-news a:hover{color:rgba(0,0,0,.9)!important;text-decoration:none}.post-search-results .link-news li small{font-size:1.25rem;color:#555;display:block}.link-news li a,.post-archive-search-results .link-news li a,.post-date-search-results .link-news li a{color:rgba(0,0,0,.5);font-weight:400;margin-bottom:3px;display:inline-block}.post-date-search-results h3{font-size:4rem!important;font-weight:400}.link-news a,.link-news a:hover{text-decoration:none}.link-news a:hover{color:rgba(0,0,0,.9)!important}a.news-link{color:currentColor;height:100%;font-size:14px;text-decoration:none!important}.series-navigator{display:inline-block;position:relative;width:100%}.series-navigator .content{margin-top:1rem;padding-bottom:3rem}.series-navigation{margin-top:10px}.series-navigation ul{margin:0;padding:0;list-style:none}.series-navigation ul li{display:inline-block}.series-navigation ul li a{position:relative;display:inline-block;line-height:2.5rem;padding:0 1rem;background-color:#e91e63;border-radius:3px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#fff;font-size:.75rem!important;font-weight:400;text-decoration:none;transition:.2s}.series-navigation ul li.current a{background-color:rgba(0,0,0,.5)}.series-navigation ul li.current a:hover{background-color:rgba(0,0,0,.9)!important;color:#fff!important}.series-navigation ul li a:hover{background-color:rgba(0,0,0,.9);color:#fff!important}.series-exerpt{text-align:justify;padding:0 20px 10px 0}.series-exerpt-title{margin-top:0;font-family:inherit;font-weight:400;line-height:1.1;color:#444}.series-navigator .series-navigator-footer{height:10%;padding:40px 0 0}.series-navigator .series-navigator-footer a,.series-navigator .series-navigator-footer button{margin:0!important;position:relative;bottom:25px;width:auto}.series-navigator .series-navigator-footer a:first-child,.series-navigator .series-navigator-footer button:first-child{left:-5px}.featured-article,featured-article-shadow-effect{padding-top:30px;padding-bottom:30px}.featured-article-img{border-radius:5px;display:block;max-width:100%;height:auto}.featured-article-shadow-effect:hover{background:#fafafa;box-shadow:0 0 5px #ddd;transition:box-shadow .2s ease-in-out}.featured-headline{display:block;margin:10px 0 45px;border-bottom:1px solid #e4e9f0}h2.featured-headline,h3.featured-headline{font-weight:200;margin:0 0 -2px;padding-bottom:5px;padding-left:10px;display:inline-block;border-bottom:1px dotted #3465a4}@media (min-width:768px){.j1-sidebar{padding-left:0}}.j1-sidenav{margin-top:20px;margin-bottom:20px}.j1-sidebar .nav>li>a{display:block;padding:5px 20px;font-size:13px;font-weight:500;color:#767676}.j1-sidebar .nav>li>a:focus,.j1-sidebar .nav>li>a:hover{padding-left:19px;color:#3465a4;text-decoration:none;background-color:transparent;border-left:1px solid #3465a4}.j1-sidebar .nav>.active:focus>a,.j1-sidebar .nav>.active:hover>a,.j1-sidebar .nav>.active>a{padding-left:18px;font-weight:700;color:#204a87;background-color:transparent;border-left:2px solid #204a87}.j1-sidebar .nav .nav{display:none;padding-bottom:10px}.j1-sidebar .nav .nav>li>a{padding-top:3px;padding-bottom:1px;padding-left:30px;font-size:12px;font-weight:400}.j1-sidebar .nav .nav>li>a:focus,.j1-sidebar .nav .nav>li>a:hover{padding-left:29px}.j1-sidebar .nav .nav>.active:focus>a,.j1-sidebar .nav .nav>.active:hover>a,.j1-sidebar .nav .nav>.active>a{padding-left:28px;font-weight:500}.back-to-top,.j1-theme-toggle{display:none;padding:4px 10px;margin-top:10px;margin-left:10px;font-size:14px;font-weight:500;color:#555753}.back-to-top:hover,.j1-theme-toggle:hover{color:#3465a4;text-decoration:none!important}.j1-theme-toggle{margin-top:0}@media (min-width:768px){.back-to-top,.j1-theme-toggle{display:block}}.spinner-swiping-dots{height:100%;background-image:radial-gradient(#222 65%,transparent 70%),radial-gradient(#222 65%,transparent 70%),radial-gradient(#222 65%,transparent 70%),radial-gradient(#222 65%,transparent 70%);background-repeat:no-repeat;background-size:2em 2em,2em 2em,2em 2em,2em 2em;background-position:calc(50% - 2.6em) 50%,calc(50% - 2.6em) 50%,50% 50%,calc(50% + 2.6em) 50%;animation:c .6s infinite}@keyframes c{0%{background-size:0 0,2em 2em,2em 2em,2em 2em;background-position:calc(50% - 2.6em) 50%,calc(50% - 2.6em) 50%,50% 50%,calc(50% + 2.6em) 50%}to{background-size:2em 2em,2em 2em,2em 2em,0 0;background-position:calc(50% - 2.6em) 50%,50% 50%,calc(50% + 2.6em) 50%,calc(50% + 2.6em) 50%}}.spinner-radial-dots{height:100%;font-size:1em;background-color:#222;background-image:radial-gradient(hsla(0,0%,100%,.6) 40%,hsla(0,0%,100%,0) 60%),radial-gradient(hsla(0,0%,100%,.6) 40%,hsla(0,0%,100%,0) 60%),radial-gradient(hsla(0,0%,100%,.6) 40%,hsla(0,0%,100%,0) 60%),radial-gradient(#fff 50%,hsla(0,0%,100%,0) 53%),radial-gradient(#fff 50%,hsla(0,0%,100%,0) 53%),radial-gradient(#fff 50%,hsla(0,0%,100%,0) 53%),radial-gradient(#fff 50%,hsla(0,0%,100%,0) 53%),radial-gradient(hsla(0,0%,100%,.6) 40%,hsla(0,0%,100%,0) 60%),radial-gradient(#47b4eb,#333);background-position:50% 50%,calc(50% + 3em) calc(50% - .5em),calc(50% + 4em) calc(50% - 1.5em),calc(50% + 3em) calc(50% - 2.5em),50% calc(50% - 3em),calc(50% - 3em) calc(50% - 2.5em),calc(50% - 4em) calc(50% - 1.5em),calc(50% - 3em) calc(50% - .5em),0 0;background-size:3em 3em,2.5em 3em,1em 3em,2.5em 3em,3em 3em,2.5em 3em,1em 3em,2.5em 3em,100% 100%;background-repeat:no-repeat;animation:.3s d linear infinite reverse}@keyframes d{0%{background-position:50% 50%,calc(50% + 3em) calc(50% - .5em),calc(50% + 4em) calc(50% - 1.5em),calc(50% + 3em) calc(50% - 2.5em),50% calc(50% - 3em),calc(50% - 3em) calc(50% - 2.5em),calc(50% - 4em) calc(50% - 1.5em),calc(50% - 3em) calc(50% - .5em),0 0;background-size:3em 3em,2.5em 3em,1em 3em,2.5em 3em,3em 3em,2.5em 3em,1em 3em,2.5em 3em,100% 100%}to{background-position:calc(50% - 3em) calc(50% - .5em),50% 50%,calc(50% + 3em) calc(50% - .5em),calc(50% + 4em) calc(50% - 1.5em),calc(50% + 3em) calc(50% - 2.5em),50% calc(50% - 3em),calc(50% - 3em) calc(50% - 2.5em),calc(50% - 4em) calc(50% - 1.5em),0 0;background-size:2.5em 3em,3em 3em,2.5em 3em,1em 3em,2.5em 3em,3em 3em,2.5em 3em,1em 3em,100% 100%}}.spinner-moving-dots{height:100%;background-color:#86bf40;background-image:radial-gradient(#fff 30%,hsla(0,0%,100%,0) 35%),radial-gradient(#fff 30%,hsla(0,0%,100%,0) 35%),radial-gradient(#fff 30%,hsla(0,0%,100%,0) 35%),radial-gradient(#fff 30%,hsla(0,0%,100%,0) 35%),radial-gradient(#fff 30%,hsla(0,0%,100%,0) 35%),radial-gradient(#fff 30%,hsla(0,0%,100%,0) 35%),radial-gradient(#fff 30%,hsla(0,0%,100%,0) 35%),radial-gradient(#fff 30%,hsla(0,0%,100%,0) 35%);background-position:50% 50%,50% 50%,50% 50%,50% 50%,50% 50%,50% 50%,50% 50%,50% 50%;background-size:1.5em 1.5em;background-repeat:no-repeat;animation:e 2.5s infinite}@keyframes e{6.25%{background-position:50% calc(50% - 1.5em),50% 50%,50% 50%,50% 50%,50% 50%,50% 50%,50% 50%,50% 50%}12.5%{background-position:50% calc(50% - 1.5em),calc(50% + 1em) calc(50% - 1em),50% 50%,50% 50%,50% 50%,50% 50%,50% 50%,50% 50%}18.75%{background-position:50% calc(50% - 1.5em),calc(50% + 1em) calc(50% - 1em),calc(50% + 1.5em) 50%,50% 50%,50% 50%,50% 50%,50% 50%,50% 50%}25%{background-position:50% calc(50% - 1.5em),calc(50% + 1em) calc(50% - 1em),calc(50% + 1.5em) 50%,calc(50% + 1em) calc(50% + 1em),50% 50%,50% 50%,50% 50%,50% 50%}31.25%{background-position:50% calc(50% - 1.5em),calc(50% + 1em) calc(50% - 1em),calc(50% + 1.5em) 50%,calc(50% + 1em) calc(50% + 1em),50% calc(50% + 1.5em),50% 50%,50% 50%,50% 50%}37.5%{background-position:50% calc(50% - 1.5em),calc(50% + 1em) calc(50% - 1em),calc(50% + 1.5em) 50%,calc(50% + 1em) calc(50% + 1em),50% calc(50% + 1.5em),calc(50% - 1em) calc(50% + 1em),50% 50%,50% 50%}43.75%{background-position:50% calc(50% - 1.5em),calc(50% + 1em) calc(50% - 1em),calc(50% + 1.5em) 50%,calc(50% + 1em) calc(50% + 1em),50% calc(50% + 1.5em),calc(50% - 1em) calc(50% + 1em),calc(50% - 1.5em) 50%,50% 50%}50%{background-position:50% 50%,calc(50% + 1em) calc(50% - 1em),calc(50% + 1.5em) 50%,calc(50% + 1em) calc(50% + 1em),50% calc(50% + 1.5em),calc(50% - 1em) calc(50% + 1em),calc(50% - 1.5em) 50%,calc(50% - 1em) calc(50% - 1em)}56.25%{background-position:50% 50%,50% 50%,calc(50% + 1.5em) 50%,calc(50% + 1em) calc(50% + 1em),50% calc(50% + 1.5em),calc(50% - 1em) calc(50% + 1em),calc(50% - 1.5em) 50%,calc(50% - 1em) calc(50% - 1em)}62.5%{background-position:50% 50%,50% 50%,50% 50%,calc(50% + 1em) calc(50% + 1em),50% calc(50% + 1.5em),calc(50% - 1em) calc(50% + 1em),calc(50% - 1.5em) 50%,calc(50% - 1em) calc(50% - 1em)}68.75%{background-position:50% 50%,50% 50%,50% 50%,50% 50%,50% calc(50% + 1.5em),calc(50% - 1em) calc(50% + 1em),calc(50% - 1.5em) 50%,calc(50% - 1em) calc(50% - 1em)}75%{background-position:50% 50%,50% 50%,50% 50%,50% 50%,50% 50%,calc(50% - 1em) calc(50% + 1em),calc(50% - 1.5em) 50%,calc(50% - 1em) calc(50% - 1em)}81.25%{background-position:50% 50%,50% 50%,50% 50%,50% 50%,50% 50%,50% 50%,calc(50% - 1.5em) 50%,calc(50% - 1em) calc(50% - 1em)}87.5%{background-position:50% 50%,50% 50%,50% 50%,50% 50%,50% 50%,50% 50%,50% 50%,calc(50% - 1em) calc(50% - 1em)}}.spinner-pulsed{height:100%;background-color:#3f51b5;background-image:linear-gradient(#fff,#fff),linear-gradient(#fff,#fff),linear-gradient(#fff,#fff),linear-gradient(#fff,#fff),linear-gradient(#fff,#fff),linear-gradient(#fff,#fff),linear-gradient(#fff,#fff);background-position:calc(50% - 30px) 50%,calc(50% - 20px) 50%,calc(50% - 10px) 50%,50% 50%,calc(50% + 10px) 50%,calc(50% + 20px) 50%,calc(50% + 30px) 50%;background-size:5px 10px,5px 10px,5px 10px,5px 10px,5px 10px,5px 10px,5px 10px;background-repeat:no-repeat;animation:f 1.6s linear infinite alternate}@keyframes f{0%{background-size:5px 30px,5px 10px,5px 10px,5px 10px,5px 10px,5px 10px,5px 10px}16.6%{background-size:5px 10px,5px 40px,5px 10px,5px 10px,5px 10px,5px 10px,5px 10px}33.2%{background-size:5px 10px,5px 10px,5px 40px,5px 10px,5px 10px,5px 10px,5px 10px}49.8%{background-size:5px 10px,5px 10px,5px 10px,5px 40px,5px 10px,5px 10px,5px 10px}66.4%{background-size:5px 10px,5px 10px,5px 10px,5px 10px,5px 40px,5px 10px,5px 10px}83%{background-size:5px 10px,5px 10px,5px 10px,5px 10px,5px 10px,5px 40px,5px 10px}to{background-size:5px 10px,5px 10px,5px 10px,5px 10px,5px 10px,5px 10px,5px 40px}}.spinner-rotate-dots{height:100%;background-color:#3f51b5;background-image:radial-gradient(#fff 45%,transparent 50%),radial-gradient(hsla(0,0%,100%,.3) 5%,transparent 10%),radial-gradient(hsla(0,0%,100%,.4) 10%,transparent 15%),radial-gradient(hsla(0,0%,100%,.5) 10%,transparent 15%),radial-gradient(hsla(0,0%,100%,.6) 20%,transparent 25%),radial-gradient(hsla(0,0%,100%,.7) 20%,transparent 25%),radial-gradient(hsla(0,0%,100%,.8) 30%,transparent 35%),radial-gradient(hsla(0,0%,100%,.9) 30%,transparent 35%);background-position:50% calc(50% - 20px),calc(50% + 16px) calc(50% - 16px),calc(50% + 24px) 50%,calc(50% + 16px) calc(50% + 16px),50% calc(50% + 24px),calc(50% - 16px) calc(50% + 16px),calc(50% - 24px) 50%,calc(50% - 16px) calc(50% - 16px);background-size:20px 20px;background-repeat:no-repeat;animation:g 1s linear infinite}@keyframes g{12.5%{background-image:radial-gradient(hsla(0,0%,100%,.9) 30%,transparent 35%),radial-gradient(#fff 45%,transparent 50%),radial-gradient(hsla(0,0%,100%,.3) 5%,transparent 10%),radial-gradient(hsla(0,0%,100%,.4) 10%,transparent 15%),radial-gradient(hsla(0,0%,100%,.5) 10%,transparent 15%),radial-gradient(hsla(0,0%,100%,.6) 20%,transparent 25%),radial-gradient(hsla(0,0%,100%,.7) 20%,transparent 25%),radial-gradient(hsla(0,0%,100%,.8) 30%,transparent 35%)}25%{background-image:radial-gradient(hsla(0,0%,100%,.8) 30%,transparent 35%),radial-gradient(hsla(0,0%,100%,.9) 30%,transparent 35%),radial-gradient(#fff 45%,transparent 50%),radial-gradient(hsla(0,0%,100%,.3) 5%,transparent 10%),radial-gradient(hsla(0,0%,100%,.4) 10%,transparent 15%),radial-gradient(hsla(0,0%,100%,.5) 10%,transparent 15%),radial-gradient(hsla(0,0%,100%,.6) 20%,transparent 25%),radial-gradient(hsla(0,0%,100%,.7) 20%,transparent 25%)}37.5%{background-image:radial-gradient(hsla(0,0%,100%,.7) 20%,transparent 25%),radial-gradient(hsla(0,0%,100%,.8) 30%,transparent 35%),radial-gradient(hsla(0,0%,100%,.9) 30%,transparent 35%),radial-gradient(#fff 45%,transparent 50%),radial-gradient(hsla(0,0%,100%,.3) 5%,transparent 10%),radial-gradient(hsla(0,0%,100%,.4) 10%,transparent 15%),radial-gradient(hsla(0,0%,100%,.5) 10%,transparent 15%),radial-gradient(hsla(0,0%,100%,.6) 20%,transparent 25%)}50%{background-image:radial-gradient(hsla(0,0%,100%,.6) 20%,transparent 25%),radial-gradient(hsla(0,0%,100%,.7) 20%,transparent 25%),radial-gradient(hsla(0,0%,100%,.8) 30%,transparent 35%),radial-gradient(hsla(0,0%,100%,.9) 30%,transparent 35%),radial-gradient(#fff 45%,transparent 50%),radial-gradient(hsla(0,0%,100%,.3) 5%,transparent 10%),radial-gradient(hsla(0,0%,100%,.4) 10%,transparent 15%),radial-gradient(hsla(0,0%,100%,.5) 10%,transparent 15%)}62.5%{background-image:radial-gradient(hsla(0,0%,100%,.5) 10%,transparent 15%),radial-gradient(hsla(0,0%,100%,.6) 20%,transparent 25%),radial-gradient(hsla(0,0%,100%,.7) 20%,transparent 25%),radial-gradient(hsla(0,0%,100%,.8) 30%,transparent 35%),radial-gradient(hsla(0,0%,100%,.9) 30%,transparent 35%),radial-gradient(#fff 45%,transparent 50%),radial-gradient(hsla(0,0%,100%,.3) 5%,transparent 10%),radial-gradient(hsla(0,0%,100%,.4) 10%,transparent 15%)}75%{background-image:radial-gradient(hsla(0,0%,100%,.4) 10%,transparent 15%),radial-gradient(hsla(0,0%,100%,.5) 10%,transparent 15%),radial-gradient(hsla(0,0%,100%,.6) 20%,transparent 25%),radial-gradient(hsla(0,0%,100%,.7) 20%,transparent 25%),radial-gradient(hsla(0,0%,100%,.8) 30%,transparent 35%),radial-gradient(hsla(0,0%,100%,.9) 30%,transparent 35%),radial-gradient(#fff 45%,transparent 50%),radial-gradient(hsla(0,0%,100%,.3) 5%,transparent 10%)}87.5%{background-image:radial-gradient(hsla(0,0%,100%,.3) 5%,transparent 10%),radial-gradient(hsla(0,0%,100%,.4) 10%,transparent 15%),radial-gradient(hsla(0,0%,100%,.5) 10%,transparent 15%),radial-gradient(hsla(0,0%,100%,.6) 20%,transparent 25%),radial-gradient(hsla(0,0%,100%,.7) 20%,transparent 25%),radial-gradient(hsla(0,0%,100%,.8) 30%,transparent 35%),radial-gradient(hsla(0,0%,100%,.9) 30%,transparent 35%),radial-gradient(#fff 45%,transparent 50%)}to{background-image:radial-gradient(#fff 45%,transparent 50%),radial-gradient(hsla(0,0%,100%,.3) 5%,transparent 10%),radial-gradient(hsla(0,0%,100%,.4) 10%,transparent 15%),radial-gradient(hsla(0,0%,100%,.5) 10%,transparent 15%),radial-gradient(hsla(0,0%,100%,.6) 20%,transparent 25%),radial-gradient(hsla(0,0%,100%,.7) 20%,transparent 25%),radial-gradient(hsla(0,0%,100%,.8) 30%,transparent 35%),radial-gradient(hsla(0,0%,100%,.9) 30%,transparent 35%)}}.parallax-slider{color:#fff;padding:75px 0;position:relative}.parallax-slider:after,.parallax-slider:before{top:0;left:0;width:100%;height:100%;content:" ";position:absolute}.parallax-slider-in{z-index:1;padding:0 45px;position:relative}.parallax-slider-in p{color:#fafafa;font-size:28px;font-family:Open Sans,Arial,sans-serif}.parallax-slider-in small{color:#e5e5e5;font-size:22px;font-weight:400;text-transform:uppercase}@media (max-width:768px){.parallax-slider-in{padding:0 40px}.parallax-slider-in p{font-size:20px}}@media only screen and (max-width:768px){#rtable-no-more-table table,#rtable-no-more-table tbody,#rtable-no-more-table td,#rtable-no-more-table th,#rtable-no-more-table thead,#rtable-no-more-table tr{display:block}#rtable-no-more-table thead tr{position:absolute;top:-9999px;left:-9999px}#rtable-no-more-table tr{border:1px solid #ccc}#rtable-no-more-table td{border:none;border-bottom:1px solid #eee;position:relative;padding-left:50%;white-space:normal;text-align:left}#rtable-no-more-table td:before{position:absolute;top:6px;left:6px;width:45%;padding-right:10px;white-space:nowrap;text-align:left;font-weight:700;content:attr(data-title)}}@media only screen and (max-width:768px){#rtable-flip-scroll .rtable:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}#rtable-flip-scroll * html .rtable,#rtable-flip-scroll :first-child+html .rtable{zoom:1}#rtable-flip-scroll table{border-collapse:collapse;border-spacing:0}#rtable-flip-scroll td,#rtable-flip-scroll th{margin:0;vertical-align:top}#rtable-flip-scroll th{text-align:left}#rtable-flip-scroll table{display:block;position:relative;width:100%}#rtable-flip-scroll thead{display:block;float:left}#rtable-flip-scroll tbody{display:block;width:auto;position:relative;overflow-x:auto;white-space:nowrap}#rtable-flip-scroll thead tr{display:block}#rtable-flip-scroll th{display:block;text-align:right}#rtable-flip-scroll tbody tr{display:inline-block;vertical-align:top}#rtable-flip-scroll td{display:block;min-height:1.25em;text-align:left}#rtable-flip-scroll th{border-bottom:0;border-left:0;width:max-content;width:intrinsic;width:-moz-max-content;width:-webkit-max-content;width:-o-max-content;width:-ms-max-content}#rtable-flip-scroll td{border-left:0;border-right:0;border-bottom:0}#rtable-flip-scroll tbody tr{border-left:1px solid #babcbf}#rtable-flip-scroll td:last-child,#rtable-flip-scroll th:last-child{border-bottom:1px solid #babcbf}#rtable-flip-scroll td:before{content:attr(data-title)}}.tag-box{list-style:none;margin:0;padding:4px 0;overflow:hidden;*zoom:1}.tag-box:after,.tag-box:before{display:table;content:"";line-height:0}.tag-box:after{clear:both}.tag-box.inline li{float:left;font-size:1.25rem;font-weight:600;line-height:2.5}.tag-box a{padding:4px 6px;margin:2px;color:#fafafa;background-color:#e91e63;border-radius:4px;text-decoration:none}.tag-box a span{vertical-align:super;font-size:.9rem}.page,.post{margin-bottom:4em}.page-title,.post-title,.post-title a{color:#303030}.page-title,.post-title{margin-top:0}.post-date{display:block;margin-top:-.5rem;margin-bottom:1rem;color:#9a9a9a}ul.posts{list-style-type:none;margin-bottom:2rem;padding:0}ul.posts li{padding:.2rem 0}ul.posts li span{color:#9e9e9e;margin-left:2rem;font-size:2rem;font-weight:600}ul.posts li a{font-size:1.75rem;font-weight:400}ul.posts li a:hover{color:#9e9e9e;text-decoration:none;font-weight:600}.related{padding-top:2rem;padding-bottom:2rem;border-top:1px solid #eee}.related-posts{padding-left:0;list-style:none}.related-posts h3{margin-top:0}.related-posts li small{font-size:75%;color:#999}.related-posts li a:hover{color:#268bd2;text-decoration:none}.related-posts li a:hover small{color:inherit}.tag-cloud{margin-bottom:10px;margin-top:20px}.tag-cloud ul.cloud li{margin:0}.tag-cloud ul.cloud li a{padding:0 1em;padding-top:5px;padding-bottom:5px}.tag-cloud ul{margin:0;padding:0;list-style:none}.tag-cloud ul li{display:inline-block;margin:0 .3em .3em 0;padding:0}.tag-cloud ul li a{position:relative;display:inline-block;line-height:1.75rem;padding:0 2em 0 1em;background-color:#3f51b5;border-radius:3px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#fafafa;font-size:1rem!important;font-weight:400;text-decoration:none;transition:.2s}.tag-cloud ul li a:hover{background-color:#1a237e}.tag-cloud ul li a:hover span{color:#1a237e}.tag-cloud ul li span{position:absolute;top:5px;right:5px;z-index:2;width:20px;height:20px;line-height:1.5;background-color:#fff;border-radius:100%;color:#000;font-size:11px;padding:3px;margin:-1px 0 5px 5px;text-align:center;transition:.2s}.tag-numerator .badge{padding:5px 20px;background-color:#444}.r-text,.r-text-500{font-weight:300}@media only screen and (max-width:320px){.r-text,.r-text-500{font-size:1rem!important}}@media only screen and (min-width:360px){.r-text,.r-text-500{font-size:1.2rem!important}}@media only screen and (min-width:390px){.r-text,.r-text-500{font-size:1.224rem!important}}@media only screen and (min-width:420px){.r-text,.r-text-500{font-size:1.248rem!important}}@media only screen and (min-width:450px){.r-text,.r-text-500{font-size:1.272rem!important}}@media only screen and (min-width:480px){.r-text,.r-text-500{font-size:1.296rem!important}}@media only screen and (min-width:510px){.r-text,.r-text-500{font-size:1.32rem!important}}@media only screen and (min-width:540px){.r-text,.r-text-500{font-size:1.344rem!important}}@media only screen and (min-width:570px){.r-text,.r-text-500{font-size:1.368rem!important}}@media only screen and (min-width:600px){.r-text,.r-text-500{font-size:1.392rem!important}}@media only screen and (min-width:630px){.r-text,.r-text-500{font-size:1.416rem!important}}@media only screen and (min-width:660px){.r-text,.r-text-500{font-size:1.44rem!important}}@media only screen and (min-width:690px){.r-text,.r-text-500{font-size:1.464rem!important}}@media only screen and (min-width:720px){.r-text,.r-text-500{font-size:1.488rem!important}}@media only screen and (min-width:750px){.r-text,.r-text-500{font-size:1.512rem!important}}@media only screen and (min-width:780px){.r-text,.r-text-500{font-size:1.536rem!important}}@media only screen and (min-width:810px){.r-text,.r-text-500{font-size:1.56rem!important}}@media only screen and (min-width:840px){.r-text,.r-text-500{font-size:1.584rem!important}}@media only screen and (min-width:870px){.r-text,.r-text-500{font-size:1.608rem!important}}@media only screen and (min-width:900px){.r-text,.r-text-500{font-size:1.632rem!important}}@media only screen and (min-width:930px){.r-text,.r-text-500{font-size:1.656rem!important}}@media only screen and (min-width:960px){.r-text,.r-text-500{font-size:1.68rem!important}}.r-text-100{font-weight:300}@media only screen and (max-width:320px){.r-text-600{font-size:0.5rem!important}}@media only screen and (min-width:360px){.r-text-100{font-size:0.6rem!important}}@media only screen and (min-width:390px){.r-text-100{font-size:0.612rem!important}}@media only screen and (min-width:420px){.r-text-100{font-size:0.624rem!important}}@media only screen and (min-width:450px){.r-text-100{font-size:0.636rem!important}}@media only screen and (min-width:480px){.r-text-100{font-size:0.648rem!important}}@media only screen and (min-width:510px){.r-text-100{font-size:0.66rem!important}}@media only screen and (min-width:540px){.r-text-100{font-size:0.672rem!important}}@media only screen and (min-width:570px){.r-text-100{font-size:0.684rem!important}}@media only screen and (min-width:600px){.r-text-100{font-size:0.696rem!important}}@media only screen and (min-width:630px){.r-text-100{font-size:0.708rem!important}}@media only screen and (min-width:660px){.r-text-100{font-size:0.72rem!important}}@media only screen and (min-width:690px){.r-text-100{font-size:0.732rem!important}}@media only screen and (min-width:720px){.r-text-100{font-size:0.744rem!important}}@media only screen and (min-width:750px){.r-text-100{font-size:0.756rem!important}}@media only screen and (min-width:780px){.r-text-100{font-size:0.768rem!important}}@media only screen and (min-width:810px){.r-text-100{font-size:0.78rem!important}}@media only screen and (min-width:840px){.r-text-100{font-size:0.792rem!important}}@media only screen and (min-width:870px){.r-text-100{font-size:0.804rem!important}}@media only screen and (min-width:900px){.r-text-100{font-size:0.816rem!important}}@media only screen and (min-width:930px){.r-text-100{font-size:0.828rem!important}}@media only screen and (min-width:960px){.r-text-100{font-size:0.84rem!important}}.r-text-200{font-weight:300}@media only screen and (max-width:320px){.r-text-600{font-size:0.6rem!important}}@media only screen and (min-width:360px){.r-text-200{font-size:0.72rem!important}}@media only screen and (min-width:390px){.r-text-200{font-size:0.7344rem!important}}@media only screen and (min-width:420px){.r-text-200{font-size:0.7488rem!important}}@media only screen and (min-width:450px){.r-text-200{font-size:0.7632rem!important}}@media only screen and (min-width:480px){.r-text-200{font-size:0.7776rem!important}}@media only screen and (min-width:510px){.r-text-200{font-size:0.792rem!important}}@media only screen and (min-width:540px){.r-text-200{font-size:0.8064rem!important}}@media only screen and (min-width:570px){.r-text-200{font-size:0.8208rem!important}}@media only screen and (min-width:600px){.r-text-200{font-size:0.8352rem!important}}@media only screen and (min-width:630px){.r-text-200{font-size:0.8496rem!important}}@media only screen and (min-width:660px){.r-text-200{font-size:0.864rem!important}}@media only screen and (min-width:690px){.r-text-200{font-size:0.8784rem!important}}@media only screen and (min-width:720px){.r-text-200{font-size:0.8928rem!important}}@media only screen and (min-width:750px){.r-text-200{font-size:0.9072rem!important}}@media only screen and (min-width:780px){.r-text-200{font-size:0.9216rem!important}}@media only screen and (min-width:810px){.r-text-200{font-size:0.936rem!important}}@media only screen and (min-width:840px){.r-text-200{font-size:0.9504rem!important}}@media only screen and (min-width:870px){.r-text-200{font-size:0.9648rem!important}}@media only screen and (min-width:900px){.r-text-200{font-size:0.9792rem!important}}@media only screen and (min-width:930px){.r-text-200{font-size:0.9936rem!important}}@media only screen and (min-width:960px){.r-text-200{font-size:1.008rem!important}}.r-text-300{font-weight:300}@media only screen and (max-width:320px){.r-text-600{font-size:0.7rem!important}}@media only screen and (min-width:360px){.r-text-300{font-size:0.84rem!important}}@media only screen and (min-width:390px){.r-text-300{font-size:0.8568rem!important}}@media only screen and (min-width:420px){.r-text-300{font-size:0.8736rem!important}}@media only screen and (min-width:450px){.r-text-300{font-size:0.8904rem!important}}@media only screen and (min-width:480px){.r-text-300{font-size:0.9072rem!important}}@media only screen and (min-width:510px){.r-text-300{font-size:0.924rem!important}}@media only screen and (min-width:540px){.r-text-300{font-size:0.9408rem!important}}@media only screen and (min-width:570px){.r-text-300{font-size:0.9576rem!important}}@media only screen and (min-width:600px){.r-text-300{font-size:0.9744rem!important}}@media only screen and (min-width:630px){.r-text-300{font-size:0.9912rem!important}}@media only screen and (min-width:660px){.r-text-300{font-size:1.008rem!important}}@media only screen and (min-width:690px){.r-text-300{font-size:1.0248rem!important}}@media only screen and (min-width:720px){.r-text-300{font-size:1.0416rem!important}}@media only screen and (min-width:750px){.r-text-300{font-size:1.0584rem!important}}@media only screen and (min-width:780px){.r-text-300{font-size:1.0752rem!important}}@media only screen and (min-width:810px){.r-text-300{font-size:1.092rem!important}}@media only screen and (min-width:840px){.r-text-300{font-size:1.1088rem!important}}@media only screen and (min-width:870px){.r-text-300{font-size:1.1256rem!important}}@media only screen and (min-width:900px){.r-text-300{font-size:1.1424rem!important}}@media only screen and (min-width:930px){.r-text-300{font-size:1.1592rem!important}}@media only screen and (min-width:960px){.r-text-300{font-size:1.176rem!important}}.r-text-400{font-weight:300}@media only screen and (max-width:320px){.r-text-600{font-size:0.8rem!important}}@media only screen and (min-width:360px){.r-text-400{font-size:0.96rem!important}}@media only screen and (min-width:390px){.r-text-400{font-size:0.9792rem!important}}@media only screen and (min-width:420px){.r-text-400{font-size:0.9984rem!important}}@media only screen and (min-width:450px){.r-text-400{font-size:1.0176rem!important}}@media only screen and (min-width:480px){.r-text-400{font-size:1.0368rem!important}}@media only screen and (min-width:510px){.r-text-400{font-size:1.056rem!important}}@media only screen and (min-width:540px){.r-text-400{font-size:1.0752rem!important}}@media only screen and (min-width:570px){.r-text-400{font-size:1.0944rem!important}}@media only screen and (min-width:600px){.r-text-400{font-size:1.1136rem!important}}@media only screen and (min-width:630px){.r-text-400{font-size:1.1328rem!important}}@media only screen and (min-width:660px){.r-text-400{font-size:1.152rem!important}}@media only screen and (min-width:690px){.r-text-400{font-size:1.1712rem!important}}@media only screen and (min-width:720px){.r-text-400{font-size:1.1904rem!important}}@media only screen and (min-width:750px){.r-text-400{font-size:1.2096rem!important}}@media only screen and (min-width:780px){.r-text-400{font-size:1.2288rem!important}}@media only screen and (min-width:810px){.r-text-400{font-size:1.248rem!important}}@media only screen and (min-width:840px){.r-text-400{font-size:1.2672rem!important}}@media only screen and (min-width:870px){.r-text-400{font-size:1.2864rem!important}}@media only screen and (min-width:900px){.r-text-400{font-size:1.3056rem!important}}@media only screen and (min-width:930px){.r-text-400{font-size:1.3248rem!important}}@media only screen and (min-width:960px){.r-text-400{font-size:1.344rem!important}}@media only screen and (max-width:360px){.r-text-400{font-size:0.96rem!important}}.r-text-600{font-weight:300}@media only screen and (max-width:320px){.r-text-600{font-size:1.25rem!important}}@media only screen and (min-width:360px){.r-text-600{font-size:1.5rem!important}}@media only screen and (min-width:390px){.r-text-600{font-size:1.53rem!important}}@media only screen and (min-width:420px){.r-text-600{font-size:1.56rem!important}}@media only screen and (min-width:450px){.r-text-600{font-size:1.59rem!important}}@media only screen and (min-width:480px){.r-text-600{font-size:1.62rem!important}}@media only screen and (min-width:510px){.r-text-600{font-size:1.65rem!important}}@media only screen and (min-width:540px){.r-text-600{font-size:1.68rem!important}}@media only screen and (min-width:570px){.r-text-600{font-size:1.71rem!important}}@media only screen and (min-width:600px){.r-text-600{font-size:1.74rem!important}}@media only screen and (min-width:630px){.r-text-600{font-size:1.77rem!important}}@media only screen and (min-width:660px){.r-text-600{font-size:1.8rem!important}}@media only screen and (min-width:690px){.r-text-600{font-size:1.83rem!important}}@media only screen and (min-width:720px){.r-text-600{font-size:1.86rem!important}}@media only screen and (min-width:750px){.r-text-600{font-size:1.89rem!important}}@media only screen and (min-width:780px){.r-text-600{font-size:1.92rem!important}}@media only screen and (min-width:810px){.r-text-600{font-size:1.95rem!important}}@media only screen and (min-width:840px){.r-text-600{font-size:1.98rem!important}}@media only screen and (min-width:870px){.r-text-600{font-size:2.01rem!important}}@media only screen and (min-width:900px){.r-text-600{font-size:2.04rem!important}}@media only screen and (min-width:930px){.r-text-600{font-size:2.07rem!important}}@media only screen and (min-width:960px){.r-text-600{font-size:2.1rem!important}}.r-text-700{font-weight:300}@media only screen and (max-width:320px){.r-text-600{font-size:1.5rem!important}}@media only screen and (min-width:360px){.r-text-700{font-size:1.8rem!important}}@media only screen and (min-width:390px){.r-text-700{font-size:1.836rem!important}}@media only screen and (min-width:420px){.r-text-700{font-size:1.872rem!important}}@media only screen and (min-width:450px){.r-text-700{font-size:1.908rem!important}}@media only screen and (min-width:480px){.r-text-700{font-size:1.944rem!important}}@media only screen and (min-width:510px){.r-text-700{font-size:1.98rem!important}}@media only screen and (min-width:540px){.r-text-700{font-size:2.016rem!important}}@media only screen and (min-width:570px){.r-text-700{font-size:2.052rem!important}}@media only screen and (min-width:600px){.r-text-700{font-size:2.088rem!important}}@media only screen and (min-width:630px){.r-text-700{font-size:2.124rem!important}}@media only screen and (min-width:660px){.r-text-700{font-size:2.16rem!important}}@media only screen and (min-width:690px){.r-text-700{font-size:2.196rem!important}}@media only screen and (min-width:720px){.r-text-700{font-size:2.232rem!important}}@media only screen and (min-width:750px){.r-text-700{font-size:2.268rem!important}}@media only screen and (min-width:780px){.r-text-700{font-size:2.304rem!important}}@media only screen and (min-width:810px){.r-text-700{font-size:2.34rem!important}}@media only screen and (min-width:840px){.r-text-700{font-size:2.376rem!important}}@media only screen and (min-width:870px){.r-text-700{font-size:2.412rem!important}}@media only screen and (min-width:900px){.r-text-700{font-size:2.448rem!important}}@media only screen and (min-width:930px){.r-text-700{font-size:2.484rem!important}}@media only screen and (min-width:960px){.r-text-700{font-size:2.52rem!important}}.btn{padding:.5rem 1rem}.btn.btn-round{border-radius:30px}.btn.btn-flex{display:inline-flex;align-items:center}.btn:not(.btn-just-icon):not(.btn-fab):not(.btn-text) .fa,.btn:not(.btn-just-icon):not(.btn-fab):not(.btn-text) .mdi,.btn:not(.btn-just-icon):not(.btn-fab):not(.btn-text) .zmdi{margin-right:.5rem}.btn.btn-facebook{background-color:#3b5998;color:#fff;box-shadow:0 2px 2px 0 rgba(59,89,152,.14),0 3px 1px -2px rgba(59,89,152,.2),0 1px 5px 0 rgba(59,89,152,.12)}.btn.btn-facebook:active,.btn.btn-facebook:focus,.btn.btn-facebook:hover{background-color:#3b5998;color:#fff;box-shadow:0 14px 26px -12px rgba(59,89,152,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(59,89,152,.2)}.btn.btn-facebook.btn-simple{color:#3b5998;background-color:transparent;box-shadow:none}.btn.btn-twitter{background-color:#55acee;color:#fff;box-shadow:0 2px 2px 0 rgba(85,172,238,.14),0 3px 1px -2px rgba(85,172,238,.2),0 1px 5px 0 rgba(85,172,238,.12)}.btn.btn-twitter:active,.btn.btn-twitter:focus,.btn.btn-twitter:hover{background-color:#55acee;color:#fff;box-shadow:0 14px 26px -12px rgba(85,172,238,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(85,172,238,.2)}.btn.btn-twitter.btn-simple{color:#55acee;background-color:transparent;box-shadow:none}.btn.btn-pinterest{background-color:#cc2127;color:#fff;box-shadow:0 2px 2px 0 rgba(204,33,39,.14),0 3px 1px -2px rgba(204,33,39,.2),0 1px 5px 0 rgba(204,33,39,.12)}.btn.btn-pinterest:active,.btn.btn-pinterest:focus,.btn.btn-pinterest:hover{background-color:#cc2127;color:#fff;box-shadow:0 14px 26px -12px rgba(204,33,39,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(204,33,39,.2)}.btn.btn-pinterest.btn-simple{color:#cc2127;background-color:transparent;box-shadow:none}.btn.btn-google{background-color:#dd4b39;color:#fff;box-shadow:0 2px 2px 0 rgba(221,75,57,.14),0 3px 1px -2px rgba(221,75,57,.2),0 1px 5px 0 rgba(221,75,57,.12)}.btn.btn-google:active,.btn.btn-google:focus,.btn.btn-google:hover{background-color:#dd4b39;color:#fff;box-shadow:0 14px 26px -12px rgba(221,75,57,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(221,75,57,.2)}.btn.btn-google.btn-simple{color:#dd4b39;background-color:transparent;box-shadow:none}.btn.btn-linkedin{background-color:#0976b4;color:#fff;box-shadow:0 2px 2px 0 rgba(9,118,180,.14),0 3px 1px -2px rgba(9,118,180,.2),0 1px 5px 0 rgba(9,118,180,.12)}.btn.btn-linkedin:active,.btn.btn-linkedin:focus,.btn.btn-linkedin:hover{background-color:#0976b4;color:#fff;box-shadow:0 14px 26px -12px rgba(9,118,180,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(9,118,180,.2)}.btn.btn-linkedin.btn-simple{color:#0976b4;background-color:transparent;box-shadow:none}.btn.btn-dribbble{background-color:#ea4c89;color:#fff;box-shadow:0 2px 2px 0 rgba(234,76,137,.14),0 3px 1px -2px rgba(234,76,137,.2),0 1px 5px 0 rgba(234,76,137,.12)}.btn.btn-dribbble:active,.btn.btn-dribbble:focus,.btn.btn-dribbble:hover{background-color:#ea4c89;color:#fff;box-shadow:0 14px 26px -12px rgba(234,76,137,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(234,76,137,.2)}.btn.btn-dribbble.btn-simple{color:#ea4c89;background-color:transparent;box-shadow:none}.btn.btn-github{background-color:#333;color:#fff;box-shadow:0 2px 2px 0 rgba(51,51,51,.14),0 3px 1px -2px rgba(51,51,51,.2),0 1px 5px 0 rgba(51,51,51,.12)}.btn.btn-github:active,.btn.btn-github:focus,.btn.btn-github:hover{background-color:#333;color:#fff;box-shadow:0 14px 26px -12px rgba(51,51,51,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(51,51,51,.2)}.btn.btn-github.btn-simple{color:#333;background-color:transparent;box-shadow:none}.btn.btn-youtube{background-color:#e52d27;color:#fff;box-shadow:0 2px 2px 0 rgba(229,45,39,.14),0 3px 1px -2px rgba(229,45,39,.2),0 1px 5px 0 rgba(229,45,39,.12)}.btn.btn-youtube:active,.btn.btn-youtube:focus,.btn.btn-youtube:hover{background-color:#e52d27;color:#fff;box-shadow:0 14px 26px -12px rgba(229,45,39,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(229,45,39,.2)}.btn.btn-youtube.btn-simple{color:#e52d27;background-color:transparent;box-shadow:none}.btn.btn-instagram{background-color:#125688;color:#fff;box-shadow:0 2px 2px 0 rgba(18,86,136,.14),0 3px 1px -2px rgba(18,86,136,.2),0 1px 5px 0 rgba(18,86,136,.12)}.btn.btn-instagram:active,.btn.btn-instagram:focus,.btn.btn-instagram:hover{background-color:#125688;color:#fff;box-shadow:0 14px 26px -12px rgba(18,86,136,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(18,86,136,.2)}.btn.btn-instagram.btn-simple{color:#125688;background-color:transparent;box-shadow:none}.btn.btn-reddit{background-color:#ff4500;color:#fff;box-shadow:0 2px 2px 0 rgba(255,69,0,.14),0 3px 1px -2px rgba(255,69,0,.2),0 1px 5px 0 rgba(255,69,0,.12)}.btn.btn-reddit:active,.btn.btn-reddit:focus,.btn.btn-reddit:hover{background-color:#ff4500;color:#fff;box-shadow:0 14px 26px -12px rgba(255,69,0,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(255,69,0,.2)}.btn.btn-reddit.btn-simple{color:#ff4500;background-color:transparent;box-shadow:none}.btn.btn-tumblr{background-color:#35465c;color:#fff;box-shadow:0 2px 2px 0 rgba(53,70,92,.14),0 3px 1px -2px rgba(53,70,92,.2),0 1px 5px 0 rgba(53,70,92,.12)}.btn.btn-tumblr:active,.btn.btn-tumblr:focus,.btn.btn-tumblr:hover{background-color:#35465c;color:#fff;box-shadow:0 14px 26px -12px rgba(53,70,92,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(53,70,92,.2)}.btn.btn-tumblr.btn-simple{color:#35465c;background-color:transparent;box-shadow:none}.btn.btn-behance{background-color:#1769ff;color:#fff;box-shadow:0 2px 2px 0 rgba(23,105,255,.14),0 3px 1px -2px rgba(23,105,255,.2),0 1px 5px 0 rgba(23,105,255,.12)}.btn.btn-behance:active,.btn.btn-behance:focus,.btn.btn-behance:hover{background-color:#1769ff;color:#fff;box-shadow:0 14px 26px -12px rgba(23,105,255,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(23,105,255,.2)}.btn.btn-behance.btn-simple{color:#1769ff;background-color:transparent;box-shadow:none}.md-red{color:#f44336}a.md-red:focus,a.md-red:hover{color:#e53935}.md-red-50{color:#ffebee}.md-red-100,a.md-red-50:focus,a.md-red-50:hover{color:#ffcdd2}.md-red-200,a.md-red-100:focus,a.md-red-100:hover{color:#ef9a9a}.md-red-300,a.md-red-200:focus,a.md-red-200:hover{color:#e57373}.md-red-400,a.md-red-300:focus,a.md-red-300:hover{color:#ef5350}.md-red-500,a.md-red-400:focus,a.md-red-400:hover{color:#f44336}.md-red-600,a.md-red-500:focus,a.md-red-500:hover{color:#e53935}.md-red-700,a.md-red-600:focus,a.md-red-600:hover{color:#d32f2f}.md-red-800,a.md-red-700:focus,a.md-red-700:hover{color:#c62828}.md-red-900,a.md-red-800:focus,a.md-red-800:hover{color:#b71c1c}a.md-red-900:focus,a.md-red-900:hover{color:#8b1515}.md-red-A100{color:#ff8a80}a.md-red-A100:focus,a.md-red-A100:hover{color:#ff5b4d}.md-red-A200{color:#ff5252}a.md-red-A200:focus,a.md-red-A200:hover{color:#ff1f1f}.md-red-A400{color:#ff1744}a.md-red-A400:focus,a.md-red-A400:hover{color:#e3002c}.md-red-A700{color:#d50000}a.md-red-A700:focus,a.md-red-A700:hover{color:#a20000}.md-bg-red{background-color:#f44336}a.md-bg-red:focus,a.md-bg-red:hover{background-color:#e53935}.md-bg-red-50{background-color:#ffebee}.md-bg-red-100,a.md-bg-red-50:focus,a.md-bg-red-50:hover{background-color:#ffcdd2}.md-bg-red-200,a.md-bg-red-100:focus,a.md-bg-red-100:hover{background-color:#ef9a9a}.md-bg-red-300,a.md-bg-red-200:focus,a.md-bg-red-200:hover{background-color:#e57373}.md-bg-red-400,a.md-bg-red-300:focus,a.md-bg-red-300:hover{background-color:#ef5350}.md-bg-red-500,a.md-bg-red-400:focus,a.md-bg-red-400:hover{background-color:#f44336}.md-bg-red-600,a.md-bg-red-500:focus,a.md-bg-red-500:hover{background-color:#e53935}.md-bg-red-700,a.md-bg-red-600:focus,a.md-bg-red-600:hover{background-color:#d32f2f}.md-bg-red-800,a.md-bg-red-700:focus,a.md-bg-red-700:hover{background-color:#c62828}.md-bg-red-900,a.md-bg-red-800:focus,a.md-bg-red-800:hover{background-color:#b71c1c}a.md-bg-red-900:focus,a.md-bg-red-900:hover{background-color:#8b1515}.md-bg-red-A100{background-color:#ff8a80}a.md-bg-red-A100:focus,a.md-bg-red-A100:hover{background-color:#ff5b4d}.md-bg-red-A200{background-color:#ff5252}a.md-bg-red-A200:focus,a.md-bg-red-A200:hover{background-color:#ff1f1f}.md-bg-red-A400{background-color:#ff1744}a.md-bg-red-A400:focus,a.md-bg-red-A400:hover{background-color:#e3002c}.md-bg-red-A700{background-color:#d50000}a.md-bg-red-A700:focus,a.md-bg-red-A700:hover{background-color:#a20000}.md-pink{color:#e91e63}a.md-pink:focus,a.md-pink:hover{color:#d81b60}.md-pink-50{color:#fce4ec}.md-pink-100,a.md-pink-50:focus,a.md-pink-50:hover{color:#f8bbd0}.md-pink-200,a.md-pink-100:focus,a.md-pink-100:hover{color:#f48fb1}.md-pink-300,a.md-pink-200:focus,a.md-pink-200:hover{color:#f06292}.md-pink-400,a.md-pink-300:focus,a.md-pink-300:hover{color:#ec407a}.md-pink-500,a.md-pink-400:focus,a.md-pink-400:hover{color:#e91e63}.md-pink-600,a.md-pink-500:focus,a.md-pink-500:hover{color:#d81b60}.md-pink-700,a.md-pink-600:focus,a.md-pink-600:hover{color:#c2185b}.md-pink-800,a.md-pink-700:focus,a.md-pink-700:hover{color:#ad1457}.md-pink-900,a.md-pink-800:focus,a.md-pink-800:hover{color:#880e4f}a.md-pink-900:focus,a.md-pink-900:hover{color:#5a0934}.md-pink-A100{color:#ff80ab}a.md-pink-A100:focus,a.md-pink-A100:hover{color:#ff4d89}.md-pink-A200{color:#ff4081}a.md-pink-A200:focus,a.md-pink-A200:hover{color:#ff0d5f}.md-pink-A400{color:#f50057}a.md-pink-A400:focus,a.md-pink-A400:hover{color:#c20045}.md-pink-A700{color:#c51162}a.md-pink-A700:focus,a.md-pink-A700:hover{color:#960d4b}.md-bg-pink{background-color:#e91e63}a.md-bg-pink:focus,a.md-bg-pink:hover{background-color:#d81b60}.md-bg-pink-50{background-color:#fce4ec}.md-bg-pink-100,a.md-bg-pink-50:focus,a.md-bg-pink-50:hover{background-color:#f8bbd0}.md-bg-pink-200,a.md-bg-pink-100:focus,a.md-bg-pink-100:hover{background-color:#f48fb1}.md-bg-pink-300,a.md-bg-pink-200:focus,a.md-bg-pink-200:hover{background-color:#f06292}.md-bg-pink-400,a.md-bg-pink-300:focus,a.md-bg-pink-300:hover{background-color:#ec407a}.md-bg-pink-500,a.md-bg-pink-400:focus,a.md-bg-pink-400:hover{background-color:#e91e63}.md-bg-pink-600,a.md-bg-pink-500:focus,a.md-bg-pink-500:hover{background-color:#d81b60}.md-bg-pink-700,a.md-bg-pink-600:focus,a.md-bg-pink-600:hover{background-color:#c2185b}.md-bg-pink-800,a.md-bg-pink-700:focus,a.md-bg-pink-700:hover{background-color:#ad1457}.md-bg-pink-900,a.md-bg-pink-800:focus,a.md-bg-pink-800:hover{background-color:#880e4f}a.md-bg-pink-900:focus,a.md-bg-pink-900:hover{background-color:#5a0934}.md-bg-pink-A100{background-color:#ff80ab}a.md-bg-pink-A100:focus,a.md-bg-pink-A100:hover{background-color:#ff4d89}.md-bg-pink-A200{background-color:#ff4081}a.md-bg-pink-A200:focus,a.md-bg-pink-A200:hover{background-color:#ff0d5f}.md-bg-pink-A400{background-color:#f50057}a.md-bg-pink-A400:focus,a.md-bg-pink-A400:hover{background-color:#c20045}.md-bg-pink-A700{background-color:#c51162}a.md-bg-pink-A700:focus,a.md-bg-pink-A700:hover{background-color:#960d4b}.md-purple{color:#9c27b0}a.md-purple:focus,a.md-purple:hover{color:#8e24aa}.md-purple-50{color:#f3e5f5}.md-purple-100,a.md-purple-50:focus,a.md-purple-50:hover{color:#e1bee7}.md-purple-200,a.md-purple-100:focus,a.md-purple-100:hover{color:#ce93d8}.md-purple-300,a.md-purple-200:focus,a.md-purple-200:hover{color:#ba68c8}.md-purple-400,a.md-purple-300:focus,a.md-purple-300:hover{color:#ab47bc}.md-purple-500,a.md-purple-400:focus,a.md-purple-400:hover{color:#9c27b0}.md-purple-600,a.md-purple-500:focus,a.md-purple-500:hover{color:#8e24aa}.md-purple-700,a.md-purple-600:focus,a.md-purple-600:hover{color:#7b1fa2}.md-purple-800,a.md-purple-700:focus,a.md-purple-700:hover{color:#6a1b9a}.md-purple-900,a.md-purple-800:focus,a.md-purple-800:hover{color:#4a148c}a.md-purple-900:focus,a.md-purple-900:hover{color:#320e5f}.md-purple-A100{color:#ea80fc}a.md-purple-A100:focus,a.md-purple-A100:hover{color:#e24efb}.md-purple-A200{color:#e040fb}a.md-purple-A200:focus,a.md-purple-A200:hover{color:#d80efa}.md-purple-A400{color:#d500f9}a.md-purple-A400:focus,a.md-purple-A400:hover{color:#a900c6}.md-purple-A700{color:#a0f}a.md-purple-A700:focus,a.md-purple-A700:hover{color:#80c}.md-bg-purple{background-color:#9c27b0}a.md-bg-purple:focus,a.md-bg-purple:hover{background-color:#8e24aa}.md-bg-purple-50{background-color:#f3e5f5}.md-bg-purple-100,a.md-bg-purple-50:focus,a.md-bg-purple-50:hover{background-color:#e1bee7}.md-bg-purple-200,a.md-bg-purple-100:focus,a.md-bg-purple-100:hover{background-color:#ce93d8}.md-bg-purple-300,a.md-bg-purple-200:focus,a.md-bg-purple-200:hover{background-color:#ba68c8}.md-bg-purple-400,a.md-bg-purple-300:focus,a.md-bg-purple-300:hover{background-color:#ab47bc}.md-bg-purple-500,a.md-bg-purple-400:focus,a.md-bg-purple-400:hover{background-color:#9c27b0}.md-bg-purple-600,a.md-bg-purple-500:focus,a.md-bg-purple-500:hover{background-color:#8e24aa}.md-bg-purple-700,a.md-bg-purple-600:focus,a.md-bg-purple-600:hover{background-color:#7b1fa2}.md-bg-purple-800,a.md-bg-purple-700:focus,a.md-bg-purple-700:hover{background-color:#6a1b9a}.md-bg-purple-900,a.md-bg-purple-800:focus,a.md-bg-purple-800:hover{background-color:#4a148c}a.md-bg-purple-900:focus,a.md-bg-purple-900:hover{background-color:#320e5f}.md-bg-purple-A100{background-color:#ea80fc}a.md-bg-purple-A100:focus,a.md-bg-purple-A100:hover{background-color:#e24efb}.md-bg-purple-A200{background-color:#e040fb}a.md-bg-purple-A200:focus,a.md-bg-purple-A200:hover{background-color:#d80efa}.md-bg-purple-A400{background-color:#d500f9}a.md-bg-purple-A400:focus,a.md-bg-purple-A400:hover{background-color:#a900c6}.md-bg-purple-A700{background-color:#a0f}a.md-bg-purple-A700:focus,a.md-bg-purple-A700:hover{background-color:#80c}.md-deep-purple{color:#673ab7}a.md-deep-purple:focus,a.md-deep-purple:hover{color:#5e35b1}.md-deep-purple-50{color:#ede7f6}.md-deep-purple-100,a.md-deep-purple-50:focus,a.md-deep-purple-50:hover{color:#d1c4e9}.md-deep-purple-200,a.md-deep-purple-100:focus,a.md-deep-purple-100:hover{color:#b39ddb}.md-deep-purple-300,a.md-deep-purple-200:focus,a.md-deep-purple-200:hover{color:#9575cd}.md-deep-purple-400,a.md-deep-purple-300:focus,a.md-deep-purple-300:hover{color:#7e57c2}.md-deep-purple-500,a.md-deep-purple-400:focus,a.md-deep-purple-400:hover{color:#673ab7}.md-deep-purple-600,a.md-deep-purple-500:focus,a.md-deep-purple-500:hover{color:#5e35b1}.md-deep-purple-700,a.md-deep-purple-600:focus,a.md-deep-purple-600:hover{color:#512da8}.md-deep-purple-800,a.md-deep-purple-700:focus,a.md-deep-purple-700:hover{color:#4527a0}.md-deep-purple-900,a.md-deep-purple-800:focus,a.md-deep-purple-800:hover{color:#311b92}a.md-deep-purple-900:focus,a.md-deep-purple-900:hover{color:#231367}.md-deep-purple-A100{color:#b388ff}a.md-deep-purple-A100:focus,a.md-deep-purple-A100:hover{color:#9255ff}.md-deep-purple-A200{color:#7c4dff}a.md-deep-purple-A200:focus,a.md-deep-purple-A200:hover{color:#561aff}.md-deep-purple-A400{color:#651fff}a.md-deep-purple-A400:focus,a.md-deep-purple-A400:hover{color:#4900eb}.md-deep-purple-A700{color:#6200ea}a.md-deep-purple-A700:focus,a.md-deep-purple-A700:hover{color:#4d00b7}.md-bg-deep-purple{background-color:#673ab7}a.md-bg-deep-purple:focus,a.md-bg-deep-purple:hover{background-color:#5e35b1}.md-bg-deep-purple-50{background-color:#ede7f6}.md-bg-deep-purple-100,a.md-bg-deep-purple-50:focus,a.md-bg-deep-purple-50:hover{background-color:#d1c4e9}.md-bg-deep-purple-200,a.md-bg-deep-purple-100:focus,a.md-bg-deep-purple-100:hover{background-color:#b39ddb}.md-bg-deep-purple-300,a.md-bg-deep-purple-200:focus,a.md-bg-deep-purple-200:hover{background-color:#9575cd}.md-bg-deep-purple-400,a.md-bg-deep-purple-300:focus,a.md-bg-deep-purple-300:hover{background-color:#7e57c2}.md-bg-deep-purple-500,a.md-bg-deep-purple-400:focus,a.md-bg-deep-purple-400:hover{background-color:#673ab7}.md-bg-deep-purple-600,a.md-bg-deep-purple-500:focus,a.md-bg-deep-purple-500:hover{background-color:#5e35b1}.md-bg-deep-purple-700,a.md-bg-deep-purple-600:focus,a.md-bg-deep-purple-600:hover{background-color:#512da8}.md-bg-deep-purple-800,a.md-bg-deep-purple-700:focus,a.md-bg-deep-purple-700:hover{background-color:#4527a0}.md-bg-deep-purple-900,a.md-bg-deep-purple-800:focus,a.md-bg-deep-purple-800:hover{background-color:#311b92}a.md-bg-deep-purple-900:focus,a.md-bg-deep-purple-900:hover{background-color:#231367}.md-bg-deep-purple-A100{background-color:#b388ff}a.md-bg-deep-purple-A100:focus,a.md-bg-deep-purple-A100:hover{background-color:#9255ff}.md-bg-deep-purple-A200{background-color:#7c4dff}a.md-bg-deep-purple-A200:focus,a.md-bg-deep-purple-A200:hover{background-color:#561aff}.md-bg-deep-purple-A400{background-color:#651fff}a.md-bg-deep-purple-A400:focus,a.md-bg-deep-purple-A400:hover{background-color:#4900eb}.md-bg-deep-purple-A700{background-color:#6200ea}a.md-bg-deep-purple-A700:focus,a.md-bg-deep-purple-A700:hover{background-color:#4d00b7}.md-indigo{color:#3f51b5}a.md-indigo:focus,a.md-indigo:hover{color:#3949ab}.md-indigo-50{color:#e8eaf6}.md-indigo-100,a.md-indigo-50:focus,a.md-indigo-50:hover{color:#c5cae9}.md-indigo-200,a.md-indigo-100:focus,a.md-indigo-100:hover{color:#9fa8da}.md-indigo-300,a.md-indigo-200:focus,a.md-indigo-200:hover{color:#7986cb}.md-indigo-400,a.md-indigo-300:focus,a.md-indigo-300:hover{color:#5c6bc0}.md-indigo-500,a.md-indigo-400:focus,a.md-indigo-400:hover{color:#3f51b5}.md-indigo-600,a.md-indigo-500:focus,a.md-indigo-500:hover{color:#3949ab}.md-indigo-700,a.md-indigo-600:focus,a.md-indigo-600:hover{color:#303f9f}.md-indigo-800,a.md-indigo-700:focus,a.md-indigo-700:hover{color:#283593}.md-indigo-900,a.md-indigo-800:focus,a.md-indigo-800:hover{color:#1a237e}a.md-indigo-900:focus,a.md-indigo-900:hover{color:#111754}.md-indigo-A100{color:#8c9eff}a.md-indigo-A100:focus,a.md-indigo-A100:hover{color:#5973ff}.md-indigo-A200{color:#536dfe}a.md-indigo-A200:focus,a.md-indigo-A200:hover{color:#2042fe}.md-indigo-A400{color:#3d5afe}a.md-indigo-A400:focus,a.md-indigo-A400:hover{color:#0a2ffe}.md-indigo-A700{color:#304ffe}a.md-indigo-A700:focus,a.md-indigo-A700:hover{color:#0127fa}.md-bg-indigo{background-color:#3f51b5}a.md-bg-indigo:focus,a.md-bg-indigo:hover{background-color:#3949ab}.md-bg-indigo-50{background-color:#e8eaf6}.md-bg-indigo-100,a.md-bg-indigo-50:focus,a.md-bg-indigo-50:hover{background-color:#c5cae9}.md-bg-indigo-200,a.md-bg-indigo-100:focus,a.md-bg-indigo-100:hover{background-color:#9fa8da}.md-bg-indigo-300,a.md-bg-indigo-200:focus,a.md-bg-indigo-200:hover{background-color:#7986cb}.md-bg-indigo-400,a.md-bg-indigo-300:focus,a.md-bg-indigo-300:hover{background-color:#5c6bc0}.md-bg-indigo-500,a.md-bg-indigo-400:focus,a.md-bg-indigo-400:hover{background-color:#3f51b5}.md-bg-indigo-600,a.md-bg-indigo-500:focus,a.md-bg-indigo-500:hover{background-color:#3949ab}.md-bg-indigo-700,a.md-bg-indigo-600:focus,a.md-bg-indigo-600:hover{background-color:#303f9f}.md-bg-indigo-800,a.md-bg-indigo-700:focus,a.md-bg-indigo-700:hover{background-color:#283593}.md-bg-indigo-900,a.md-bg-indigo-800:focus,a.md-bg-indigo-800:hover{background-color:#1a237e}a.md-bg-indigo-900:focus,a.md-bg-indigo-900:hover{background-color:#111754}.md-bg-indigo-A100{background-color:#8c9eff}a.md-bg-indigo-A100:focus,a.md-bg-indigo-A100:hover{background-color:#5973ff}.md-bg-indigo-A200{background-color:#536dfe}a.md-bg-indigo-A200:focus,a.md-bg-indigo-A200:hover{background-color:#2042fe}.md-bg-indigo-A400{background-color:#3d5afe}a.md-bg-indigo-A400:focus,a.md-bg-indigo-A400:hover{background-color:#0a2ffe}.md-bg-indigo-A700{background-color:#304ffe}a.md-bg-indigo-A700:focus,a.md-bg-indigo-A700:hover{background-color:#0127fa}.md-blue{color:#2196f3}a.md-blue:focus,a.md-blue:hover{color:#1e88e5}.md-blue-50{color:#e3f2fd}.md-blue-100,a.md-blue-50:focus,a.md-blue-50:hover{color:#bbdefb}.md-blue-200,a.md-blue-100:focus,a.md-blue-100:hover{color:#90caf9}.md-blue-300,a.md-blue-200:focus,a.md-blue-200:hover{color:#64b5f6}.md-blue-400,a.md-blue-300:focus,a.md-blue-300:hover{color:#42a5f5}.md-blue-500,a.md-blue-400:focus,a.md-blue-400:hover{color:#2196f3}.md-blue-600,a.md-blue-500:focus,a.md-blue-500:hover{color:#1e88e5}.md-blue-700,a.md-blue-600:focus,a.md-blue-600:hover{color:#1976d2}.md-blue-800,a.md-blue-700:focus,a.md-blue-700:hover{color:#1565c0}.md-blue-900,a.md-blue-800:focus,a.md-blue-800:hover{color:#0d47a1}a.md-blue-900:focus,a.md-blue-900:hover{color:#093272}.md-blue-A100{color:#82b1ff}a.md-blue-A100:focus,a.md-blue-A100:hover{color:#4f91ff}.md-blue-A200{color:#448aff}a.md-blue-A200:focus,a.md-blue-A200:hover{color:#116aff}.md-blue-A400{color:#2979ff}a.md-blue-A400:focus,a.md-blue-A400:hover{color:#005cf5}.md-blue-A700{color:#2962ff}a.md-blue-A700:focus,a.md-blue-A700:hover{color:#0041f5}.md-bg-blue{background-color:#2196f3}a.md-bg-blue:focus,a.md-bg-blue:hover{background-color:#1e88e5}.md-bg-blue-50{background-color:#e3f2fd}.md-bg-blue-100,a.md-bg-blue-50:focus,a.md-bg-blue-50:hover{background-color:#bbdefb}.md-bg-blue-200,a.md-bg-blue-100:focus,a.md-bg-blue-100:hover{background-color:#90caf9}.md-bg-blue-300,a.md-bg-blue-200:focus,a.md-bg-blue-200:hover{background-color:#64b5f6}.md-bg-blue-400,a.md-bg-blue-300:focus,a.md-bg-blue-300:hover{background-color:#42a5f5}.md-bg-blue-500,a.md-bg-blue-400:focus,a.md-bg-blue-400:hover{background-color:#2196f3}.md-bg-blue-600,a.md-bg-blue-500:focus,a.md-bg-blue-500:hover{background-color:#1e88e5}.md-bg-blue-700,a.md-bg-blue-600:focus,a.md-bg-blue-600:hover{background-color:#1976d2}.md-bg-blue-800,a.md-bg-blue-700:focus,a.md-bg-blue-700:hover{background-color:#1565c0}.md-bg-blue-900,a.md-bg-blue-800:focus,a.md-bg-blue-800:hover{background-color:#0d47a1}a.md-bg-blue-900:focus,a.md-bg-blue-900:hover{background-color:#093272}.md-bg-blue-A100{background-color:#82b1ff}a.md-bg-blue-A100:focus,a.md-bg-blue-A100:hover{background-color:#4f91ff}.md-bg-blue-A200{background-color:#448aff}a.md-bg-blue-A200:focus,a.md-bg-blue-A200:hover{background-color:#116aff}.md-bg-blue-A400{background-color:#2979ff}a.md-bg-blue-A400:focus,a.md-bg-blue-A400:hover{background-color:#005cf5}.md-bg-blue-A700{background-color:#2962ff}a.md-bg-blue-A700:focus,a.md-bg-blue-A700:hover{background-color:#0041f5}.md-light-blue{color:#03a9f4}a.md-light-blue:focus,a.md-light-blue:hover{color:#039be5}.md-light-blue-50{color:#e1f5fe}.md-light-blue-100,a.md-light-blue-50:focus,a.md-light-blue-50:hover{color:#b3e5fc}.md-light-blue-200,a.md-light-blue-100:focus,a.md-light-blue-100:hover{color:#81d4fa}.md-light-blue-300,a.md-light-blue-200:focus,a.md-light-blue-200:hover{color:#4fc3f7}.md-light-blue-400,a.md-light-blue-300:focus,a.md-light-blue-300:hover{color:#29b6f6}.md-light-blue-500,a.md-light-blue-400:focus,a.md-light-blue-400:hover{color:#03a9f4}.md-light-blue-600,a.md-light-blue-500:focus,a.md-light-blue-500:hover{color:#039be5}.md-light-blue-700,a.md-light-blue-600:focus,a.md-light-blue-600:hover{color:#0288d1}.md-light-blue-800,a.md-light-blue-700:focus,a.md-light-blue-700:hover{color:#0277bd}.md-light-blue-900,a.md-light-blue-800:focus,a.md-light-blue-800:hover{color:#01579b}a.md-light-blue-900:focus,a.md-light-blue-900:hover{color:#013b68}.md-light-blue-A100{color:#80d8ff}a.md-light-blue-A100:focus,a.md-light-blue-A100:hover{color:#4dc8ff}.md-light-blue-A200{color:#40c4ff}a.md-light-blue-A200:focus,a.md-light-blue-A200:hover{color:#0db4ff}.md-light-blue-A400{color:#00b0ff}a.md-light-blue-A400:focus,a.md-light-blue-A400:hover{color:#008dcc}.md-light-blue-A700{color:#0091ea}a.md-light-blue-A700:focus,a.md-light-blue-A700:hover{color:#0071b7}.md-bg-light-blue{background-color:#03a9f4}a.md-bg-light-blue:focus,a.md-bg-light-blue:hover{background-color:#039be5}.md-bg-light-blue-50{background-color:#e1f5fe}.md-bg-light-blue-100,a.md-bg-light-blue-50:focus,a.md-bg-light-blue-50:hover{background-color:#b3e5fc}.md-bg-light-blue-200,a.md-bg-light-blue-100:focus,a.md-bg-light-blue-100:hover{background-color:#81d4fa}.md-bg-light-blue-300,a.md-bg-light-blue-200:focus,a.md-bg-light-blue-200:hover{background-color:#4fc3f7}.md-bg-light-blue-400,a.md-bg-light-blue-300:focus,a.md-bg-light-blue-300:hover{background-color:#29b6f6}.md-bg-light-blue-500,a.md-bg-light-blue-400:focus,a.md-bg-light-blue-400:hover{background-color:#03a9f4}.md-bg-light-blue-600,a.md-bg-light-blue-500:focus,a.md-bg-light-blue-500:hover{background-color:#039be5}.md-bg-light-blue-700,a.md-bg-light-blue-600:focus,a.md-bg-light-blue-600:hover{background-color:#0288d1}.md-bg-light-blue-800,a.md-bg-light-blue-700:focus,a.md-bg-light-blue-700:hover{background-color:#0277bd}.md-bg-light-blue-900,a.md-bg-light-blue-800:focus,a.md-bg-light-blue-800:hover{background-color:#01579b}a.md-bg-light-blue-900:focus,a.md-bg-light-blue-900:hover{background-color:#013b68}.md-bg-light-blue-A100{background-color:#80d8ff}a.md-bg-light-blue-A100:focus,a.md-bg-light-blue-A100:hover{background-color:#4dc8ff}.md-bg-light-blue-A200{background-color:#40c4ff}a.md-bg-light-blue-A200:focus,a.md-bg-light-blue-A200:hover{background-color:#0db4ff}.md-bg-light-blue-A400{background-color:#00b0ff}a.md-bg-light-blue-A400:focus,a.md-bg-light-blue-A400:hover{background-color:#008dcc}.md-bg-light-blue-A700{background-color:#0091ea}a.md-bg-light-blue-A700:focus,a.md-bg-light-blue-A700:hover{background-color:#0071b7}.md-cyan{color:#00bcd4}a.md-cyan:focus,a.md-cyan:hover{color:#00acc1}.md-cyan-50{color:#e0f7fa}.md-cyan-100,a.md-cyan-50:focus,a.md-cyan-50:hover{color:#b2ebf2}.md-cyan-200,a.md-cyan-100:focus,a.md-cyan-100:hover{color:#80deea}.md-cyan-300,a.md-cyan-200:focus,a.md-cyan-200:hover{color:#4dd0e1}.md-cyan-400,a.md-cyan-300:focus,a.md-cyan-300:hover{color:#26c6da}.md-cyan-500,a.md-cyan-400:focus,a.md-cyan-400:hover{color:#00bcd4}.md-cyan-600,a.md-cyan-500:focus,a.md-cyan-500:hover{color:#00acc1}.md-cyan-700,a.md-cyan-600:focus,a.md-cyan-600:hover{color:#0097a7}.md-cyan-800,a.md-cyan-700:focus,a.md-cyan-700:hover{color:#00838f}.md-cyan-900,a.md-cyan-800:focus,a.md-cyan-800:hover{color:#006064}a.md-cyan-900:focus,a.md-cyan-900:hover{color:#002f31}.md-cyan-A100{color:#84ffff}a.md-cyan-A100:focus,a.md-cyan-A100:hover{color:#51ffff}.md-cyan-A200{color:#18ffff}a.md-cyan-A200:focus,a.md-cyan-A200:hover{color:#00e4e4}.md-cyan-A400{color:#00e5ff}a.md-cyan-A400:focus,a.md-cyan-A400:hover{color:#00b7cc}.md-cyan-A700{color:#00b8d4}a.md-cyan-A700:focus,a.md-cyan-A700:hover{color:#008ca1}.md-bg-cyan{background-color:#00bcd4}a.md-bg-cyan:focus,a.md-bg-cyan:hover{background-color:#00acc1}.md-bg-cyan-50{background-color:#e0f7fa}.md-bg-cyan-100,a.md-bg-cyan-50:focus,a.md-bg-cyan-50:hover{background-color:#b2ebf2}.md-bg-cyan-200,a.md-bg-cyan-100:focus,a.md-bg-cyan-100:hover{background-color:#80deea}.md-bg-cyan-300,a.md-bg-cyan-200:focus,a.md-bg-cyan-200:hover{background-color:#4dd0e1}.md-bg-cyan-400,a.md-bg-cyan-300:focus,a.md-bg-cyan-300:hover{background-color:#26c6da}.md-bg-cyan-500,a.md-bg-cyan-400:focus,a.md-bg-cyan-400:hover{background-color:#00bcd4}.md-bg-cyan-600,a.md-bg-cyan-500:focus,a.md-bg-cyan-500:hover{background-color:#00acc1}.md-bg-cyan-700,a.md-bg-cyan-600:focus,a.md-bg-cyan-600:hover{background-color:#0097a7}.md-bg-cyan-800,a.md-bg-cyan-700:focus,a.md-bg-cyan-700:hover{background-color:#00838f}.md-bg-cyan-900,a.md-bg-cyan-800:focus,a.md-bg-cyan-800:hover{background-color:#006064}a.md-bg-cyan-900:focus,a.md-bg-cyan-900:hover{background-color:#002f31}.md-bg-cyan-A100{background-color:#84ffff}a.md-bg-cyan-A100:focus,a.md-bg-cyan-A100:hover{background-color:#51ffff}.md-bg-cyan-A200{background-color:#18ffff}a.md-bg-cyan-A200:focus,a.md-bg-cyan-A200:hover{background-color:#00e4e4}.md-bg-cyan-A400{background-color:#00e5ff}a.md-bg-cyan-A400:focus,a.md-bg-cyan-A400:hover{background-color:#00b7cc}.md-bg-cyan-A700{background-color:#00b8d4}a.md-bg-cyan-A700:focus,a.md-bg-cyan-A700:hover{background-color:#008ca1}.md-teal{color:#009688}a.md-teal:focus,a.md-teal:hover{color:#00897b}.md-teal-50{color:#e0f2f1}.md-teal-100,a.md-teal-50:focus,a.md-teal-50:hover{color:#b2dfdb}.md-teal-200,a.md-teal-100:focus,a.md-teal-100:hover{color:#80cbc4}.md-teal-300,a.md-teal-200:focus,a.md-teal-200:hover{color:#4db6ac}.md-teal-400,a.md-teal-300:focus,a.md-teal-300:hover{color:#26a69a}.md-teal-500,a.md-teal-400:focus,a.md-teal-400:hover{color:#009688}.md-teal-600,a.md-teal-500:focus,a.md-teal-500:hover{color:#00897b}.md-teal-700,a.md-teal-600:focus,a.md-teal-600:hover{color:#00796b}.md-teal-800,a.md-teal-700:focus,a.md-teal-700:hover{color:#00695c}.md-teal-900,a.md-teal-800:focus,a.md-teal-800:hover{color:#004d40}a.md-teal-900:focus,a.md-teal-900:hover{color:#001a16}.md-teal-A100{color:#a7ffeb}a.md-teal-A100:focus,a.md-teal-A100:hover{color:#74ffdf}.md-teal-A200{color:#64ffda}a.md-teal-A200:focus,a.md-teal-A200:hover{color:#31ffce}.md-teal-A400{color:#1de9b6}a.md-teal-A400:focus,a.md-teal-A400:hover{color:#13c095}.md-teal-A700{color:#00bfa5}a.md-teal-A700:focus,a.md-teal-A700:hover{color:#008c79}.md-bg-teal{background-color:#009688}a.md-bg-teal:focus,a.md-bg-teal:hover{background-color:#00897b}.md-bg-teal-50{background-color:#e0f2f1}.md-bg-teal-100,a.md-bg-teal-50:focus,a.md-bg-teal-50:hover{background-color:#b2dfdb}.md-bg-teal-200,a.md-bg-teal-100:focus,a.md-bg-teal-100:hover{background-color:#80cbc4}.md-bg-teal-300,a.md-bg-teal-200:focus,a.md-bg-teal-200:hover{background-color:#4db6ac}.md-bg-teal-400,a.md-bg-teal-300:focus,a.md-bg-teal-300:hover{background-color:#26a69a}.md-bg-teal-500,a.md-bg-teal-400:focus,a.md-bg-teal-400:hover{background-color:#009688}.md-bg-teal-600,a.md-bg-teal-500:focus,a.md-bg-teal-500:hover{background-color:#00897b}.md-bg-teal-700,a.md-bg-teal-600:focus,a.md-bg-teal-600:hover{background-color:#00796b}.md-bg-teal-800,a.md-bg-teal-700:focus,a.md-bg-teal-700:hover{background-color:#00695c}.md-bg-teal-900,a.md-bg-teal-800:focus,a.md-bg-teal-800:hover{background-color:#004d40}a.md-bg-teal-900:focus,a.md-bg-teal-900:hover{background-color:#001a16}.md-bg-teal-A100{background-color:#a7ffeb}a.md-bg-teal-A100:focus,a.md-bg-teal-A100:hover{background-color:#74ffdf}.md-bg-teal-A200{background-color:#64ffda}a.md-bg-teal-A200:focus,a.md-bg-teal-A200:hover{background-color:#31ffce}.md-bg-teal-A400{background-color:#1de9b6}a.md-bg-teal-A400:focus,a.md-bg-teal-A400:hover{background-color:#13c095}.md-bg-teal-A700{background-color:#00bfa5}a.md-bg-teal-A700:focus,a.md-bg-teal-A700:hover{background-color:#008c79}.md-green{color:#4caf50}a.md-green:focus,a.md-green:hover{color:#43a047}.md-green-50{color:#e8f5e9}.md-green-100,a.md-green-50:focus,a.md-green-50:hover{color:#c8e6c9}.md-green-200,a.md-green-100:focus,a.md-green-100:hover{color:#a5d6a7}.md-green-300,a.md-green-200:focus,a.md-green-200:hover{color:#81c784}.md-green-400,a.md-green-300:focus,a.md-green-300:hover{color:#66bb6a}.md-green-500,a.md-green-400:focus,a.md-green-400:hover{color:#4caf50}.md-green-600,a.md-green-500:focus,a.md-green-500:hover{color:#43a047}.md-green-700,a.md-green-600:focus,a.md-green-600:hover{color:#388e3c}.md-green-800,a.md-green-700:focus,a.md-green-700:hover{color:#2e7d32}.md-green-900,a.md-green-800:focus,a.md-green-800:hover{color:#1b5e20}a.md-green-900:focus,a.md-green-900:hover{color:#103613}.md-green-A100{color:#b9f6ca}a.md-green-A100:focus,a.md-green-A100:hover{color:#8cf0a8}.md-green-A200{color:#69f0ae}a.md-green-A200:focus,a.md-green-A200:hover{color:#3beb95}.md-green-A400{color:#00e676}a.md-green-A400:focus,a.md-green-A400:hover{color:#00b35c}.md-green-A700{color:#00c853}a.md-green-A700:focus,a.md-green-A700:hover{color:#00953e}.md-bg-green{background-color:#4caf50}a.md-bg-green:focus,a.md-bg-green:hover{background-color:#43a047}.md-bg-green-50{background-color:#e8f5e9}.md-bg-green-100,a.md-bg-green-50:focus,a.md-bg-green-50:hover{background-color:#c8e6c9}.md-bg-green-200,a.md-bg-green-100:focus,a.md-bg-green-100:hover{background-color:#a5d6a7}.md-bg-green-300,a.md-bg-green-200:focus,a.md-bg-green-200:hover{background-color:#81c784}.md-bg-green-400,a.md-bg-green-300:focus,a.md-bg-green-300:hover{background-color:#66bb6a}.md-bg-green-500,a.md-bg-green-400:focus,a.md-bg-green-400:hover{background-color:#4caf50}.md-bg-green-600,a.md-bg-green-500:focus,a.md-bg-green-500:hover{background-color:#43a047}.md-bg-green-700,a.md-bg-green-600:focus,a.md-bg-green-600:hover{background-color:#388e3c}.md-bg-green-800,a.md-bg-green-700:focus,a.md-bg-green-700:hover{background-color:#2e7d32}.md-bg-green-900,a.md-bg-green-800:focus,a.md-bg-green-800:hover{background-color:#1b5e20}a.md-bg-green-900:focus,a.md-bg-green-900:hover{background-color:#103613}.md-bg-green-A100{background-color:#b9f6ca}a.md-bg-green-A100:focus,a.md-bg-green-A100:hover{background-color:#8cf0a8}.md-bg-green-A200{background-color:#69f0ae}a.md-bg-green-A200:focus,a.md-bg-green-A200:hover{background-color:#3beb95}.md-bg-green-A400{background-color:#00e676}a.md-bg-green-A400:focus,a.md-bg-green-A400:hover{background-color:#00b35c}.md-bg-green-A700{background-color:#00c853}a.md-bg-green-A700:focus,a.md-bg-green-A700:hover{background-color:#00953e}.md-light-green{color:#8bc34a}a.md-light-green:focus,a.md-light-green:hover{color:#7cb342}.md-light-green-50{color:#f1f8e9}.md-light-green-100,a.md-light-green-50:focus,a.md-light-green-50:hover{color:#dcedc8}.md-light-green-200,a.md-light-green-100:focus,a.md-light-green-100:hover{color:#c5e1a5}.md-light-green-300,a.md-light-green-200:focus,a.md-light-green-200:hover{color:#aed581}.md-light-green-400,a.md-light-green-300:focus,a.md-light-green-300:hover{color:#9ccc65}.md-light-green-500,a.md-light-green-400:focus,a.md-light-green-400:hover{color:#8bc34a}.md-light-green-600,a.md-light-green-500:focus,a.md-light-green-500:hover{color:#7cb342}.md-light-green-700,a.md-light-green-600:focus,a.md-light-green-600:hover{color:#689f38}.md-light-green-800,a.md-light-green-700:focus,a.md-light-green-700:hover{color:#558b2f}.md-light-green-900,a.md-light-green-800:focus,a.md-light-green-800:hover{color:#33691e}a.md-light-green-900:focus,a.md-light-green-900:hover{color:#204113}.md-light-green-A100{color:#ccff90}a.md-light-green-A100:focus,a.md-light-green-A100:hover{color:#b5ff5d}.md-light-green-A200{color:#b2ff59}a.md-light-green-A200:focus,a.md-light-green-A200:hover{color:#9aff26}.md-light-green-A400{color:#76ff03}a.md-light-green-A400:focus,a.md-light-green-A400:hover{color:#5ecf00}.md-light-green-A700{color:#64dd17}a.md-light-green-A700:focus,a.md-light-green-A700:hover{color:#4faf12}.md-bg-light-green{background-color:#8bc34a}a.md-bg-light-green:focus,a.md-bg-light-green:hover{background-color:#7cb342}.md-bg-light-green-50{background-color:#f1f8e9}.md-bg-light-green-100,a.md-bg-light-green-50:focus,a.md-bg-light-green-50:hover{background-color:#dcedc8}.md-bg-light-green-200,a.md-bg-light-green-100:focus,a.md-bg-light-green-100:hover{background-color:#c5e1a5}.md-bg-light-green-300,a.md-bg-light-green-200:focus,a.md-bg-light-green-200:hover{background-color:#aed581}.md-bg-light-green-400,a.md-bg-light-green-300:focus,a.md-bg-light-green-300:hover{background-color:#9ccc65}.md-bg-light-green-500,a.md-bg-light-green-400:focus,a.md-bg-light-green-400:hover{background-color:#8bc34a}.md-bg-light-green-600,a.md-bg-light-green-500:focus,a.md-bg-light-green-500:hover{background-color:#7cb342}.md-bg-light-green-700,a.md-bg-light-green-600:focus,a.md-bg-light-green-600:hover{background-color:#689f38}.md-bg-light-green-800,a.md-bg-light-green-700:focus,a.md-bg-light-green-700:hover{background-color:#558b2f}.md-bg-light-green-900,a.md-bg-light-green-800:focus,a.md-bg-light-green-800:hover{background-color:#33691e}a.md-bg-light-green-900:focus,a.md-bg-light-green-900:hover{background-color:#204113}.md-bg-light-green-A100{background-color:#ccff90}a.md-bg-light-green-A100:focus,a.md-bg-light-green-A100:hover{background-color:#b5ff5d}.md-bg-light-green-A200{background-color:#b2ff59}a.md-bg-light-green-A200:focus,a.md-bg-light-green-A200:hover{background-color:#9aff26}.md-bg-light-green-A400{background-color:#76ff03}a.md-bg-light-green-A400:focus,a.md-bg-light-green-A400:hover{background-color:#5ecf00}.md-bg-light-green-A700{background-color:#64dd17}a.md-bg-light-green-A700:focus,a.md-bg-light-green-A700:hover{background-color:#4faf12}.md-lime{color:#cddc39}a.md-lime:focus,a.md-lime:hover{color:#c0ca33}.md-lime-50{color:#f9fbe7}.md-lime-100,a.md-lime-50:focus,a.md-lime-50:hover{color:#f0f4c3}.md-lime-200,a.md-lime-100:focus,a.md-lime-100:hover{color:#e6ee9c}.md-lime-300,a.md-lime-200:focus,a.md-lime-200:hover{color:#dce775}.md-lime-400,a.md-lime-300:focus,a.md-lime-300:hover{color:#d4e157}.md-lime-500,a.md-lime-400:focus,a.md-lime-400:hover{color:#cddc39}.md-lime-600,a.md-lime-500:focus,a.md-lime-500:hover{color:#c0ca33}.md-lime-700,a.md-lime-600:focus,a.md-lime-600:hover{color:#afb42b}.md-lime-800,a.md-lime-700:focus,a.md-lime-700:hover{color:#9e9d24}.md-lime-900,a.md-lime-800:focus,a.md-lime-800:hover{color:#827717}a.md-lime-900:focus,a.md-lime-900:hover{color:#574f0f}.md-lime-A100{color:#f4ff81}a.md-lime-A100:focus,a.md-lime-A100:hover{color:#f0ff4e}.md-lime-A200{color:#eeff41}a.md-lime-A200:focus,a.md-lime-A200:hover{color:#e9ff0e}.md-lime-A400{color:#c6ff00}a.md-lime-A400:focus,a.md-lime-A400:hover{color:#9ecc00}.md-lime-A700{color:#aeea00}a.md-lime-A700:focus,a.md-lime-A700:hover{color:#88b700}.md-bg-lime{background-color:#cddc39}a.md-bg-lime:focus,a.md-bg-lime:hover{background-color:#c0ca33}.md-bg-lime-50{background-color:#f9fbe7}.md-bg-lime-100,a.md-bg-lime-50:focus,a.md-bg-lime-50:hover{background-color:#f0f4c3}.md-bg-lime-200,a.md-bg-lime-100:focus,a.md-bg-lime-100:hover{background-color:#e6ee9c}.md-bg-lime-300,a.md-bg-lime-200:focus,a.md-bg-lime-200:hover{background-color:#dce775}.md-bg-lime-400,a.md-bg-lime-300:focus,a.md-bg-lime-300:hover{background-color:#d4e157}.md-bg-lime-500,a.md-bg-lime-400:focus,a.md-bg-lime-400:hover{background-color:#cddc39}.md-bg-lime-600,a.md-bg-lime-500:focus,a.md-bg-lime-500:hover{background-color:#c0ca33}.md-bg-lime-700,a.md-bg-lime-600:focus,a.md-bg-lime-600:hover{background-color:#afb42b}.md-bg-lime-800,a.md-bg-lime-700:focus,a.md-bg-lime-700:hover{background-color:#9e9d24}.md-bg-lime-900,a.md-bg-lime-800:focus,a.md-bg-lime-800:hover{background-color:#827717}a.md-bg-lime-900:focus,a.md-bg-lime-900:hover{background-color:#574f0f}.md-bg-lime-A100{background-color:#f4ff81}a.md-bg-lime-A100:focus,a.md-bg-lime-A100:hover{background-color:#f0ff4e}.md-bg-lime-A200{background-color:#eeff41}a.md-bg-lime-A200:focus,a.md-bg-lime-A200:hover{background-color:#e9ff0e}.md-bg-lime-A400{background-color:#c6ff00}a.md-bg-lime-A400:focus,a.md-bg-lime-A400:hover{background-color:#9ecc00}.md-bg-lime-A700{background-color:#aeea00}a.md-bg-lime-A700:focus,a.md-bg-lime-A700:hover{background-color:#88b700}.md-yellow{color:#ffeb3b}a.md-yellow:focus,a.md-yellow:hover{color:#fdd835}.md-yellow-50{color:#fffde7}.md-yellow-100,a.md-yellow-50:focus,a.md-yellow-50:hover{color:#fff9c4}.md-yellow-200,a.md-yellow-100:focus,a.md-yellow-100:hover{color:#fff59d}.md-yellow-300,a.md-yellow-200:focus,a.md-yellow-200:hover{color:#fff176}.md-yellow-400,a.md-yellow-300:focus,a.md-yellow-300:hover{color:#ffee58}.md-yellow-500,a.md-yellow-400:focus,a.md-yellow-400:hover{color:#ffeb3b}.md-yellow-600,a.md-yellow-500:focus,a.md-yellow-500:hover{color:#fdd835}.md-yellow-700,a.md-yellow-600:focus,a.md-yellow-600:hover{color:#fbc02d}.md-yellow-800,a.md-yellow-700:focus,a.md-yellow-700:hover{color:#f9a825}.md-yellow-900,a.md-yellow-800:focus,a.md-yellow-800:hover{color:#f57f17}a.md-yellow-900:focus,a.md-yellow-900:hover{color:#d06609}.md-yellow-A100{color:#ffff8d}a.md-yellow-A100:focus,a.md-yellow-A100:hover{color:#ffff5a}.md-yellow-A200{color:#ff0}a.md-yellow-A200:focus,a.md-yellow-A200:hover{color:#cc0}.md-yellow-A400{color:#ffea00}a.md-yellow-A400:focus,a.md-yellow-A400:hover{color:#cb0}.md-yellow-A700{color:#ffd600}a.md-yellow-A700:focus,a.md-yellow-A700:hover{color:#ccab00}.md-bg-yellow{background-color:#ffeb3b}a.md-bg-yellow:focus,a.md-bg-yellow:hover{background-color:#fdd835}.md-bg-yellow-50{background-color:#fffde7}.md-bg-yellow-100,a.md-bg-yellow-50:focus,a.md-bg-yellow-50:hover{background-color:#fff9c4}.md-bg-yellow-200,a.md-bg-yellow-100:focus,a.md-bg-yellow-100:hover{background-color:#fff59d}.md-bg-yellow-300,a.md-bg-yellow-200:focus,a.md-bg-yellow-200:hover{background-color:#fff176}.md-bg-yellow-400,a.md-bg-yellow-300:focus,a.md-bg-yellow-300:hover{background-color:#ffee58}.md-bg-yellow-500,a.md-bg-yellow-400:focus,a.md-bg-yellow-400:hover{background-color:#ffeb3b}.md-bg-yellow-600,a.md-bg-yellow-500:focus,a.md-bg-yellow-500:hover{background-color:#fdd835}.md-bg-yellow-700,a.md-bg-yellow-600:focus,a.md-bg-yellow-600:hover{background-color:#fbc02d}.md-bg-yellow-800,a.md-bg-yellow-700:focus,a.md-bg-yellow-700:hover{background-color:#f9a825}.md-bg-yellow-900,a.md-bg-yellow-800:focus,a.md-bg-yellow-800:hover{background-color:#f57f17}a.md-bg-yellow-900:focus,a.md-bg-yellow-900:hover{background-color:#d06609}.md-bg-yellow-A100{background-color:#ffff8d}a.md-bg-yellow-A100:focus,a.md-bg-yellow-A100:hover{background-color:#ffff5a}.md-bg-yellow-A200{background-color:#ff0}a.md-bg-yellow-A200:focus,a.md-bg-yellow-A200:hover{background-color:#cc0}.md-bg-yellow-A400{background-color:#ffea00}a.md-bg-yellow-A400:focus,a.md-bg-yellow-A400:hover{background-color:#cb0}.md-bg-yellow-A700{background-color:#ffd600}a.md-bg-yellow-A700:focus,a.md-bg-yellow-A700:hover{background-color:#ccab00}.md-amber{color:#ffc107}a.md-amber:focus,a.md-amber:hover{color:#ffb300}.md-amber-50{color:#fff8e1}.md-amber-100,a.md-amber-50:focus,a.md-amber-50:hover{color:#ffecb3}.md-amber-200,a.md-amber-100:focus,a.md-amber-100:hover{color:#ffe082}.md-amber-300,a.md-amber-200:focus,a.md-amber-200:hover{color:#ffd54f}.md-amber-400,a.md-amber-300:focus,a.md-amber-300:hover{color:#ffca28}.md-amber-500,a.md-amber-400:focus,a.md-amber-400:hover{color:#ffc107}.md-amber-600,a.md-amber-500:focus,a.md-amber-500:hover{color:#ffb300}.md-amber-700,a.md-amber-600:focus,a.md-amber-600:hover{color:#ffa000}.md-amber-800,a.md-amber-700:focus,a.md-amber-700:hover{color:#ff8f00}.md-amber-900,a.md-amber-800:focus,a.md-amber-800:hover{color:#ff6f00}a.md-amber-900:focus,a.md-amber-900:hover{color:#cc5900}.md-amber-A100{color:#ffe57f}a.md-amber-A100:focus,a.md-amber-A100:hover{color:#ffdb4c}.md-amber-A200{color:#ffd740}a.md-amber-A200:focus,a.md-amber-A200:hover{color:#ffcc0d}.md-amber-A400{color:#ffc400}a.md-amber-A400:focus,a.md-amber-A400:hover{color:#cc9d00}.md-amber-A700{color:#ffab00}a.md-amber-A700:focus,a.md-amber-A700:hover{color:#cc8900}.md-bg-amber{background-color:#ffc107}a.md-bg-amber:focus,a.md-bg-amber:hover{background-color:#ffb300}.md-bg-amber-50{background-color:#fff8e1}.md-bg-amber-100,a.md-bg-amber-50:focus,a.md-bg-amber-50:hover{background-color:#ffecb3}.md-bg-amber-200,a.md-bg-amber-100:focus,a.md-bg-amber-100:hover{background-color:#ffe082}.md-bg-amber-300,a.md-bg-amber-200:focus,a.md-bg-amber-200:hover{background-color:#ffd54f}.md-bg-amber-400,a.md-bg-amber-300:focus,a.md-bg-amber-300:hover{background-color:#ffca28}.md-bg-amber-500,a.md-bg-amber-400:focus,a.md-bg-amber-400:hover{background-color:#ffc107}.md-bg-amber-600,a.md-bg-amber-500:focus,a.md-bg-amber-500:hover{background-color:#ffb300}.md-bg-amber-700,a.md-bg-amber-600:focus,a.md-bg-amber-600:hover{background-color:#ffa000}.md-bg-amber-800,a.md-bg-amber-700:focus,a.md-bg-amber-700:hover{background-color:#ff8f00}.md-bg-amber-900,a.md-bg-amber-800:focus,a.md-bg-amber-800:hover{background-color:#ff6f00}a.md-bg-amber-900:focus,a.md-bg-amber-900:hover{background-color:#cc5900}.md-bg-amber-A100{background-color:#ffe57f}a.md-bg-amber-A100:focus,a.md-bg-amber-A100:hover{background-color:#ffdb4c}.md-bg-amber-A200{background-color:#ffd740}a.md-bg-amber-A200:focus,a.md-bg-amber-A200:hover{background-color:#ffcc0d}.md-bg-amber-A400{background-color:#ffc400}a.md-bg-amber-A400:focus,a.md-bg-amber-A400:hover{background-color:#cc9d00}.md-bg-amber-A700{background-color:#ffab00}a.md-bg-amber-A700:focus,a.md-bg-amber-A700:hover{background-color:#cc8900}.md-orange{color:#ff9800}a.md-orange:focus,a.md-orange:hover{color:#fb8c00}.md-orange-50{color:#fff3e0}.md-orange-100,a.md-orange-50:focus,a.md-orange-50:hover{color:#ffe0b2}.md-orange-200,a.md-orange-100:focus,a.md-orange-100:hover{color:#ffcc80}.md-orange-300,a.md-orange-200:focus,a.md-orange-200:hover{color:#ffb74d}.md-orange-400,a.md-orange-300:focus,a.md-orange-300:hover{color:#ffa726}.md-orange-500,a.md-orange-400:focus,a.md-orange-400:hover{color:#ff9800}.md-orange-600,a.md-orange-500:focus,a.md-orange-500:hover{color:#fb8c00}.md-orange-700,a.md-orange-600:focus,a.md-orange-600:hover{color:#f57c00}.md-orange-800,a.md-orange-700:focus,a.md-orange-700:hover{color:#ef6c00}.md-orange-900,a.md-orange-800:focus,a.md-orange-800:hover{color:#e65100}a.md-orange-900:focus,a.md-orange-900:hover{color:#b33f00}.md-orange-A100{color:#ffd180}a.md-orange-A100:focus,a.md-orange-A100:hover{color:#ffbf4d}.md-orange-A200{color:#ffab40}a.md-orange-A200:focus,a.md-orange-A200:hover{color:#ff950d}.md-orange-A400{color:#ff9100}a.md-orange-A400:focus,a.md-orange-A400:hover{color:#cc7400}.md-orange-A700{color:#ff6d00}a.md-orange-A700:focus,a.md-orange-A700:hover{color:#cc5700}.md-bg-orange{background-color:#ff9800}a.md-bg-orange:focus,a.md-bg-orange:hover{background-color:#fb8c00}.md-bg-orange-50{background-color:#fff3e0}.md-bg-orange-100,a.md-bg-orange-50:focus,a.md-bg-orange-50:hover{background-color:#ffe0b2}.md-bg-orange-200,a.md-bg-orange-100:focus,a.md-bg-orange-100:hover{background-color:#ffcc80}.md-bg-orange-300,a.md-bg-orange-200:focus,a.md-bg-orange-200:hover{background-color:#ffb74d}.md-bg-orange-400,a.md-bg-orange-300:focus,a.md-bg-orange-300:hover{background-color:#ffa726}.md-bg-orange-500,a.md-bg-orange-400:focus,a.md-bg-orange-400:hover{background-color:#ff9800}.md-bg-orange-600,a.md-bg-orange-500:focus,a.md-bg-orange-500:hover{background-color:#fb8c00}.md-bg-orange-700,a.md-bg-orange-600:focus,a.md-bg-orange-600:hover{background-color:#f57c00}.md-bg-orange-800,a.md-bg-orange-700:focus,a.md-bg-orange-700:hover{background-color:#ef6c00}.md-bg-orange-900,a.md-bg-orange-800:focus,a.md-bg-orange-800:hover{background-color:#e65100}a.md-bg-orange-900:focus,a.md-bg-orange-900:hover{background-color:#b33f00}.md-bg-orange-A100{background-color:#ffd180}a.md-bg-orange-A100:focus,a.md-bg-orange-A100:hover{background-color:#ffbf4d}.md-bg-orange-A200{background-color:#ffab40}a.md-bg-orange-A200:focus,a.md-bg-orange-A200:hover{background-color:#ff950d}.md-bg-orange-A400{background-color:#ff9100}a.md-bg-orange-A400:focus,a.md-bg-orange-A400:hover{background-color:#cc7400}.md-bg-orange-A700{background-color:#ff6d00}a.md-bg-orange-A700:focus,a.md-bg-orange-A700:hover{background-color:#cc5700}.md-deep-orange{color:#ff5722}a.md-deep-orange:focus,a.md-deep-orange:hover{color:#f4511e}.md-deep-orange-50{color:#fbe9e7}.md-deep-orange-100,a.md-deep-orange-50:focus,a.md-deep-orange-50:hover{color:#ffccbc}.md-deep-orange-200,a.md-deep-orange-100:focus,a.md-deep-orange-100:hover{color:#ffab91}.md-deep-orange-300,a.md-deep-orange-200:focus,a.md-deep-orange-200:hover{color:#ff8a65}.md-deep-orange-400,a.md-deep-orange-300:focus,a.md-deep-orange-300:hover{color:#ff7043}.md-deep-orange-500,a.md-deep-orange-400:focus,a.md-deep-orange-400:hover{color:#ff5722}.md-deep-orange-600,a.md-deep-orange-500:focus,a.md-deep-orange-500:hover{color:#f4511e}.md-deep-orange-700,a.md-deep-orange-600:focus,a.md-deep-orange-600:hover{color:#e64a19}.md-deep-orange-800,a.md-deep-orange-700:focus,a.md-deep-orange-700:hover{color:#d84315}.md-deep-orange-900,a.md-deep-orange-800:focus,a.md-deep-orange-800:hover{color:#bf360c}a.md-deep-orange-900:focus,a.md-deep-orange-900:hover{color:#8f2809}.md-deep-orange-A100{color:#ff9e80}a.md-deep-orange-A100:focus,a.md-deep-orange-A100:hover{color:#ff774d}.md-deep-orange-A200{color:#ff6e40}a.md-deep-orange-A200:focus,a.md-deep-orange-A200:hover{color:#ff470d}.md-deep-orange-A400{color:#ff3d00}a.md-deep-orange-A400:focus,a.md-deep-orange-A400:hover{color:#cc3100}.md-deep-orange-A700{color:#dd2c00}a.md-deep-orange-A700:focus,a.md-deep-orange-A700:hover{color:#a20}.md-bg-deep-orange{background-color:#ff5722}a.md-bg-deep-orange:focus,a.md-bg-deep-orange:hover{background-color:#f4511e}.md-bg-deep-orange-50{background-color:#fbe9e7}.md-bg-deep-orange-100,a.md-bg-deep-orange-50:focus,a.md-bg-deep-orange-50:hover{background-color:#ffccbc}.md-bg-deep-orange-200,a.md-bg-deep-orange-100:focus,a.md-bg-deep-orange-100:hover{background-color:#ffab91}.md-bg-deep-orange-300,a.md-bg-deep-orange-200:focus,a.md-bg-deep-orange-200:hover{background-color:#ff8a65}.md-bg-deep-orange-400,a.md-bg-deep-orange-300:focus,a.md-bg-deep-orange-300:hover{background-color:#ff7043}.md-bg-deep-orange-500,a.md-bg-deep-orange-400:focus,a.md-bg-deep-orange-400:hover{background-color:#ff5722}.md-bg-deep-orange-600,a.md-bg-deep-orange-500:focus,a.md-bg-deep-orange-500:hover{background-color:#f4511e}.md-bg-deep-orange-700,a.md-bg-deep-orange-600:focus,a.md-bg-deep-orange-600:hover{background-color:#e64a19}.md-bg-deep-orange-800,a.md-bg-deep-orange-700:focus,a.md-bg-deep-orange-700:hover{background-color:#d84315}.md-bg-deep-orange-900,a.md-bg-deep-orange-800:focus,a.md-bg-deep-orange-800:hover{background-color:#bf360c}a.md-bg-deep-orange-900:focus,a.md-bg-deep-orange-900:hover{background-color:#8f2809}.md-bg-deep-orange-A100{background-color:#ff9e80}a.md-bg-deep-orange-A100:focus,a.md-bg-deep-orange-A100:hover{background-color:#ff774d}.md-bg-deep-orange-A200{background-color:#ff6e40}a.md-bg-deep-orange-A200:focus,a.md-bg-deep-orange-A200:hover{background-color:#ff470d}.md-bg-deep-orange-A400{background-color:#ff3d00}a.md-bg-deep-orange-A400:focus,a.md-bg-deep-orange-A400:hover{background-color:#cc3100}.md-bg-deep-orange-A700{background-color:#dd2c00}a.md-bg-deep-orange-A700:focus,a.md-bg-deep-orange-A700:hover{background-color:#a20}.md-brown{color:#795548}a.md-brown:focus,a.md-brown:hover{color:#6d4c41}.md-brown-50{color:#efebe9}.md-brown-100,a.md-brown-50:focus,a.md-brown-50:hover{color:#d7ccc8}.md-brown-200,a.md-brown-100:focus,a.md-brown-100:hover{color:#bcaaa4}.md-brown-300,a.md-brown-200:focus,a.md-brown-200:hover{color:#a1887f}.md-brown-400,a.md-brown-300:focus,a.md-brown-300:hover{color:#8d6e63}.md-brown-500,a.md-brown-400:focus,a.md-brown-400:hover{color:#795548}.md-brown-600,a.md-brown-500:focus,a.md-brown-500:hover{color:#6d4c41}.md-brown-700,a.md-brown-600:focus,a.md-brown-600:hover{color:#5d4037}.md-brown-800,a.md-brown-700:focus,a.md-brown-700:hover{color:#4e342e}.md-brown-900,a.md-brown-800:focus,a.md-brown-800:hover{color:#3e2723}a.md-brown-900:focus,a.md-brown-900:hover{color:#1d1211}.md-bg-brown{background-color:#795548}a.md-bg-brown:focus,a.md-bg-brown:hover{background-color:#6d4c41}.md-bg-brown-50{background-color:#efebe9}.md-bg-brown-100,a.md-bg-brown-50:focus,a.md-bg-brown-50:hover{background-color:#d7ccc8}.md-bg-brown-200,a.md-bg-brown-100:focus,a.md-bg-brown-100:hover{background-color:#bcaaa4}.md-bg-brown-300,a.md-bg-brown-200:focus,a.md-bg-brown-200:hover{background-color:#a1887f}.md-bg-brown-400,a.md-bg-brown-300:focus,a.md-bg-brown-300:hover{background-color:#8d6e63}.md-bg-brown-500,a.md-bg-brown-400:focus,a.md-bg-brown-400:hover{background-color:#795548}.md-bg-brown-600,a.md-bg-brown-500:focus,a.md-bg-brown-500:hover{background-color:#6d4c41}.md-bg-brown-700,a.md-bg-brown-600:focus,a.md-bg-brown-600:hover{background-color:#5d4037}.md-bg-brown-800,a.md-bg-brown-700:focus,a.md-bg-brown-700:hover{background-color:#4e342e}.md-bg-brown-900,a.md-bg-brown-800:focus,a.md-bg-brown-800:hover{background-color:#3e2723}a.md-bg-brown-900:focus,a.md-bg-brown-900:hover{background-color:#1d1211}.md-grey{color:#9e9e9e}a.md-grey:focus,a.md-grey:hover{color:#757575}.md-grey-50{color:#fafafa}.md-grey-100,a.md-grey-50:focus,a.md-grey-50:hover{color:#f5f5f5}.md-grey-200,a.md-grey-100:focus,a.md-grey-100:hover{color:#eee}.md-grey-300,a.md-grey-200:focus,a.md-grey-200:hover{color:#e0e0e0}.md-grey-400,a.md-grey-300:focus,a.md-grey-300:hover{color:#bdbdbd}.md-grey-500,a.md-grey-400:focus,a.md-grey-400:hover{color:#9e9e9e}.md-grey-600,a.md-grey-500:focus,a.md-grey-500:hover{color:#757575}.md-grey-700,a.md-grey-600:focus,a.md-grey-600:hover{color:#616161}.md-grey-800,a.md-grey-700:focus,a.md-grey-700:hover{color:#424242}.md-grey-900,a.md-grey-800:focus,a.md-grey-800:hover{color:#212121}a.md-grey-900:focus,a.md-grey-900:hover{color:#080808}.md-bg-grey{background-color:#9e9e9e}a.md-bg-grey:focus,a.md-bg-grey:hover{background-color:#757575}.md-bg-grey-50{background-color:#fafafa}.md-bg-grey-100,a.md-bg-grey-50:focus,a.md-bg-grey-50:hover{background-color:#f5f5f5}.md-bg-grey-200,a.md-bg-grey-100:focus,a.md-bg-grey-100:hover{background-color:#eee}.md-bg-grey-300,a.md-bg-grey-200:focus,a.md-bg-grey-200:hover{background-color:#e0e0e0}.md-bg-grey-400,a.md-bg-grey-300:focus,a.md-bg-grey-300:hover{background-color:#bdbdbd}.md-bg-grey-500,a.md-bg-grey-400:focus,a.md-bg-grey-400:hover{background-color:#9e9e9e}.md-bg-grey-600,a.md-bg-grey-500:focus,a.md-bg-grey-500:hover{background-color:#757575}.md-bg-grey-700,a.md-bg-grey-600:focus,a.md-bg-grey-600:hover{background-color:#616161}.md-bg-grey-800,a.md-bg-grey-700:focus,a.md-bg-grey-700:hover{background-color:#424242}.md-bg-grey-900,a.md-bg-grey-800:focus,a.md-bg-grey-800:hover{background-color:#212121}a.md-bg-grey-900:focus,a.md-bg-grey-900:hover{background-color:#080808}.md-blue-grey{color:#607d8b}a.md-blue-grey:focus,a.md-blue-grey:hover{color:#546e7a}.md-blue-grey-50{color:#eceff1}.md-blue-grey-100,a.md-blue-grey-50:focus,a.md-blue-grey-50:hover{color:#cfd8dc}.md-blue-grey-200,a.md-blue-grey-100:focus,a.md-blue-grey-100:hover{color:#b0bec5}.md-blue-grey-300,a.md-blue-grey-200:focus,a.md-blue-grey-200:hover{color:#90a4ae}.md-blue-grey-400,a.md-blue-grey-300:focus,a.md-blue-grey-300:hover{color:#78909c}.md-blue-grey-500,a.md-blue-grey-400:focus,a.md-blue-grey-400:hover{color:#607d8b}.md-blue-grey-600,a.md-blue-grey-500:focus,a.md-blue-grey-500:hover{color:#546e7a}.md-blue-grey-700,a.md-blue-grey-600:focus,a.md-blue-grey-600:hover{color:#455a64}.md-blue-grey-800,a.md-blue-grey-700:focus,a.md-blue-grey-700:hover{color:#37474f}.md-blue-grey-900,a.md-blue-grey-800:focus,a.md-blue-grey-800:hover{color:#263238}a.md-blue-grey-900:focus,a.md-blue-grey-900:hover{color:#11171a}.md-bg-blue-grey{background-color:#607d8b}a.md-bg-blue-grey:focus,a.md-bg-blue-grey:hover{background-color:#546e7a}.md-bg-blue-grey-50{background-color:#eceff1}.md-bg-blue-grey-100,a.md-bg-blue-grey-50:focus,a.md-bg-blue-grey-50:hover{background-color:#cfd8dc}.md-bg-blue-grey-200,a.md-bg-blue-grey-100:focus,a.md-bg-blue-grey-100:hover{background-color:#b0bec5}.md-bg-blue-grey-300,a.md-bg-blue-grey-200:focus,a.md-bg-blue-grey-200:hover{background-color:#90a4ae}.md-bg-blue-grey-400,a.md-bg-blue-grey-300:focus,a.md-bg-blue-grey-300:hover{background-color:#78909c}.md-bg-blue-grey-500,a.md-bg-blue-grey-400:focus,a.md-bg-blue-grey-400:hover{background-color:#607d8b}.md-bg-blue-grey-600,a.md-bg-blue-grey-500:focus,a.md-bg-blue-grey-500:hover{background-color:#546e7a}.md-bg-blue-grey-700,a.md-bg-blue-grey-600:focus,a.md-bg-blue-grey-600:hover{background-color:#455a64}.md-bg-blue-grey-800,a.md-bg-blue-grey-700:focus,a.md-bg-blue-grey-700:hover{background-color:#37474f}.md-bg-blue-grey-900,a.md-bg-blue-grey-800:focus,a.md-bg-blue-grey-800:hover{background-color:#263238}a.md-bg-blue-grey-900:focus,a.md-bg-blue-grey-900:hover{background-color:#11171a}.md-white-lighter{color:hsla(0,0%,100%,.12)}.md-white-light,a.md-white-lighter:focus,a.md-white-lighter:hover{color:hsla(0,0%,100%,.3)}.md-white-dark,a.md-white-light:focus,a.md-white-light:hover{color:hsla(0,0%,100%,.7)}.md-white-darker,a.md-white-dark:focus,a.md-white-dark:hover,a.md-white-darker:focus,a.md-white-darker:hover{color:#fff}.md-black-lighter{color:rgba(0,0,0,.12)}.md-black-light,a.md-black-lighter:focus,a.md-black-lighter:hover{color:rgba(0,0,0,.26)}.md-black-dark,a.md-black-light:focus,a.md-black-light:hover{color:rgba(0,0,0,.54)}.md-black-darker,a.md-black-dark:focus,a.md-black-dark:hover{color:rgba(0,0,0,.87)}a.md-black-darker:focus,a.md-black-darker:hover{color:#000}table.s-tag-table{width:100%}table.s-tag-table td{padding:12px 12px 12px 24px;vertical-align:top}.col-list table.s-tag-table{background-color:#fff;font-size:13px;table-layout:auto;width:100%;margin-bottom:40px}.col-list table.s-tag-table td{border:1px solid #eee;line-height:24px;padding:12px 12px 12px 24px;color:#212121;vertical-align:middle}.col-list table.s-tag-table td>:last-child{margin-bottom:0}.col-list table.s-tag-table tr:first-child{background-color:#fafafa;font-weight:500}.col-list table.s-tag-table tr:first-child td{border-top:1px solid #e5e5e5}.col-list table.s-tag-table tr:first-child td p{color:#757575}.col-list table.s-tag-table tr:last-child td{border-bottom:1px solid #e5e5e5}.col-list table.s-tag-table tr td:last-child{border-right:1px solid #e5e5e5}.col-list table.s-tag-table tr td:first-child{border-left:1px solid #e5e5e5}.color-palette ul{list-style:none}.col-list{margin:40px 0;font-size:0}.col-list .figure,.col-list .module{vertical-align:top;font-size:13px}.col-list .col-2,.col-list .col-3{padding-bottom:40px}.col-list .col-2>div,.col-list .col-3>div{display:inline-block;padding-bottom:20px}.col-list .col-2>div:first-child{width:360px;margin-right:40px}.col-list .col-2>div:nth-child(2){display:inline-block;width:760px;vertical-align:top}.col-list .col-3>div{width:360px;margin-right:40px}.col-list .col-3>div:nth-child(3){margin-right:0}@media screen and (max-width:1240px){.col-list .figure-figure-figure.col-3>div:nth-child(2),.col-list .figure-figure-module.col-3>div:nth-child(2),.col-list .module-module-module.col-3>div:nth-child(2){margin-right:0}.col-list .col-2>div:first-child,.col-list .col-2>div:nth-child(2){width:auto}.col-list .figure-module-module.col-3>div:first-child,.col-list .module-figure-figure.col-3>div:first-child{display:block;width:auto}}@media screen and (max-width:800px){.col-list .module{overflow-x:auto}.col-list .col-2>div,.col-list .col-3>div{width:100%;margin:20px 0}}.s-tag-caption.do,.s-tag-caption.dont,figure.s-tag-media figcaption .s-tag-caption.do,figure.s-tag-media figcaption .s-tag-caption.dont{border-top:15px solid;font-weight:500;margin:10px 0 0;padding:10px 0 0}.s-tag-caption.dont,figure.s-tag-media figcaption .s-tag-caption.dont{border-color:#d32f2f;color:#d32f2f}.s-tag-caption.do,figure.s-tag-media figcaption .s-tag-caption.do{border-color:#4caf50;color:#2e7b32}.text-box{background-color:#fff;border:1px solid #e0e0e0;font-size:14px;padding:24px 24px 0}figure.s-tag-media img,figure.s-tag-media video{display:block;margin-bottom:0;max-width:100%}figcaption{margin-top:10px}figcaption h1,figcaption h2,figcaption h3,figcaption h4,figcaption h5,figcaption h6{margin-top:40px}figcaption li,figcaption p{color:#616161;font-size:13px;line-height:24px}figcaption .caption-title{font-weight:500}.color-palette{line-height:1}.color-palette ul{margin:0;padding:0}.color-palette span{color:hsla(0,0%,100%,.87);font-size:14px;font-weight:500}@media screen and (max-width:1240px){.color-palette{padding-right:0;width:760px}}@media screen and (max-width:800px){.color-palette{padding-right:0;width:360px}}@media screen and (max-width:360px){.color-palette{padding-right:0;width:100%}}.color-palette .module-end{clear:left}.color-palette .light span,.color-palette span.light{color:hsla(0,0%,100%,.87)}.color-palette .light-strong span,.color-palette span.light-strong{color:#fff}.color-palette .dark-when-small span,.color-palette .dark span,.color-palette span.dark,.color-palette span.dark-when-small{color:rgba(0,0,0,.87)}.color-palette .dark-strong span,.color-palette span.dark-strong{color:#000}.color-palette .color-group,.color-palette .color-group:last-child{float:left;margin-left:40px;width:360px}@media screen and (max-width:800px){.color-palette .color-group,.color-palette .color-group:last-child{margin-left:0;padding-right:0;width:360px}}@media screen and (max-width:360px){.color-palette .color-group,.color-palette .color-group:last-child{padding-right:0;padding-left:0;width:100%}}.color-palette .color-group:first-child,.color-palette .color-group:last-child:first-child,.color-palette .color-group:last-child:nth-of-type(odd),.color-palette .color-group:nth-of-type(odd){clear:left;margin-left:0}@media screen and (max-width:1240px){.color-palette .color-group:first-child,.color-palette .color-group:last-child:first-child,.color-palette .color-group:last-child:nth-of-type(odd),.color-palette .color-group:nth-of-type(odd){clear:none;margin-left:40px}.color-palette .color-group:last-child:nth-of-type(odd),.color-palette .color-group:nth-of-type(odd){clear:left;margin-left:0}}@media screen and (max-width:800px){.color-palette .color-group:first-child,.color-palette .color-group:last-child:first-child,.color-palette .color-group:last-child:nth-of-type(odd),.color-palette .color-group:nth-of-type(odd){margin-left:0}}.color-palette .color-group:last-child li.color,.color-palette .color-group li.color{padding:10px 15px 11px;margin:0}.color-palette .color-group:last-child li.color .hex,.color-palette .color-group li.color .hex{float:right;text-transform:uppercase;display:block}.color-palette .color-group:last-child li.main-color,.color-palette .color-group li.main-color{border-bottom:4px solid #fafafa}.color-palette .color-group:last-child li.main-color .name,.color-palette .color-group li.main-color .name{display:block;margin-bottom:53px}.color-palette .color-group:last-child li.divide,.color-palette .color-group li.divide{border-top:4px solid #fafafa}.bg-indigo{color:#fff!important;background-color:#3f51b5!important}a.bg-indigo:focus,a.bg-indigo:hover{background-color:#e8eaf6!important}.bg-pink{color:#fff!important;background-color:#e91e63!important}a.bg-pink:focus,a.bg-pink:hover{background-color:#e8eaf6!important}.modal-open[style]{padding-right:0!important}.bmd-navbar-title{display:inline-block;margin-top:-2.5rem;margin-left:5rem;padding-bottom:.25rem;margin-right:.5rem;font-size:1.25rem;line-height:inherit;white-space:nowrap;list-style:none;position:absolute}.bmd-navbar-title:focus,.bmd-navbar-title:hover{text-decoration:none}.bmd-navbar-toggler{-ms-flex-item-align:start;align-self:flex-start;padding:.25rem .75rem;font-size:1.25rem;line-height:1;background:transparent;border:1px solid transparent;border-radius:.125rem}.comment .pull-left{float:left}.comment .avatar{margin:0 auto;width:64px;height:64px;overflow:hidden;border-radius:50%;margin-right:15px;box-shadow:0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2)}.comment .avatar img{width:100%}.comment .comment-heading{font-size:1.5rem;padding-top:1rem}.comment .comment-heading small{font-size:.9rem}.comment .comment-body{padding-right:10px;background:#f8f8f8}.comment .comment-footer{padding-right:10px}.comment .comment-footer .btn{margin-bottom:20px}.comment .comment-footer:after{display:table;content:" ";clear:both}.comment p{color:#999;font-size:16px;line-height:1.6em;padding:0 20px 10px 110px}.comment-left,.comment>.pull-left{padding:15px 10px 10px 20px}.raised-z0{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)!important}.raised-z1{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)!important}.raised-z2{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)!important}.raised-z3{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)!important}.raised-z4{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)!important}.raised-z5{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)!important}.raised-z6{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)!important}.raised-z7{box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)!important}.raised-z8{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)!important}.raised-z9{box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)!important}.raised-z10{box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)!important}.raised-z11{box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)!important}.raised-z12{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)!important}.raised-z13{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)!important}.raised-z14{box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)!important}.raised-z15{box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)!important}.raised-z16{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)!important}.raised-z17{box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)!important}.raised-z18{box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)!important}.raised-z19{box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)!important}.raised-z20{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)!important}.raised-z21{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)!important}.raised-z22{box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)!important}.raised-z23{box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)!important}.raised-z24{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)!important}.raised-transition{transition:box-shadow .28s cubic-bezier(.4,0,.2,1);will-change:box-shadow}.nav-tabs{background:#009688}.nav-tabs>li>a{color:#f5f5f5;border:0;margin:0}.nav-tabs>li>a:hover{background-color:transparent;border:0}.nav-tabs>li>a,.nav-tabs>li>a:focus,.nav-tabs>li>a:hover{background-color:transparent!important;border:0!important;color:#f5f5f5!important;font-weight:500}.nav-tabs>li.disabled>a,.nav-tabs>li.disabled>a:hover{color:hsla(0,0%,100%,.5)}.tab-space{padding:1rem 0}.tab-content{margin:1rem 0;overflow:hidden;width:100%;height:auto}.tab-content img{border-radius:3px;max-width:300px;height:auto}.section-image .nav-pills>li>a{color:#999}.nav-pills>li>a:focus,.nav-pills>li>a:hover,.section-image .nav-pills>li>a:hover{background-color:#3f51b5}.nav-pills>li>a{line-height:24px;text-transform:uppercase;font-size:12px;font-weight:500;min-width:100px;text-align:center;color:#555;transition:all .3s}.nav-pills>li i{display:block;padding:15px 0;font-size:3em}.nav-pills .nav-item.open .nav-link,.nav-pills .nav-item.open .nav-link:focus,.nav-pills .nav-item.open .nav-link:hover,.nav-pills .nav-link.active,.nav-pills .nav-link.active:focus,.nav-pills .nav-link.active:hover{background-color:#3f51b5;color:#f5f5f5}.nav-pills .nav-link,.nav-tabs .nav-link{padding:.5em .8575em}.nav-pills>li>a:hover{background-color:hsla(0,0%,78%,.2)}.nav-pills:not(.nav-pills-icons)>li>a{border-radius:30px}.nav-pills.nav-stacked>li+li{margin-top:5px}.nav-pills.nav-pills-info .nav-link.active,.nav-pills.nav-pills-info .nav-link.active:focus,.nav-pills.nav-pills-info .nav-link.active:hover{background-color:#3f51b5}.nav-pills.nav-pills-success .nav-link.active,.nav-pills.nav-pills-success .nav-link.active:focus,.nav-pills.nav-pills-success .nav-link.active:hover{background-color:#4caf50;box-shadow:0 16px 26px -10px rgba(76,175,80,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(76,175,80,.2)}.nav-pills.nav-pills-warning .nav-link.active,.nav-pills.nav-pills-warning .nav-link.active:focus,.nav-pills.nav-pills-warning .nav-link.active:hover{background-color:#ff9800;box-shadow:0 16px 26px -10px rgba(255,152,0,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(255,152,0,.2)}.nav-pills.nav-pills-danger .nav-link.active,.nav-pills.nav-pills-danger .nav-link.active:focus,.nav-pills.nav-pills-danger .nav-link.active:hover{background-color:#f44336;box-shadow:0 16px 26px -10px rgba(255,152,0,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(255,152,0,.2)}.nav-pills.nav-pills-rose .nav-link.active,.nav-pills.nav-pills-rose .nav-link.active:focus,.nav-pills.nav-pills-rose .nav-link.active:hover{background-color:#e91e63;box-shadow:0 16px 26px -10px rgba(233,30,99,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(233,30,99,.2)}.opacity-o0{opacity:0!important}.opacity-o0,.opacity-o1{transition:opacity .5s ease-in-out;-moz-transition:opacity .5s ease-in-out;-webkit-transition:opacity .5s ease-in-out}.opacity-o1{opacity:.1!important}.opacity-o2{opacity:.2!important}.opacity-o2,.opacity-o3{transition:opacity .5s ease-in-out;-moz-transition:opacity .5s ease-in-out;-webkit-transition:opacity .5s ease-in-out}.opacity-o3{opacity:.3!important}.opacity-o4{opacity:.4!important}.opacity-o4,.opacity-o5{transition:opacity .5s ease-in-out;-moz-transition:opacity .5s ease-in-out;-webkit-transition:opacity .5s ease-in-out}.opacity-o5{opacity:.5!important}.opacity-o6{opacity:.6!important}.opacity-o6,.opacity-o7{transition:opacity .5s ease-in-out;-moz-transition:opacity .5s ease-in-out;-webkit-transition:opacity .5s ease-in-out}.opacity-o7{opacity:.7!important}.opacity-o8{opacity:.8!important}.opacity-o8,.opacity-o9{transition:opacity .5s ease-in-out;-moz-transition:opacity .5s ease-in-out;-webkit-transition:opacity .5s ease-in-out}.opacity-o9{opacity:.9!important}.opacity-o10{opacity:1!important;transition:opacity .5s ease-in-out;-moz-transition:opacity .5s ease-in-out;-webkit-transition:opacity .5s ease-in-out}.hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.hide-scrollbar::-webkit-scrollbar{width:0}.fix-height-150{height:150px}.fix-height-300{height:300px}.fix-height-600{height:600px}.flex-container-v2{padding:0;margin:0;list-style:none;background-color:#3f51b5;display:-ms-flexbox;display:flex;justify-content:space-around}.flex-container{display:flex;align-items:center;background-color:#3f51b5;margin-bottom:2rem}.flex-container div,.flex-item-v2{background-color:#e8eaf6;width:100px;margin:10px;text-align:center;line-height:75px;font-weight:700;font-size:3em}.flex-direction-column{flex-direction:column}.flex-direction-column-reverse{flex-direction:column-reverse}.flex-direction-row{flex-direction:row}.flex-direction-row-reverse{flex-direction:row-reverse}.flex-wrap-nowrap{flex-wrap:nowrap}.flex-wrap-wrap{flex-wrap:wrap}.flex-wrap-wrap-reverse{flex-wrap:wrap-reverse}.flex-flow-row-wrap{flex-flow:row wrap}.flex-flow-row-nowrap{flex-flow:row nowrap}.flex-justify-content-center{justify-content:center}.flex-justify-content-flex-start{justify-content:flex-start}.flex-justify-content-flex-end{justify-content:flex-end}.flex-justify-content-space-around{justify-content:space-around}.flex-justify-content-space-between{justify-content:space-between}.flex-align-items-baseline{align-items:baseline}.flex-align-items-center{align-items:center}.flex-align-items-start{align-items:flex-start}.flex-align-items-end{align-items:flex-end}.flex-align-items-stretch{align-items:stretch}.flex-align-content-center{align-content:center}.flex-align-content-flex-start{align-content:flex-start}.flex-align-content-flex-end{align-content:flex-end}.flex-align-content-space-around{align-content:space-around}.flex-align-content-space-between{align-content:space-between}.flex-align-content-stretch{align-content:stretch}.navigation{list-style:none;margin:0;background:#00bfff;display:-ms-flexbox;display:flex;justify-content:flex-end}.navigation a{text-decoration:none;display:block;padding:1em;color:#fff}.navigation a:hover{background-color:#3f51b5}@media (max-width:800px){.navigation{justify-content:space-around}}@media (max-width:600px){.navigation{flex-flow:column wrap;padding:0}.navigation a{text-align:center;padding:10px;border-top:1px solid hsla(0,0%,100%,.3);border-bottom:1px solid rgba(0,0,0,.1)}.navigation li:last-of-type a{border-bottom:none}}.wrapper-mobile{display:flex;flex-flow:row wrap;font-weight:700;text-align:center}.wrapper-mobile>*{padding:10px;flex:1 100%}.header-mobile{background:tomato}.footer-mobile{background:#90ee90}.main-mobile{text-align:left;background:#00bfff}.aside-1{background:gold}.aside-2{background:hotpink}@media (min-width:600px){.aside{flex:1 auto}}@media (min-width:800px){.main-mobile{flex:3 0px}.aside-1{order:1}.main-mobile{order:2}.aside-2{order:3}.footer-mobile{order:4}}@media only screen and (min-width:993px){.sticky{position:-webkit-sticky;position:sticky;top:100px;align-self:flex-start}.sticky:after,.sticky:before{content:"";display:table}}#bsGalleryModal .modal-content{border-radius:0}#bsGalleryModal .modal-dialog img{text-align:center;margin:0 auto;width:100%}#bsGalleryModal .modal-body{padding:0!important}#bsGalleryModal .bsp-close{position:absolute;right:-14px;top:-11px;font-size:30px;color:#fff;text-shadow:1px 1px 18px #000}#bsGalleryModal .bsp-close:hover{cursor:pointer;opacity:.6;text-shadow:none}.bspHasModal{cursor:pointer}.bspHasModal .text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.imgWrapper{overflow:hidden}a.bsp-controls,a.bsp-controls:active,a.bsp-controls:visited{position:absolute;top:44%;font-size:26px;color:#fff;text-shadow:1px 1px 18px #000}a.bsp-controls.next{right:-10px}a.bsp-controls.previous{left:-10px}a.bsp-controls:hover{opacity:.6;text-shadow:none}.bsp-text-container{clear:both;display:block;padding-bottom:5px}#bsGalleryModal h6{margin-bottom:0;font-weight:700;color:#000;font-size:14px;padding-left:12px;padding-right:12px;margin-bottom:5px}#bsGalleryModal .pText{font-size:11px;margin-bottom:0;padding:0 12px 5px}.bs-gallery-gutter.row{margin-right:0;margin-left:0}.bs-gallery-gutter>[class^=" col-"],.bs-gallery-gutter>[class^=col-]{padding-right:0;padding-left:0}.bs-gallery-gutter-2.row{margin-right:-1px;margin-left:-1px}.bs-gallery-gutter-2>[class^=" col-"],.bs-gallery-gutter-2>[class^=col-]{padding-right:1px;padding-left:1px}.bs-gallery-title{margin-left:.5rem;font-style:italic;font-weight:400;color:rgba(0,0,0,.5);overflow:hidden}@media screen and (max-width:380px){.col-xxs-12,.col-xxs-12 img{width:100%}}.tooltip-inner{background-color:#3f51b5;border-radius:.125rem}.tooltip.in{opacity:1}.tooltip.bs-tether-element-attached-bottom .tooltip-arrow,.tooltip.tooltip-top .tooltip-arrow{border-top-color:#3f51b5}.btn-clipboard{position:absolute;top:.6rem;right:.5rem;z-index:3;display:block;padding:.25rem .5rem;font-size:.75rem;color:#212121;cursor:pointer;text-transform:uppercase;background-color:transparent;border-radius:.25rem}.btn-clipboard:hover{color:#fff;background-color:#3f51b5}.btn-clipboard+.tooltip>.tooltip-inner{background-color:red}.j1-clipboard{position:relative;display:block;float:right}.j1-tooltip+.tooltip>.tooltip-arrow,.j1-tooltip+.tooltip>.tooltip-inner{background-color:red}@media (min-width:320px) and (max-width:767px){.j1-clipboard{display:none}}#cookie-bar{background:#354a60;height:auto;line-height:24px;color:#eee;text-align:center;padding:3px 0}#cookie-bar.fixed{position:fixed;top:0;left:0;width:100%}#cookie-bar.fixed.bottom{bottom:0;top:auto}#cookie-bar p{margin:0;padding:0}#cookie-bar a{color:#fff;display:inline-block;border-radius:3px;text-decoration:none;padding:0 6px;margin-left:8px;margin-bottom:20px}#cookie-bar .cb-enable,#cookie-bar .cb-enable:hover{background:#070}#cookie-bar .cb-disable{background:#900}#cookie-bar .cb-disable:hover{background:#b00}#cookie-bar .cb-policy{background:#03b}#cookie-bar .cb-policy:hover{background:#05d}.datepicker{top:0;left:0;padding:4px;margin-top:1px;border-radius:4px}.datepicker>div{display:none}.datepicker table{width:100%;margin:0}.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;border-radius:4px}.datepicker td{text-align:center}.datepicker td p{font-size:1em;font-weight:400;border-radius:50%;height:29px;line-height:29px;margin:3px 0 8px;width:29px}.datepicker td :hover{cursor:pointer}.datepicker th{font-weight:500}.datepicker th.switch-datepicker{font-size:1em}.datepicker .next p,.datepicker .prev p{font-size:1.825em}.datepicker p:hover{background:#eee}.datepicker .day.disabled{color:#eee}.datepicker td.new,.datepicker td.old{color:#999;border-top:0}.datepicker td.active:hover p,.datepicker td.active p{box-shadow:0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);color:#fff;background-color:#3f51b5}.datepicker td.primary:hover p,.datepicker td.primary p{background-color:#3f51b5}.datepicker td.info:hover p,.datepicker td.info p{background-color:#00bcd4}.datepicker td.success:hover p,.datepicker td.success p{background-color:#4caf50}.datepicker td.warning:hover p,.datepicker td.warning p{background-color:#ffeb3b}.datepicker td.danger:hover p,.datepicker td.danger p{background-color:red}.datepicker span{display:block;width:55px;height:54px;line-height:54px;float:left;margin:2px;cursor:pointer;border-radius:4px}.datepicker span.old{color:#999}.datepicker span.active,.datepicker span.active:active,.datepicker span.active:focus,.datepicker span.active:hover{background-color:#3f51b5;box-shadow:0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2)}.datepicker span.active{color:#fff}.datepicker span:hover{background-color:#eee}.datepicker span.primary,.datepicker span.primary:hover{background-color:#3f51b5}.datepicker span.info,.datepicker span.info:hover{background-color:#00bcd4}.datepicker span.success,.datepicker span.success:hover{background-color:#4caf50}.datepicker span.warning,.datepicker span.warning:hover{background-color:#ffeb3b}.datepicker span.danger,.datepicker span.danger:hover{background-color:red}.datepicker th.switch-datepicker{width:145px}.datepicker th.next,.datepicker th.prev{font-size:21px}.datepicker thead tr:first-child th{cursor:pointer}.datepicker thead tr:first-child th:hover{background:#eee}.datepicker.dropdown-menu{border-radius:3px;box-shadow:0 16px 38px -12px rgba(0,0,0,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);transition:all .15s linear;margin-top:-20px;opacity:0;visibility:hidden}.datepicker.dropdown-menu.open{opacity:1;visibility:visible;margin-top:1px}.datepicker .table-condensed>tbody>tr>td{padding:2px}.datepicker .table-condensed>thead>tr>th{padding:0}.input-append.date .add-on i,.input-prepend.date .add-on i{display:block;cursor:pointer;width:16px;height:16px}.datepicker-months thead{padding:0 0 3px;display:block}body.modal-open{padding-right:0!important}body.scrollable{overflow-y:auto}.modal .modal-content{border-radius:.3rem!important;box-shadow:0 .25rem .5rem rgba(0,0,0,.5)!important}.modal .modal-header .modal-title{font-weight:300}.modal .modal-header .lead{font-size:1.5rem;font-weight:400}.modal .modal-header .close{padding:1rem 1rem 1.75rem}@media (min-width:768px){.modal .modal-dialog.modal-top{top:0}.modal .modal-dialog.modal-left{left:0}.modal .modal-dialog.modal-right{right:0}.modal .modal-dialog.modal-bottom{bottom:0}.modal .modal-dialog.modal-top-left{top:10px;left:10px}.modal .modal-dialog.modal-top-right{top:10px;right:10px}.modal .modal-dialog.modal-bottom-left{left:10px;bottom:10px}.modal .modal-dialog.modal-bottom-right{right:10px;bottom:10px}}.modal.fade.top:not(.show) .modal-dialog{transform:translate3d(0,-25%,0)}.modal.fade.left:not(.show) .modal-dialog{transform:translate3d(-25%,0,0)}.modal.fade.right:not(.show) .modal-dialog{transform:translate3d(25%,0,0)}.modal.fade.bottom:not(.show) .modal-dialog{transform:translate3d(0,25%,0)}@media (min-width:576px){.modal.modal-scrolling{position:relative}.modal.modal-scrolling .modal-dialog{position:fixed;z-index:1050}.modal .modal-fluid{width:100%;max-width:100%}.modal .modal-fluid .modal-content{width:100%;border-radius:.3rem!important;box-shadow:0 .25rem .5rem rgba(0,0,0,.5)}.modal .modal-frame{position:absolute;width:100%;max-width:100%;margin:0}.modal .modal-frame.modal-bottom{bottom:0}.modal .modal-full-height{display:flex;position:absolute;width:400px;height:100%;margin:0;top:0;bottom:0;right:0}.modal .modal-full-height.modal-bottom,.modal .modal-full-height.modal-top{display:block;width:100%;max-width:100%;height:auto}.modal .modal-full-height.modal-top{bottom:auto}.modal .modal-full-height.modal-bottom{top:auto}.modal .modal-side{position:absolute;right:10px;bottom:10px;margin:0;width:400px}}@media (min-width:768px){.modal.modal-scrolling{position:relative}.modal.modal-scrolling .modal-dialog{position:fixed;z-index:1050}.modal .modal-fluid{width:100%;max-width:100%}.modal .modal-fluid .modal-content{width:100%;border-radius:.3rem!important}.modal .modal-frame{position:absolute;width:100%;max-width:100%;margin:0}.modal .modal-frame.modal-bottom{bottom:0}.modal .modal-full-height{display:flex;position:absolute;width:400px;height:100%;margin:0;top:0;bottom:0;right:0}.modal .modal-full-height.modal-bottom,.modal .modal-full-height.modal-top{display:block;width:100%;max-width:100%;height:auto}.modal .modal-full-height.modal-top{bottom:auto}.modal .modal-full-height.modal-bottom{top:auto}.modal .modal-side{position:absolute;right:10px;bottom:10px;margin:0;width:400px}}.modal-dialog.modal-notify .btn-outline-secondary-modal{background-color:transparent}.modal-dialog.modal-notify.modal-info .badge,.modal-dialog.modal-notify.modal-info .modal-header{background-color:#5394ff}.modal-dialog.modal-notify.modal-info .fa,.modal-dialog.modal-notify.modal-info .mdi{color:#5394ff}.modal-dialog.modal-notify.modal-info .btn-primary-modal{background:#5394ff}.modal-dialog.modal-notify.modal-info .btn-primary-modal:active,.modal-dialog.modal-notify.modal-info .btn-primary-modal:focus,.modal-dialog.modal-notify.modal-info .btn-primary-modal:hover{background-color:#5394ff!important}.modal-dialog.modal-notify.modal-info .btn-primary-modal.active{background-color:#0059ec!important}.modal-dialog.modal-notify.modal-info .btn-outline-secondary-modal{border:2px solid #5394ff;color:#5394ff!important}.modal-dialog.modal-notify.modal-warning .badge,.modal-dialog.modal-notify.modal-warning .modal-header{background-color:#ff8e38}.modal-dialog.modal-notify.modal-warning .fa,.modal-dialog.modal-notify.modal-warning .mdi{color:#ff8e38}.modal-dialog.modal-notify.modal-warning .btn-primary-modal{background:#ff8e38}.modal-dialog.modal-notify.modal-warning .btn-primary-modal:active,.modal-dialog.modal-notify.modal-warning .btn-primary-modal:focus,.modal-dialog.modal-notify.modal-warning .btn-primary-modal:hover{background-color:#ff9c52!important}.modal-dialog.modal-notify.modal-warning .btn-primary-modal.active{background-color:#d15a00!important}.modal-dialog.modal-notify.modal-warning .btn-outline-secondary-modal{border:2px solid #ff8e38;color:#ff8e38!important}.modal-dialog.modal-notify.modal-success .badge,.modal-dialog.modal-notify.modal-success .modal-header{background-color:#01d36b}.modal-dialog.modal-notify.modal-success .fa,.modal-dialog.modal-notify.modal-success .mdi{color:#01d36b}.modal-dialog.modal-notify.modal-success .btn-primary-modal{background:#01d36b}.modal-dialog.modal-notify.modal-success .btn-primary-modal:active,.modal-dialog.modal-notify.modal-success .btn-primary-modal:focus,.modal-dialog.modal-notify.modal-success .btn-primary-modal:hover{background-color:#01ec78!important}.modal-dialog.modal-notify.modal-success .btn-primary-modal.active{background-color:#016d38!important}.modal-dialog.modal-notify.modal-success .btn-outline-secondary-modal{border:2px solid #01d36b;color:#01d36b!important}.modal-dialog.modal-notify.modal-danger .badge,.modal-dialog.modal-notify.modal-danger .modal-header{background-color:#ff4b4b}.modal-dialog.modal-notify.modal-danger .fa,.modal-dialog.modal-notify.modal-danger .mdi{color:#ff4b4b}.modal-dialog.modal-notify.modal-danger .btn-primary-modal{background:#ff4b4b}.modal-dialog.modal-notify.modal-danger .btn-primary-modal:active,.modal-dialog.modal-notify.modal-danger .btn-primary-modal:focus,.modal-dialog.modal-notify.modal-danger .btn-primary-modal:hover{background-color:#ff6565!important}.modal-dialog.modal-notify.modal-danger .btn-primary-modal.active{background-color:#e40000!important}.modal-dialog.modal-notify.modal-danger .btn-outline-secondary-modal{border:2px solid #ff4b4b;color:#ff4b4b!important}html.lb-disable-scrolling{overflow:hidden;position:fixed;height:100vh;width:100vw}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;text-align:center;line-height:0;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:2px}.lightbox a img{border:none}.lb-outerContainer{position:relative;*zoom:1;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{position:absolute;top:43%;left:0;height:25%;width:100%;text-align:center;line-height:0}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(/assets/images/lightbox/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:none;background-image:url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==")}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(/assets/images/lightbox/prev.png) left 48% no-repeat;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(/assets/images/lightbox/next.png) right 48% no-repeat;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;*zoom:1;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-closeContainer{margin-top:.5rem}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;margin-top:.25rem;float:left;text-align:left;line-height:1.25rem}.lb-data .lb-caption{margin-top:.25rem;font-size:1rem;font-weight:700;line-height:1.25rem}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(/assets/images/lightbox/close.png) 100% 0 no-repeat;text-align:right;outline:none;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:.7;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.stop-scrolling{position:fixed;overflow-y:scroll;top:0;right:0;bottom:0;left:0}.dropdown-menu{padding-bottom:.1rem;scrollbar-width:none;-ms-overflow-style:none}.dropdown-menu::-webkit-scrollbar{width:0}#bootsnav_nav_menu .dropdown-menu{transform:scale(1);padding-bottom:unset}.nav.navigator{flex-wrap:nowrap}.nav.navbar-nav.navigator{margin-top:0;padding-top:0}ul.menu-col{padding:0;margin:0;font-size:13px}ul.menu-col li a{color:#6f6f6f}ul.menu-col li a:focus,ul.menu-col li a:hover{text-decoration:none}li.close-full-menu{padding-top:30px!important;padding-bottom:30px!important}li.close-full-menu>a{padding-top:0!important;padding-bottom:0!important}.heading:after{left:0;bottom:0;height:2px;width:50px;content:" ";background:#204a87;position:absolute}.heading-footer h2{color:#eee;font-size:18px;text-transform:uppercase}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{background-color:transparent!important}.nav.navbar.navigator.open ul.dropdown-menu.megamenu-content .content{display:block!important;height:auto!important}nav.navbar.navigator .navbar-nav .nav-item.open{border-bottom:0;background-image:linear-gradient(#141414,#1c1c1c 40%,#212121);background-repeat:no-repeat}nav.navigator .container{position:relative}nav.navigator .megamenu-content{padding:15px;width:100%!important}nav.navigator .megamenu-content .title{margin-top:0}nav.navigator.navbar-full{padding-bottom:10px;padding-top:10px}nav.navigator.navbar-full .navbar-header{display:block;width:100%}nav.navigator.navbar-full .navbar-toggle{display:inline-block;margin-right:0;position:relative;top:0;font-size:30px;transition:all 1s ease-in-out}nav.navigator.navbar-full .navbar-collapse{position:fixed;width:100%;height:100%!important;top:0;left:0;padding:0;display:none!important;z-index:9}nav.navigator.navbar-full .navbar-collapse.in{display:block!important}nav.navigator.navbar-full .navbar-collapse .nav-full{overflow:auto}nav.navigator.navbar-full .navbar-collapse .wrap-full-menu{display:table-cell;vertical-align:middle;background-color:#fff;overflow:auto}nav.navigator.navbar-full .navbar-collapse .nav-full::-webkit-scrollbar{width:0}nav.navigator.navbar-full .navbar-collapse .nav-full::-moz-scrollbar{width:0}nav.navigator.navbar-full .navbar-collapse .nav-full::-ms-scrollbar{width:0}nav.navigator.navbar-full .navbar-collapse .nav-full::-o-scrollbar{width:0}nav.navigator.navbar-full .navbar-collapse ul.nav{display:block;width:100%;overflow:auto}nav.navigator.navbar-full .navbar-collapse ul.nav a,nav.navigator.navbar-full .navbar-collapse ul.nav a:focus,nav.navigator.navbar-full .navbar-collapse ul.nav a:hover{background-color:transparent}nav.navigator.navbar-full .navbar-collapse ul.nav>li{float:none;display:block;text-align:center}nav.navigator.navbar-full .navbar-collapse ul.nav>li>a{display:table;margin:auto;text-transform:uppercase;font-weight:700;letter-spacing:2px;font-size:24px;padding:10px 15px}nav.navigator.navbar-brand-top .navbar-header{display:block;width:100%;text-align:center}nav.navigator.navbar-brand-top .navbar-header .navbar-brand{display:inline-block;float:none;margin:0}nav.navigator.navbar-brand-top .navbar-collapse{text-align:center}nav.navigator.navbar-brand-top ul.nav{display:inline-block;float:none;margin:0 0 -5px}nav.navigator.navbar-brand-top ul.nav>li.dropdown>ul.dropdown-menu{margin-top:2px}nav.navigator.navbar-brand-top ul.nav>li.dropdown.megamenu-fw>ul.dropdown-menu{margin-top:0}nav.navigator.brand-center .navbar-header{display:block;width:100%;position:absolute;text-align:center;top:0;left:0}nav.navigator.brand-center .navbar-brand{display:inline-block;float:none}nav.navigator.brand-center .navbar-collapse{text-align:center;display:inline-block;padding-left:0;padding-right:0}nav.navigator.brand-center .navbar-collapse .col-half{width:50%;float:left;display:block}nav.navigator.brand-center .navbar-collapse .col-half.left{text-align:right;padding-right:100px}nav.navigator.brand-center .navbar-collapse .col-half.right{text-align:left;padding-left:100px}nav.navigator.brand-center ul.nav{float:none!important;margin-bottom:-5px!important;display:inline-block!important}nav.navigator.brand-center ul.nav.navbar-right{margin:0}nav.navigator.brand-center ul.nav>li.dropdown>ul.dropdown-menu{margin-top:2px}nav.navigator.brand-center ul.nav>li.dropdown.megamenu-fw>ul.dropdown-menu{margin-top:0}nav.navigator.brand-center.center-side .navbar-collapse .col-half.left{text-align:left;padding-right:100px}nav.navigator.brand-center.center-side .navbar-collapse .col-half.right{text-align:right;padding-left:100px}nav.navigator.navbar-sidebar{position:fixed;width:260px;overflow:hidden;left:0;padding:0!important;background:#fff;box-shadow:1px 0 1px 0 #eee}nav.navigator.navbar-sidebar .scroller{width:280px;overflow-y:auto;overflow-x:hidden}nav.navigator.navbar-sidebar .container,nav.navigator.navbar-sidebar .container-fluid{padding:0!important}nav.navigator.navbar-sidebar .navbar-header{float:none;display:block;width:260px;padding:10px 15px;margin:10px 0 0!important}nav.navigator.navbar-sidebar .navbar-collapse{padding:0!important;width:260px}nav.navigator.navbar-sidebar ul.nav{float:none;display:block;width:100%;padding:0 15px!important;margin:0 0 30px}nav.navigator.navbar-sidebar ul.nav li{float:none!important}nav.navigator.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu{left:100%;top:0;position:relative!important;left:0!important;width:100%!important;height:auto!important;background-color:transparent;border:none!important;padding:0;box-shadow:0 0 0;padding-left:0;float:none;margin-bottom:0}nav.navigator.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a{padding:5px 15px;color:#6f6f6f;border:none}nav.navigator.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li.dropdown>a:before{font-family:Material Design Icons;content:"\f793"}nav.navigator.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu ul.dropdown-menu{padding-left:15px;margin-top:0}nav.navigator.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.open>a:before{content:"\f795"}nav.navigator.navbar-sidebar ul.nav>li>a{padding:10px 15px;font-weight:700}nav.navigator.navbar-sidebar ul.nav>li.dropdown>a:after{float:right}nav.navigator.navbar-sidebar ul.nav>li.dropdown>ul.dropdown-menu{margin-bottom:15px}nav.navigator.navbar-sidebar ul.nav .megamenu-content .col-menu{border:none!important}nav.navigator.navbar-sidebar ul.dropdown-menu.megamenu-content>li{padding:0!important}nav.navigator.navbar-sidebar .dropdown .megamenu-content .col-menu{display:block;float:none!important;padding:0;margin:0;width:100%;border:none}nav.navigator.navbar-sidebar .dropdown .megamenu-content .col-menu .title{padding:7px 0;text-transform:none;font-weight:400;letter-spacing:0;margin-bottom:0;cursor:pointer;color:#6f6f6f}nav.navigator.navbar-sidebar .dropdown .megamenu-content .col-menu .content{padding:0 0 0 15px}nav.navigator.navbar-sidebar .dropdown .megamenu-content .col-menu ul.menu-col li a{padding:3px 0!important}nav.navigator .dropdown.megamenu-fw{position:static}nav.navigator .dropdown.megamenu-fw .dropdown-menu{left:0;right:0}nav.navigator .megamenu-fw .dropdown-menu{left:auto}nav.navbar.navigator{margin-bottom:0;border-radius:0;background-color:#fff;border:none;z-index:9;padding:0;width:100%;box-shadow:unset}nav.navbar.navigator ul.nav li.active>a,nav.navbar.navigator ul.nav li.active>a:focus,nav.navbar.navigator ul.nav li.active>a:hover,nav.navbar.navigator ul.nav li.megamenu-fw>a:focus,nav.navbar.navigator ul.nav li.megamenu-fw>a:hover{background-color:transparent}nav.navbar.navigator ul.nav.navigator .dropdown.nav-item .nav-link,nav.navbar.navigator ul.nav.navigator .nav-item .nav-link{text-transform:none;width:max-content;width:intrinsic;width:-moz-max-content;width:-webkit-max-content;width:-o-max-content;width:-ms-max-content;font-weight:400;font-size:1.1rem}nav.navbar.navigator ul.nav>li>a{background-color:transparent;padding:25px 10px;font-weight:300}nav.navbar.navigator ul.nav .dropdown-menu .dropdown-menu{top:0;left:100%;margin-top:-2px}nav.navbar.navigator ul.nav ul.dropdown-menu>li>a{white-space:normal}nav.navbar.navigator ul.nav.navbar-right .dropdown-menu .dropdown-menu{left:-200px}nav.navbar.navigator ul.navbar-right li.dropdown ul.dropdown-menu li a{text-align:right}nav.navbar.navigator ul.dropdown-menu.megamenu-content{padding:0 15px!important}nav.navbar.navigator ul.dropdown-menu.megamenu-content>li{padding:25px 0 20px}nav.navbar.navigator ul.dropdown-menu.megamenu-content.tabbed,nav.navbar.navigator ul.dropdown-menu.megamenu-content.tabbed>li{padding:0}nav.navbar.navigator ul.dropdown-menu.megamenu-content .col-menu{border-left:1px solid #eee}nav.navbar.navigator ul.dropdown-menu.megamenu-content .col-menu:first-child{border-left:none}nav.navbar.navigator ul.dropdown-menu.megamenu-content .content ul.menu-col li a{text-align:left;padding:5px 0;display:block;width:100%;margin-bottom:0;border-bottom:none;color:#6f6f6f}nav.navbar.navigator .navbar-toggle{background-color:transparent!important;border:none;padding:0;font-size:18px;position:relative;top:5px}nav.navbar.navigator.navbar-fixed{position:fixed}nav.navbar.navigator.navbar-fixed.navbar-transparent .logo-scrolled{display:none}nav.navbar.navigator.navbar-fixed.navbar-transparent .logo-display{display:block}nav.navbar.navigator.navbar-fixed.no-background .logo-scrolled{display:none}nav.navbar.navigator.navbar-fixed.no-background .logo-display{display:block}nav.navbar.navigator.navbar-fixed .logo-display{display:none}nav.navbar.navigator.navbar-fixed .logo-scrolled{display:block}nav.navbar.navigator.no-background{transition:all 1s ease-in-out;background-color:transparent;border-bottom:0}nav.navbar.navigator.navbar-transparent .attr-nav{padding-left:15px;margin-left:30px}nav.navbar.navigator.navbar-transparent.light{background-color:hsla(0,0%,100%,.3);border-bottom:3px solid #fafafa}nav.navbar.navigator.navbar-transparent.dark{background-color:rgba(0,0,0,.3);border-bottom:3px solid #555;border-left:1px solid #555}nav.navbar.navigator.menu-center .container{position:relative}nav.navbar.navigator.menu-center .navbar-header{position:absolute}nav.navbar.navigator.menu-center .attr-nav{position:absolute;right:15px}nav.navbar.navigator.menu-center ul.nav.navbar-center{float:none;margin:0 auto;display:table;table-layout:fixed}nav.navbar.navigator.navbar-shadow{box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)}nav.navbar.navigator>.active>a{bottom:-2px;position:relative;border-bottom:2px solid #6f6f6f}nav.navbar.navigator li.dropdown ul.dropdown-menu{padding-top:2px;margin-top:0;min-width:250px;background:#fff;border-top:8px solid;border-right:1px solid;border-left:1px solid}nav.navbar.navigator li.dropdown ul.dropdown-menu>li a:hover{background-color:transparent}nav.navbar.navigator li.dropdown ul.dropdown-menu>li:last-child>a{border-bottom:none}nav.navbar.navigator li.dropdown ul.dropdown-menu ul.dropdown-menu{top:-3px}nav.navbar.navigator.on ul.dropdown-menu.megamenu-content .content{display:block!important;height:auto!important}nav.navbar.navbar-inverse.navigator.navbar-transparent.dark{background-color:rgba(0,0,0,.3);border-bottom:3px solid #555;border-left:1px solid #555}.attr-nav{margin-left:13px;margin-right:-20px;float:right;position:relative;display:inline-block;margin-right:20px}.attr-nav>ul{padding:0;list-style:none;display:inline-block}.attr-nav>ul>li{float:left;display:block}.attr-nav>ul>li>a{display:block;padding:10px 5px;position:relative}.attr-nav>ul>li>a span.badge{position:absolute;top:50%;margin-top:-15px;right:5px;font-size:10px;padding:0;width:15px;height:15px;padding-top:2px}.attr-nav>ul>li.dropdown ul.dropdown-menu{border-radius:0;box-shadow:0 0 0;border:1px solid #e0e0e0;margin-top:0;margin-left:55px;width:250px;left:-250px}.top-search{padding:10px 0;display:none;position:sticky;top:0}.top-search .input-group-addon{border:none;color:#fff;padding-left:0;padding-right:0;background-color:transparent}.top-search .input-group-addon.close-search{cursor:pointer}.top-search input.form-control{border:none;box-shadow:0 0 0;color:#fff;height:40px;padding:0 15px;background-color:transparent;height:61px}body{transition:all .3s ease-in-out}body.on-side{margin-left:-380px}body.on-side .wrap-sticky nav.navbar.navigator.sticked{left:-380px}body.wrap-nav-sidebar .wrapper{padding-left:260px;overflow-x:hidden}.wrap-sticky{position:relative;transition:all .3s ease-in-out}.wrap-sticky nav.navbar.navigator{position:absolute;width:100%;left:0;top:0}.wrap-sticky nav.navbar.navigator.sticked{position:fixed;transition:all .2s ease-in-out}.side{background-color:#fff;position:fixed;overflow-y:auto;top:0;right:-380px;width:380px;padding:25px 30px;height:100%;display:block;transition:all .3s ease-in-out;z-index:9}.side.on{right:0}.side .close-side{color:#fff;position:relative;z-index:2}.side .widget{position:relative;z-index:1;margin-bottom:25px}.side .widget .title{color:#fff;margin-bottom:15px;border-left:3px solid #204a87;padding-left:5px}.side .widget .heading{text-align:left;color:#eee;font-size:18px;text-transform:uppercase;position:relative;margin-bottom:10px;padding-bottom:10px}.side .widget ul.link{font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;padding:0;margin:0;list-style:none}.side .widget ul.link li a{color:#aaa}.side .widget ul.link li a:focus,.side .widget ul.link li a:hover{color:#fafafa;text-decoration:none}@media (min-width:992px){.dropdown-submenu{position:relative}.dropdown-submenu>a:after{border-bottom:.3em solid transparent;border-left-color:inherit;border-left-style:solid;border-left-width:.3em;border-top:.3em solid transparent;content:" ";display:block;float:right;height:0;margin-right:-.6em;margin-top:-.95em;width:0}.dropdown-submenu.pull-left{float:none}.dropdown-submenu.pull-left>.dropdown-menu{left:-75%}.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:0}.dropdown-submenu:hover>.dropdown-menu{display:block}body.wrap-nav-sidebar .wrapper .container{width:100%;padding-left:30px;padding-right:30px}nav.navbar.navigator .dropdown-menu{transform-origin:unset;will-change:unset;transition:unset}nav.navbar.navigator .dropdown-menu .dropdown-item{padding:.5em 1em}nav.navbar.navigator .dropdown-menu .dropdown-megamenu-item{padding-left:.25em;list-style:none;font-size:.75em}nav.navbar.navigator .dropdown-menu .dropdown-megamenu-item:hover{background:#eceff1}nav.navbar.navigator .navbar-brand{margin-right:0}nav.navbar.navigator .dropdown .nav-item{padding:.5em 1em}nav.navbar.navigator ul.nav.navigator .dropdown.megamenu-fw .dropdown-toggle:after,nav.navbar.navigator ul.nav.navigator .dropdown.nav-item .dropdown-toggle:after{display:none}nav.navbar.navigator ul.nav .dropdown-menu .dropdown-menu{margin-top:-2px}nav.navbar.navigator li.dropdown ul.dropdown-menu.megamenu-content{left:0}nav.navbar.navigator li.dropdown ul.dropdown-menu>li>a{display:inline-flex;align-items:center;border-bottom:0;text-decoration:none}.nav-item+.nav-item{margin-left:0!important}.dropdown-menu .divider{background-color:#e5e5e5;height:1px;margin:9px 0;overflow:hidden}}@media (max-width:992px){nav.navigator.brand-center .navbar-collapse{display:block}nav.navigator.brand-center .navbar-collapse .col-half{width:100%;float:none;display:block}nav.navigator.brand-center .navbar-collapse .col-half.left{margin-bottom:0}nav.navigator.brand-center ul.nav{margin-bottom:0!important}nav.navigator .megamenu-content{padding:0}nav.navigator .megamenu-content .col-menu{padding-bottom:0}nav.navigator .megamenu-content .title{cursor:pointer;display:block;padding:10px 15px;margin-bottom:0;font-weight:400}nav.navigator.navbar-full .navbar-brand{float:left!important;padding-left:0}nav.navigator.navbar-full .navbar-toggle{display:inline-block;float:right;margin-right:0;margin-top:10px}nav.navigator.navbar-full .navbar-header{padding-left:15px;padding-right:15px}nav.navigator.navbar-full ul.nav{margin-left:0}nav.navigator.navbar-full ul.nav>li>a{border:none}nav.navbar.navigator{background-color:#3f51b5}nav.navbar.navigator .navbar-brand{display:inline-block;float:none!important;margin:0!important;padding:0 1rem}nav.navbar.navigator .navbar-header{float:none;display:block;text-align:center;padding-left:30px;padding-right:30px}nav.navbar.navigator .navbar-collapse{border:none;margin-bottom:0}nav.navbar.navigator .navbar-collapse.collapse{display:none!important}nav.navbar.navigator .navbar-collapse.collapse.in{display:block!important}nav.navbar.navigator .navbar-collapse.collapse.show{display:block!important;background-color:#3f51b5}nav.navbar.navigator .navbar-nav{float:none!important;padding-left:30px;padding-right:30px}nav.navbar.navigator .navbar-nav>li{float:none}nav.navbar.navigator .navbar-nav>li>a{display:block;width:100%;padding:10px 0;padding-bottom:20px;border-bottom:0}nav.navbar.navigator .navbar-nav>li:first-child>a{border-top:none}nav.navbar.navigator .navbar-nav .nav-item{width:95%;line-height:.1rem;border-bottom:1px dotted #e0e0e0}nav.navbar.navigator .navbar-nav .nav-item:first-child{margin-top:.5rem}nav.navbar.navigator .navbar-nav .nav-item:last-child{border-bottom:0;margin-bottom:.5rem}nav.navbar.navigator .navbar-nav.open{border-bottom:0;background-image:linear-gradient(#141414,#1c1c1c 40%,#212121);background-repeat:no-repeat}nav.navbar.navigator ul.nav.navigator .dropdown.nav-item .nav-link{min-height:3rem;width:auto;font-weight:400;font-size:1.5rem;color:hsla(0,0%,100%,.5)}nav.navbar.navigator ul.nav.navigator .dropdown.nav-item .nav-link:active nav.navbar.navigator ul.nav.navigator .nav-item .nav-link:hover,nav.navbar.navigator ul.nav.navigator .dropdown.nav-item .nav-link:hover{color:hsla(0,0%,100%,.9)}nav.navbar.navigator ul.nav.navigator .dropdown.megamenu-fw .dropdown-toggle:after,nav.navbar.navigator ul.nav.navigator .dropdown.nav-item .dropdown-toggle:after{display:none}nav.navbar.navigator ul.nav.navigator .nav-item .nav-link{min-height:3rem;width:auto;font-weight:400;font-size:1.5rem;color:hsla(0,0%,100%,.5)}nav.navbar.navigator ul.nav.navigator .nav-item .nav-link:active{color:hsla(0,0%,100%,.9)}nav.navbar.navigator ul.nav li.dropdown li a.dropdown-toggle{position:relative;display:inline-flex;align-items:center;width:100%}nav.navbar.navigator ul.nav li.dropdown ul.dropdown-menu{min-width:250px!important;position:relative!important;background-color:transparent;float:none;padding:0 0 0 15px!important;margin:0 0 -1px!important;line-height:1rem}nav.navbar.navigator ul.nav li.dropdown ul.dropdown-menu>li>a{width:100%;color:#fafafa!important;padding:.5rem 0 .5rem .5rem;display:inline-flex;align-items:center}nav.navbar.navigator ul.nav li.dropdown ul.dropdown-menu>li>a:hover{color:#2196f3!important}nav.navbar.navigator ul.nav li.dropdown ul.dropdown-menu>li:last-child>a{border-bottom:0}nav.navbar.navigator ul.nav ul.dropdown-menu li a:focus,nav.navbar.navigator ul.nav ul.dropdown-menu li a:hover{background-color:transparent}nav.navbar.navigator ul.nav ul.dropdown-menu li.dropdown.open>ul.dropdown-menu{line-height:1}nav.navbar.navigator ul.nav ul.dropdown-menu ul.dropdown-menu{float:none!important;left:0;padding:0 0 0 15px;position:relative;background:transparent;width:100%}nav.navbar.navigator.navbar-mobile .navbar-collapse{position:fixed;overflow-y:auto!important;overflow-x:hidden!important;display:block;background:#fff;z-index:99;width:280px;height:100%!important;left:-280px;top:0;padding:0;transition:all .3s ease-in-out}nav.navbar.navigator.navbar-mobile .navbar-collapse.in{left:0}nav.navbar.navigator.navbar-mobile .navbar-collapse [class*=" col-"]{width:100%}nav.navbar.navigator.navbar-mobile .tab-content,nav.navbar.navigator.navbar-mobile .tab-menu{width:100%;display:block}nav.navbar.navigator.navbar-mobile ul.nav{width:293px;padding-right:0;padding-left:15px}nav.navbar.navigator.navbar-mobile ul.nav>li>a{padding:15px}nav.navbar.navigator.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title{padding-right:30px!important;padding-top:13px!important;padding-bottom:13px!important}nav.navbar.navigator.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a{padding-top:13px!important;padding-bottom:13px!important}nav.navbar.navigator.navbar-mobile ul.nav ul.dropdown-menu>li>a{padding-right:15px!important;padding-top:15px!important;padding-bottom:15px!important}nav.navbar.navigator.navbar-fixed .logo-scrolled{display:block!important}nav.navbar.navigator.navbar-fixed .logo-display{display:none!important}nav.navbar.navigator .navbar-toggler{color:hsla(0,0%,100%,.5)!important;padding:1rem 1.75rem;border:0;border-color:transparent;border-radius:0}nav.navbar.navigator .dropdown-item:focus,nav.navbar.navigator .dropdown-item:hover{background-color:rgba(0,0,0,.5)!important}nav.navbar.navigator.no-full .navbar-collapse{max-height:450px;overflow-y:auto!important}nav.navbar.navigator li.dropdown.nav-item.nav-sub-item{font-size:1rem;line-height:2rem}nav.navbar.navigator li.dropdown.nav-item.nav-sub-item.open>a.dropdown-toggle:before,nav.navbar.navigator li.dropdown.nav-item.open>a.dropdown-toggle:before{content:"\f795"}nav.navbar.navigator li.dropdown a.dropdown-toggle:before{font-size:2rem;font-family:Material Design Icons;content:"\f793";margin-right:1.5rem;margin-left:-1rem}nav.navbar.navigator li.dropdown ul.dropdown-menu li.dropdown>a.dropdown-toggle:after{display:none}nav.navbar.navigator .dropdown .megamenu-content .col-menu .title{padding:10px 15px 10px 0;line-height:24px;text-transform:none;font-weight:400;letter-spacing:0;margin-bottom:0;cursor:pointer;border-bottom:1px solid #e0e0e0;color:#6f6f6f}nav.navbar.navigator .dropdown .megamenu-content .col-menu:last-child .title,nav.navbar.navigator .dropdown .megamenu-content .col-menu:last-child ul.menu-col li:last-child a{border-bottom:none}nav.navbar.navigator .dropdown .megamenu-content .col-menu .content{padding:0 0 0 15px}nav.navbar.navigator .dropdown .megamenu-content .col-menu ul>li>a{display:block;width:100%;border-bottom:1px solid #e0e0e0;padding:8px 0}nav.navbar.navigator .dropdown .megamenu-content .col-menu.on:last-child .title,nav.navbar.navigator .dropdown .megamenu-content .col-menu.open:last-child .title{border-bottom:1px solid #e0e0e0}nav.navbar.navigator.navbar-sidebar .share{padding:30px 15px;margin-bottom:0}nav.navbar.navigator .megamenu-content.tabbed{padding-left:0!important}nav.navbar.navigator .tabbed>li{padding:25px 0;margin-left:-15px!important}nav.navbar.navigator .nav-link:hover{background-image:unset;background-repeat:unset}nav.navbar.navigator .navbar-default .navbar-nav>li>a{color:#fafafa!important}nav.navbar.navigator .navbar-default .navbar-nav>li>a:hover{color:#2196f3!important}nav.navbar.navigator.navbar-transparent.light{background-color:#3f51b5;border-bottom:0}.attr-nav{position:absolute;right:60px;margin-right:0;right:35px}.attr-nav>ul{padding:0;margin:0 -15px -7px 0}.attr-nav>ul>li>a{padding:16px 15px 15px}.attr-nav>ul>li.dropdown>a.dropdown-toggle:before{display:none}.attr-nav>ul>li.dropdown ul.dropdown-menu{margin-top:2px;margin-left:55px;width:250px;left:-250px;border-top:5px solid}body>.wrapper{overflow-x:hidden;transition:all .3s ease-in-out}body.side-right>.wrapper{margin-left:280px;margin-right:-280px!important}.top-search .container{padding:0 45px}.navbar .nav-link:focus{background-image:unset;background-repeat:unset}.dropdown-menu .dropdown-item{padding:0}.nav-item+.nav-item{margin-left:0!important}}@media (max-width:768px){nav.navbar.navigator .navbar-header,nav.navbar.navigator .navbar-nav{padding-left:15px;padding-right:15px}nav.navbar.navigator.navbar-mobile .navbar-collapse{margin-left:0}nav.navbar.navigator.navbar-mobile.navbar-sidebar .share{padding:30px 15px!important;margin-bottom:0}nav.navbar.navigator.navbar-mobile ul.nav{margin-left:-15px;border-top:1px solid #fff}nav.navbar.navigator.navbar-sidebar .share{padding:30px 15px!important;padding:30px 0!important;margin-bottom:0}nav.navigator.navbar-full .navbar-collapse{left:15px}nav.navigator.navbar-full .navbar-header{padding-right:0}nav.navigator.navbar-full .navbar-toggle{margin-right:-15px}nav.navigator.navbar-full ul.nav>li>a{font-size:18px!important;line-height:24px!important;padding:5px 10px!important}.attr-nav{right:30px}.attr-nav>ul{margin-right:-10px}.attr-nav>ul>li>a{padding:16px 10px 15px;padding-left:0}.attr-nav>ul>li.dropdown ul.dropdown-menu{left:-275px}.top-search .container{padding:0 15px}body.side-right>.wrapper{margin-left:280px;margin-right:-280px!important}li.close-full-menu{padding-top:15px!important;padding-bottom:15px!important}}.noUi-target,.noUi-target *{-webkit-touch-callout:none;-ms-touch-action:none;user-select:none;box-sizing:border-box}.noUi-base{width:100%;height:100%;position:relative}.noUi-origin{position:absolute;right:0;top:0;left:0;bottom:0}.noUi-handle{position:relative;z-index:1}.noUi-handle:focus{outline-width:0}.noUi-stacking .noUi-handle{z-index:10}.noUi-state-tap .noUi-origin{transition:left .3s,top .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:10px}.noUi-handle{box-sizing:border-box;width:24px;height:24px;left:-10px;top:-11px;cursor:pointer;border-radius:100%;transition:all .2s ease-out;border:1px solid;background:#fff;box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)}.noUi-vertical .noUi-handle{margin-left:5px;cursor:ns-resize}.noUi-horizontal.noUi-extended{padding:0 15px}.noUi-horizontal.noUi-extended .noUi-origin{right:-15px}.noUi-background{height:2px;margin:20px 0}.noUi-origin{margin:0;border-radius:0;height:2px;background:#c8c8c8}.noUi-origin[style^="left: 0"] .noUi-handle{background-color:#fff;border:2px solid #c8c8c8}.noUi-origin[style^="left: 0"] .noUi-handle.noUi-active{border-width:1px}.noUi-target{border-radius:3px}.noUi-horizontal{height:2px;margin:15px 0}.noUi-vertical{height:100%;width:2px;margin:0 15px;display:inline-block}.noUi-handle.noUi-active{transform:scale3d(2,2,1)}[disabled].noUi-slider{opacity:.5}[disabled] .noUi-handle{cursor:not-allowed}.slider{background:#c8c8c8}.slider.noUi-connect{background-color:#3f51b5}.slider .noUi-handle{border-color:#3f51b5}.slider.slider-info.noUi-connect,.slider.slider-info .noUi-connect{background-color:#00bcd4}.slider.slider-info .noUi-handle{border-color:#00bcd4}.slider.slider-success.noUi-connect,.slider.slider-success .noUi-connect{background-color:#4caf50}.slider.slider-success .noUi-handle{border-color:#4caf50}.slider.slider-warning.noUi-connect,.slider.slider-warning .noUi-connect{background-color:#ffeb3b}.slider.slider-warning .noUi-handle{border-color:#ffeb3b}.slider.slider-danger.noUi-connect,.slider.slider-danger .noUi-connect{background-color:red}.slider.slider-danger .noUi-handle{border-color:red}#jekyll-search-container{list-style:none;font-size:12px;background-color:#fff;position:absolute;top:40px;left:20px;z-index:-1;width:223px;border-left:1px solid #dedede;box-shadow:2px 3px 2px #dedede}#jss-input-sidebar{margin-left:20px}#jss-input-index,#jss-input-sidebar{padding:.5em;margin-right:20px;width:20em;font-size:.8em;box-sizing:border-box;float:right;margin-top:15px}#jss-input-index{margin-left:0}.top-search .form-control::placeholder{color:hsla(0,0%,100%,.5)}h4.result-item{font-size:1.25rem!important}h6.result-item{font-size:.875rem!important}h4.result-item>a{color:#3949ab}h4.result-item>a:hover{color:#212121;text-decoration:none}.panel-search{scrollbar-width:none;-ms-overflow-style:none}.panel-search::-webkit-scrollbar{width:0}.panel-search{max-height:350px;width:98%;background-color:unset;overflow-y:scroll!important}.panel-search p{margin-bottom:0!important}.panel-search>.panel-heading{color:#424242!important}.panel-search-index{margin-left:0}.panel-heading{padding:10px 15px;font-weight:400}.result-group-item-text{line-height:1.3}#jss-results li{padding-top:.2rem;padding-bottom:.2rem;display:inherit}#jss-results li:last-child{padding-bottom:2rem}#jss-results li>a{text-decoration:none;color:rgba(0,0,0,.5)}#jss-results li>a:hover{color:rgba(0,0,0,.9)}.result-item{display:flex;flex-flow:row wrap;align-items:center;line-height:1}.result-group-item p{color:rgba(0,0,0,.8);font-size:1.75rem;line-height:1.3}.panel-body p{font-size:1.1em;margin-left:1.5em;margin-bottom:.5rem!important;font-weight:400;color:#424242}.toc{overflow-y:auto}.toc ul{overflow:hidden;position:relative;list-style:none;list-style-type:none!important}.toc-list{margin:0;padding-left:10px}.toc-link:before{background-color:#e0e0e0;content:" ";display:inline-block;height:inherit;left:0;margin-top:-1px;position:absolute;width:2px}.is-collapsible{max-height:1000px;overflow:hidden;transition:all .3s ease-in-out}.is-collapsed{max-height:0}.is-position-fixed{top:0}.is-position-fixed,.j1-sidebar.affix{position:fixed!important}a.toc-link{color:#212121;height:100%;font-size:1rem;text-decoration:none!important}#topcontrol{color:#fff;z-index:99;width:30px;height:30px;font-size:20px;border-radius:3px!important}#topcontrol:after{top:0;left:5px;position:absolute;text-align:center}#topcontrol:hover{color:#fff;transition:all .3s ease-in-out}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: j1_template_mde
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2018.4.
|
|
4
|
+
version: 2018.4.26
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- juergen_jekyll_one
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-03-
|
|
11
|
+
date: 2019-03-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: dotenv
|
|
@@ -165,7 +165,6 @@ files:
|
|
|
165
165
|
- lib/j1_app/sinatra/extras/index.rb
|
|
166
166
|
- lib/starter_web/Gemfile
|
|
167
167
|
- lib/starter_web/_config.yml
|
|
168
|
-
- lib/starter_web/_config.yml.kapott
|
|
169
168
|
- lib/starter_web/_data/apps/_unused/j1_colorbox.yml
|
|
170
169
|
- lib/starter_web/_data/apps/_unused/j1_tocbot.yml
|
|
171
170
|
- lib/starter_web/_data/apps/j1_bootstrap_gallery.yml
|
|
@@ -182,6 +181,7 @@ files:
|
|
|
182
181
|
- lib/starter_web/_data/j1_config.yml
|
|
183
182
|
- lib/starter_web/_data/j1_font_sizes.yml
|
|
184
183
|
- lib/starter_web/_data/j1_i18n.yml
|
|
184
|
+
- lib/starter_web/_data/j1_polyfills.yml
|
|
185
185
|
- lib/starter_web/_data/j1_resources.yml
|
|
186
186
|
- lib/starter_web/_data/known_issues/windows/cacert.pem
|
|
187
187
|
- lib/starter_web/_data/layouts/app.yml
|
|
@@ -204,6 +204,7 @@ files:
|
|
|
204
204
|
- lib/starter_web/_data/modules/j1_navigator_menu.yml
|
|
205
205
|
- lib/starter_web/_data/modules/j1_panel.yml
|
|
206
206
|
- lib/starter_web/_data/modules/j1_parallax.yml
|
|
207
|
+
- lib/starter_web/_data/modules/j1_polyfills.yml
|
|
207
208
|
- lib/starter_web/_data/modules/j1_smooth_scroll.yml
|
|
208
209
|
- lib/starter_web/_data/modules/j1_theme_switcher.yml
|
|
209
210
|
- lib/starter_web/_data/modules/j1_toccer.yml
|
|
@@ -231,7 +232,6 @@ files:
|
|
|
231
232
|
- lib/starter_web/_rack/heroku.config_set
|
|
232
233
|
- lib/starter_web/_rack/puma.rb
|
|
233
234
|
- lib/starter_web/_sass/README.md
|
|
234
|
-
- lib/starter_web/assets/data/_panel.html
|
|
235
235
|
- lib/starter_web/assets/data/animate.json
|
|
236
236
|
- lib/starter_web/assets/data/ascii_code_table.json
|
|
237
237
|
- lib/starter_web/assets/data/authclient.html
|
|
@@ -1,1064 +0,0 @@
|
|
|
1
|
-
# ------------------------------------------------------------------------------
|
|
2
|
-
# J1: ~/_config.yml
|
|
3
|
-
# Site specific configuration for J1 Template
|
|
4
|
-
#
|
|
5
|
-
# Product/Info:
|
|
6
|
-
# https://jekyll-one.com
|
|
7
|
-
#
|
|
8
|
-
# Copyright (C) 2019 Juergen Adams
|
|
9
|
-
#
|
|
10
|
-
# J1 Template is licensed under the MIT License.
|
|
11
|
-
# See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE
|
|
12
|
-
#
|
|
13
|
-
# ------------------------------------------------------------------------------
|
|
14
|
-
|
|
15
|
-
# ==============================================================================
|
|
16
|
-
# 1. BUILD configuration
|
|
17
|
-
#
|
|
18
|
-
# ------------------------------------------------------------------------------
|
|
19
|
-
#
|
|
20
|
-
# Set the environment data for the build
|
|
21
|
-
#
|
|
22
|
-
# A build specific configuration giFhighves all templates access to a
|
|
23
|
-
# variable site.environment to use this to optionally include|exclude
|
|
24
|
-
# certain content based on which environment is set.
|
|
25
|
-
#
|
|
26
|
-
# NOTE:
|
|
27
|
-
# You can specify a Jekyll environment at build time. In the build
|
|
28
|
-
# (or serve) arguments, you can specify a Jekyll environment and
|
|
29
|
-
# value like:
|
|
30
|
-
#
|
|
31
|
-
# *nix: JEKYLL_ENV=production jekyll build
|
|
32
|
-
# Windows: set JEKYLL_ENV=production & jekyll build
|
|
33
|
-
# jekyll build
|
|
34
|
-
#
|
|
35
|
-
# The default value for JEKYLL_ENV is "development". Therefore if you
|
|
36
|
-
# omit JEKYLL_ENV from the build arguments, the default value will be
|
|
37
|
-
# JEKYLL_ENV=development.
|
|
38
|
-
#
|
|
39
|
-
# The Jekyll environment variable JEKYLL_ENV is accessible via the
|
|
40
|
-
# Liquid variable "jekyll.environment". J1 template overwrites the site
|
|
41
|
-
# variable "site.environment" with the value of the Liquid variable
|
|
42
|
-
# "jekyll.environment" automatically - in other words: JEKYLL_ENV takes
|
|
43
|
-
# PRECENDENCE over the site variable "site.environment" given with the
|
|
44
|
-
# _config.yml file.
|
|
45
|
-
#
|
|
46
|
-
# ------------------------------------------------------------------------------
|
|
47
|
-
#
|
|
48
|
-
# environment
|
|
49
|
-
# --------------------------------------------------------------------
|
|
50
|
-
# Sets the build environment of the website
|
|
51
|
-
#
|
|
52
|
-
# values: development|test|production
|
|
53
|
-
# default: development
|
|
54
|
-
#
|
|
55
|
-
environment: development
|
|
56
|
-
|
|
57
|
-
# version
|
|
58
|
-
# --------------------------------------------------------------------
|
|
59
|
-
# Sets the build environment of the web site. Do not change
|
|
60
|
-
# anything here because version information is bumped-in by
|
|
61
|
-
# the build process
|
|
62
|
-
#
|
|
63
|
-
version: 2018.4.25
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
# ==============================================================================
|
|
67
|
-
# 2. THEME configuration
|
|
68
|
-
#
|
|
69
|
-
# ------------------------------------------------------------------------------
|
|
70
|
-
#
|
|
71
|
-
# Set the (gem-based) theme and the (Bootrap) theme used for the site
|
|
72
|
-
#
|
|
73
|
-
# J1 Template is a so-called gem-based template for Jekyll. All components
|
|
74
|
-
# for the template J1 (template core and template modules) are Ruby gem
|
|
75
|
-
# managed by the Ruby bundler respectively by the GEM manager "gem". All
|
|
76
|
-
# components are available public at RubyGems.org.
|
|
77
|
-
#
|
|
78
|
-
#
|
|
79
|
-
# theme
|
|
80
|
-
# --------------------------------------------------------------------
|
|
81
|
-
# Sets the name of the (gem-based) theme used for Jekyll
|
|
82
|
-
# serve and build
|
|
83
|
-
#
|
|
84
|
-
# Note: Do not change anything here because (gem-based) theme name
|
|
85
|
-
# information is bumped-in by the build process automatically
|
|
86
|
-
#
|
|
87
|
-
# default: j1_template_mde
|
|
88
|
-
#
|
|
89
|
-
#theme:
|
|
90
|
-
|
|
91
|
-
# --------------------------------------------------------------------
|
|
92
|
-
# J1 Template configuration
|
|
93
|
-
# Sets J1 Template specific configurations
|
|
94
|
-
#
|
|
95
|
-
# Note:
|
|
96
|
-
# Parameter "theme" is used by Jekyll >= 3.2.0 for gem-based
|
|
97
|
-
# templates. For that reason, the configuration parameter for
|
|
98
|
-
# the J1 Template was changed to "template" to not conflict with
|
|
99
|
-
# new versions of Jekyll.
|
|
100
|
-
#
|
|
101
|
-
# template.name
|
|
102
|
-
# ---------------------------------------------------------------
|
|
103
|
-
# Sets the theme "path" of J1 Template for the ~/assets/themes
|
|
104
|
-
# folder. To not conflict with other template systems, all
|
|
105
|
-
# template assets for J1 Template are stored under the default
|
|
106
|
-
# path "/assets/themes/j1".
|
|
107
|
-
#
|
|
108
|
-
# Note:
|
|
109
|
-
# Do NOT change template.name to other values.
|
|
110
|
-
#
|
|
111
|
-
# default: j1
|
|
112
|
-
#
|
|
113
|
-
# template.config
|
|
114
|
-
# ---------------------------------------------------------------
|
|
115
|
-
# Sets the name of the J1 Template configuration file
|
|
116
|
-
#
|
|
117
|
-
# default: j1_config
|
|
118
|
-
#
|
|
119
|
-
template:
|
|
120
|
-
name: j1
|
|
121
|
-
config: j1_config
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
# ==============================================================================
|
|
125
|
-
# 3. SITE configuration
|
|
126
|
-
#
|
|
127
|
-
# ------------------------------------------------------------------------------
|
|
128
|
-
#
|
|
129
|
-
# Set language, coding and HTML document type (DOCTYPE)
|
|
130
|
-
#
|
|
131
|
-
# language
|
|
132
|
-
# --------------------------------------------------------------------
|
|
133
|
-
# Sets the language used by the website. The parameter language
|
|
134
|
-
# is used by Content-Language entity-header field (meta tag )
|
|
135
|
-
# that describes the natural language(s) of the intended audience
|
|
136
|
-
# for the enclosed entity. This might helpful for robots|search
|
|
137
|
-
# engines.
|
|
138
|
-
#
|
|
139
|
-
# Note:
|
|
140
|
-
# This might not be equivalent to all the languages used within
|
|
141
|
-
# the entity-body of the website but should describe the language
|
|
142
|
-
# the language the site is using "overall".
|
|
143
|
-
# See: https://www.w3.org/Protocols/rfc2616/rfc2616-sec7.html
|
|
144
|
-
# for more details
|
|
145
|
-
#
|
|
146
|
-
# values: Content-Language tags
|
|
147
|
-
# default: en
|
|
148
|
-
#
|
|
149
|
-
# coding
|
|
150
|
-
# --------------------------------------------------------------------
|
|
151
|
-
# Sets the content coding scheme (character encoding for the
|
|
152
|
-
# HTML documents) of the website. Used for the meta tag "charset".
|
|
153
|
-
#
|
|
154
|
-
# values: charset
|
|
155
|
-
# default: UTF-8
|
|
156
|
-
#
|
|
157
|
-
# doctype
|
|
158
|
-
# --------------------------------------------------------------------
|
|
159
|
-
# Sets the HTML standard of the website. J1 template is using
|
|
160
|
-
# HTML5, therefor the doctype is: <!DOCTYPE html>
|
|
161
|
-
#
|
|
162
|
-
# values: HTML doc types
|
|
163
|
-
# default: html
|
|
164
|
-
#
|
|
165
|
-
language: en
|
|
166
|
-
coding: UTF-8
|
|
167
|
-
doctype: html
|
|
168
|
-
|
|
169
|
-
# --------------------------------------------------------------------
|
|
170
|
-
# META data
|
|
171
|
-
# Mainly to set the meta tags for the document <head> section.
|
|
172
|
-
|
|
173
|
-
# title
|
|
174
|
-
# ---------------------------------------------------------------
|
|
175
|
-
# Sets the ...
|
|
176
|
-
#
|
|
177
|
-
# values: string
|
|
178
|
-
# default: no default
|
|
179
|
-
#
|
|
180
|
-
# slogan
|
|
181
|
-
# ---------------------------------------------------------------
|
|
182
|
-
# Sets the <title> tag within the <head> section.
|
|
183
|
-
#
|
|
184
|
-
# values: string
|
|
185
|
-
# default: no default
|
|
186
|
-
#
|
|
187
|
-
# description
|
|
188
|
-
# ---------------------------------------------------------------
|
|
189
|
-
# Sets the meta tag for "description"
|
|
190
|
-
#
|
|
191
|
-
# values: string
|
|
192
|
-
# default: no default
|
|
193
|
-
#
|
|
194
|
-
# keywords
|
|
195
|
-
# ---------------------------------------------------------------
|
|
196
|
-
# Sets the meta tag for "keywords"
|
|
197
|
-
#
|
|
198
|
-
# values: string (comma separated)
|
|
199
|
-
# default: no default
|
|
200
|
-
#
|
|
201
|
-
# author.name
|
|
202
|
-
# ---------------------------------------------------------------
|
|
203
|
-
# Sets the meta tag for "author"
|
|
204
|
-
#
|
|
205
|
-
# values: string (comma separated)
|
|
206
|
-
# default: no default
|
|
207
|
-
#
|
|
208
|
-
# robots.index
|
|
209
|
-
# ---------------------------------------------------------------
|
|
210
|
-
# Controls spider|robots of search engines. Sets the meta
|
|
211
|
-
# tag for "robots". If set to "false", the meta tag robots
|
|
212
|
-
# is set to "noindex", if set to "true" the tag is set to
|
|
213
|
-
# "index"
|
|
214
|
-
#
|
|
215
|
-
# values: boolean (true|false)
|
|
216
|
-
# default: false
|
|
217
|
-
#
|
|
218
|
-
# robots.follow
|
|
219
|
-
# ---------------------------------------------------------------
|
|
220
|
-
# Controls spider|robots of search engines. Sets the meta
|
|
221
|
-
# tag for "robots". If set to "false", the meta tag robots
|
|
222
|
-
# is set to "nofollow", if set to "true" the tag is set to
|
|
223
|
-
# "follow".
|
|
224
|
-
#
|
|
225
|
-
# values: boolean (true|false)
|
|
226
|
-
# default: false
|
|
227
|
-
#
|
|
228
|
-
title: J1 Template MDE
|
|
229
|
-
slogan: Starter Web
|
|
230
|
-
description: Made for Jekyll · Made for Your Web
|
|
231
|
-
keywords: Jekyll, One, Template, Ruby, Asciidoctor,
|
|
232
|
-
Asciidoc, Bootstrap, Javascript,
|
|
233
|
-
JS, JS3, CSS, CSS3, HTML5, Material, Design
|
|
234
|
-
author:
|
|
235
|
-
name: username
|
|
236
|
-
email: username@email.domain
|
|
237
|
-
github: username
|
|
238
|
-
twitter: username
|
|
239
|
-
feedburner: feedname
|
|
240
|
-
|
|
241
|
-
robots:
|
|
242
|
-
index: false
|
|
243
|
-
follow: true
|
|
244
|
-
|
|
245
|
-
# ---------------------------------------------------------------
|
|
246
|
-
# BRAND configuration
|
|
247
|
-
# Set the brand image and favicon
|
|
248
|
-
|
|
249
|
-
brand:
|
|
250
|
-
image: icons/j1/j1-512x512.png
|
|
251
|
-
image_height: 64
|
|
252
|
-
text: Starter Web
|
|
253
|
-
text_color: "#9E9E9E"
|
|
254
|
-
|
|
255
|
-
# Set the favicon (located in the asset_path/images) and type
|
|
256
|
-
#
|
|
257
|
-
favicon:
|
|
258
|
-
image: icons/j1/j1-32x32.ico
|
|
259
|
-
type: image/ico
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
# ==============================================================================
|
|
263
|
-
# 4. JEKYLL specific site configuration
|
|
264
|
-
#
|
|
265
|
-
# ------------------------------------------------------------------------------
|
|
266
|
-
#
|
|
267
|
-
# -------------------------------------------------------------------------
|
|
268
|
-
# LOCATION configuration
|
|
269
|
-
# Set uri, files and path specific configurations
|
|
270
|
-
|
|
271
|
-
# --------------------------------------------------------------------
|
|
272
|
-
# URI configuration
|
|
273
|
-
|
|
274
|
-
# For default, J1 is using "pretty" links (URLs) ofr ALL types
|
|
275
|
-
# of conten (pages, posts, collections). For J1 Template the
|
|
276
|
-
# permalink style (pretty):
|
|
277
|
-
#
|
|
278
|
-
# pretty: /:categories/:year/:month/:day/:title/
|
|
279
|
-
#
|
|
280
|
-
# used for default. Read mor about permalinks for pages and
|
|
281
|
-
# collections at:
|
|
282
|
-
#
|
|
283
|
-
# https://jekyllrb.com/docs/permalinks/#pages-and-collections
|
|
284
|
-
#
|
|
285
|
-
# All links are using an a trailing file extension of .html
|
|
286
|
-
# for best support of various Web Servers with NO addtional
|
|
287
|
-
# configuration needed.
|
|
288
|
-
#
|
|
289
|
-
# Note: The build-in Web server Ruby "Webrick" for Jekyll support
|
|
290
|
-
# pretty "links" out of the box. If other web servers are used to
|
|
291
|
-
# serve the Web like Apache or Nginx, "extensionless" URLs are to
|
|
292
|
-
# be enabled for those. See https://jekyllrb.com/docs/permalinks/
|
|
293
|
-
# for more details.
|
|
294
|
-
#
|
|
295
|
-
# Note: For development, respectively "live-reload" functionality,
|
|
296
|
-
# webpack-dev-server is used. The build-in Web server "Express"
|
|
297
|
-
# for Webpack does *NOT* support "pretty links" out of the box.
|
|
298
|
-
#
|
|
299
|
-
# Note: The permalink style can individualy configured by
|
|
300
|
-
# frontmatter variables. It is highly recommended to use a
|
|
301
|
-
# "pretty style" for individual permalinks as well. For that
|
|
302
|
-
# reason, the permalink should always have a trailing backslash.
|
|
303
|
-
#
|
|
304
|
-
# See: https://jekyllrb.com/docs/permalinks/#template-variables
|
|
305
|
-
#
|
|
306
|
-
permalink: pretty
|
|
307
|
-
|
|
308
|
-
# If your site has set a CNAME (pages.github.com), set the custom
|
|
309
|
-
# domain http|s://your-site.domain here. Accessible in Liquid as
|
|
310
|
-
# "site.url". For the development environment there is an EXCEPTION:
|
|
311
|
-
# if you are running jekyll serve in a development environment,
|
|
312
|
-
# site.url will be set to the value of host, port. This defaults to
|
|
313
|
-
# url: http://localhost:4000.
|
|
314
|
-
#
|
|
315
|
-
url: "http://localhost:40000"
|
|
316
|
-
|
|
317
|
-
# The subpath of your site, e.g. /blog/. Used in conjunction with
|
|
318
|
-
# site.url (see above) when you want a link to something with the
|
|
319
|
-
# full URL to it.
|
|
320
|
-
#
|
|
321
|
-
baseurl: ""
|
|
322
|
-
|
|
323
|
-
# TODO: Following parameters should moved to header or panel that uses
|
|
324
|
-
# these values (production_url, download_url, base_path)
|
|
325
|
-
#
|
|
326
|
-
#production_url: http://jekyll.one
|
|
327
|
-
#download_url: http://jekyll.one/downloads
|
|
328
|
-
|
|
329
|
-
# The production_url is only used when full-domain names are needed
|
|
330
|
-
# such as sitemap.txt. For most places will/should use base_path to
|
|
331
|
-
# make the URLs.
|
|
332
|
-
#
|
|
333
|
-
base_path: ""
|
|
334
|
-
|
|
335
|
-
# --------------------------------------------------------------------
|
|
336
|
-
# TODO: Following parameters should moved to the components that uses
|
|
337
|
-
# these values (protocol, host, port)
|
|
338
|
-
# Base hostname and protocol for the site
|
|
339
|
-
#
|
|
340
|
-
# Defaults:
|
|
341
|
-
# protocol: http
|
|
342
|
-
# host: localhost | 0.0.0.0
|
|
343
|
-
# port: 4000
|
|
344
|
-
# timezone: Europe/Berlin
|
|
345
|
-
# encoding: UTF-8
|
|
346
|
-
#
|
|
347
|
-
protocol: http
|
|
348
|
-
host: localhost
|
|
349
|
-
port: 4000
|
|
350
|
-
timezone: Europe/Berlin
|
|
351
|
-
encoding: UTF-8
|
|
352
|
-
|
|
353
|
-
detach: false
|
|
354
|
-
show_dir_listing: false
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
# --------------------------------------------------------------------
|
|
358
|
-
# PATH configuration
|
|
359
|
-
# Global folder configuration where Jekyll will read files from
|
|
360
|
-
#
|
|
361
|
-
# Defaults:
|
|
362
|
-
# source: .
|
|
363
|
-
# destination: _site
|
|
364
|
-
#
|
|
365
|
-
source: .
|
|
366
|
-
destination: _site
|
|
367
|
-
plugins_dir: _plugins
|
|
368
|
-
layouts_dir: _layouts
|
|
369
|
-
data_dir: _data
|
|
370
|
-
includes_dir: _includes
|
|
371
|
-
collections_dir: collections
|
|
372
|
-
|
|
373
|
-
# -------------------------------------------------------------
|
|
374
|
-
# FILES configuration
|
|
375
|
-
# Set the files to include, exclude and ignore
|
|
376
|
-
#
|
|
377
|
-
include: [.htaccess]
|
|
378
|
-
exclude: [
|
|
379
|
-
vendor, node_modules, "package*",
|
|
380
|
-
".sass-cache",".vscode","*.ignore",
|
|
381
|
-
"*.bat*", "*.sh", "*.tmp",
|
|
382
|
-
"*.ppt*", "*.zip","*.7z","*.a2p",
|
|
383
|
-
"*.asciidoc", "History.markdown",
|
|
384
|
-
"README.md", "changelog.md",
|
|
385
|
-
"Rakefile", "Gemfile", "Guardfile",
|
|
386
|
-
"Gemfile.lock", "yarn.lock","*.log"
|
|
387
|
-
]
|
|
388
|
-
keep_files: [ ".git", ".gitignore", node_modules, "package*" ]
|
|
389
|
-
|
|
390
|
-
safe: false
|
|
391
|
-
strict_front_matter: false
|
|
392
|
-
|
|
393
|
-
# -------------------------------------------------------------
|
|
394
|
-
# SASS conversion options
|
|
395
|
-
#
|
|
396
|
-
# style, possible values: compact|compressed|expanded|nested
|
|
397
|
-
#
|
|
398
|
-
sass:
|
|
399
|
-
sass_dir: _sass/scss
|
|
400
|
-
style: expanded
|
|
401
|
-
|
|
402
|
-
# -------------------------------------------------------------
|
|
403
|
-
# WEBRICK customizations
|
|
404
|
-
# You can provide custom headers for your site
|
|
405
|
-
#
|
|
406
|
-
# Note: Jekyll provides by default Content-Type and Cache-Control
|
|
407
|
-
# response headers: one dynamic in order to specify the nature of
|
|
408
|
-
# the data being served, the other static in order to disable
|
|
409
|
-
# caching so that you don’t have to fight with Chrome’s aggressive
|
|
410
|
-
# caching when you are in development mode.
|
|
411
|
-
#
|
|
412
|
-
#webrick:
|
|
413
|
-
# headers:
|
|
414
|
-
# My-Header: My-Value
|
|
415
|
-
# My-Other-Header: My-Other-Value
|
|
416
|
-
|
|
417
|
-
# -------------------------------------------------------------
|
|
418
|
-
# POSTS Management
|
|
419
|
-
# Set the post articles to include, exclude and ignore
|
|
420
|
-
#
|
|
421
|
-
#future: false
|
|
422
|
-
#show_drafts: false
|
|
423
|
-
#unpublished: false
|
|
424
|
-
#limit_posts: 10
|
|
425
|
-
|
|
426
|
-
# --------------------------------------------------------------------
|
|
427
|
-
# LIQUID template engine
|
|
428
|
-
#
|
|
429
|
-
liquid:
|
|
430
|
-
error_mode: warn
|
|
431
|
-
|
|
432
|
-
# --------------------------------------------------------------------
|
|
433
|
-
# PLUGIN configuration
|
|
434
|
-
#
|
|
435
|
-
plugins:
|
|
436
|
-
- asciidoctor
|
|
437
|
-
# - asciidoctor-pdf
|
|
438
|
-
- jekyll-asciidoc
|
|
439
|
-
# - jekyll-algolia
|
|
440
|
-
# - jekyll-feed
|
|
441
|
-
# - jekyll-gist
|
|
442
|
-
# - jekyll-sitemap
|
|
443
|
-
# - jekyll-redirect-from
|
|
444
|
-
- jekyll-paginate-v2
|
|
445
|
-
- jekyll-sass-converter
|
|
446
|
-
|
|
447
|
-
# ---------------------------------------------------------------
|
|
448
|
-
# JEKYLL FEED
|
|
449
|
-
#
|
|
450
|
-
# feed:
|
|
451
|
-
# path: /assets/data/atom.xml
|
|
452
|
-
|
|
453
|
-
# ---------------------------------------------------------------
|
|
454
|
-
# MARKDOWN
|
|
455
|
-
#
|
|
456
|
-
# Note:
|
|
457
|
-
# Option input/GFM turns on the recognition of Github Flavoured Markdown (GFM)
|
|
458
|
-
#
|
|
459
|
-
markdown: kramdown
|
|
460
|
-
markdown_ext: markdown,md
|
|
461
|
-
|
|
462
|
-
kramdown:
|
|
463
|
-
input: GFM
|
|
464
|
-
auto_ids: true
|
|
465
|
-
footnote_nr: 1
|
|
466
|
-
entity_output: as_char
|
|
467
|
-
toc_levels: 1..3
|
|
468
|
-
smart_quotes: lsquo,rsquo,ldquo,rdquo
|
|
469
|
-
syntax_highlighter: rouge
|
|
470
|
-
|
|
471
|
-
# ---------------------------------------------------------------
|
|
472
|
-
# ASCIIDOCTOR (Asciidoc plugin)
|
|
473
|
-
#
|
|
474
|
-
asciidoc_attributes: &asciidoc_attributes
|
|
475
|
-
hardbreaks-option:
|
|
476
|
-
source-highlighter: rouge
|
|
477
|
-
icons: font
|
|
478
|
-
imagesdir: /assets/images
|
|
479
|
-
iconsdir: '{imagesdir}/icons/asciidoc'
|
|
480
|
-
|
|
481
|
-
asciidoc:
|
|
482
|
-
processor: asciidoctor
|
|
483
|
-
require_front_matter_header: true
|
|
484
|
-
ext: adoc
|
|
485
|
-
|
|
486
|
-
asciidoctor:
|
|
487
|
-
safe: unsafe
|
|
488
|
-
template_dir: _templates
|
|
489
|
-
attributes: *asciidoc_attributes
|
|
490
|
-
|
|
491
|
-
# ---------------------------------------------------------------
|
|
492
|
-
# ALGOLIA Search (Instantsearch)
|
|
493
|
-
#
|
|
494
|
-
algolia:
|
|
495
|
-
enabled: false
|
|
496
|
-
application_id: your_application_id
|
|
497
|
-
search_only_api_key: your_searchonly_api_key
|
|
498
|
-
index_name: your_index_name
|
|
499
|
-
extensions_to_index: [ adoc ]
|
|
500
|
-
files_to_exclude: []
|
|
501
|
-
|
|
502
|
-
# ---------------------------------------------------------------
|
|
503
|
-
# J1 Auth Manager (j1_auth)
|
|
504
|
-
#
|
|
505
|
-
# If a site is started as an app, this transforms the web into an
|
|
506
|
-
# Web Application based on Rack and Sinatra using the Omniauth
|
|
507
|
-
# software stack for authentication to enable User Management
|
|
508
|
-
# and Authentication services for secured private web sites.
|
|
509
|
-
#
|
|
510
|
-
# enabled
|
|
511
|
-
# ---------------------------------------------------------------
|
|
512
|
-
# Enables or disables the Auth Manager services for the web.
|
|
513
|
-
# If disabled, all pages are accessible without authentication.
|
|
514
|
-
#
|
|
515
|
-
# values: true|false
|
|
516
|
-
# default: false
|
|
517
|
-
#
|
|
518
|
-
# ssl
|
|
519
|
-
# ---------------------------------------------------------------
|
|
520
|
-
# Enforce SSL communication for the app. If you've got SSL
|
|
521
|
-
# set up, ensure SSL is enforced.
|
|
522
|
-
#
|
|
523
|
-
# values: true|false
|
|
524
|
-
# default: false
|
|
525
|
-
#
|
|
526
|
-
# provider
|
|
527
|
-
# ---------------------------------------------------------------
|
|
528
|
-
# List of enabled OAuth providers to be used for the auth
|
|
529
|
-
# service for authentication. The first provider in a list
|
|
530
|
-
# is used for default.
|
|
531
|
-
#
|
|
532
|
-
# values: [disqus|github|facebook|patreon|twitter]
|
|
533
|
-
# default: none
|
|
534
|
-
#
|
|
535
|
-
# whitelist
|
|
536
|
-
# ---------------------------------------------------------------
|
|
537
|
-
# List of pages (and assets) skipped for authentication.
|
|
538
|
-
# Values can be given as regular expressions.
|
|
539
|
-
#
|
|
540
|
-
# values: string
|
|
541
|
-
# default: none
|
|
542
|
-
#
|
|
543
|
-
# ---------------------------------------------------------------
|
|
544
|
-
j1_auth:
|
|
545
|
-
enabled: false
|
|
546
|
-
ssl: false
|
|
547
|
-
|
|
548
|
-
content:
|
|
549
|
-
public:
|
|
550
|
-
- \W*((?i)assets(?-i))\W*
|
|
551
|
-
- \W*((?i)public(?-i))\W*
|
|
552
|
-
private:
|
|
553
|
-
- \W*((?i)private(?-i))\W*
|
|
554
|
-
premium:
|
|
555
|
-
- \W*((?i)premium(?-i))\W*
|
|
556
|
-
|
|
557
|
-
providers:
|
|
558
|
-
activated: [ disqus, github, patreon ]
|
|
559
|
-
|
|
560
|
-
disqus:
|
|
561
|
-
home_url: https://disqus.com
|
|
562
|
-
product_url: https://patreon.com/jekyll_one
|
|
563
|
-
strategy: member
|
|
564
|
-
scope: []
|
|
565
|
-
users: [ all ]
|
|
566
|
-
permissions: [ private ]
|
|
567
|
-
data_fields: []
|
|
568
|
-
conditions:
|
|
569
|
-
private:
|
|
570
|
-
enabled: true
|
|
571
|
-
users:
|
|
572
|
-
blacklist: []
|
|
573
|
-
|
|
574
|
-
facebook:
|
|
575
|
-
home_url: https://facebook.com
|
|
576
|
-
product_url: https://patreon.com/jekyll_one
|
|
577
|
-
strategy: member
|
|
578
|
-
scope: []
|
|
579
|
-
users: [ all ]
|
|
580
|
-
permissions: [ private ]
|
|
581
|
-
data_fields: []
|
|
582
|
-
conditions:
|
|
583
|
-
private:
|
|
584
|
-
enabled: true
|
|
585
|
-
users:
|
|
586
|
-
whitelist: [ all ]
|
|
587
|
-
blacklist: []
|
|
588
|
-
|
|
589
|
-
github:
|
|
590
|
-
home_url: https://github.com
|
|
591
|
-
product_url: https://patreon.com/jekyll_one
|
|
592
|
-
strategy: member
|
|
593
|
-
scope: []
|
|
594
|
-
users: [ all ]
|
|
595
|
-
permissions: [ private ]
|
|
596
|
-
data_fields: []
|
|
597
|
-
conditions:
|
|
598
|
-
private:
|
|
599
|
-
enabled: true
|
|
600
|
-
users:
|
|
601
|
-
whitelist: [ all ]
|
|
602
|
-
blacklist: []
|
|
603
|
-
|
|
604
|
-
patreon:
|
|
605
|
-
home_url: https://github.com
|
|
606
|
-
product_url: https://patreon.com/jekyll_one
|
|
607
|
-
strategy: member
|
|
608
|
-
scope: [ users, pledges-to-me ]
|
|
609
|
-
users: [ all ]
|
|
610
|
-
permissions: [ private, premium ]
|
|
611
|
-
data_fields: [
|
|
612
|
-
email, name, first_name, nickname,
|
|
613
|
-
amount_cents, created_at, declined_since
|
|
614
|
-
]
|
|
615
|
-
conditions:
|
|
616
|
-
private:
|
|
617
|
-
enabled: true
|
|
618
|
-
users:
|
|
619
|
-
blacklist: []
|
|
620
|
-
premium:
|
|
621
|
-
enabled: true
|
|
622
|
-
users:
|
|
623
|
-
whitelist: [ "@jekyll-one.com" ]
|
|
624
|
-
blacklist: []
|
|
625
|
-
payment:
|
|
626
|
-
activated: [ "Premium Content", "Value Content" ]
|
|
627
|
-
tiers:
|
|
628
|
-
- tier:
|
|
629
|
-
name: "Premium Content"
|
|
630
|
-
amount: 500,
|
|
631
|
-
state: paid
|
|
632
|
-
- tier:
|
|
633
|
-
name: "Value Content"
|
|
634
|
-
amount: 100,
|
|
635
|
-
state: paid
|
|
636
|
-
|
|
637
|
-
twitter:
|
|
638
|
-
home_url: https://twitter.com
|
|
639
|
-
product_url: https://patreon.com/jekyll_one
|
|
640
|
-
strategy: member
|
|
641
|
-
scope: []
|
|
642
|
-
users: [ all ]
|
|
643
|
-
permissions: [ private, premium ]
|
|
644
|
-
data_fields: []
|
|
645
|
-
conditions:
|
|
646
|
-
private:
|
|
647
|
-
enabled: true
|
|
648
|
-
users:
|
|
649
|
-
blacklist: []
|
|
650
|
-
|
|
651
|
-
# ---------------------------------------------------------------
|
|
652
|
-
# SAFEMODE
|
|
653
|
-
#
|
|
654
|
-
# If you want to use plugins when running Jekyll in safe mode,
|
|
655
|
-
# you must add the gem to the whitelist
|
|
656
|
-
#
|
|
657
|
-
whitelist:
|
|
658
|
-
- jekyll-asciidoc
|
|
659
|
-
|
|
660
|
-
# ==============================================================================
|
|
661
|
-
# 5. PAGE configuration
|
|
662
|
-
#
|
|
663
|
-
# ------------------------------------------------------------------------------
|
|
664
|
-
#
|
|
665
|
-
# -------------------------------------------------------------------------
|
|
666
|
-
# EXCERPT settings
|
|
667
|
-
#
|
|
668
|
-
excerpt_separator: excerpt__end
|
|
669
|
-
|
|
670
|
-
# --------------------------------------------------------------------
|
|
671
|
-
# PAGINATION settings (Jekyll Paginate V2)
|
|
672
|
-
#
|
|
673
|
-
pagination:
|
|
674
|
-
enabled: true
|
|
675
|
-
permalink: /page:num/
|
|
676
|
-
per_page: 4
|
|
677
|
-
limit: 0
|
|
678
|
-
sort_field: date
|
|
679
|
-
sort_reverse: true
|
|
680
|
-
trail:
|
|
681
|
-
before: 2
|
|
682
|
-
after: 2
|
|
683
|
-
|
|
684
|
-
# AUTOPAGE settings
|
|
685
|
-
#
|
|
686
|
-
autopages:
|
|
687
|
-
enabled: false
|
|
688
|
-
|
|
689
|
-
tags:
|
|
690
|
-
enabled: false
|
|
691
|
-
layouts: [ paginator/autopage_collections_tags.html, paginator/autopage_tags.html ]
|
|
692
|
-
|
|
693
|
-
categories:
|
|
694
|
-
enabled: false
|
|
695
|
-
layouts: [ paginator/autopage_category.html ]
|
|
696
|
-
|
|
697
|
-
collections:
|
|
698
|
-
enabled: false
|
|
699
|
-
layouts: [ paginator/autopage_collection.html ]
|
|
700
|
-
|
|
701
|
-
# --------------------------------------------------------------------
|
|
702
|
-
# COLLECTION settings
|
|
703
|
-
# See: https://jekyllrb.com/docs/collections/#collections
|
|
704
|
-
#
|
|
705
|
-
collections:
|
|
706
|
-
|
|
707
|
-
# -------------------------------------------------------------
|
|
708
|
-
# Featured articles
|
|
709
|
-
#
|
|
710
|
-
featured:
|
|
711
|
-
output: true
|
|
712
|
-
permalink: /collections/:collection/:name/
|
|
713
|
-
|
|
714
|
-
# -------------------------------------------------------------
|
|
715
|
-
# Book shelf
|
|
716
|
-
#
|
|
717
|
-
biography:
|
|
718
|
-
output: true
|
|
719
|
-
permalink: /collections/premium/:collection/:name/
|
|
720
|
-
fantasy:
|
|
721
|
-
output: true
|
|
722
|
-
permalink: /collections/premium/:collection/:name/
|
|
723
|
-
romance:
|
|
724
|
-
output: true
|
|
725
|
-
permalink: /collections/premium/:collection/:name/
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
# --------------------------------------------------------------------
|
|
729
|
-
# FRONTMATTER defaults
|
|
730
|
-
#
|
|
731
|
-
|
|
732
|
-
# Using the YAML Front Matter is a way the (individual) configuration
|
|
733
|
-
# for post and pages can be specified. Very often, a lot of config
|
|
734
|
-
# options are repeated on each and every post or page. Setting the
|
|
735
|
-
# layout for each file, adding categories to a post, etc. might be
|
|
736
|
-
# the same for the majority of your content.
|
|
737
|
-
#
|
|
738
|
-
# Instead of repeating this configuration each time a page is being
|
|
739
|
-
# created, Jekyll provides a way to set these configuration items
|
|
740
|
-
# as defaults in this site configuration (_config.yml).
|
|
741
|
-
#
|
|
742
|
-
defaults:
|
|
743
|
-
|
|
744
|
-
# ------------------------------------------------------------------
|
|
745
|
-
# Pages
|
|
746
|
-
#
|
|
747
|
-
- scope:
|
|
748
|
-
path: pages
|
|
749
|
-
type: pages
|
|
750
|
-
|
|
751
|
-
values:
|
|
752
|
-
layout: page
|
|
753
|
-
author: J1 Team
|
|
754
|
-
resources: toccer
|
|
755
|
-
toc: true
|
|
756
|
-
adsense: true
|
|
757
|
-
comments: true
|
|
758
|
-
|
|
759
|
-
icons:
|
|
760
|
-
family: MDI
|
|
761
|
-
color: md-indigo
|
|
762
|
-
size: 5x
|
|
763
|
-
|
|
764
|
-
images:
|
|
765
|
-
dir: /assets/images/pages
|
|
766
|
-
|
|
767
|
-
resource_options:
|
|
768
|
-
- toccer:
|
|
769
|
-
collapseDepth: 2
|
|
770
|
-
|
|
771
|
-
# ------------------------------------------------------------------
|
|
772
|
-
# Posts
|
|
773
|
-
#
|
|
774
|
-
|
|
775
|
-
# --------------------------------------------------------
|
|
776
|
-
# PUBLIC - FEATURED
|
|
777
|
-
#
|
|
778
|
-
- scope:
|
|
779
|
-
path: posts/public/featured/_posts
|
|
780
|
-
type: posts
|
|
781
|
-
|
|
782
|
-
values:
|
|
783
|
-
layout: post
|
|
784
|
-
author: J1 Team
|
|
785
|
-
resources: toccer
|
|
786
|
-
toc: true
|
|
787
|
-
adsense: true
|
|
788
|
-
comments: true
|
|
789
|
-
|
|
790
|
-
icons:
|
|
791
|
-
# category-icon: comment-text-outline
|
|
792
|
-
family: MDI
|
|
793
|
-
color: md-indigo
|
|
794
|
-
size: 5x
|
|
795
|
-
|
|
796
|
-
images:
|
|
797
|
-
# category-image: img26.jpg
|
|
798
|
-
dir: /assets/images/blog/featured
|
|
799
|
-
|
|
800
|
-
resource_options:
|
|
801
|
-
- toccer:
|
|
802
|
-
collapseDepth: 2
|
|
803
|
-
|
|
804
|
-
# --------------------------------------------------------
|
|
805
|
-
# PRIVATE - FEATURED
|
|
806
|
-
#
|
|
807
|
-
- scope:
|
|
808
|
-
path: posts/private/featured/_posts
|
|
809
|
-
type: posts
|
|
810
|
-
|
|
811
|
-
values:
|
|
812
|
-
layout: post
|
|
813
|
-
author: J1 Team
|
|
814
|
-
resources: toccer
|
|
815
|
-
toc: true
|
|
816
|
-
adsense: true
|
|
817
|
-
comments: true
|
|
818
|
-
|
|
819
|
-
icons:
|
|
820
|
-
# category-icon: comment-text-outline
|
|
821
|
-
family: MDI
|
|
822
|
-
color: md-indigo
|
|
823
|
-
size: 5x
|
|
824
|
-
|
|
825
|
-
images:
|
|
826
|
-
# category-image: img26.jpg
|
|
827
|
-
dir: /assets/images/blog/featured
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
# --------------------------------------------------------
|
|
831
|
-
# SERIES
|
|
832
|
-
#
|
|
833
|
-
- scope:
|
|
834
|
-
type: posts
|
|
835
|
-
path: posts/premium/series/_posts
|
|
836
|
-
|
|
837
|
-
values:
|
|
838
|
-
layout: post
|
|
839
|
-
author: J1 Team
|
|
840
|
-
toc: true
|
|
841
|
-
adsense: true
|
|
842
|
-
comments: true
|
|
843
|
-
|
|
844
|
-
icons:
|
|
845
|
-
# category-icon: dots-horizontal-circle
|
|
846
|
-
family: MDI
|
|
847
|
-
color: md-indigo
|
|
848
|
-
size: 5x
|
|
849
|
-
|
|
850
|
-
images:
|
|
851
|
-
# category-image: img26.jpg
|
|
852
|
-
dir: /assets/images/blog/series
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
# --------------------------------------------------------
|
|
856
|
-
# WIKIPEDIA
|
|
857
|
-
#
|
|
858
|
-
- scope:
|
|
859
|
-
type: posts
|
|
860
|
-
path: posts/private/wikipedia/_posts
|
|
861
|
-
|
|
862
|
-
values:
|
|
863
|
-
layout: post
|
|
864
|
-
author: Wikipedia
|
|
865
|
-
resources: toccer
|
|
866
|
-
toc: true
|
|
867
|
-
adsense: true
|
|
868
|
-
comments: false
|
|
869
|
-
|
|
870
|
-
icons:
|
|
871
|
-
# category-icon: wikipedia
|
|
872
|
-
family: MDI
|
|
873
|
-
color: md-indigo
|
|
874
|
-
size: 5x
|
|
875
|
-
|
|
876
|
-
images:
|
|
877
|
-
category-image:
|
|
878
|
-
dir: /assets/images/blog/wikipedia
|
|
879
|
-
|
|
880
|
-
# ------------------------------------------------------------------
|
|
881
|
-
# Collections
|
|
882
|
-
#
|
|
883
|
-
|
|
884
|
-
# --------------------------------------------------------
|
|
885
|
-
# FEATURED Articles
|
|
886
|
-
#
|
|
887
|
-
- scope:
|
|
888
|
-
type: featured
|
|
889
|
-
path: collections/_featured
|
|
890
|
-
|
|
891
|
-
values:
|
|
892
|
-
layout: page
|
|
893
|
-
adsense: true
|
|
894
|
-
|
|
895
|
-
# --------------------------------------------------------
|
|
896
|
-
# BIOGRAPHY (Book Shelf)
|
|
897
|
-
#
|
|
898
|
-
- scope:
|
|
899
|
-
type: biography
|
|
900
|
-
path: collections/_biography
|
|
901
|
-
|
|
902
|
-
values:
|
|
903
|
-
layout: page
|
|
904
|
-
adsense: true
|
|
905
|
-
|
|
906
|
-
# --------------------------------------------------------
|
|
907
|
-
# FANTASY (Book Shelf)
|
|
908
|
-
#
|
|
909
|
-
- scope:
|
|
910
|
-
type: fantasy
|
|
911
|
-
path: collections/_fantasy
|
|
912
|
-
|
|
913
|
-
values:
|
|
914
|
-
layout: page
|
|
915
|
-
adsense: true
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
# --------------------------------------------------------
|
|
919
|
-
# ROMANCE (Book Shelf)
|
|
920
|
-
#
|
|
921
|
-
- scope:
|
|
922
|
-
type: romance
|
|
923
|
-
path: collections/_romance
|
|
924
|
-
|
|
925
|
-
values:
|
|
926
|
-
layout: page
|
|
927
|
-
adsense: true
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
# ==============================================================================
|
|
931
|
-
# 6. LAYOUT configuration
|
|
932
|
-
#
|
|
933
|
-
# ------------------------------------------------------------------------------
|
|
934
|
-
#
|
|
935
|
-
# -------------------------------------------------------------------------
|
|
936
|
-
# COMPRESS (HTML) settings
|
|
937
|
-
#
|
|
938
|
-
# enabled
|
|
939
|
-
# --------------------------------------------------------------------
|
|
940
|
-
# Enables|Disables the use of compress.
|
|
941
|
-
# If enabled, all HTML pages generated for ALL layout
|
|
942
|
-
# get compressed for production. To use compress, set
|
|
943
|
-
# the ENVIRONMENT to production and the value of
|
|
944
|
-
# compress_html.enable to "true".
|
|
945
|
-
#
|
|
946
|
-
# See http://jch.penibelst.de/ for more details.
|
|
947
|
-
#
|
|
948
|
-
# values: boolean (true|false)
|
|
949
|
-
# default: false
|
|
950
|
-
#
|
|
951
|
-
# profile
|
|
952
|
-
# --------------------------------------------------------------------
|
|
953
|
-
# A boolean value to turn on the profile mode. If true, the
|
|
954
|
-
# layout creates a HTML table after the compressed content. The
|
|
955
|
-
# table contains the file size in bytes during the compressing
|
|
956
|
-
# steps.
|
|
957
|
-
#
|
|
958
|
-
# The profile table provides attributes for styling and reading.
|
|
959
|
-
# The id ends with build’s timestamp to be unique enough.
|
|
960
|
-
#
|
|
961
|
-
# <table
|
|
962
|
-
# id="compress_html_profile_YYYYMMDD"
|
|
963
|
-
# class="compress_html_profile"
|
|
964
|
-
# >
|
|
965
|
-
#
|
|
966
|
-
# This page itself is compressed in profile mode for analysis,
|
|
967
|
-
# testing or educational purposes only. The table written to
|
|
968
|
-
# the end of a page.
|
|
969
|
-
#
|
|
970
|
-
# NOTE: Never profile pages for public use.
|
|
971
|
-
#
|
|
972
|
-
# values: boolean (true|false)
|
|
973
|
-
# default: false
|
|
974
|
-
#
|
|
975
|
-
# blanklines
|
|
976
|
-
# --------------------------------------------------------------------
|
|
977
|
-
# A boolean value to turn on blanklines mode. This mode will
|
|
978
|
-
# only remove lines consisting of whitespace and leave other
|
|
979
|
-
# lines alone.
|
|
980
|
-
#
|
|
981
|
-
# values: boolean (true|false)
|
|
982
|
-
# default: false
|
|
983
|
-
#
|
|
984
|
-
# clippings
|
|
985
|
-
# --------------------------------------------------------------------
|
|
986
|
-
# An array of elements to clip whitespace around them. The
|
|
987
|
-
# following elements may be safe to clip:
|
|
988
|
-
#
|
|
989
|
-
# - Metadata
|
|
990
|
-
# - Sections
|
|
991
|
-
# - Grouping content (except the pre element)
|
|
992
|
-
# - Tabular data
|
|
993
|
-
#
|
|
994
|
-
# Use the shortcut all to clip all safe elements.
|
|
995
|
-
#
|
|
996
|
-
# Example:
|
|
997
|
-
#
|
|
998
|
-
# clippings: [div, p, ul, td, h1, h2]
|
|
999
|
-
#
|
|
1000
|
-
# values: HTML tags|all
|
|
1001
|
-
# default: empty array
|
|
1002
|
-
#
|
|
1003
|
-
# comments
|
|
1004
|
-
# --------------------------------------------------------------------
|
|
1005
|
-
# An array of exactly two comment tags to strip comments
|
|
1006
|
-
# enclosed by them. The first string must be the start tag,
|
|
1007
|
-
# the second must be the end tag.
|
|
1008
|
-
#
|
|
1009
|
-
# Example:
|
|
1010
|
-
#
|
|
1011
|
-
# comments: ["<!-- ", " -->"]
|
|
1012
|
-
#
|
|
1013
|
-
# values: comment tags
|
|
1014
|
-
# default: empty array
|
|
1015
|
-
#
|
|
1016
|
-
# startings
|
|
1017
|
-
# --------------------------------------------------------------------
|
|
1018
|
-
# An array of elements with optional start tags. These start
|
|
1019
|
-
# tags will be >>removed<<.
|
|
1020
|
-
#
|
|
1021
|
-
# Example:
|
|
1022
|
-
#
|
|
1023
|
-
# startings: [html, head, body]
|
|
1024
|
-
#
|
|
1025
|
-
# values: HTML optional start tags
|
|
1026
|
-
# default: empty array
|
|
1027
|
-
#
|
|
1028
|
-
# endings
|
|
1029
|
-
# --------------------------------------------------------------------
|
|
1030
|
-
# An array of elements with optional end tags. These end tags
|
|
1031
|
-
# will be >>removed<<. Use the shortcut all to remove all
|
|
1032
|
-
# optional endings.
|
|
1033
|
-
#
|
|
1034
|
-
# Example:
|
|
1035
|
-
#
|
|
1036
|
-
# endings: [p, li, td]
|
|
1037
|
-
#
|
|
1038
|
-
# values: HTML optional end tags
|
|
1039
|
-
# default: empty array
|
|
1040
|
-
#
|
|
1041
|
-
# ignore.envs
|
|
1042
|
-
# --------------------------------------------------------------------
|
|
1043
|
-
# An array of environments given by ENV["JEKYLL_ENV"]
|
|
1044
|
-
# where the compress layout is IGNORED. This is useful
|
|
1045
|
-
# while developing a website the content should NOT
|
|
1046
|
-
# compressed.
|
|
1047
|
-
#
|
|
1048
|
-
# Example:
|
|
1049
|
-
#
|
|
1050
|
-
# envs: [development, test]
|
|
1051
|
-
#
|
|
1052
|
-
# values: HTML optional end tags
|
|
1053
|
-
# default: empty array
|
|
1054
|
-
#
|
|
1055
|
-
compress_html:
|
|
1056
|
-
enabled: true
|
|
1057
|
-
profile: false
|
|
1058
|
-
blanklines: false
|
|
1059
|
-
comments: []
|
|
1060
|
-
startings: []
|
|
1061
|
-
clippings: []
|
|
1062
|
-
endings: []
|
|
1063
|
-
ignore:
|
|
1064
|
-
envs: []
|