test-kitchen 1.23.2 → 1.23.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +7 -0
- data/.gitmodules +0 -0
- data/.travis.yml +0 -4
- data/CHANGELOG.md +40 -0
- data/MAINTAINERS.md +2 -1
- data/Rakefile +9 -0
- data/docs/CONTRIBUTING.md +8 -0
- data/docs/LICENSE +22 -0
- data/docs/README.md +78 -0
- data/docs/archetypes/default.md +6 -0
- data/docs/config.toml +36 -0
- data/docs/content/docs/_index.md +5 -0
- data/docs/content/docs/drivers/_index.md +27 -0
- data/docs/content/docs/drivers/azurerm.md +44 -0
- data/docs/content/docs/drivers/vagrant.md +39 -0
- data/docs/content/docs/getting-started/00-introduction.md +14 -0
- data/docs/content/docs/getting-started/01-installing.md +64 -0
- data/docs/content/docs/getting-started/02-getting-help.md +59 -0
- data/docs/content/docs/getting-started/03-creating-cookbook.md +46 -0
- data/docs/content/docs/getting-started/04-kitchen-yml.md +56 -0
- data/docs/content/docs/getting-started/05-instances.md +79 -0
- data/docs/content/docs/getting-started/06-writing-recipe.md +21 -0
- data/docs/content/docs/getting-started/07-running-converge.md +134 -0
- data/docs/content/docs/getting-started/08-manually-verifying.md +55 -0
- data/docs/content/docs/getting-started/09-writing-test.md +49 -0
- data/docs/content/docs/getting-started/10-running-verify.md +120 -0
- data/docs/content/docs/getting-started/11-running-test.md +168 -0
- data/docs/content/docs/getting-started/12-adding-platform.md +206 -0
- data/docs/content/docs/getting-started/13-adding-feature.md +30 -0
- data/docs/content/docs/getting-started/14-adding-suite.md +60 -0
- data/docs/content/docs/getting-started/15-adding-test.md +66 -0
- data/docs/content/docs/getting-started/16-adding-recipe.md +53 -0
- data/docs/content/docs/getting-started/17-excluding-platforms.md +101 -0
- data/docs/content/docs/getting-started/18-next-steps.md +23 -0
- data/docs/content/docs/getting-started/_index.md +5 -0
- data/docs/content/docs/provisioners/_index.md +36 -0
- data/docs/content/docs/provisioners/chef.md +69 -0
- data/docs/content/docs/provisioners/shell.md +31 -0
- data/docs/content/docs/reference/_index.md +5 -0
- data/docs/content/docs/reference/configuration.md +53 -0
- data/docs/content/docs/reference/examples.md +97 -0
- data/docs/content/docs/reference/faq.md +58 -0
- data/docs/content/docs/reference/fixtures.md +32 -0
- data/docs/content/docs/reference/glossary.md +34 -0
- data/docs/content/docs/reference/lifecycle-hooks.md +68 -0
- data/docs/content/docs/reference/reboots.md +24 -0
- data/docs/content/docs/verifiers/_index.md +14 -0
- data/docs/content/docs/verifiers/inspec.md +44 -0
- data/docs/content/docs/verifiers/serverspec.md +20 -0
- data/docs/static/images/chef-logo.png +0 -0
- data/docs/static/images/chef-logo.svg +1 -0
- data/docs/static/images/github-banner.png +0 -0
- data/docs/static/images/github-banner.svg +71 -0
- data/docs/static/images/kitchen-logo.png +0 -0
- data/docs/static/images/logo-block.svg +222 -0
- data/docs/static/images/logo.png +0 -0
- data/docs/static/images/logos-group.png +0 -0
- data/docs/static/images/terminal-1.png +0 -0
- data/docs/static/images/terminal-1.svg +589 -0
- data/docs/static/images/terminal-2.png +0 -0
- data/docs/static/images/terminal-2.svg +235 -0
- data/docs/static/images/terminal-3.png +0 -0
- data/docs/static/images/terminal-3.svg +439 -0
- data/docs/static/index.html +59 -0
- data/docs/static/javascripts/all.js +348 -0
- data/docs/static/javascripts/vendor/foundation.min.js +4 -0
- data/docs/static/javascripts/vendor/jquery.min.js +5 -0
- data/docs/static/javascripts/vendor/what-input.js +336 -0
- data/docs/static/stylesheets/site.css +4667 -0
- data/docs/themes/kitchen/layouts/_default/baseof.html +53 -0
- data/docs/themes/kitchen/layouts/_default/list.html +4 -0
- data/docs/themes/kitchen/layouts/_default/redirect.html +10 -0
- data/docs/themes/kitchen/layouts/_default/single.html +6 -0
- data/docs/themes/kitchen/layouts/partials/core/head.html +6 -0
- data/docs/themes/kitchen/layouts/partials/kitchen/footer.html +18 -0
- data/docs/themes/kitchen/layouts/partials/kitchen/head.html +4 -0
- data/docs/themes/kitchen/layouts/partials/kitchen/header.html +26 -0
- data/docs/themes/kitchen/layouts/partials/search-docs.html +3 -0
- data/docs/themes/kitchen/layouts/partials/sidebar.html +33 -0
- data/docs/themes/kitchen/layouts/shortcodes/button.html +1 -0
- data/docs/themes/kitchen/layouts/shortcodes/codeblock.html +8 -0
- data/docs/themes/kitchen/layouts/shortcodes/cta.html +5 -0
- data/docs/themes/kitchen/layouts/shortcodes/danger.html +1 -0
- data/docs/themes/kitchen/layouts/shortcodes/example_fqdn.html +1 -0
- data/docs/themes/kitchen/layouts/shortcodes/info.html +1 -0
- data/docs/themes/kitchen/layouts/shortcodes/ol-styled.html +3 -0
- data/docs/themes/kitchen/layouts/shortcodes/success.html +1 -0
- data/docs/themes/kitchen/layouts/shortcodes/tip.html +1 -0
- data/docs/themes/kitchen/layouts/shortcodes/warning.html +1 -0
- data/docs/themes/kitchen/static/css/kitchen.css +10 -0
- data/docs/themes/kitchen/static/css/kitchen.css.map +7 -0
- data/docs/themes/kitchen/static/fonts/Muli-Bold.ttf +0 -0
- data/docs/themes/kitchen/static/fonts/Muli-Regular.ttf +0 -0
- data/docs/themes/kitchen/static/fonts/Muli-SemiBold.ttf +0 -0
- data/docs/themes/kitchen/static/fonts/fontawesome/fa-brands-400.eot +0 -0
- data/docs/themes/kitchen/static/fonts/fontawesome/fa-brands-400.svg +1104 -0
- data/docs/themes/kitchen/static/fonts/fontawesome/fa-brands-400.ttf +0 -0
- data/docs/themes/kitchen/static/fonts/fontawesome/fa-brands-400.woff +0 -0
- data/docs/themes/kitchen/static/fonts/fontawesome/fa-brands-400.woff2 +0 -0
- data/docs/themes/kitchen/static/fonts/fontawesome/fa-regular-400.eot +0 -0
- data/docs/themes/kitchen/static/fonts/fontawesome/fa-regular-400.svg +372 -0
- data/docs/themes/kitchen/static/fonts/fontawesome/fa-regular-400.ttf +0 -0
- data/docs/themes/kitchen/static/fonts/fontawesome/fa-regular-400.woff +0 -0
- data/docs/themes/kitchen/static/fonts/fontawesome/fa-regular-400.woff2 +0 -0
- data/docs/themes/kitchen/static/fonts/fontawesome/fa-solid-900.eot +0 -0
- data/docs/themes/kitchen/static/fonts/fontawesome/fa-solid-900.svg +1896 -0
- data/docs/themes/kitchen/static/fonts/fontawesome/fa-solid-900.ttf +0 -0
- data/docs/themes/kitchen/static/fonts/fontawesome/fa-solid-900.woff +0 -0
- data/docs/themes/kitchen/static/fonts/fontawesome/fa-solid-900.woff2 +0 -0
- data/docs/themes/kitchen/static/images/chef-logo-light.svg +36 -0
- data/docs/themes/kitchen/static/images/chef-logo-white.svg +38 -0
- data/docs/themes/kitchen/static/images/chef-logo.svg +37 -0
- data/docs/themes/kitchen/static/images/favicon.ico +0 -0
- data/docs/themes/kitchen/static/js/scripts-all.js +7 -0
- data/docs/themes/kitchen/static/js/source/chef-hugo.js +116 -0
- data/docs/themes/kitchen/static/js/source/omnitruck.js +82 -0
- data/docs/themes/kitchen/static/js/source/segment.js +52 -0
- data/docs/themes/kitchen/static/sass/_buttons.scss +161 -0
- data/docs/themes/kitchen/static/sass/_core.scss +24 -0
- data/docs/themes/kitchen/static/sass/_forms.scss +14 -0
- data/docs/themes/kitchen/static/sass/_mixins.scss +133 -0
- data/docs/themes/kitchen/static/sass/_typography.scss +34 -0
- data/docs/themes/kitchen/static/sass/_variables.scss +82 -0
- data/docs/themes/kitchen/static/sass/kitchen.scss +7 -0
- data/docs/themes/kitchen/static/sass/kitchen/_footer.scss +50 -0
- data/docs/themes/kitchen/static/sass/kitchen/_header.scss +187 -0
- data/docs/themes/kitchen/static/sass/kitchen/_homepage.scss +27 -0
- data/docs/themes/kitchen/static/sass/kitchen/_utility-bar.scss +173 -0
- data/docs/themes/kitchen/static/sass/partials/_alerts.scss +32 -0
- data/docs/themes/kitchen/static/sass/partials/_bg.scss +19 -0
- data/docs/themes/kitchen/static/sass/partials/_blurbs.scss +25 -0
- data/docs/themes/kitchen/static/sass/partials/_callout.scss +15 -0
- data/docs/themes/kitchen/static/sass/partials/_cards.scss +54 -0
- data/docs/themes/kitchen/static/sass/partials/_dropdown.scss +77 -0
- data/docs/themes/kitchen/static/sass/partials/_grid.scss +87 -0
- data/docs/themes/kitchen/static/sass/partials/_padding.scss +73 -0
- data/docs/themes/kitchen/static/sass/partials/_sidebar.scss +71 -0
- data/docs/themes/kitchen/static/sass/partials/_tabs.scss +125 -0
- data/docs/themes/kitchen/static/sass/typography/_chroma.scss +366 -0
- data/docs/themes/kitchen/static/sass/typography/_code.scss +72 -0
- data/docs/themes/kitchen/static/sass/typography/_headers.scss +90 -0
- data/docs/themes/kitchen/static/sass/typography/_links.scss +127 -0
- data/docs/themes/kitchen/static/sass/typography/_lists.scss +155 -0
- data/docs/themes/kitchen/static/sass/typography/_prose.scss +29 -0
- data/docs/themes/kitchen/static/sass/typography/_text.scss +221 -0
- data/docs/themes/kitchen/static/sass/vendor/fontawesome/_animated.scss +20 -0
- data/docs/themes/kitchen/static/sass/vendor/fontawesome/_bordered-pulled.scss +20 -0
- data/docs/themes/kitchen/static/sass/vendor/fontawesome/_core.scss +16 -0
- data/docs/themes/kitchen/static/sass/vendor/fontawesome/_fixed-width.scss +6 -0
- data/docs/themes/kitchen/static/sass/vendor/fontawesome/_icons.scss +992 -0
- data/docs/themes/kitchen/static/sass/vendor/fontawesome/_larger.scss +23 -0
- data/docs/themes/kitchen/static/sass/vendor/fontawesome/_list.scss +18 -0
- data/docs/themes/kitchen/static/sass/vendor/fontawesome/_mixins.scss +57 -0
- data/docs/themes/kitchen/static/sass/vendor/fontawesome/_rotated-flipped.scss +23 -0
- data/docs/themes/kitchen/static/sass/vendor/fontawesome/_screen-reader.scss +5 -0
- data/docs/themes/kitchen/static/sass/vendor/fontawesome/_stacked.scss +31 -0
- data/docs/themes/kitchen/static/sass/vendor/fontawesome/_variables.scss +1005 -0
- data/docs/themes/kitchen/static/sass/vendor/fontawesome/fa-brands.scss +21 -0
- data/docs/themes/kitchen/static/sass/vendor/fontawesome/fa-regular.scss +22 -0
- data/docs/themes/kitchen/static/sass/vendor/fontawesome/fa-solid.scss +23 -0
- data/docs/themes/kitchen/static/sass/vendor/fontawesome/fontawesome.scss +16 -0
- data/docs/themes/kitchen/theme.toml +8 -0
- data/lib/kitchen/provisioner/chef_base.rb +6 -6
- data/lib/kitchen/transport/ssh.rb +2 -2
- data/lib/kitchen/transport/winrm.rb +32 -9
- data/lib/kitchen/version.rb +1 -1
- data/spec/kitchen/data_munger_spec.rb +13 -13
- data/spec/kitchen/driver/exec_spec.rb +1 -1
- data/spec/kitchen/lifecycle_hooks_spec.rb +6 -6
- data/spec/kitchen/provisioner/chef_base_spec.rb +26 -26
- data/spec/kitchen/transport/winrm_spec.rb +46 -10
- metadata +160 -3
@@ -0,0 +1,4667 @@
|
|
1
|
+
@charset "UTF-8";
|
2
|
+
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
|
3
|
+
@import url("https://fonts.googleapis.com/css?family=Droid+Sans+Mono|Source+Sans+Pro:400,600|Varela+Round");
|
4
|
+
html {
|
5
|
+
font-family: sans-serif;
|
6
|
+
line-height: 1.15;
|
7
|
+
-ms-text-size-adjust: 100%;
|
8
|
+
-webkit-text-size-adjust: 100%; }
|
9
|
+
|
10
|
+
body {
|
11
|
+
margin: 0; }
|
12
|
+
|
13
|
+
article, aside, footer, header, nav, section {
|
14
|
+
display: block; }
|
15
|
+
|
16
|
+
h1 {
|
17
|
+
font-size: 2em;
|
18
|
+
margin: .67em 0; }
|
19
|
+
|
20
|
+
figcaption, figure {
|
21
|
+
display: block; }
|
22
|
+
|
23
|
+
figure {
|
24
|
+
margin: 1em 40px; }
|
25
|
+
|
26
|
+
hr {
|
27
|
+
box-sizing: content-box;
|
28
|
+
height: 0;
|
29
|
+
overflow: visible; }
|
30
|
+
|
31
|
+
main {
|
32
|
+
display: block; }
|
33
|
+
|
34
|
+
pre {
|
35
|
+
font-family: monospace,monospace;
|
36
|
+
font-size: 1em; }
|
37
|
+
|
38
|
+
a {
|
39
|
+
background-color: transparent;
|
40
|
+
-webkit-text-decoration-skip: objects; }
|
41
|
+
|
42
|
+
a:active, a:hover {
|
43
|
+
outline-width: 0; }
|
44
|
+
|
45
|
+
abbr[title] {
|
46
|
+
border-bottom: none;
|
47
|
+
text-decoration: underline;
|
48
|
+
text-decoration: underline dotted; }
|
49
|
+
|
50
|
+
b, strong {
|
51
|
+
font-weight: inherit;
|
52
|
+
font-weight: bolder; }
|
53
|
+
|
54
|
+
code, kbd, samp {
|
55
|
+
font-family: monospace,monospace;
|
56
|
+
font-size: 1em; }
|
57
|
+
|
58
|
+
dfn {
|
59
|
+
font-style: italic; }
|
60
|
+
|
61
|
+
mark {
|
62
|
+
background-color: #ff0;
|
63
|
+
color: #000; }
|
64
|
+
|
65
|
+
small {
|
66
|
+
font-size: 80%; }
|
67
|
+
|
68
|
+
sub, sup {
|
69
|
+
font-size: 75%;
|
70
|
+
line-height: 0;
|
71
|
+
position: relative;
|
72
|
+
vertical-align: baseline; }
|
73
|
+
|
74
|
+
sub {
|
75
|
+
bottom: -.25em; }
|
76
|
+
|
77
|
+
sup {
|
78
|
+
top: -.5em; }
|
79
|
+
|
80
|
+
audio, video {
|
81
|
+
display: inline-block; }
|
82
|
+
|
83
|
+
audio:not([controls]) {
|
84
|
+
display: none;
|
85
|
+
height: 0; }
|
86
|
+
|
87
|
+
img {
|
88
|
+
border-style: none; }
|
89
|
+
|
90
|
+
svg:not(:root) {
|
91
|
+
overflow: hidden; }
|
92
|
+
|
93
|
+
button, input, optgroup, select, textarea {
|
94
|
+
font-family: sans-serif;
|
95
|
+
font-size: 100%;
|
96
|
+
line-height: 1.15;
|
97
|
+
margin: 0; }
|
98
|
+
|
99
|
+
button {
|
100
|
+
overflow: visible; }
|
101
|
+
|
102
|
+
button, select {
|
103
|
+
text-transform: none; }
|
104
|
+
|
105
|
+
[type=reset], [type=submit], button, html [type=button] {
|
106
|
+
-webkit-appearance: button; }
|
107
|
+
|
108
|
+
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
|
109
|
+
border-style: none;
|
110
|
+
padding: 0; }
|
111
|
+
|
112
|
+
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
|
113
|
+
outline: 1px dotted ButtonText; }
|
114
|
+
|
115
|
+
input {
|
116
|
+
overflow: visible; }
|
117
|
+
|
118
|
+
[type=checkbox], [type=radio] {
|
119
|
+
box-sizing: border-box;
|
120
|
+
padding: 0; }
|
121
|
+
|
122
|
+
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
|
123
|
+
height: auto; }
|
124
|
+
|
125
|
+
[type=search] {
|
126
|
+
-webkit-appearance: textfield;
|
127
|
+
outline-offset: -2px; }
|
128
|
+
|
129
|
+
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
|
130
|
+
-webkit-appearance: none; }
|
131
|
+
|
132
|
+
::-webkit-file-upload-button {
|
133
|
+
-webkit-appearance: button;
|
134
|
+
font: inherit; }
|
135
|
+
|
136
|
+
fieldset {
|
137
|
+
border: 1px solid silver;
|
138
|
+
margin: 0 2px;
|
139
|
+
padding: .35em .625em .75em; }
|
140
|
+
|
141
|
+
legend {
|
142
|
+
box-sizing: border-box;
|
143
|
+
display: table;
|
144
|
+
max-width: 100%;
|
145
|
+
padding: 0;
|
146
|
+
color: inherit;
|
147
|
+
white-space: normal; }
|
148
|
+
|
149
|
+
progress {
|
150
|
+
display: inline-block;
|
151
|
+
vertical-align: baseline; }
|
152
|
+
|
153
|
+
textarea {
|
154
|
+
overflow: auto; }
|
155
|
+
|
156
|
+
details {
|
157
|
+
display: block; }
|
158
|
+
|
159
|
+
summary {
|
160
|
+
display: list-item; }
|
161
|
+
|
162
|
+
menu {
|
163
|
+
display: block; }
|
164
|
+
|
165
|
+
canvas {
|
166
|
+
display: inline-block; }
|
167
|
+
|
168
|
+
[hidden], template {
|
169
|
+
display: none; }
|
170
|
+
|
171
|
+
.foundation-mq {
|
172
|
+
font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }
|
173
|
+
|
174
|
+
html {
|
175
|
+
box-sizing: border-box;
|
176
|
+
font-size: 100%; }
|
177
|
+
|
178
|
+
*, :after, :before {
|
179
|
+
box-sizing: inherit; }
|
180
|
+
|
181
|
+
body {
|
182
|
+
margin: 0;
|
183
|
+
padding: 0;
|
184
|
+
background: #fefefe;
|
185
|
+
font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
|
186
|
+
font-weight: 400;
|
187
|
+
line-height: 1.5;
|
188
|
+
color: #0a0a0a;
|
189
|
+
-webkit-font-smoothing: antialiased;
|
190
|
+
-moz-osx-font-smoothing: grayscale; }
|
191
|
+
|
192
|
+
img {
|
193
|
+
display: inline-block;
|
194
|
+
vertical-align: middle;
|
195
|
+
max-width: 100%;
|
196
|
+
height: auto;
|
197
|
+
-ms-interpolation-mode: bicubic; }
|
198
|
+
|
199
|
+
textarea {
|
200
|
+
height: auto;
|
201
|
+
min-height: 50px;
|
202
|
+
border-radius: 0; }
|
203
|
+
|
204
|
+
select {
|
205
|
+
width: 100%;
|
206
|
+
border-radius: 0; }
|
207
|
+
|
208
|
+
.map_canvas embed, .map_canvas img, .map_canvas object, .mqa-display embed, .mqa-display img, .mqa-display object {
|
209
|
+
max-width: none !important; }
|
210
|
+
|
211
|
+
button {
|
212
|
+
padding: 0;
|
213
|
+
-webkit-appearance: none;
|
214
|
+
-moz-appearance: none;
|
215
|
+
appearance: none;
|
216
|
+
border: 0;
|
217
|
+
border-radius: 0;
|
218
|
+
background: transparent;
|
219
|
+
line-height: 1; }
|
220
|
+
|
221
|
+
[data-whatinput=mouse] button {
|
222
|
+
outline: 0; }
|
223
|
+
|
224
|
+
.is-visible {
|
225
|
+
display: block !important; }
|
226
|
+
|
227
|
+
.is-hidden {
|
228
|
+
display: none !important; }
|
229
|
+
|
230
|
+
.row {
|
231
|
+
max-width: 75rem;
|
232
|
+
margin-right: auto;
|
233
|
+
margin-left: auto; }
|
234
|
+
|
235
|
+
.row:after, .row:before {
|
236
|
+
display: table;
|
237
|
+
content: " "; }
|
238
|
+
|
239
|
+
.row:after {
|
240
|
+
clear: both; }
|
241
|
+
|
242
|
+
.row.collapse > .column, .row.collapse > .columns {
|
243
|
+
padding-right: 0;
|
244
|
+
padding-left: 0; }
|
245
|
+
|
246
|
+
.row .row {
|
247
|
+
margin-right: -.625rem;
|
248
|
+
margin-left: -.625rem; }
|
249
|
+
|
250
|
+
@media print, screen and (min-width: 40em) {
|
251
|
+
.row .row {
|
252
|
+
margin-right: -.9375rem;
|
253
|
+
margin-left: -.9375rem; } }
|
254
|
+
@media print, screen and (min-width: 64em) {
|
255
|
+
.row .row {
|
256
|
+
margin-right: -.9375rem;
|
257
|
+
margin-left: -.9375rem; } }
|
258
|
+
.row .row.collapse {
|
259
|
+
margin-right: 0;
|
260
|
+
margin-left: 0; }
|
261
|
+
|
262
|
+
.row.expanded {
|
263
|
+
max-width: none; }
|
264
|
+
|
265
|
+
.row.expanded .row {
|
266
|
+
margin-right: auto;
|
267
|
+
margin-left: auto; }
|
268
|
+
|
269
|
+
.row.gutter-small > .column, .row.gutter-small > .columns {
|
270
|
+
padding-right: .625rem;
|
271
|
+
padding-left: .625rem; }
|
272
|
+
|
273
|
+
.row.gutter-medium > .column, .row.gutter-medium > .columns {
|
274
|
+
padding-right: .9375rem;
|
275
|
+
padding-left: .9375rem; }
|
276
|
+
|
277
|
+
.column, .columns {
|
278
|
+
width: 100%;
|
279
|
+
float: left;
|
280
|
+
padding-right: .625rem;
|
281
|
+
padding-left: .625rem; }
|
282
|
+
|
283
|
+
@media print, screen and (min-width: 40em) {
|
284
|
+
.column, .columns {
|
285
|
+
padding-right: .9375rem;
|
286
|
+
padding-left: .9375rem; } }
|
287
|
+
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
|
288
|
+
float: right; }
|
289
|
+
|
290
|
+
.column.end:last-child:last-child, .end.columns:last-child:last-child {
|
291
|
+
float: left; }
|
292
|
+
|
293
|
+
.column.row.row, .row.row.columns {
|
294
|
+
float: none; }
|
295
|
+
|
296
|
+
.row .column.row.row, .row .row.row.columns {
|
297
|
+
margin-right: 0;
|
298
|
+
margin-left: 0;
|
299
|
+
padding-right: 0;
|
300
|
+
padding-left: 0; }
|
301
|
+
|
302
|
+
.small-1 {
|
303
|
+
width: 8.33333%; }
|
304
|
+
|
305
|
+
.small-push-1 {
|
306
|
+
position: relative;
|
307
|
+
left: 8.33333%; }
|
308
|
+
|
309
|
+
.small-pull-1 {
|
310
|
+
position: relative;
|
311
|
+
left: -8.33333%; }
|
312
|
+
|
313
|
+
.small-offset-0 {
|
314
|
+
margin-left: 0; }
|
315
|
+
|
316
|
+
.small-2 {
|
317
|
+
width: 16.66667%; }
|
318
|
+
|
319
|
+
.small-push-2 {
|
320
|
+
position: relative;
|
321
|
+
left: 16.66667%; }
|
322
|
+
|
323
|
+
.small-pull-2 {
|
324
|
+
position: relative;
|
325
|
+
left: -16.66667%; }
|
326
|
+
|
327
|
+
.small-offset-1 {
|
328
|
+
margin-left: 8.33333%; }
|
329
|
+
|
330
|
+
.small-3 {
|
331
|
+
width: 25%; }
|
332
|
+
|
333
|
+
.small-push-3 {
|
334
|
+
position: relative;
|
335
|
+
left: 25%; }
|
336
|
+
|
337
|
+
.small-pull-3 {
|
338
|
+
position: relative;
|
339
|
+
left: -25%; }
|
340
|
+
|
341
|
+
.small-offset-2 {
|
342
|
+
margin-left: 16.66667%; }
|
343
|
+
|
344
|
+
.small-4 {
|
345
|
+
width: 33.33333%; }
|
346
|
+
|
347
|
+
.small-push-4 {
|
348
|
+
position: relative;
|
349
|
+
left: 33.33333%; }
|
350
|
+
|
351
|
+
.small-pull-4 {
|
352
|
+
position: relative;
|
353
|
+
left: -33.33333%; }
|
354
|
+
|
355
|
+
.small-offset-3 {
|
356
|
+
margin-left: 25%; }
|
357
|
+
|
358
|
+
.small-5 {
|
359
|
+
width: 41.66667%; }
|
360
|
+
|
361
|
+
.small-push-5 {
|
362
|
+
position: relative;
|
363
|
+
left: 41.66667%; }
|
364
|
+
|
365
|
+
.small-pull-5 {
|
366
|
+
position: relative;
|
367
|
+
left: -41.66667%; }
|
368
|
+
|
369
|
+
.small-offset-4 {
|
370
|
+
margin-left: 33.33333%; }
|
371
|
+
|
372
|
+
.small-6 {
|
373
|
+
width: 50%; }
|
374
|
+
|
375
|
+
.small-push-6 {
|
376
|
+
position: relative;
|
377
|
+
left: 50%; }
|
378
|
+
|
379
|
+
.small-pull-6 {
|
380
|
+
position: relative;
|
381
|
+
left: -50%; }
|
382
|
+
|
383
|
+
.small-offset-5 {
|
384
|
+
margin-left: 41.66667%; }
|
385
|
+
|
386
|
+
.small-7 {
|
387
|
+
width: 58.33333%; }
|
388
|
+
|
389
|
+
.small-push-7 {
|
390
|
+
position: relative;
|
391
|
+
left: 58.33333%; }
|
392
|
+
|
393
|
+
.small-pull-7 {
|
394
|
+
position: relative;
|
395
|
+
left: -58.33333%; }
|
396
|
+
|
397
|
+
.small-offset-6 {
|
398
|
+
margin-left: 50%; }
|
399
|
+
|
400
|
+
.small-8 {
|
401
|
+
width: 66.66667%; }
|
402
|
+
|
403
|
+
.small-push-8 {
|
404
|
+
position: relative;
|
405
|
+
left: 66.66667%; }
|
406
|
+
|
407
|
+
.small-pull-8 {
|
408
|
+
position: relative;
|
409
|
+
left: -66.66667%; }
|
410
|
+
|
411
|
+
.small-offset-7 {
|
412
|
+
margin-left: 58.33333%; }
|
413
|
+
|
414
|
+
.small-9 {
|
415
|
+
width: 75%; }
|
416
|
+
|
417
|
+
.small-push-9 {
|
418
|
+
position: relative;
|
419
|
+
left: 75%; }
|
420
|
+
|
421
|
+
.small-pull-9 {
|
422
|
+
position: relative;
|
423
|
+
left: -75%; }
|
424
|
+
|
425
|
+
.small-offset-8 {
|
426
|
+
margin-left: 66.66667%; }
|
427
|
+
|
428
|
+
.small-10 {
|
429
|
+
width: 83.33333%; }
|
430
|
+
|
431
|
+
.small-push-10 {
|
432
|
+
position: relative;
|
433
|
+
left: 83.33333%; }
|
434
|
+
|
435
|
+
.small-pull-10 {
|
436
|
+
position: relative;
|
437
|
+
left: -83.33333%; }
|
438
|
+
|
439
|
+
.small-offset-9 {
|
440
|
+
margin-left: 75%; }
|
441
|
+
|
442
|
+
.small-11 {
|
443
|
+
width: 91.66667%; }
|
444
|
+
|
445
|
+
.small-push-11 {
|
446
|
+
position: relative;
|
447
|
+
left: 91.66667%; }
|
448
|
+
|
449
|
+
.small-pull-11 {
|
450
|
+
position: relative;
|
451
|
+
left: -91.66667%; }
|
452
|
+
|
453
|
+
.small-offset-10 {
|
454
|
+
margin-left: 83.33333%; }
|
455
|
+
|
456
|
+
.small-12 {
|
457
|
+
width: 100%; }
|
458
|
+
|
459
|
+
.small-offset-11 {
|
460
|
+
margin-left: 91.66667%; }
|
461
|
+
|
462
|
+
.small-up-1 > .column, .small-up-1 > .columns {
|
463
|
+
float: left;
|
464
|
+
width: 100%; }
|
465
|
+
|
466
|
+
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
|
467
|
+
clear: none; }
|
468
|
+
|
469
|
+
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
|
470
|
+
clear: both; }
|
471
|
+
|
472
|
+
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
|
473
|
+
float: left; }
|
474
|
+
|
475
|
+
.small-up-2 > .column, .small-up-2 > .columns {
|
476
|
+
float: left;
|
477
|
+
width: 50%; }
|
478
|
+
|
479
|
+
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
|
480
|
+
clear: none; }
|
481
|
+
|
482
|
+
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
|
483
|
+
clear: both; }
|
484
|
+
|
485
|
+
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
|
486
|
+
float: left; }
|
487
|
+
|
488
|
+
.small-up-3 > .column, .small-up-3 > .columns {
|
489
|
+
float: left;
|
490
|
+
width: 33.33333%; }
|
491
|
+
|
492
|
+
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
|
493
|
+
clear: none; }
|
494
|
+
|
495
|
+
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
|
496
|
+
clear: both; }
|
497
|
+
|
498
|
+
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
|
499
|
+
float: left; }
|
500
|
+
|
501
|
+
.small-up-4 > .column, .small-up-4 > .columns {
|
502
|
+
float: left;
|
503
|
+
width: 25%; }
|
504
|
+
|
505
|
+
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
|
506
|
+
clear: none; }
|
507
|
+
|
508
|
+
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
|
509
|
+
clear: both; }
|
510
|
+
|
511
|
+
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
|
512
|
+
float: left; }
|
513
|
+
|
514
|
+
.small-up-5 > .column, .small-up-5 > .columns {
|
515
|
+
float: left;
|
516
|
+
width: 20%; }
|
517
|
+
|
518
|
+
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
|
519
|
+
clear: none; }
|
520
|
+
|
521
|
+
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
|
522
|
+
clear: both; }
|
523
|
+
|
524
|
+
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
|
525
|
+
float: left; }
|
526
|
+
|
527
|
+
.small-up-6 > .column, .small-up-6 > .columns {
|
528
|
+
float: left;
|
529
|
+
width: 16.66667%; }
|
530
|
+
|
531
|
+
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
|
532
|
+
clear: none; }
|
533
|
+
|
534
|
+
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
|
535
|
+
clear: both; }
|
536
|
+
|
537
|
+
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
|
538
|
+
float: left; }
|
539
|
+
|
540
|
+
.small-up-7 > .column, .small-up-7 > .columns {
|
541
|
+
float: left;
|
542
|
+
width: 14.28571%; }
|
543
|
+
|
544
|
+
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
|
545
|
+
clear: none; }
|
546
|
+
|
547
|
+
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
|
548
|
+
clear: both; }
|
549
|
+
|
550
|
+
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
|
551
|
+
float: left; }
|
552
|
+
|
553
|
+
.small-up-8 > .column, .small-up-8 > .columns {
|
554
|
+
float: left;
|
555
|
+
width: 12.5%; }
|
556
|
+
|
557
|
+
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
|
558
|
+
clear: none; }
|
559
|
+
|
560
|
+
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
|
561
|
+
clear: both; }
|
562
|
+
|
563
|
+
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
|
564
|
+
float: left; }
|
565
|
+
|
566
|
+
.small-collapse > .column, .small-collapse > .columns {
|
567
|
+
padding-right: 0;
|
568
|
+
padding-left: 0; }
|
569
|
+
|
570
|
+
.expanded.row .small-collapse.row, .small-collapse .row {
|
571
|
+
margin-right: 0;
|
572
|
+
margin-left: 0; }
|
573
|
+
|
574
|
+
.small-uncollapse > .column, .small-uncollapse > .columns {
|
575
|
+
padding-right: .625rem;
|
576
|
+
padding-left: .625rem; }
|
577
|
+
|
578
|
+
.small-centered {
|
579
|
+
margin-right: auto;
|
580
|
+
margin-left: auto; }
|
581
|
+
|
582
|
+
.small-centered, .small-centered:last-child:not(:first-child) {
|
583
|
+
float: none;
|
584
|
+
clear: both; }
|
585
|
+
|
586
|
+
.small-pull-0, .small-push-0, .small-uncentered {
|
587
|
+
position: static;
|
588
|
+
float: left;
|
589
|
+
margin-right: 0;
|
590
|
+
margin-left: 0; }
|
591
|
+
|
592
|
+
@media print, screen and (min-width: 40em) {
|
593
|
+
.medium-1 {
|
594
|
+
width: 8.33333%; }
|
595
|
+
|
596
|
+
.medium-push-1 {
|
597
|
+
position: relative;
|
598
|
+
left: 8.33333%; }
|
599
|
+
|
600
|
+
.medium-pull-1 {
|
601
|
+
position: relative;
|
602
|
+
left: -8.33333%; }
|
603
|
+
|
604
|
+
.medium-offset-0 {
|
605
|
+
margin-left: 0; }
|
606
|
+
|
607
|
+
.medium-2 {
|
608
|
+
width: 16.66667%; }
|
609
|
+
|
610
|
+
.medium-push-2 {
|
611
|
+
position: relative;
|
612
|
+
left: 16.66667%; }
|
613
|
+
|
614
|
+
.medium-pull-2 {
|
615
|
+
position: relative;
|
616
|
+
left: -16.66667%; }
|
617
|
+
|
618
|
+
.medium-offset-1 {
|
619
|
+
margin-left: 8.33333%; }
|
620
|
+
|
621
|
+
.medium-3 {
|
622
|
+
width: 25%; }
|
623
|
+
|
624
|
+
.medium-push-3 {
|
625
|
+
position: relative;
|
626
|
+
left: 25%; }
|
627
|
+
|
628
|
+
.medium-pull-3 {
|
629
|
+
position: relative;
|
630
|
+
left: -25%; }
|
631
|
+
|
632
|
+
.medium-offset-2 {
|
633
|
+
margin-left: 16.66667%; }
|
634
|
+
|
635
|
+
.medium-4 {
|
636
|
+
width: 33.33333%; }
|
637
|
+
|
638
|
+
.medium-push-4 {
|
639
|
+
position: relative;
|
640
|
+
left: 33.33333%; }
|
641
|
+
|
642
|
+
.medium-pull-4 {
|
643
|
+
position: relative;
|
644
|
+
left: -33.33333%; }
|
645
|
+
|
646
|
+
.medium-offset-3 {
|
647
|
+
margin-left: 25%; }
|
648
|
+
|
649
|
+
.medium-5 {
|
650
|
+
width: 41.66667%; }
|
651
|
+
|
652
|
+
.medium-push-5 {
|
653
|
+
position: relative;
|
654
|
+
left: 41.66667%; }
|
655
|
+
|
656
|
+
.medium-pull-5 {
|
657
|
+
position: relative;
|
658
|
+
left: -41.66667%; }
|
659
|
+
|
660
|
+
.medium-offset-4 {
|
661
|
+
margin-left: 33.33333%; }
|
662
|
+
|
663
|
+
.medium-6 {
|
664
|
+
width: 50%; }
|
665
|
+
|
666
|
+
.medium-push-6 {
|
667
|
+
position: relative;
|
668
|
+
left: 50%; }
|
669
|
+
|
670
|
+
.medium-pull-6 {
|
671
|
+
position: relative;
|
672
|
+
left: -50%; }
|
673
|
+
|
674
|
+
.medium-offset-5 {
|
675
|
+
margin-left: 41.66667%; }
|
676
|
+
|
677
|
+
.medium-7 {
|
678
|
+
width: 58.33333%; }
|
679
|
+
|
680
|
+
.medium-push-7 {
|
681
|
+
position: relative;
|
682
|
+
left: 58.33333%; }
|
683
|
+
|
684
|
+
.medium-pull-7 {
|
685
|
+
position: relative;
|
686
|
+
left: -58.33333%; }
|
687
|
+
|
688
|
+
.medium-offset-6 {
|
689
|
+
margin-left: 50%; }
|
690
|
+
|
691
|
+
.medium-8 {
|
692
|
+
width: 66.66667%; }
|
693
|
+
|
694
|
+
.medium-push-8 {
|
695
|
+
position: relative;
|
696
|
+
left: 66.66667%; }
|
697
|
+
|
698
|
+
.medium-pull-8 {
|
699
|
+
position: relative;
|
700
|
+
left: -66.66667%; }
|
701
|
+
|
702
|
+
.medium-offset-7 {
|
703
|
+
margin-left: 58.33333%; }
|
704
|
+
|
705
|
+
.medium-9 {
|
706
|
+
width: 75%; }
|
707
|
+
|
708
|
+
.medium-push-9 {
|
709
|
+
position: relative;
|
710
|
+
left: 75%; }
|
711
|
+
|
712
|
+
.medium-pull-9 {
|
713
|
+
position: relative;
|
714
|
+
left: -75%; }
|
715
|
+
|
716
|
+
.medium-offset-8 {
|
717
|
+
margin-left: 66.66667%; }
|
718
|
+
|
719
|
+
.medium-10 {
|
720
|
+
width: 83.33333%; }
|
721
|
+
|
722
|
+
.medium-push-10 {
|
723
|
+
position: relative;
|
724
|
+
left: 83.33333%; }
|
725
|
+
|
726
|
+
.medium-pull-10 {
|
727
|
+
position: relative;
|
728
|
+
left: -83.33333%; }
|
729
|
+
|
730
|
+
.medium-offset-9 {
|
731
|
+
margin-left: 75%; }
|
732
|
+
|
733
|
+
.medium-11 {
|
734
|
+
width: 91.66667%; }
|
735
|
+
|
736
|
+
.medium-push-11 {
|
737
|
+
position: relative;
|
738
|
+
left: 91.66667%; }
|
739
|
+
|
740
|
+
.medium-pull-11 {
|
741
|
+
position: relative;
|
742
|
+
left: -91.66667%; }
|
743
|
+
|
744
|
+
.medium-offset-10 {
|
745
|
+
margin-left: 83.33333%; }
|
746
|
+
|
747
|
+
.medium-12 {
|
748
|
+
width: 100%; }
|
749
|
+
|
750
|
+
.medium-offset-11 {
|
751
|
+
margin-left: 91.66667%; }
|
752
|
+
|
753
|
+
.medium-up-1 > .column, .medium-up-1 > .columns {
|
754
|
+
float: left;
|
755
|
+
width: 100%; }
|
756
|
+
|
757
|
+
.medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
|
758
|
+
clear: none; }
|
759
|
+
|
760
|
+
.medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
|
761
|
+
clear: both; }
|
762
|
+
|
763
|
+
.medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
|
764
|
+
float: left; }
|
765
|
+
|
766
|
+
.medium-up-2 > .column, .medium-up-2 > .columns {
|
767
|
+
float: left;
|
768
|
+
width: 50%; }
|
769
|
+
|
770
|
+
.medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
|
771
|
+
clear: none; }
|
772
|
+
|
773
|
+
.medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
|
774
|
+
clear: both; }
|
775
|
+
|
776
|
+
.medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
|
777
|
+
float: left; }
|
778
|
+
|
779
|
+
.medium-up-3 > .column, .medium-up-3 > .columns {
|
780
|
+
float: left;
|
781
|
+
width: 33.33333%; }
|
782
|
+
|
783
|
+
.medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
|
784
|
+
clear: none; }
|
785
|
+
|
786
|
+
.medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
|
787
|
+
clear: both; }
|
788
|
+
|
789
|
+
.medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
|
790
|
+
float: left; }
|
791
|
+
|
792
|
+
.medium-up-4 > .column, .medium-up-4 > .columns {
|
793
|
+
float: left;
|
794
|
+
width: 25%; }
|
795
|
+
|
796
|
+
.medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
|
797
|
+
clear: none; }
|
798
|
+
|
799
|
+
.medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
|
800
|
+
clear: both; }
|
801
|
+
|
802
|
+
.medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
|
803
|
+
float: left; }
|
804
|
+
|
805
|
+
.medium-up-5 > .column, .medium-up-5 > .columns {
|
806
|
+
float: left;
|
807
|
+
width: 20%; }
|
808
|
+
|
809
|
+
.medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
|
810
|
+
clear: none; }
|
811
|
+
|
812
|
+
.medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
|
813
|
+
clear: both; }
|
814
|
+
|
815
|
+
.medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
|
816
|
+
float: left; }
|
817
|
+
|
818
|
+
.medium-up-6 > .column, .medium-up-6 > .columns {
|
819
|
+
float: left;
|
820
|
+
width: 16.66667%; }
|
821
|
+
|
822
|
+
.medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
|
823
|
+
clear: none; }
|
824
|
+
|
825
|
+
.medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
|
826
|
+
clear: both; }
|
827
|
+
|
828
|
+
.medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
|
829
|
+
float: left; }
|
830
|
+
|
831
|
+
.medium-up-7 > .column, .medium-up-7 > .columns {
|
832
|
+
float: left;
|
833
|
+
width: 14.28571%; }
|
834
|
+
|
835
|
+
.medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
|
836
|
+
clear: none; }
|
837
|
+
|
838
|
+
.medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
|
839
|
+
clear: both; }
|
840
|
+
|
841
|
+
.medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
|
842
|
+
float: left; }
|
843
|
+
|
844
|
+
.medium-up-8 > .column, .medium-up-8 > .columns {
|
845
|
+
float: left;
|
846
|
+
width: 12.5%; }
|
847
|
+
|
848
|
+
.medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
|
849
|
+
clear: none; }
|
850
|
+
|
851
|
+
.medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
|
852
|
+
clear: both; }
|
853
|
+
|
854
|
+
.medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
|
855
|
+
float: left; }
|
856
|
+
|
857
|
+
.medium-collapse > .column, .medium-collapse > .columns {
|
858
|
+
padding-right: 0;
|
859
|
+
padding-left: 0; }
|
860
|
+
|
861
|
+
.expanded.row .medium-collapse.row, .medium-collapse .row {
|
862
|
+
margin-right: 0;
|
863
|
+
margin-left: 0; }
|
864
|
+
|
865
|
+
.medium-uncollapse > .column, .medium-uncollapse > .columns {
|
866
|
+
padding-right: .9375rem;
|
867
|
+
padding-left: .9375rem; }
|
868
|
+
|
869
|
+
.medium-centered {
|
870
|
+
margin-right: auto;
|
871
|
+
margin-left: auto; }
|
872
|
+
|
873
|
+
.medium-centered, .medium-centered:last-child:not(:first-child) {
|
874
|
+
float: none;
|
875
|
+
clear: both; }
|
876
|
+
|
877
|
+
.medium-pull-0, .medium-push-0, .medium-uncentered {
|
878
|
+
position: static;
|
879
|
+
float: left;
|
880
|
+
margin-right: 0;
|
881
|
+
margin-left: 0; } }
|
882
|
+
@media print, screen and (min-width: 64em) {
|
883
|
+
.large-1 {
|
884
|
+
width: 8.33333%; }
|
885
|
+
|
886
|
+
.large-push-1 {
|
887
|
+
position: relative;
|
888
|
+
left: 8.33333%; }
|
889
|
+
|
890
|
+
.large-pull-1 {
|
891
|
+
position: relative;
|
892
|
+
left: -8.33333%; }
|
893
|
+
|
894
|
+
.large-offset-0 {
|
895
|
+
margin-left: 0; }
|
896
|
+
|
897
|
+
.large-2 {
|
898
|
+
width: 16.66667%; }
|
899
|
+
|
900
|
+
.large-push-2 {
|
901
|
+
position: relative;
|
902
|
+
left: 16.66667%; }
|
903
|
+
|
904
|
+
.large-pull-2 {
|
905
|
+
position: relative;
|
906
|
+
left: -16.66667%; }
|
907
|
+
|
908
|
+
.large-offset-1 {
|
909
|
+
margin-left: 8.33333%; }
|
910
|
+
|
911
|
+
.large-3 {
|
912
|
+
width: 25%; }
|
913
|
+
|
914
|
+
.large-push-3 {
|
915
|
+
position: relative;
|
916
|
+
left: 25%; }
|
917
|
+
|
918
|
+
.large-pull-3 {
|
919
|
+
position: relative;
|
920
|
+
left: -25%; }
|
921
|
+
|
922
|
+
.large-offset-2 {
|
923
|
+
margin-left: 16.66667%; }
|
924
|
+
|
925
|
+
.large-4 {
|
926
|
+
width: 33.33333%; }
|
927
|
+
|
928
|
+
.large-push-4 {
|
929
|
+
position: relative;
|
930
|
+
left: 33.33333%; }
|
931
|
+
|
932
|
+
.large-pull-4 {
|
933
|
+
position: relative;
|
934
|
+
left: -33.33333%; }
|
935
|
+
|
936
|
+
.large-offset-3 {
|
937
|
+
margin-left: 25%; }
|
938
|
+
|
939
|
+
.large-5 {
|
940
|
+
width: 41.66667%; }
|
941
|
+
|
942
|
+
.large-push-5 {
|
943
|
+
position: relative;
|
944
|
+
left: 41.66667%; }
|
945
|
+
|
946
|
+
.large-pull-5 {
|
947
|
+
position: relative;
|
948
|
+
left: -41.66667%; }
|
949
|
+
|
950
|
+
.large-offset-4 {
|
951
|
+
margin-left: 33.33333%; }
|
952
|
+
|
953
|
+
.large-6 {
|
954
|
+
width: 50%; }
|
955
|
+
|
956
|
+
.large-push-6 {
|
957
|
+
position: relative;
|
958
|
+
left: 50%; }
|
959
|
+
|
960
|
+
.large-pull-6 {
|
961
|
+
position: relative;
|
962
|
+
left: -50%; }
|
963
|
+
|
964
|
+
.large-offset-5 {
|
965
|
+
margin-left: 41.66667%; }
|
966
|
+
|
967
|
+
.large-7 {
|
968
|
+
width: 58.33333%; }
|
969
|
+
|
970
|
+
.large-push-7 {
|
971
|
+
position: relative;
|
972
|
+
left: 58.33333%; }
|
973
|
+
|
974
|
+
.large-pull-7 {
|
975
|
+
position: relative;
|
976
|
+
left: -58.33333%; }
|
977
|
+
|
978
|
+
.large-offset-6 {
|
979
|
+
margin-left: 50%; }
|
980
|
+
|
981
|
+
.large-8 {
|
982
|
+
width: 66.66667%; }
|
983
|
+
|
984
|
+
.large-push-8 {
|
985
|
+
position: relative;
|
986
|
+
left: 66.66667%; }
|
987
|
+
|
988
|
+
.large-pull-8 {
|
989
|
+
position: relative;
|
990
|
+
left: -66.66667%; }
|
991
|
+
|
992
|
+
.large-offset-7 {
|
993
|
+
margin-left: 58.33333%; }
|
994
|
+
|
995
|
+
.large-9 {
|
996
|
+
width: 75%; }
|
997
|
+
|
998
|
+
.large-push-9 {
|
999
|
+
position: relative;
|
1000
|
+
left: 75%; }
|
1001
|
+
|
1002
|
+
.large-pull-9 {
|
1003
|
+
position: relative;
|
1004
|
+
left: -75%; }
|
1005
|
+
|
1006
|
+
.large-offset-8 {
|
1007
|
+
margin-left: 66.66667%; }
|
1008
|
+
|
1009
|
+
.large-10 {
|
1010
|
+
width: 83.33333%; }
|
1011
|
+
|
1012
|
+
.large-push-10 {
|
1013
|
+
position: relative;
|
1014
|
+
left: 83.33333%; }
|
1015
|
+
|
1016
|
+
.large-pull-10 {
|
1017
|
+
position: relative;
|
1018
|
+
left: -83.33333%; }
|
1019
|
+
|
1020
|
+
.large-offset-9 {
|
1021
|
+
margin-left: 75%; }
|
1022
|
+
|
1023
|
+
.large-11 {
|
1024
|
+
width: 91.66667%; }
|
1025
|
+
|
1026
|
+
.large-push-11 {
|
1027
|
+
position: relative;
|
1028
|
+
left: 91.66667%; }
|
1029
|
+
|
1030
|
+
.large-pull-11 {
|
1031
|
+
position: relative;
|
1032
|
+
left: -91.66667%; }
|
1033
|
+
|
1034
|
+
.large-offset-10 {
|
1035
|
+
margin-left: 83.33333%; }
|
1036
|
+
|
1037
|
+
.large-12 {
|
1038
|
+
width: 100%; }
|
1039
|
+
|
1040
|
+
.large-offset-11 {
|
1041
|
+
margin-left: 91.66667%; }
|
1042
|
+
|
1043
|
+
.large-up-1 > .column, .large-up-1 > .columns {
|
1044
|
+
float: left;
|
1045
|
+
width: 100%; }
|
1046
|
+
|
1047
|
+
.large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
|
1048
|
+
clear: none; }
|
1049
|
+
|
1050
|
+
.large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
|
1051
|
+
clear: both; }
|
1052
|
+
|
1053
|
+
.large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
|
1054
|
+
float: left; }
|
1055
|
+
|
1056
|
+
.large-up-2 > .column, .large-up-2 > .columns {
|
1057
|
+
float: left;
|
1058
|
+
width: 50%; }
|
1059
|
+
|
1060
|
+
.large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
|
1061
|
+
clear: none; }
|
1062
|
+
|
1063
|
+
.large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
|
1064
|
+
clear: both; }
|
1065
|
+
|
1066
|
+
.large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
|
1067
|
+
float: left; }
|
1068
|
+
|
1069
|
+
.large-up-3 > .column, .large-up-3 > .columns {
|
1070
|
+
float: left;
|
1071
|
+
width: 33.33333%; }
|
1072
|
+
|
1073
|
+
.large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
|
1074
|
+
clear: none; }
|
1075
|
+
|
1076
|
+
.large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
|
1077
|
+
clear: both; }
|
1078
|
+
|
1079
|
+
.large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
|
1080
|
+
float: left; }
|
1081
|
+
|
1082
|
+
.large-up-4 > .column, .large-up-4 > .columns {
|
1083
|
+
float: left;
|
1084
|
+
width: 25%; }
|
1085
|
+
|
1086
|
+
.large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
|
1087
|
+
clear: none; }
|
1088
|
+
|
1089
|
+
.large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
|
1090
|
+
clear: both; }
|
1091
|
+
|
1092
|
+
.large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
|
1093
|
+
float: left; }
|
1094
|
+
|
1095
|
+
.large-up-5 > .column, .large-up-5 > .columns {
|
1096
|
+
float: left;
|
1097
|
+
width: 20%; }
|
1098
|
+
|
1099
|
+
.large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
|
1100
|
+
clear: none; }
|
1101
|
+
|
1102
|
+
.large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
|
1103
|
+
clear: both; }
|
1104
|
+
|
1105
|
+
.large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
|
1106
|
+
float: left; }
|
1107
|
+
|
1108
|
+
.large-up-6 > .column, .large-up-6 > .columns {
|
1109
|
+
float: left;
|
1110
|
+
width: 16.66667%; }
|
1111
|
+
|
1112
|
+
.large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
|
1113
|
+
clear: none; }
|
1114
|
+
|
1115
|
+
.large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
|
1116
|
+
clear: both; }
|
1117
|
+
|
1118
|
+
.large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
|
1119
|
+
float: left; }
|
1120
|
+
|
1121
|
+
.large-up-7 > .column, .large-up-7 > .columns {
|
1122
|
+
float: left;
|
1123
|
+
width: 14.28571%; }
|
1124
|
+
|
1125
|
+
.large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
|
1126
|
+
clear: none; }
|
1127
|
+
|
1128
|
+
.large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
|
1129
|
+
clear: both; }
|
1130
|
+
|
1131
|
+
.large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
|
1132
|
+
float: left; }
|
1133
|
+
|
1134
|
+
.large-up-8 > .column, .large-up-8 > .columns {
|
1135
|
+
float: left;
|
1136
|
+
width: 12.5%; }
|
1137
|
+
|
1138
|
+
.large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
|
1139
|
+
clear: none; }
|
1140
|
+
|
1141
|
+
.large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
|
1142
|
+
clear: both; }
|
1143
|
+
|
1144
|
+
.large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
|
1145
|
+
float: left; }
|
1146
|
+
|
1147
|
+
.large-collapse > .column, .large-collapse > .columns {
|
1148
|
+
padding-right: 0;
|
1149
|
+
padding-left: 0; }
|
1150
|
+
|
1151
|
+
.expanded.row .large-collapse.row, .large-collapse .row {
|
1152
|
+
margin-right: 0;
|
1153
|
+
margin-left: 0; }
|
1154
|
+
|
1155
|
+
.large-uncollapse > .column, .large-uncollapse > .columns {
|
1156
|
+
padding-right: .9375rem;
|
1157
|
+
padding-left: .9375rem; }
|
1158
|
+
|
1159
|
+
.large-centered {
|
1160
|
+
margin-right: auto;
|
1161
|
+
margin-left: auto; }
|
1162
|
+
|
1163
|
+
.large-centered, .large-centered:last-child:not(:first-child) {
|
1164
|
+
float: none;
|
1165
|
+
clear: both; }
|
1166
|
+
|
1167
|
+
.large-pull-0, .large-push-0, .large-uncentered {
|
1168
|
+
position: static;
|
1169
|
+
float: left;
|
1170
|
+
margin-right: 0;
|
1171
|
+
margin-left: 0; } }
|
1172
|
+
.column-block {
|
1173
|
+
margin-bottom: 1.25rem; }
|
1174
|
+
|
1175
|
+
.column-block > :last-child {
|
1176
|
+
margin-bottom: 0; }
|
1177
|
+
|
1178
|
+
@media print, screen and (min-width: 40em) {
|
1179
|
+
.column-block {
|
1180
|
+
margin-bottom: 1.875rem; }
|
1181
|
+
|
1182
|
+
.column-block > :last-child {
|
1183
|
+
margin-bottom: 0; } }
|
1184
|
+
blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
|
1185
|
+
margin: 0;
|
1186
|
+
padding: 0; }
|
1187
|
+
|
1188
|
+
p {
|
1189
|
+
margin-bottom: 1rem;
|
1190
|
+
font-size: inherit;
|
1191
|
+
line-height: 1.6;
|
1192
|
+
text-rendering: optimizeLegibility; }
|
1193
|
+
|
1194
|
+
em, i {
|
1195
|
+
font-style: italic; }
|
1196
|
+
|
1197
|
+
b, em, i, strong {
|
1198
|
+
line-height: inherit; }
|
1199
|
+
|
1200
|
+
b, strong {
|
1201
|
+
font-weight: 700; }
|
1202
|
+
|
1203
|
+
small {
|
1204
|
+
font-size: 80%;
|
1205
|
+
line-height: inherit; }
|
1206
|
+
|
1207
|
+
h1, h2, h3, h4, h5, h6 {
|
1208
|
+
font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
|
1209
|
+
font-style: normal;
|
1210
|
+
font-weight: 400;
|
1211
|
+
color: inherit;
|
1212
|
+
text-rendering: optimizeLegibility; }
|
1213
|
+
|
1214
|
+
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
|
1215
|
+
line-height: 0;
|
1216
|
+
color: #cacaca; }
|
1217
|
+
|
1218
|
+
h1 {
|
1219
|
+
font-size: 1.5rem; }
|
1220
|
+
|
1221
|
+
h1, h2 {
|
1222
|
+
line-height: 1.4;
|
1223
|
+
margin-top: 0;
|
1224
|
+
margin-bottom: .5rem; }
|
1225
|
+
|
1226
|
+
h2 {
|
1227
|
+
font-size: 1.25rem; }
|
1228
|
+
|
1229
|
+
h3 {
|
1230
|
+
font-size: 1.1875rem; }
|
1231
|
+
|
1232
|
+
h3, h4 {
|
1233
|
+
line-height: 1.4;
|
1234
|
+
margin-top: 0;
|
1235
|
+
margin-bottom: .5rem; }
|
1236
|
+
|
1237
|
+
h4 {
|
1238
|
+
font-size: 1.125rem; }
|
1239
|
+
|
1240
|
+
h5 {
|
1241
|
+
font-size: 1.0625rem; }
|
1242
|
+
|
1243
|
+
h5, h6 {
|
1244
|
+
line-height: 1.4;
|
1245
|
+
margin-top: 0;
|
1246
|
+
margin-bottom: .5rem; }
|
1247
|
+
|
1248
|
+
h6 {
|
1249
|
+
font-size: 1rem; }
|
1250
|
+
|
1251
|
+
@media print, screen and (min-width: 40em) {
|
1252
|
+
h1 {
|
1253
|
+
font-size: 3rem; }
|
1254
|
+
|
1255
|
+
h2 {
|
1256
|
+
font-size: 2.5rem; }
|
1257
|
+
|
1258
|
+
h3 {
|
1259
|
+
font-size: 1.9375rem; }
|
1260
|
+
|
1261
|
+
h4 {
|
1262
|
+
font-size: 1.5625rem; }
|
1263
|
+
|
1264
|
+
h5 {
|
1265
|
+
font-size: 1.25rem; }
|
1266
|
+
|
1267
|
+
h6 {
|
1268
|
+
font-size: 1rem; } }
|
1269
|
+
a {
|
1270
|
+
line-height: inherit;
|
1271
|
+
color: #1779ba;
|
1272
|
+
text-decoration: none;
|
1273
|
+
cursor: pointer; }
|
1274
|
+
|
1275
|
+
a:focus, a:hover {
|
1276
|
+
color: #1468a0; }
|
1277
|
+
|
1278
|
+
a img {
|
1279
|
+
border: 0; }
|
1280
|
+
|
1281
|
+
hr {
|
1282
|
+
clear: both;
|
1283
|
+
max-width: 75rem;
|
1284
|
+
height: 0;
|
1285
|
+
margin: 1.25rem auto;
|
1286
|
+
border-top: 0;
|
1287
|
+
border-right: 0;
|
1288
|
+
border-bottom: 1px solid #cacaca;
|
1289
|
+
border-left: 0; }
|
1290
|
+
|
1291
|
+
dl, ol, ul {
|
1292
|
+
margin-bottom: 1rem;
|
1293
|
+
list-style-position: outside;
|
1294
|
+
line-height: 1.6; }
|
1295
|
+
|
1296
|
+
li {
|
1297
|
+
font-size: inherit; }
|
1298
|
+
|
1299
|
+
ul {
|
1300
|
+
list-style-type: disc; }
|
1301
|
+
|
1302
|
+
ol, ul {
|
1303
|
+
margin-left: 1.25rem; }
|
1304
|
+
|
1305
|
+
ol ol, ol ul, ul ol, ul ul {
|
1306
|
+
margin-left: 1.25rem;
|
1307
|
+
margin-bottom: 0; }
|
1308
|
+
|
1309
|
+
dl {
|
1310
|
+
margin-bottom: 1rem; }
|
1311
|
+
|
1312
|
+
dl dt {
|
1313
|
+
margin-bottom: .3rem;
|
1314
|
+
font-weight: 700; }
|
1315
|
+
|
1316
|
+
blockquote {
|
1317
|
+
margin: 0 0 1rem;
|
1318
|
+
padding: .5625rem 1.25rem 0 1.1875rem;
|
1319
|
+
border-left: 1px solid #cacaca; }
|
1320
|
+
|
1321
|
+
blockquote, blockquote p {
|
1322
|
+
line-height: 1.6;
|
1323
|
+
color: #8a8a8a; }
|
1324
|
+
|
1325
|
+
cite {
|
1326
|
+
display: block;
|
1327
|
+
font-size: .8125rem;
|
1328
|
+
color: #8a8a8a; }
|
1329
|
+
|
1330
|
+
cite:before {
|
1331
|
+
content: "— "; }
|
1332
|
+
|
1333
|
+
abbr {
|
1334
|
+
border-bottom: 1px dotted #0a0a0a;
|
1335
|
+
color: #0a0a0a;
|
1336
|
+
cursor: help; }
|
1337
|
+
|
1338
|
+
figure {
|
1339
|
+
margin: 0; }
|
1340
|
+
|
1341
|
+
code {
|
1342
|
+
padding: .125rem .3125rem .0625rem;
|
1343
|
+
border: 1px solid #cacaca;
|
1344
|
+
font-weight: 400; }
|
1345
|
+
|
1346
|
+
code, kbd {
|
1347
|
+
background-color: #e6e6e6;
|
1348
|
+
font-family: Consolas,Liberation Mono,Courier,monospace;
|
1349
|
+
color: #0a0a0a; }
|
1350
|
+
|
1351
|
+
kbd {
|
1352
|
+
margin: 0;
|
1353
|
+
padding: .125rem .25rem 0; }
|
1354
|
+
|
1355
|
+
.subheader {
|
1356
|
+
margin-top: .2rem;
|
1357
|
+
margin-bottom: .5rem;
|
1358
|
+
font-weight: 400;
|
1359
|
+
line-height: 1.4;
|
1360
|
+
color: #8a8a8a; }
|
1361
|
+
|
1362
|
+
.lead {
|
1363
|
+
font-size: 125%;
|
1364
|
+
line-height: 1.6; }
|
1365
|
+
|
1366
|
+
.stat {
|
1367
|
+
font-size: 2.5rem;
|
1368
|
+
line-height: 1; }
|
1369
|
+
|
1370
|
+
p + .stat {
|
1371
|
+
margin-top: -1rem; }
|
1372
|
+
|
1373
|
+
.no-bullet {
|
1374
|
+
margin-left: 0;
|
1375
|
+
list-style: none; }
|
1376
|
+
|
1377
|
+
.text-left {
|
1378
|
+
text-align: left; }
|
1379
|
+
|
1380
|
+
.text-right {
|
1381
|
+
text-align: right; }
|
1382
|
+
|
1383
|
+
.text-center {
|
1384
|
+
text-align: center; }
|
1385
|
+
|
1386
|
+
.text-justify {
|
1387
|
+
text-align: justify; }
|
1388
|
+
|
1389
|
+
@media print, screen and (min-width: 40em) {
|
1390
|
+
.medium-text-left {
|
1391
|
+
text-align: left; }
|
1392
|
+
|
1393
|
+
.medium-text-right {
|
1394
|
+
text-align: right; }
|
1395
|
+
|
1396
|
+
.medium-text-center {
|
1397
|
+
text-align: center; }
|
1398
|
+
|
1399
|
+
.medium-text-justify {
|
1400
|
+
text-align: justify; } }
|
1401
|
+
@media print, screen and (min-width: 64em) {
|
1402
|
+
.large-text-left {
|
1403
|
+
text-align: left; }
|
1404
|
+
|
1405
|
+
.large-text-right {
|
1406
|
+
text-align: right; }
|
1407
|
+
|
1408
|
+
.large-text-center {
|
1409
|
+
text-align: center; }
|
1410
|
+
|
1411
|
+
.large-text-justify {
|
1412
|
+
text-align: justify; } }
|
1413
|
+
.show-for-print {
|
1414
|
+
display: none !important; }
|
1415
|
+
|
1416
|
+
@media print {
|
1417
|
+
* {
|
1418
|
+
background: transparent !important;
|
1419
|
+
box-shadow: none !important;
|
1420
|
+
color: #000 !important;
|
1421
|
+
text-shadow: none !important; }
|
1422
|
+
|
1423
|
+
.show-for-print {
|
1424
|
+
display: block !important; }
|
1425
|
+
|
1426
|
+
.hide-for-print {
|
1427
|
+
display: none !important; }
|
1428
|
+
|
1429
|
+
table.show-for-print {
|
1430
|
+
display: table !important; }
|
1431
|
+
|
1432
|
+
thead.show-for-print {
|
1433
|
+
display: table-header-group !important; }
|
1434
|
+
|
1435
|
+
tbody.show-for-print {
|
1436
|
+
display: table-row-group !important; }
|
1437
|
+
|
1438
|
+
tr.show-for-print {
|
1439
|
+
display: table-row !important; }
|
1440
|
+
|
1441
|
+
td.show-for-print, th.show-for-print {
|
1442
|
+
display: table-cell !important; }
|
1443
|
+
|
1444
|
+
a, a:visited {
|
1445
|
+
text-decoration: underline; }
|
1446
|
+
|
1447
|
+
a[href]:after {
|
1448
|
+
content: " (" attr(href) ")"; }
|
1449
|
+
|
1450
|
+
.ir a:after, a[href^="#"]:after, a[href^="javascript:"]:after {
|
1451
|
+
content: ""; }
|
1452
|
+
|
1453
|
+
abbr[title]:after {
|
1454
|
+
content: " (" attr(title) ")"; }
|
1455
|
+
|
1456
|
+
blockquote, pre {
|
1457
|
+
border: 1px solid #8a8a8a;
|
1458
|
+
page-break-inside: avoid; }
|
1459
|
+
|
1460
|
+
thead {
|
1461
|
+
display: table-header-group; }
|
1462
|
+
|
1463
|
+
img, tr {
|
1464
|
+
page-break-inside: avoid; }
|
1465
|
+
|
1466
|
+
img {
|
1467
|
+
max-width: 100% !important; }
|
1468
|
+
|
1469
|
+
@page {
|
1470
|
+
margin: .5cm; }
|
1471
|
+
h2, h3, p {
|
1472
|
+
orphans: 3;
|
1473
|
+
widows: 3; }
|
1474
|
+
|
1475
|
+
h2, h3 {
|
1476
|
+
page-break-after: avoid; } }
|
1477
|
+
.button {
|
1478
|
+
display: inline-block;
|
1479
|
+
vertical-align: middle;
|
1480
|
+
margin: 0 0 1rem;
|
1481
|
+
padding: .85em 1em;
|
1482
|
+
-webkit-appearance: none;
|
1483
|
+
border: 1px solid transparent;
|
1484
|
+
border-radius: 0;
|
1485
|
+
transition: background-color .25s ease-out,color .25s ease-out;
|
1486
|
+
font-size: .9rem;
|
1487
|
+
line-height: 1;
|
1488
|
+
text-align: center;
|
1489
|
+
cursor: pointer;
|
1490
|
+
background-color: #1779ba;
|
1491
|
+
color: #fefefe; }
|
1492
|
+
|
1493
|
+
[data-whatinput=mouse] .button {
|
1494
|
+
outline: 0; }
|
1495
|
+
|
1496
|
+
.button:focus, .button:hover {
|
1497
|
+
background-color: #14679e;
|
1498
|
+
color: #fefefe; }
|
1499
|
+
|
1500
|
+
.button.tiny {
|
1501
|
+
font-size: .6rem; }
|
1502
|
+
|
1503
|
+
.button.small {
|
1504
|
+
font-size: .75rem; }
|
1505
|
+
|
1506
|
+
.button.large {
|
1507
|
+
font-size: 1.25rem; }
|
1508
|
+
|
1509
|
+
.button.expanded {
|
1510
|
+
display: block;
|
1511
|
+
width: 100%;
|
1512
|
+
margin-right: 0;
|
1513
|
+
margin-left: 0; }
|
1514
|
+
|
1515
|
+
.button.primary {
|
1516
|
+
background-color: #1779ba;
|
1517
|
+
color: #fefefe; }
|
1518
|
+
|
1519
|
+
.button.primary:focus, .button.primary:hover {
|
1520
|
+
background-color: #126195;
|
1521
|
+
color: #fefefe; }
|
1522
|
+
|
1523
|
+
.button.secondary {
|
1524
|
+
background-color: #767676;
|
1525
|
+
color: #fefefe; }
|
1526
|
+
|
1527
|
+
.button.secondary:focus, .button.secondary:hover {
|
1528
|
+
background-color: #5e5e5e;
|
1529
|
+
color: #fefefe; }
|
1530
|
+
|
1531
|
+
.button.success {
|
1532
|
+
background-color: #3adb76;
|
1533
|
+
color: #0a0a0a; }
|
1534
|
+
|
1535
|
+
.button.success:focus, .button.success:hover {
|
1536
|
+
background-color: #22bb5b;
|
1537
|
+
color: #0a0a0a; }
|
1538
|
+
|
1539
|
+
.button.warning {
|
1540
|
+
background-color: #ffae00;
|
1541
|
+
color: #0a0a0a; }
|
1542
|
+
|
1543
|
+
.button.warning:focus, .button.warning:hover {
|
1544
|
+
background-color: #cc8b00;
|
1545
|
+
color: #0a0a0a; }
|
1546
|
+
|
1547
|
+
.button.alert {
|
1548
|
+
background-color: #cc4b37;
|
1549
|
+
color: #fefefe; }
|
1550
|
+
|
1551
|
+
.button.alert:focus, .button.alert:hover {
|
1552
|
+
background-color: #a53b2a;
|
1553
|
+
color: #fefefe; }
|
1554
|
+
|
1555
|
+
.button.hollow {
|
1556
|
+
border: 1px solid #1779ba;
|
1557
|
+
color: #1779ba; }
|
1558
|
+
|
1559
|
+
.button.hollow, .button.hollow:focus, .button.hollow:hover {
|
1560
|
+
background-color: transparent; }
|
1561
|
+
|
1562
|
+
.button.hollow:focus, .button.hollow:hover {
|
1563
|
+
border-color: #0c3d5d;
|
1564
|
+
color: #0c3d5d; }
|
1565
|
+
|
1566
|
+
.button.hollow.primary {
|
1567
|
+
border: 1px solid #1779ba;
|
1568
|
+
color: #1779ba; }
|
1569
|
+
|
1570
|
+
.button.hollow.primary:focus, .button.hollow.primary:hover {
|
1571
|
+
border-color: #0c3d5d;
|
1572
|
+
color: #0c3d5d; }
|
1573
|
+
|
1574
|
+
.button.hollow.secondary {
|
1575
|
+
border: 1px solid #767676;
|
1576
|
+
color: #767676; }
|
1577
|
+
|
1578
|
+
.button.hollow.secondary:focus, .button.hollow.secondary:hover {
|
1579
|
+
border-color: #3b3b3b;
|
1580
|
+
color: #3b3b3b; }
|
1581
|
+
|
1582
|
+
.button.hollow.success {
|
1583
|
+
border: 1px solid #3adb76;
|
1584
|
+
color: #3adb76; }
|
1585
|
+
|
1586
|
+
.button.hollow.success:focus, .button.hollow.success:hover {
|
1587
|
+
border-color: #157539;
|
1588
|
+
color: #157539; }
|
1589
|
+
|
1590
|
+
.button.hollow.warning {
|
1591
|
+
border: 1px solid #ffae00;
|
1592
|
+
color: #ffae00; }
|
1593
|
+
|
1594
|
+
.button.hollow.warning:focus, .button.hollow.warning:hover {
|
1595
|
+
border-color: #805700;
|
1596
|
+
color: #805700; }
|
1597
|
+
|
1598
|
+
.button.hollow.alert {
|
1599
|
+
border: 1px solid #cc4b37;
|
1600
|
+
color: #cc4b37; }
|
1601
|
+
|
1602
|
+
.button.hollow.alert:focus, .button.hollow.alert:hover {
|
1603
|
+
border-color: #67251a;
|
1604
|
+
color: #67251a; }
|
1605
|
+
|
1606
|
+
.button.disabled, .button[disabled] {
|
1607
|
+
opacity: .25;
|
1608
|
+
cursor: not-allowed; }
|
1609
|
+
|
1610
|
+
.button.disabled:focus, .button.disabled:hover, .button[disabled]:focus, .button[disabled]:hover {
|
1611
|
+
background-color: #1779ba;
|
1612
|
+
color: #fefefe; }
|
1613
|
+
|
1614
|
+
.button.disabled.primary, .button[disabled].primary {
|
1615
|
+
opacity: .25;
|
1616
|
+
cursor: not-allowed; }
|
1617
|
+
|
1618
|
+
.button.disabled.primary:focus, .button.disabled.primary:hover, .button[disabled].primary:focus, .button[disabled].primary:hover {
|
1619
|
+
background-color: #1779ba;
|
1620
|
+
color: #fefefe; }
|
1621
|
+
|
1622
|
+
.button.disabled.secondary, .button[disabled].secondary {
|
1623
|
+
opacity: .25;
|
1624
|
+
cursor: not-allowed; }
|
1625
|
+
|
1626
|
+
.button.disabled.secondary:focus, .button.disabled.secondary:hover, .button[disabled].secondary:focus, .button[disabled].secondary:hover {
|
1627
|
+
background-color: #767676;
|
1628
|
+
color: #fefefe; }
|
1629
|
+
|
1630
|
+
.button.disabled.success, .button[disabled].success {
|
1631
|
+
opacity: .25;
|
1632
|
+
cursor: not-allowed; }
|
1633
|
+
|
1634
|
+
.button.disabled.success:focus, .button.disabled.success:hover, .button[disabled].success:focus, .button[disabled].success:hover {
|
1635
|
+
background-color: #3adb76;
|
1636
|
+
color: #fefefe; }
|
1637
|
+
|
1638
|
+
.button.disabled.warning, .button[disabled].warning {
|
1639
|
+
opacity: .25;
|
1640
|
+
cursor: not-allowed; }
|
1641
|
+
|
1642
|
+
.button.disabled.warning:focus, .button.disabled.warning:hover, .button[disabled].warning:focus, .button[disabled].warning:hover {
|
1643
|
+
background-color: #ffae00;
|
1644
|
+
color: #fefefe; }
|
1645
|
+
|
1646
|
+
.button.disabled.alert, .button[disabled].alert {
|
1647
|
+
opacity: .25;
|
1648
|
+
cursor: not-allowed; }
|
1649
|
+
|
1650
|
+
.button.disabled.alert:focus, .button.disabled.alert:hover, .button[disabled].alert:focus, .button[disabled].alert:hover {
|
1651
|
+
background-color: #cc4b37;
|
1652
|
+
color: #fefefe; }
|
1653
|
+
|
1654
|
+
.button.dropdown:after {
|
1655
|
+
display: block;
|
1656
|
+
width: 0;
|
1657
|
+
height: 0;
|
1658
|
+
border: .4em inset;
|
1659
|
+
content: "";
|
1660
|
+
border-bottom-width: 0;
|
1661
|
+
border-top-style: solid;
|
1662
|
+
border-color: #fefefe transparent transparent;
|
1663
|
+
position: relative;
|
1664
|
+
top: .4em;
|
1665
|
+
display: inline-block;
|
1666
|
+
float: right;
|
1667
|
+
margin-left: 1em; }
|
1668
|
+
|
1669
|
+
.button.arrow-only:after {
|
1670
|
+
top: -.1em;
|
1671
|
+
float: none;
|
1672
|
+
margin-left: 0; }
|
1673
|
+
|
1674
|
+
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
|
1675
|
+
display: block;
|
1676
|
+
box-sizing: border-box;
|
1677
|
+
width: 100%;
|
1678
|
+
height: 2.4375rem;
|
1679
|
+
margin: 0 0 1rem;
|
1680
|
+
padding: .5rem;
|
1681
|
+
border: 1px solid #cacaca;
|
1682
|
+
border-radius: 0;
|
1683
|
+
background-color: #fefefe;
|
1684
|
+
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
|
1685
|
+
font-family: inherit;
|
1686
|
+
font-size: 1rem;
|
1687
|
+
font-weight: 400;
|
1688
|
+
color: #0a0a0a;
|
1689
|
+
transition: box-shadow .5s,border-color .25s ease-in-out;
|
1690
|
+
-webkit-appearance: none;
|
1691
|
+
-moz-appearance: none;
|
1692
|
+
appearance: none; }
|
1693
|
+
|
1694
|
+
[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
|
1695
|
+
outline: none;
|
1696
|
+
border: 1px solid #8a8a8a;
|
1697
|
+
background-color: #fefefe;
|
1698
|
+
box-shadow: 0 0 5px #cacaca;
|
1699
|
+
transition: box-shadow .5s,border-color .25s ease-in-out; }
|
1700
|
+
|
1701
|
+
textarea {
|
1702
|
+
max-width: 100%; }
|
1703
|
+
|
1704
|
+
textarea[rows] {
|
1705
|
+
height: auto; }
|
1706
|
+
|
1707
|
+
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
|
1708
|
+
color: #cacaca; }
|
1709
|
+
|
1710
|
+
input::-moz-placeholder, textarea::-moz-placeholder {
|
1711
|
+
color: #cacaca; }
|
1712
|
+
|
1713
|
+
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
|
1714
|
+
color: #cacaca; }
|
1715
|
+
|
1716
|
+
input::placeholder, textarea::placeholder {
|
1717
|
+
color: #cacaca; }
|
1718
|
+
|
1719
|
+
input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
|
1720
|
+
background-color: #e6e6e6;
|
1721
|
+
cursor: not-allowed; }
|
1722
|
+
|
1723
|
+
[type=button], [type=submit] {
|
1724
|
+
-webkit-appearance: none;
|
1725
|
+
-moz-appearance: none;
|
1726
|
+
appearance: none;
|
1727
|
+
border-radius: 0; }
|
1728
|
+
|
1729
|
+
input[type=search] {
|
1730
|
+
box-sizing: border-box; }
|
1731
|
+
|
1732
|
+
[type=checkbox], [type=file], [type=radio] {
|
1733
|
+
margin: 0 0 1rem; }
|
1734
|
+
|
1735
|
+
[type=checkbox] + label, [type=radio] + label {
|
1736
|
+
display: inline-block;
|
1737
|
+
vertical-align: baseline;
|
1738
|
+
margin-left: .5rem;
|
1739
|
+
margin-right: 1rem;
|
1740
|
+
margin-bottom: 0; }
|
1741
|
+
|
1742
|
+
[type=checkbox] + label[for], [type=radio] + label[for] {
|
1743
|
+
cursor: pointer; }
|
1744
|
+
|
1745
|
+
label > [type=checkbox], label > [type=radio] {
|
1746
|
+
margin-right: .5rem; }
|
1747
|
+
|
1748
|
+
[type=file] {
|
1749
|
+
width: 100%; }
|
1750
|
+
|
1751
|
+
label {
|
1752
|
+
display: block;
|
1753
|
+
margin: 0;
|
1754
|
+
font-size: .875rem;
|
1755
|
+
font-weight: 400;
|
1756
|
+
line-height: 1.8;
|
1757
|
+
color: #0a0a0a; }
|
1758
|
+
|
1759
|
+
label.middle {
|
1760
|
+
margin: 0 0 1rem;
|
1761
|
+
padding: .5625rem 0; }
|
1762
|
+
|
1763
|
+
.help-text {
|
1764
|
+
margin-top: -.5rem;
|
1765
|
+
font-size: .8125rem;
|
1766
|
+
font-style: italic;
|
1767
|
+
color: #0a0a0a; }
|
1768
|
+
|
1769
|
+
.input-group {
|
1770
|
+
display: table;
|
1771
|
+
width: 100%;
|
1772
|
+
margin-bottom: 1rem; }
|
1773
|
+
|
1774
|
+
.input-group > :first-child, .input-group > :last-child > * {
|
1775
|
+
border-radius: 0 0 0 0; }
|
1776
|
+
|
1777
|
+
.input-group-button, .input-group-button a, .input-group-button button, .input-group-button input, .input-group-button label, .input-group-field, .input-group-label {
|
1778
|
+
margin: 0;
|
1779
|
+
white-space: nowrap;
|
1780
|
+
display: table-cell;
|
1781
|
+
vertical-align: middle; }
|
1782
|
+
|
1783
|
+
.input-group-label {
|
1784
|
+
padding: 0 1rem;
|
1785
|
+
border: 1px solid #cacaca;
|
1786
|
+
background: #e6e6e6;
|
1787
|
+
color: #0a0a0a;
|
1788
|
+
text-align: center;
|
1789
|
+
white-space: nowrap;
|
1790
|
+
width: 1%;
|
1791
|
+
height: 100%; }
|
1792
|
+
|
1793
|
+
.input-group-label:first-child {
|
1794
|
+
border-right: 0; }
|
1795
|
+
|
1796
|
+
.input-group-label:last-child {
|
1797
|
+
border-left: 0; }
|
1798
|
+
|
1799
|
+
.input-group-field {
|
1800
|
+
border-radius: 0;
|
1801
|
+
height: 2.5rem; }
|
1802
|
+
|
1803
|
+
.input-group-button {
|
1804
|
+
padding-top: 0;
|
1805
|
+
padding-bottom: 0;
|
1806
|
+
text-align: center;
|
1807
|
+
width: 1%;
|
1808
|
+
height: 100%; }
|
1809
|
+
|
1810
|
+
.input-group-button a, .input-group-button button, .input-group-button input, .input-group-button label {
|
1811
|
+
height: 2.5rem;
|
1812
|
+
padding-top: 0;
|
1813
|
+
padding-bottom: 0;
|
1814
|
+
font-size: 1rem; }
|
1815
|
+
|
1816
|
+
.input-group .input-group-button {
|
1817
|
+
display: table-cell; }
|
1818
|
+
|
1819
|
+
fieldset {
|
1820
|
+
margin: 0;
|
1821
|
+
padding: 0;
|
1822
|
+
border: 0; }
|
1823
|
+
|
1824
|
+
legend {
|
1825
|
+
max-width: 100%;
|
1826
|
+
margin-bottom: .5rem; }
|
1827
|
+
|
1828
|
+
.fieldset {
|
1829
|
+
margin: 1.125rem 0;
|
1830
|
+
padding: 1.25rem;
|
1831
|
+
border: 1px solid #cacaca; }
|
1832
|
+
|
1833
|
+
.fieldset legend {
|
1834
|
+
margin: 0;
|
1835
|
+
margin-left: -.1875rem;
|
1836
|
+
padding: 0 .1875rem;
|
1837
|
+
background: #fefefe; }
|
1838
|
+
|
1839
|
+
select {
|
1840
|
+
height: 2.4375rem;
|
1841
|
+
margin: 0 0 1rem;
|
1842
|
+
padding: .5rem;
|
1843
|
+
-webkit-appearance: none;
|
1844
|
+
-moz-appearance: none;
|
1845
|
+
appearance: none;
|
1846
|
+
border: 1px solid #cacaca;
|
1847
|
+
border-radius: 0;
|
1848
|
+
background-color: #fefefe;
|
1849
|
+
font-family: inherit;
|
1850
|
+
font-size: 1rem;
|
1851
|
+
line-height: normal;
|
1852
|
+
color: #0a0a0a;
|
1853
|
+
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
|
1854
|
+
background-origin: content-box;
|
1855
|
+
background-position: right -1rem center;
|
1856
|
+
background-repeat: no-repeat;
|
1857
|
+
background-size: 9px 6px;
|
1858
|
+
padding-right: 1.5rem;
|
1859
|
+
transition: box-shadow .5s,border-color .25s ease-in-out; }
|
1860
|
+
|
1861
|
+
@media screen and (min-width: 0\0) {
|
1862
|
+
select {
|
1863
|
+
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
|
1864
|
+
select:focus {
|
1865
|
+
outline: none;
|
1866
|
+
border: 1px solid #8a8a8a;
|
1867
|
+
background-color: #fefefe;
|
1868
|
+
box-shadow: 0 0 5px #cacaca;
|
1869
|
+
transition: box-shadow .5s,border-color .25s ease-in-out; }
|
1870
|
+
|
1871
|
+
select:disabled {
|
1872
|
+
background-color: #e6e6e6;
|
1873
|
+
cursor: not-allowed; }
|
1874
|
+
|
1875
|
+
select::-ms-expand {
|
1876
|
+
display: none; }
|
1877
|
+
|
1878
|
+
select[multiple] {
|
1879
|
+
height: auto;
|
1880
|
+
background-image: none; }
|
1881
|
+
|
1882
|
+
.is-invalid-input:not(:focus) {
|
1883
|
+
border-color: #cc4b37;
|
1884
|
+
background-color: #f9ecea; }
|
1885
|
+
|
1886
|
+
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
|
1887
|
+
color: #cc4b37; }
|
1888
|
+
|
1889
|
+
.is-invalid-input:not(:focus)::-moz-placeholder {
|
1890
|
+
color: #cc4b37; }
|
1891
|
+
|
1892
|
+
.is-invalid-input:not(:focus):-ms-input-placeholder {
|
1893
|
+
color: #cc4b37; }
|
1894
|
+
|
1895
|
+
.form-error, .is-invalid-input:not(:focus)::placeholder, .is-invalid-label {
|
1896
|
+
color: #cc4b37; }
|
1897
|
+
|
1898
|
+
.form-error {
|
1899
|
+
display: none;
|
1900
|
+
margin-top: -.5rem;
|
1901
|
+
margin-bottom: 1rem;
|
1902
|
+
font-size: .75rem;
|
1903
|
+
font-weight: 700; }
|
1904
|
+
|
1905
|
+
.form-error.is-visible {
|
1906
|
+
display: block; }
|
1907
|
+
|
1908
|
+
.accordion {
|
1909
|
+
margin-left: 0;
|
1910
|
+
background: #fefefe;
|
1911
|
+
list-style-type: none; }
|
1912
|
+
|
1913
|
+
.accordion-item:first-child > :first-child, .accordion-item:last-child > :last-child {
|
1914
|
+
border-radius: 0 0 0 0; }
|
1915
|
+
|
1916
|
+
.accordion-title {
|
1917
|
+
position: relative;
|
1918
|
+
display: block;
|
1919
|
+
padding: 1.25rem 1rem;
|
1920
|
+
border: 1px solid #e6e6e6;
|
1921
|
+
border-bottom: 0;
|
1922
|
+
font-size: .75rem;
|
1923
|
+
line-height: 1;
|
1924
|
+
color: #1779ba; }
|
1925
|
+
|
1926
|
+
:last-child:not(.is-active) > .accordion-title {
|
1927
|
+
border-bottom: 1px solid #e6e6e6;
|
1928
|
+
border-radius: 0 0 0 0; }
|
1929
|
+
|
1930
|
+
.accordion-title:focus, .accordion-title:hover {
|
1931
|
+
background-color: #e6e6e6; }
|
1932
|
+
|
1933
|
+
.accordion-title:before {
|
1934
|
+
position: absolute;
|
1935
|
+
top: 50%;
|
1936
|
+
right: 1rem;
|
1937
|
+
margin-top: -.5rem;
|
1938
|
+
content: "+"; }
|
1939
|
+
|
1940
|
+
.is-active > .accordion-title:before {
|
1941
|
+
content: "–"; }
|
1942
|
+
|
1943
|
+
.accordion-content {
|
1944
|
+
display: none;
|
1945
|
+
padding: 1rem;
|
1946
|
+
border: 1px solid #e6e6e6;
|
1947
|
+
border-bottom: 0;
|
1948
|
+
background-color: #fefefe;
|
1949
|
+
color: #0a0a0a; }
|
1950
|
+
|
1951
|
+
:last-child > .accordion-content:last-child {
|
1952
|
+
border-bottom: 1px solid #e6e6e6; }
|
1953
|
+
|
1954
|
+
.is-accordion-submenu-parent > a {
|
1955
|
+
position: relative; }
|
1956
|
+
|
1957
|
+
.is-accordion-submenu-parent > a:after {
|
1958
|
+
display: block;
|
1959
|
+
width: 0;
|
1960
|
+
height: 0;
|
1961
|
+
border: 6px inset;
|
1962
|
+
content: "";
|
1963
|
+
border-bottom-width: 0;
|
1964
|
+
border-top-style: solid;
|
1965
|
+
border-color: #1779ba transparent transparent;
|
1966
|
+
position: absolute;
|
1967
|
+
top: 50%;
|
1968
|
+
margin-top: -3px;
|
1969
|
+
right: 1rem; }
|
1970
|
+
|
1971
|
+
.is-accordion-submenu-parent[aria-expanded=true] > a:after {
|
1972
|
+
transform: rotate(180deg);
|
1973
|
+
transform-origin: 50% 50%; }
|
1974
|
+
|
1975
|
+
.badge {
|
1976
|
+
display: inline-block;
|
1977
|
+
min-width: 2.1em;
|
1978
|
+
padding: .3em;
|
1979
|
+
border-radius: 50%;
|
1980
|
+
font-size: .6rem;
|
1981
|
+
text-align: center; }
|
1982
|
+
|
1983
|
+
.badge, .badge.primary {
|
1984
|
+
background: #1779ba;
|
1985
|
+
color: #fefefe; }
|
1986
|
+
|
1987
|
+
.badge.secondary {
|
1988
|
+
background: #767676;
|
1989
|
+
color: #fefefe; }
|
1990
|
+
|
1991
|
+
.badge.success {
|
1992
|
+
background: #3adb76;
|
1993
|
+
color: #0a0a0a; }
|
1994
|
+
|
1995
|
+
.badge.warning {
|
1996
|
+
background: #ffae00;
|
1997
|
+
color: #0a0a0a; }
|
1998
|
+
|
1999
|
+
.badge.alert {
|
2000
|
+
background: #cc4b37;
|
2001
|
+
color: #fefefe; }
|
2002
|
+
|
2003
|
+
.breadcrumbs {
|
2004
|
+
margin: 0 0 1rem;
|
2005
|
+
list-style: none; }
|
2006
|
+
|
2007
|
+
.breadcrumbs:after, .breadcrumbs:before {
|
2008
|
+
display: table;
|
2009
|
+
content: " "; }
|
2010
|
+
|
2011
|
+
.breadcrumbs:after {
|
2012
|
+
clear: both; }
|
2013
|
+
|
2014
|
+
.breadcrumbs li {
|
2015
|
+
float: left;
|
2016
|
+
font-size: .6875rem;
|
2017
|
+
color: #0a0a0a;
|
2018
|
+
cursor: default;
|
2019
|
+
text-transform: uppercase; }
|
2020
|
+
|
2021
|
+
.breadcrumbs li:not(:last-child):after {
|
2022
|
+
position: relative;
|
2023
|
+
top: 1px;
|
2024
|
+
margin: 0 .75rem;
|
2025
|
+
opacity: 1;
|
2026
|
+
content: "/";
|
2027
|
+
color: #cacaca; }
|
2028
|
+
|
2029
|
+
.breadcrumbs a {
|
2030
|
+
color: #1779ba; }
|
2031
|
+
|
2032
|
+
.breadcrumbs a:hover {
|
2033
|
+
text-decoration: underline; }
|
2034
|
+
|
2035
|
+
.breadcrumbs .disabled {
|
2036
|
+
color: #cacaca;
|
2037
|
+
cursor: not-allowed; }
|
2038
|
+
|
2039
|
+
.button-group {
|
2040
|
+
margin-bottom: 1rem;
|
2041
|
+
font-size: 0; }
|
2042
|
+
|
2043
|
+
.button-group:after, .button-group:before {
|
2044
|
+
display: table;
|
2045
|
+
content: " "; }
|
2046
|
+
|
2047
|
+
.button-group:after {
|
2048
|
+
clear: both; }
|
2049
|
+
|
2050
|
+
.button-group .button {
|
2051
|
+
margin: 0;
|
2052
|
+
margin-right: 1px;
|
2053
|
+
margin-bottom: 1px;
|
2054
|
+
font-size: .9rem; }
|
2055
|
+
|
2056
|
+
.button-group .button:last-child {
|
2057
|
+
margin-right: 0; }
|
2058
|
+
|
2059
|
+
.button-group.tiny .button {
|
2060
|
+
font-size: .6rem; }
|
2061
|
+
|
2062
|
+
.button-group.small .button {
|
2063
|
+
font-size: .75rem; }
|
2064
|
+
|
2065
|
+
.button-group.large .button {
|
2066
|
+
font-size: 1.25rem; }
|
2067
|
+
|
2068
|
+
.button-group.expanded {
|
2069
|
+
margin-right: -1px; }
|
2070
|
+
|
2071
|
+
.button-group.expanded:after, .button-group.expanded:before {
|
2072
|
+
display: none; }
|
2073
|
+
|
2074
|
+
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
|
2075
|
+
display: inline-block;
|
2076
|
+
width: calc(50% - 1px);
|
2077
|
+
margin-right: 1px; }
|
2078
|
+
|
2079
|
+
.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(2):last-child {
|
2080
|
+
margin-right: -6px; }
|
2081
|
+
|
2082
|
+
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
|
2083
|
+
display: inline-block;
|
2084
|
+
width: calc(33.33333% - 1px);
|
2085
|
+
margin-right: 1px; }
|
2086
|
+
|
2087
|
+
.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(3):last-child {
|
2088
|
+
margin-right: -6px; }
|
2089
|
+
|
2090
|
+
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
|
2091
|
+
display: inline-block;
|
2092
|
+
width: calc(25% - 1px);
|
2093
|
+
margin-right: 1px; }
|
2094
|
+
|
2095
|
+
.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(4):last-child {
|
2096
|
+
margin-right: -6px; }
|
2097
|
+
|
2098
|
+
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
|
2099
|
+
display: inline-block;
|
2100
|
+
width: calc(20% - 1px);
|
2101
|
+
margin-right: 1px; }
|
2102
|
+
|
2103
|
+
.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(5):last-child {
|
2104
|
+
margin-right: -6px; }
|
2105
|
+
|
2106
|
+
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
|
2107
|
+
display: inline-block;
|
2108
|
+
width: calc(16.66667% - 1px);
|
2109
|
+
margin-right: 1px; }
|
2110
|
+
|
2111
|
+
.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(6):last-child {
|
2112
|
+
margin-right: -6px; }
|
2113
|
+
|
2114
|
+
.button-group.primary .button {
|
2115
|
+
background-color: #1779ba;
|
2116
|
+
color: #fefefe; }
|
2117
|
+
|
2118
|
+
.button-group.primary .button:focus, .button-group.primary .button:hover {
|
2119
|
+
background-color: #126195;
|
2120
|
+
color: #fefefe; }
|
2121
|
+
|
2122
|
+
.button-group.secondary .button {
|
2123
|
+
background-color: #767676;
|
2124
|
+
color: #fefefe; }
|
2125
|
+
|
2126
|
+
.button-group.secondary .button:focus, .button-group.secondary .button:hover {
|
2127
|
+
background-color: #5e5e5e;
|
2128
|
+
color: #fefefe; }
|
2129
|
+
|
2130
|
+
.button-group.success .button {
|
2131
|
+
background-color: #3adb76;
|
2132
|
+
color: #0a0a0a; }
|
2133
|
+
|
2134
|
+
.button-group.success .button:focus, .button-group.success .button:hover {
|
2135
|
+
background-color: #22bb5b;
|
2136
|
+
color: #0a0a0a; }
|
2137
|
+
|
2138
|
+
.button-group.warning .button {
|
2139
|
+
background-color: #ffae00;
|
2140
|
+
color: #0a0a0a; }
|
2141
|
+
|
2142
|
+
.button-group.warning .button:focus, .button-group.warning .button:hover {
|
2143
|
+
background-color: #cc8b00;
|
2144
|
+
color: #0a0a0a; }
|
2145
|
+
|
2146
|
+
.button-group.alert .button {
|
2147
|
+
background-color: #cc4b37;
|
2148
|
+
color: #fefefe; }
|
2149
|
+
|
2150
|
+
.button-group.alert .button:focus, .button-group.alert .button:hover {
|
2151
|
+
background-color: #a53b2a;
|
2152
|
+
color: #fefefe; }
|
2153
|
+
|
2154
|
+
.button-group.stacked-for-medium .button, .button-group.stacked-for-small .button, .button-group.stacked .button {
|
2155
|
+
width: 100%; }
|
2156
|
+
|
2157
|
+
.button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked .button:last-child {
|
2158
|
+
margin-bottom: 0; }
|
2159
|
+
|
2160
|
+
@media print, screen and (min-width: 40em) {
|
2161
|
+
.button-group.stacked-for-small .button {
|
2162
|
+
width: auto;
|
2163
|
+
margin-bottom: 0; } }
|
2164
|
+
@media print, screen and (min-width: 64em) {
|
2165
|
+
.button-group.stacked-for-medium .button {
|
2166
|
+
width: auto;
|
2167
|
+
margin-bottom: 0; } }
|
2168
|
+
@media screen and (max-width: 39.9375em) {
|
2169
|
+
.button-group.stacked-for-small.expanded {
|
2170
|
+
display: block; }
|
2171
|
+
|
2172
|
+
.button-group.stacked-for-small.expanded .button {
|
2173
|
+
display: block;
|
2174
|
+
margin-right: 0; } }
|
2175
|
+
.card {
|
2176
|
+
margin-bottom: 1rem;
|
2177
|
+
border: 1px solid #e6e6e6;
|
2178
|
+
border-radius: 0;
|
2179
|
+
background: #fefefe;
|
2180
|
+
box-shadow: none;
|
2181
|
+
overflow: hidden;
|
2182
|
+
color: #0a0a0a; }
|
2183
|
+
|
2184
|
+
.card > :last-child {
|
2185
|
+
margin-bottom: 0; }
|
2186
|
+
|
2187
|
+
.card-divider {
|
2188
|
+
padding: 1rem;
|
2189
|
+
background: #e6e6e6; }
|
2190
|
+
|
2191
|
+
.card-divider > :last-child {
|
2192
|
+
margin-bottom: 0; }
|
2193
|
+
|
2194
|
+
.card-section {
|
2195
|
+
padding: 1rem; }
|
2196
|
+
|
2197
|
+
.card-section > :last-child {
|
2198
|
+
margin-bottom: 0; }
|
2199
|
+
|
2200
|
+
.callout {
|
2201
|
+
position: relative;
|
2202
|
+
margin: 0 0 1rem;
|
2203
|
+
padding: 1rem;
|
2204
|
+
border: 1px solid rgba(10, 10, 10, 0.25);
|
2205
|
+
border-radius: 0;
|
2206
|
+
background-color: #fff;
|
2207
|
+
color: #0a0a0a; }
|
2208
|
+
|
2209
|
+
.callout > :first-child {
|
2210
|
+
margin-top: 0; }
|
2211
|
+
|
2212
|
+
.callout > :last-child {
|
2213
|
+
margin-bottom: 0; }
|
2214
|
+
|
2215
|
+
.callout.primary {
|
2216
|
+
background-color: #d7ecfa;
|
2217
|
+
color: #0a0a0a; }
|
2218
|
+
|
2219
|
+
.callout.secondary {
|
2220
|
+
background-color: #eaeaea;
|
2221
|
+
color: #0a0a0a; }
|
2222
|
+
|
2223
|
+
.callout.success {
|
2224
|
+
background-color: #e1faea;
|
2225
|
+
color: #0a0a0a; }
|
2226
|
+
|
2227
|
+
.callout.warning {
|
2228
|
+
background-color: #fff3d9;
|
2229
|
+
color: #0a0a0a; }
|
2230
|
+
|
2231
|
+
.callout.alert {
|
2232
|
+
background-color: #f7e4e1;
|
2233
|
+
color: #0a0a0a; }
|
2234
|
+
|
2235
|
+
.callout.small {
|
2236
|
+
padding: .5rem; }
|
2237
|
+
|
2238
|
+
.callout.large {
|
2239
|
+
padding: 3rem; }
|
2240
|
+
|
2241
|
+
.close-button {
|
2242
|
+
position: absolute;
|
2243
|
+
color: #8a8a8a;
|
2244
|
+
cursor: pointer; }
|
2245
|
+
|
2246
|
+
[data-whatinput=mouse] .close-button {
|
2247
|
+
outline: 0; }
|
2248
|
+
|
2249
|
+
.close-button:focus, .close-button:hover {
|
2250
|
+
color: #0a0a0a; }
|
2251
|
+
|
2252
|
+
.close-button.small {
|
2253
|
+
right: .66rem;
|
2254
|
+
top: .33em;
|
2255
|
+
font-size: 1.5em;
|
2256
|
+
line-height: 1; }
|
2257
|
+
|
2258
|
+
.close-button, .close-button.medium {
|
2259
|
+
right: 1rem;
|
2260
|
+
top: .5rem;
|
2261
|
+
font-size: 2em;
|
2262
|
+
line-height: 1; }
|
2263
|
+
|
2264
|
+
.menu {
|
2265
|
+
margin: 0;
|
2266
|
+
list-style-type: none; }
|
2267
|
+
|
2268
|
+
.menu > li {
|
2269
|
+
display: table-cell;
|
2270
|
+
vertical-align: middle; }
|
2271
|
+
|
2272
|
+
[data-whatinput=mouse] .menu > li {
|
2273
|
+
outline: 0; }
|
2274
|
+
|
2275
|
+
.menu > li > a {
|
2276
|
+
display: block;
|
2277
|
+
padding: .7rem 1rem;
|
2278
|
+
line-height: 1; }
|
2279
|
+
|
2280
|
+
.menu a, .menu button, .menu input, .menu select {
|
2281
|
+
margin-bottom: 0; }
|
2282
|
+
|
2283
|
+
.menu > li > a i, .menu > li > a i + span, .menu > li > a img, .menu > li > a img + span, .menu > li > a svg, .menu > li > a svg + span {
|
2284
|
+
vertical-align: middle; }
|
2285
|
+
|
2286
|
+
.menu > li > a i, .menu > li > a img, .menu > li > a svg {
|
2287
|
+
margin-right: .25rem;
|
2288
|
+
display: inline-block; }
|
2289
|
+
|
2290
|
+
.menu.horizontal > li, .menu > li {
|
2291
|
+
display: table-cell; }
|
2292
|
+
|
2293
|
+
.menu.expanded {
|
2294
|
+
display: table;
|
2295
|
+
width: 100%;
|
2296
|
+
table-layout: fixed; }
|
2297
|
+
|
2298
|
+
.menu.expanded > li:first-child:last-child {
|
2299
|
+
width: 100%; }
|
2300
|
+
|
2301
|
+
.menu.vertical > li {
|
2302
|
+
display: block; }
|
2303
|
+
|
2304
|
+
@media print, screen and (min-width: 40em) {
|
2305
|
+
.menu.medium-horizontal > li {
|
2306
|
+
display: table-cell; }
|
2307
|
+
|
2308
|
+
.menu.medium-expanded {
|
2309
|
+
display: table;
|
2310
|
+
width: 100%;
|
2311
|
+
table-layout: fixed; }
|
2312
|
+
|
2313
|
+
.menu.medium-expanded > li:first-child:last-child {
|
2314
|
+
width: 100%; }
|
2315
|
+
|
2316
|
+
.menu.medium-vertical > li {
|
2317
|
+
display: block; } }
|
2318
|
+
@media print, screen and (min-width: 64em) {
|
2319
|
+
.menu.large-horizontal > li {
|
2320
|
+
display: table-cell; }
|
2321
|
+
|
2322
|
+
.menu.large-expanded {
|
2323
|
+
display: table;
|
2324
|
+
width: 100%;
|
2325
|
+
table-layout: fixed; }
|
2326
|
+
|
2327
|
+
.menu.large-expanded > li:first-child:last-child {
|
2328
|
+
width: 100%; }
|
2329
|
+
|
2330
|
+
.menu.large-vertical > li {
|
2331
|
+
display: block; } }
|
2332
|
+
.menu.simple li {
|
2333
|
+
display: inline-block;
|
2334
|
+
margin-right: 1rem;
|
2335
|
+
line-height: 1; }
|
2336
|
+
|
2337
|
+
.menu.simple a {
|
2338
|
+
padding: 0; }
|
2339
|
+
|
2340
|
+
.menu.align-right:after, .menu.align-right:before {
|
2341
|
+
display: table;
|
2342
|
+
content: " "; }
|
2343
|
+
|
2344
|
+
.menu.align-right:after {
|
2345
|
+
clear: both; }
|
2346
|
+
|
2347
|
+
.menu.align-right > li {
|
2348
|
+
float: right; }
|
2349
|
+
|
2350
|
+
.menu.icon-top > li > a {
|
2351
|
+
text-align: center; }
|
2352
|
+
|
2353
|
+
.menu.icon-top > li > a i, .menu.icon-top > li > a img, .menu.icon-top > li > a svg {
|
2354
|
+
display: block;
|
2355
|
+
margin: 0 auto .25rem; }
|
2356
|
+
|
2357
|
+
.menu.icon-top.vertical a > span {
|
2358
|
+
margin: auto; }
|
2359
|
+
|
2360
|
+
.menu.nested {
|
2361
|
+
margin-left: 1rem; }
|
2362
|
+
|
2363
|
+
.menu .active > a {
|
2364
|
+
background: #1779ba;
|
2365
|
+
color: #fefefe; }
|
2366
|
+
|
2367
|
+
.menu.menu-bordered li {
|
2368
|
+
border: 1px solid #e6e6e6; }
|
2369
|
+
|
2370
|
+
.menu.menu-bordered li:not(:first-child) {
|
2371
|
+
border-top: 0; }
|
2372
|
+
|
2373
|
+
.menu.menu-hover li:hover {
|
2374
|
+
background-color: #e6e6e6; }
|
2375
|
+
|
2376
|
+
.menu-text {
|
2377
|
+
padding-top: 0;
|
2378
|
+
padding-bottom: 0;
|
2379
|
+
padding: .7rem 1rem;
|
2380
|
+
font-weight: 700;
|
2381
|
+
line-height: 1;
|
2382
|
+
color: inherit; }
|
2383
|
+
|
2384
|
+
.menu-centered {
|
2385
|
+
text-align: center; }
|
2386
|
+
|
2387
|
+
.menu-centered > .menu {
|
2388
|
+
display: inline-block; }
|
2389
|
+
|
2390
|
+
.no-js [data-responsive-menu] ul {
|
2391
|
+
display: none; }
|
2392
|
+
|
2393
|
+
.menu-icon {
|
2394
|
+
position: relative;
|
2395
|
+
display: inline-block;
|
2396
|
+
vertical-align: middle;
|
2397
|
+
width: 20px;
|
2398
|
+
height: 16px;
|
2399
|
+
cursor: pointer; }
|
2400
|
+
|
2401
|
+
.menu-icon:after {
|
2402
|
+
position: absolute;
|
2403
|
+
top: 0;
|
2404
|
+
left: 0;
|
2405
|
+
display: block;
|
2406
|
+
width: 100%;
|
2407
|
+
height: 2px;
|
2408
|
+
background: #fefefe;
|
2409
|
+
box-shadow: 0 7px 0 #fefefe,0 14px 0 #fefefe;
|
2410
|
+
content: ""; }
|
2411
|
+
|
2412
|
+
.menu-icon:hover:after {
|
2413
|
+
background: #cacaca;
|
2414
|
+
box-shadow: 0 7px 0 #cacaca,0 14px 0 #cacaca; }
|
2415
|
+
|
2416
|
+
.menu-icon.dark {
|
2417
|
+
position: relative;
|
2418
|
+
display: inline-block;
|
2419
|
+
vertical-align: middle;
|
2420
|
+
width: 20px;
|
2421
|
+
height: 16px;
|
2422
|
+
cursor: pointer; }
|
2423
|
+
|
2424
|
+
.menu-icon.dark:after {
|
2425
|
+
position: absolute;
|
2426
|
+
top: 0;
|
2427
|
+
left: 0;
|
2428
|
+
display: block;
|
2429
|
+
width: 100%;
|
2430
|
+
height: 2px;
|
2431
|
+
background: #0a0a0a;
|
2432
|
+
box-shadow: 0 7px 0 #0a0a0a,0 14px 0 #0a0a0a;
|
2433
|
+
content: ""; }
|
2434
|
+
|
2435
|
+
.menu-icon.dark:hover:after {
|
2436
|
+
background: #8a8a8a;
|
2437
|
+
box-shadow: 0 7px 0 #8a8a8a,0 14px 0 #8a8a8a; }
|
2438
|
+
|
2439
|
+
.is-drilldown {
|
2440
|
+
position: relative;
|
2441
|
+
overflow: hidden; }
|
2442
|
+
|
2443
|
+
.is-drilldown li {
|
2444
|
+
display: block; }
|
2445
|
+
|
2446
|
+
.is-drilldown.animate-height {
|
2447
|
+
transition: height .5s; }
|
2448
|
+
|
2449
|
+
.is-drilldown-submenu {
|
2450
|
+
position: absolute;
|
2451
|
+
top: 0;
|
2452
|
+
left: 100%;
|
2453
|
+
z-index: -1;
|
2454
|
+
width: 100%;
|
2455
|
+
background: #fefefe;
|
2456
|
+
transition: transform .15s linear; }
|
2457
|
+
|
2458
|
+
.is-drilldown-submenu.is-active {
|
2459
|
+
z-index: 1;
|
2460
|
+
display: block;
|
2461
|
+
transform: translateX(-100%); }
|
2462
|
+
|
2463
|
+
.is-drilldown-submenu.is-closing {
|
2464
|
+
transform: translateX(100%); }
|
2465
|
+
|
2466
|
+
.drilldown-submenu-cover-previous {
|
2467
|
+
min-height: 100%; }
|
2468
|
+
|
2469
|
+
.is-drilldown-submenu-parent > a {
|
2470
|
+
position: relative; }
|
2471
|
+
|
2472
|
+
.is-drilldown-submenu-parent > a:after {
|
2473
|
+
display: block;
|
2474
|
+
width: 0;
|
2475
|
+
height: 0;
|
2476
|
+
border: 6px inset;
|
2477
|
+
content: "";
|
2478
|
+
border-right-width: 0;
|
2479
|
+
border-left-style: solid;
|
2480
|
+
border-color: transparent transparent transparent #1779ba;
|
2481
|
+
position: absolute;
|
2482
|
+
top: 50%;
|
2483
|
+
margin-top: -6px;
|
2484
|
+
right: 1rem; }
|
2485
|
+
|
2486
|
+
.js-drilldown-back > a:before {
|
2487
|
+
display: block;
|
2488
|
+
width: 0;
|
2489
|
+
height: 0;
|
2490
|
+
border: 6px inset;
|
2491
|
+
content: "";
|
2492
|
+
border-right-style: solid;
|
2493
|
+
border-color: transparent #1779ba transparent transparent;
|
2494
|
+
display: inline-block;
|
2495
|
+
vertical-align: middle;
|
2496
|
+
margin-right: .75rem;
|
2497
|
+
border-left-width: 0; }
|
2498
|
+
|
2499
|
+
.dropdown-pane {
|
2500
|
+
position: absolute;
|
2501
|
+
z-index: 10;
|
2502
|
+
display: block;
|
2503
|
+
width: 300px;
|
2504
|
+
padding: 1rem;
|
2505
|
+
visibility: hidden;
|
2506
|
+
border: 1px solid #cacaca;
|
2507
|
+
border-radius: 0;
|
2508
|
+
background-color: #fefefe;
|
2509
|
+
font-size: 1rem; }
|
2510
|
+
|
2511
|
+
.dropdown-pane.is-open {
|
2512
|
+
visibility: visible; }
|
2513
|
+
|
2514
|
+
.dropdown-pane.tiny {
|
2515
|
+
width: 100px; }
|
2516
|
+
|
2517
|
+
.dropdown-pane.small {
|
2518
|
+
width: 200px; }
|
2519
|
+
|
2520
|
+
.dropdown-pane.large {
|
2521
|
+
width: 400px; }
|
2522
|
+
|
2523
|
+
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
|
2524
|
+
top: 100%;
|
2525
|
+
right: 0;
|
2526
|
+
left: auto; }
|
2527
|
+
|
2528
|
+
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
|
2529
|
+
top: 100%;
|
2530
|
+
right: auto;
|
2531
|
+
left: 0; }
|
2532
|
+
|
2533
|
+
.dropdown.menu > li.is-dropdown-submenu-parent > a {
|
2534
|
+
position: relative;
|
2535
|
+
padding-right: 1.5rem; }
|
2536
|
+
|
2537
|
+
.dropdown.menu > li.is-dropdown-submenu-parent > a:after {
|
2538
|
+
display: block;
|
2539
|
+
width: 0;
|
2540
|
+
height: 0;
|
2541
|
+
border: 6px inset;
|
2542
|
+
content: "";
|
2543
|
+
border-bottom-width: 0;
|
2544
|
+
border-top-style: solid;
|
2545
|
+
border-color: #1779ba transparent transparent;
|
2546
|
+
right: 5px;
|
2547
|
+
margin-top: -3px; }
|
2548
|
+
|
2549
|
+
[data-whatinput=mouse] .dropdown.menu a {
|
2550
|
+
outline: 0; }
|
2551
|
+
|
2552
|
+
.no-js .dropdown.menu ul {
|
2553
|
+
display: none; }
|
2554
|
+
|
2555
|
+
.dropdown.menu.vertical > li .is-dropdown-submenu {
|
2556
|
+
top: 0; }
|
2557
|
+
|
2558
|
+
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
|
2559
|
+
right: 100%;
|
2560
|
+
left: auto; }
|
2561
|
+
|
2562
|
+
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
|
2563
|
+
right: auto;
|
2564
|
+
left: 100%; }
|
2565
|
+
|
2566
|
+
.dropdown.menu.vertical > li > a:after {
|
2567
|
+
right: 14px; }
|
2568
|
+
|
2569
|
+
.dropdown.menu.vertical > li.opens-left > a:after {
|
2570
|
+
display: block;
|
2571
|
+
width: 0;
|
2572
|
+
height: 0;
|
2573
|
+
border: 6px inset;
|
2574
|
+
content: "";
|
2575
|
+
border-left-width: 0;
|
2576
|
+
border-right-style: solid;
|
2577
|
+
border-color: transparent #1779ba transparent transparent; }
|
2578
|
+
|
2579
|
+
.dropdown.menu.vertical > li.opens-right > a:after {
|
2580
|
+
display: block;
|
2581
|
+
width: 0;
|
2582
|
+
height: 0;
|
2583
|
+
border: 6px inset;
|
2584
|
+
content: "";
|
2585
|
+
border-right-width: 0;
|
2586
|
+
border-left-style: solid;
|
2587
|
+
border-color: transparent transparent transparent #1779ba; }
|
2588
|
+
|
2589
|
+
@media print, screen and (min-width: 40em) {
|
2590
|
+
.dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
|
2591
|
+
top: 100%;
|
2592
|
+
right: 0;
|
2593
|
+
left: auto; }
|
2594
|
+
|
2595
|
+
.dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
|
2596
|
+
top: 100%;
|
2597
|
+
right: auto;
|
2598
|
+
left: 0; }
|
2599
|
+
|
2600
|
+
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
|
2601
|
+
position: relative;
|
2602
|
+
padding-right: 1.5rem; }
|
2603
|
+
|
2604
|
+
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:after {
|
2605
|
+
display: block;
|
2606
|
+
width: 0;
|
2607
|
+
height: 0;
|
2608
|
+
border: 6px inset;
|
2609
|
+
content: "";
|
2610
|
+
border-bottom-width: 0;
|
2611
|
+
border-top-style: solid;
|
2612
|
+
border-color: #1779ba transparent transparent;
|
2613
|
+
right: 5px;
|
2614
|
+
margin-top: -3px; }
|
2615
|
+
|
2616
|
+
.dropdown.menu.medium-vertical > li .is-dropdown-submenu {
|
2617
|
+
top: 0; }
|
2618
|
+
|
2619
|
+
.dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
|
2620
|
+
right: 100%;
|
2621
|
+
left: auto; }
|
2622
|
+
|
2623
|
+
.dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
|
2624
|
+
right: auto;
|
2625
|
+
left: 100%; }
|
2626
|
+
|
2627
|
+
.dropdown.menu.medium-vertical > li > a:after {
|
2628
|
+
right: 14px; }
|
2629
|
+
|
2630
|
+
.dropdown.menu.medium-vertical > li.opens-left > a:after {
|
2631
|
+
display: block;
|
2632
|
+
width: 0;
|
2633
|
+
height: 0;
|
2634
|
+
border: 6px inset;
|
2635
|
+
content: "";
|
2636
|
+
border-left-width: 0;
|
2637
|
+
border-right-style: solid;
|
2638
|
+
border-color: transparent #1779ba transparent transparent; }
|
2639
|
+
|
2640
|
+
.dropdown.menu.medium-vertical > li.opens-right > a:after {
|
2641
|
+
display: block;
|
2642
|
+
width: 0;
|
2643
|
+
height: 0;
|
2644
|
+
border: 6px inset;
|
2645
|
+
content: "";
|
2646
|
+
border-right-width: 0;
|
2647
|
+
border-left-style: solid;
|
2648
|
+
border-color: transparent transparent transparent #1779ba; } }
|
2649
|
+
@media print, screen and (min-width: 64em) {
|
2650
|
+
.dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
|
2651
|
+
top: 100%;
|
2652
|
+
right: 0;
|
2653
|
+
left: auto; }
|
2654
|
+
|
2655
|
+
.dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
|
2656
|
+
top: 100%;
|
2657
|
+
right: auto;
|
2658
|
+
left: 0; }
|
2659
|
+
|
2660
|
+
.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
|
2661
|
+
position: relative;
|
2662
|
+
padding-right: 1.5rem; }
|
2663
|
+
|
2664
|
+
.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a:after {
|
2665
|
+
display: block;
|
2666
|
+
width: 0;
|
2667
|
+
height: 0;
|
2668
|
+
border: 6px inset;
|
2669
|
+
content: "";
|
2670
|
+
border-bottom-width: 0;
|
2671
|
+
border-top-style: solid;
|
2672
|
+
border-color: #1779ba transparent transparent;
|
2673
|
+
right: 5px;
|
2674
|
+
margin-top: -3px; }
|
2675
|
+
|
2676
|
+
.dropdown.menu.large-vertical > li .is-dropdown-submenu {
|
2677
|
+
top: 0; }
|
2678
|
+
|
2679
|
+
.dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
|
2680
|
+
right: 100%;
|
2681
|
+
left: auto; }
|
2682
|
+
|
2683
|
+
.dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
|
2684
|
+
right: auto;
|
2685
|
+
left: 100%; }
|
2686
|
+
|
2687
|
+
.dropdown.menu.large-vertical > li > a:after {
|
2688
|
+
right: 14px; }
|
2689
|
+
|
2690
|
+
.dropdown.menu.large-vertical > li.opens-left > a:after {
|
2691
|
+
display: block;
|
2692
|
+
width: 0;
|
2693
|
+
height: 0;
|
2694
|
+
border: 6px inset;
|
2695
|
+
content: "";
|
2696
|
+
border-left-width: 0;
|
2697
|
+
border-right-style: solid;
|
2698
|
+
border-color: transparent #1779ba transparent transparent; }
|
2699
|
+
|
2700
|
+
.dropdown.menu.large-vertical > li.opens-right > a:after {
|
2701
|
+
display: block;
|
2702
|
+
width: 0;
|
2703
|
+
height: 0;
|
2704
|
+
border: 6px inset;
|
2705
|
+
content: "";
|
2706
|
+
border-right-width: 0;
|
2707
|
+
border-left-style: solid;
|
2708
|
+
border-color: transparent transparent transparent #1779ba; } }
|
2709
|
+
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
|
2710
|
+
top: 100%;
|
2711
|
+
right: 0;
|
2712
|
+
left: auto; }
|
2713
|
+
|
2714
|
+
.is-dropdown-menu.vertical {
|
2715
|
+
width: 100px; }
|
2716
|
+
|
2717
|
+
.is-dropdown-menu.vertical.align-right {
|
2718
|
+
float: right; }
|
2719
|
+
|
2720
|
+
.is-dropdown-submenu-parent {
|
2721
|
+
position: relative; }
|
2722
|
+
|
2723
|
+
.is-dropdown-submenu-parent a:after {
|
2724
|
+
position: absolute;
|
2725
|
+
top: 50%;
|
2726
|
+
right: 5px;
|
2727
|
+
margin-top: -6px; }
|
2728
|
+
|
2729
|
+
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
|
2730
|
+
top: 100%;
|
2731
|
+
left: auto; }
|
2732
|
+
|
2733
|
+
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
|
2734
|
+
right: 100%;
|
2735
|
+
left: auto; }
|
2736
|
+
|
2737
|
+
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
|
2738
|
+
right: auto;
|
2739
|
+
left: 100%; }
|
2740
|
+
|
2741
|
+
.is-dropdown-submenu {
|
2742
|
+
position: absolute;
|
2743
|
+
top: 0;
|
2744
|
+
left: 100%;
|
2745
|
+
z-index: 1;
|
2746
|
+
display: none;
|
2747
|
+
min-width: 200px;
|
2748
|
+
border: 1px solid #cacaca;
|
2749
|
+
background: #fefefe; }
|
2750
|
+
|
2751
|
+
.is-dropdown-submenu .is-dropdown-submenu-parent > a:after {
|
2752
|
+
right: 14px; }
|
2753
|
+
|
2754
|
+
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a:after {
|
2755
|
+
display: block;
|
2756
|
+
width: 0;
|
2757
|
+
height: 0;
|
2758
|
+
border: 6px inset;
|
2759
|
+
content: "";
|
2760
|
+
border-left-width: 0;
|
2761
|
+
border-right-style: solid;
|
2762
|
+
border-color: transparent #1779ba transparent transparent; }
|
2763
|
+
|
2764
|
+
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:after {
|
2765
|
+
display: block;
|
2766
|
+
width: 0;
|
2767
|
+
height: 0;
|
2768
|
+
border: 6px inset;
|
2769
|
+
content: "";
|
2770
|
+
border-right-width: 0;
|
2771
|
+
border-left-style: solid;
|
2772
|
+
border-color: transparent transparent transparent #1779ba; }
|
2773
|
+
|
2774
|
+
.is-dropdown-submenu .is-dropdown-submenu {
|
2775
|
+
margin-top: -1px; }
|
2776
|
+
|
2777
|
+
.is-dropdown-submenu > li {
|
2778
|
+
width: 100%; }
|
2779
|
+
|
2780
|
+
.is-dropdown-submenu.js-dropdown-active {
|
2781
|
+
display: block; }
|
2782
|
+
|
2783
|
+
.flex-video, .responsive-embed {
|
2784
|
+
position: relative;
|
2785
|
+
height: 0;
|
2786
|
+
margin-bottom: 1rem;
|
2787
|
+
padding-bottom: 75%;
|
2788
|
+
overflow: hidden; }
|
2789
|
+
|
2790
|
+
.flex-video embed, .flex-video iframe, .flex-video object, .flex-video video, .responsive-embed embed, .responsive-embed iframe, .responsive-embed object, .responsive-embed video {
|
2791
|
+
position: absolute;
|
2792
|
+
top: 0;
|
2793
|
+
left: 0;
|
2794
|
+
width: 100%;
|
2795
|
+
height: 100%; }
|
2796
|
+
|
2797
|
+
.flex-video.widescreen, .responsive-embed.widescreen {
|
2798
|
+
padding-bottom: 56.25%; }
|
2799
|
+
|
2800
|
+
.label {
|
2801
|
+
display: inline-block;
|
2802
|
+
padding: .33333rem .5rem;
|
2803
|
+
border-radius: 0;
|
2804
|
+
font-size: .8rem;
|
2805
|
+
line-height: 1;
|
2806
|
+
white-space: nowrap;
|
2807
|
+
cursor: default; }
|
2808
|
+
|
2809
|
+
.label, .label.primary {
|
2810
|
+
background: #1779ba;
|
2811
|
+
color: #fefefe; }
|
2812
|
+
|
2813
|
+
.label.secondary {
|
2814
|
+
background: #767676;
|
2815
|
+
color: #fefefe; }
|
2816
|
+
|
2817
|
+
.label.success {
|
2818
|
+
background: #3adb76;
|
2819
|
+
color: #0a0a0a; }
|
2820
|
+
|
2821
|
+
.label.warning {
|
2822
|
+
background: #ffae00;
|
2823
|
+
color: #0a0a0a; }
|
2824
|
+
|
2825
|
+
.label.alert {
|
2826
|
+
background: #cc4b37;
|
2827
|
+
color: #fefefe; }
|
2828
|
+
|
2829
|
+
.media-object {
|
2830
|
+
display: block;
|
2831
|
+
margin-bottom: 1rem; }
|
2832
|
+
|
2833
|
+
.media-object img {
|
2834
|
+
max-width: none; }
|
2835
|
+
|
2836
|
+
@media screen and (max-width: 39.9375em) {
|
2837
|
+
.media-object.stack-for-small .media-object-section {
|
2838
|
+
padding: 0;
|
2839
|
+
padding-bottom: 1rem;
|
2840
|
+
display: block; }
|
2841
|
+
|
2842
|
+
.media-object.stack-for-small .media-object-section img {
|
2843
|
+
width: 100%; } }
|
2844
|
+
.media-object-section {
|
2845
|
+
display: table-cell;
|
2846
|
+
vertical-align: top; }
|
2847
|
+
|
2848
|
+
.media-object-section:first-child {
|
2849
|
+
padding-right: 1rem; }
|
2850
|
+
|
2851
|
+
.media-object-section:last-child:not(:nth-child(2)) {
|
2852
|
+
padding-left: 1rem; }
|
2853
|
+
|
2854
|
+
.media-object-section > :last-child {
|
2855
|
+
margin-bottom: 0; }
|
2856
|
+
|
2857
|
+
.media-object-section.middle {
|
2858
|
+
vertical-align: middle; }
|
2859
|
+
|
2860
|
+
.media-object-section.bottom {
|
2861
|
+
vertical-align: bottom; }
|
2862
|
+
|
2863
|
+
.is-off-canvas-open {
|
2864
|
+
overflow: hidden; }
|
2865
|
+
|
2866
|
+
.js-off-canvas-overlay {
|
2867
|
+
position: absolute;
|
2868
|
+
top: 0;
|
2869
|
+
left: 0;
|
2870
|
+
width: 100%;
|
2871
|
+
height: 100%;
|
2872
|
+
transition: opacity .5s ease,visibility .5s ease;
|
2873
|
+
background: rgba(255, 255, 255, 0.25);
|
2874
|
+
opacity: 0;
|
2875
|
+
visibility: hidden;
|
2876
|
+
overflow: hidden; }
|
2877
|
+
|
2878
|
+
.js-off-canvas-overlay.is-visible {
|
2879
|
+
opacity: 1;
|
2880
|
+
visibility: visible; }
|
2881
|
+
|
2882
|
+
.js-off-canvas-overlay.is-closable {
|
2883
|
+
cursor: pointer; }
|
2884
|
+
|
2885
|
+
.js-off-canvas-overlay.is-overlay-absolute {
|
2886
|
+
position: absolute; }
|
2887
|
+
|
2888
|
+
.js-off-canvas-overlay.is-overlay-fixed {
|
2889
|
+
position: fixed; }
|
2890
|
+
|
2891
|
+
.off-canvas-wrapper {
|
2892
|
+
position: relative;
|
2893
|
+
overflow: hidden; }
|
2894
|
+
|
2895
|
+
.off-canvas {
|
2896
|
+
position: fixed;
|
2897
|
+
z-index: 1;
|
2898
|
+
transition: transform .5s ease;
|
2899
|
+
-webkit-backface-visibility: hidden;
|
2900
|
+
backface-visibility: hidden;
|
2901
|
+
background: #e6e6e6; }
|
2902
|
+
|
2903
|
+
[data-whatinput=mouse] .off-canvas {
|
2904
|
+
outline: 0; }
|
2905
|
+
|
2906
|
+
.off-canvas.is-transition-overlap {
|
2907
|
+
z-index: 10; }
|
2908
|
+
|
2909
|
+
.off-canvas.is-transition-overlap.is-open {
|
2910
|
+
box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
|
2911
|
+
|
2912
|
+
.off-canvas.is-open {
|
2913
|
+
transform: translate(0); }
|
2914
|
+
|
2915
|
+
.off-canvas-absolute {
|
2916
|
+
position: absolute;
|
2917
|
+
z-index: 1;
|
2918
|
+
transition: transform .5s ease;
|
2919
|
+
-webkit-backface-visibility: hidden;
|
2920
|
+
backface-visibility: hidden;
|
2921
|
+
background: #e6e6e6; }
|
2922
|
+
|
2923
|
+
[data-whatinput=mouse] .off-canvas-absolute {
|
2924
|
+
outline: 0; }
|
2925
|
+
|
2926
|
+
.off-canvas-absolute.is-transition-overlap {
|
2927
|
+
z-index: 10; }
|
2928
|
+
|
2929
|
+
.off-canvas-absolute.is-transition-overlap.is-open {
|
2930
|
+
box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
|
2931
|
+
|
2932
|
+
.off-canvas-absolute.is-open {
|
2933
|
+
transform: translate(0); }
|
2934
|
+
|
2935
|
+
.position-left {
|
2936
|
+
top: 0;
|
2937
|
+
left: 0;
|
2938
|
+
width: 250px;
|
2939
|
+
height: 100%;
|
2940
|
+
transform: translateX(-250px);
|
2941
|
+
overflow-y: auto; }
|
2942
|
+
|
2943
|
+
.position-left.is-open ~ .off-canvas-content {
|
2944
|
+
transform: translateX(250px); }
|
2945
|
+
|
2946
|
+
.position-left.is-transition-push:after {
|
2947
|
+
position: absolute;
|
2948
|
+
top: 0;
|
2949
|
+
right: 0;
|
2950
|
+
height: 100%;
|
2951
|
+
width: 1px;
|
2952
|
+
box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
|
2953
|
+
content: " "; }
|
2954
|
+
|
2955
|
+
.position-left.is-transition-overlap.is-open ~ .off-canvas-content {
|
2956
|
+
transform: none; }
|
2957
|
+
|
2958
|
+
.position-right {
|
2959
|
+
top: 0;
|
2960
|
+
right: 0;
|
2961
|
+
width: 250px;
|
2962
|
+
height: 100%;
|
2963
|
+
transform: translateX(250px);
|
2964
|
+
overflow-y: auto; }
|
2965
|
+
|
2966
|
+
.position-right.is-open ~ .off-canvas-content {
|
2967
|
+
transform: translateX(-250px); }
|
2968
|
+
|
2969
|
+
.position-right.is-transition-push:after {
|
2970
|
+
position: absolute;
|
2971
|
+
top: 0;
|
2972
|
+
left: 0;
|
2973
|
+
height: 100%;
|
2974
|
+
width: 1px;
|
2975
|
+
box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
|
2976
|
+
content: " "; }
|
2977
|
+
|
2978
|
+
.position-right.is-transition-overlap.is-open ~ .off-canvas-content {
|
2979
|
+
transform: none; }
|
2980
|
+
|
2981
|
+
.position-top {
|
2982
|
+
top: 0;
|
2983
|
+
left: 0;
|
2984
|
+
width: 100%;
|
2985
|
+
height: 250px;
|
2986
|
+
transform: translateY(-250px);
|
2987
|
+
overflow-x: auto; }
|
2988
|
+
|
2989
|
+
.position-top.is-open ~ .off-canvas-content {
|
2990
|
+
transform: translateY(250px); }
|
2991
|
+
|
2992
|
+
.position-top.is-transition-push:after {
|
2993
|
+
position: absolute;
|
2994
|
+
bottom: 0;
|
2995
|
+
left: 0;
|
2996
|
+
height: 1px;
|
2997
|
+
width: 100%;
|
2998
|
+
box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
|
2999
|
+
content: " "; }
|
3000
|
+
|
3001
|
+
.position-top.is-transition-overlap.is-open ~ .off-canvas-content {
|
3002
|
+
transform: none; }
|
3003
|
+
|
3004
|
+
.position-bottom {
|
3005
|
+
bottom: 0;
|
3006
|
+
left: 0;
|
3007
|
+
width: 100%;
|
3008
|
+
height: 250px;
|
3009
|
+
transform: translateY(250px);
|
3010
|
+
overflow-x: auto; }
|
3011
|
+
|
3012
|
+
.position-bottom.is-open ~ .off-canvas-content {
|
3013
|
+
transform: translateY(-250px); }
|
3014
|
+
|
3015
|
+
.position-bottom.is-transition-push:after {
|
3016
|
+
position: absolute;
|
3017
|
+
top: 0;
|
3018
|
+
left: 0;
|
3019
|
+
height: 1px;
|
3020
|
+
width: 100%;
|
3021
|
+
box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
|
3022
|
+
content: " "; }
|
3023
|
+
|
3024
|
+
.position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
|
3025
|
+
transform: none; }
|
3026
|
+
|
3027
|
+
.off-canvas-content {
|
3028
|
+
transition: transform .5s ease;
|
3029
|
+
-webkit-backface-visibility: hidden;
|
3030
|
+
backface-visibility: hidden; }
|
3031
|
+
|
3032
|
+
@media print, screen and (min-width: 40em) {
|
3033
|
+
.position-left.reveal-for-medium {
|
3034
|
+
transform: none;
|
3035
|
+
z-index: 1; }
|
3036
|
+
|
3037
|
+
.position-left.reveal-for-medium ~ .off-canvas-content {
|
3038
|
+
margin-left: 250px; }
|
3039
|
+
|
3040
|
+
.position-right.reveal-for-medium {
|
3041
|
+
transform: none;
|
3042
|
+
z-index: 1; }
|
3043
|
+
|
3044
|
+
.position-right.reveal-for-medium ~ .off-canvas-content {
|
3045
|
+
margin-right: 250px; }
|
3046
|
+
|
3047
|
+
.position-top.reveal-for-medium {
|
3048
|
+
transform: none;
|
3049
|
+
z-index: 1; }
|
3050
|
+
|
3051
|
+
.position-top.reveal-for-medium ~ .off-canvas-content {
|
3052
|
+
margin-top: 250px; }
|
3053
|
+
|
3054
|
+
.position-bottom.reveal-for-medium {
|
3055
|
+
transform: none;
|
3056
|
+
z-index: 1; }
|
3057
|
+
|
3058
|
+
.position-bottom.reveal-for-medium ~ .off-canvas-content {
|
3059
|
+
margin-bottom: 250px; } }
|
3060
|
+
@media print, screen and (min-width: 64em) {
|
3061
|
+
.position-left.reveal-for-large {
|
3062
|
+
transform: none;
|
3063
|
+
z-index: 1; }
|
3064
|
+
|
3065
|
+
.position-left.reveal-for-large ~ .off-canvas-content {
|
3066
|
+
margin-left: 250px; }
|
3067
|
+
|
3068
|
+
.position-right.reveal-for-large {
|
3069
|
+
transform: none;
|
3070
|
+
z-index: 1; }
|
3071
|
+
|
3072
|
+
.position-right.reveal-for-large ~ .off-canvas-content {
|
3073
|
+
margin-right: 250px; }
|
3074
|
+
|
3075
|
+
.position-top.reveal-for-large {
|
3076
|
+
transform: none;
|
3077
|
+
z-index: 1; }
|
3078
|
+
|
3079
|
+
.position-top.reveal-for-large ~ .off-canvas-content {
|
3080
|
+
margin-top: 250px; }
|
3081
|
+
|
3082
|
+
.position-bottom.reveal-for-large {
|
3083
|
+
transform: none;
|
3084
|
+
z-index: 1; }
|
3085
|
+
|
3086
|
+
.position-bottom.reveal-for-large ~ .off-canvas-content {
|
3087
|
+
margin-bottom: 250px; } }
|
3088
|
+
.orbit, .orbit-container {
|
3089
|
+
position: relative; }
|
3090
|
+
|
3091
|
+
.orbit-container {
|
3092
|
+
height: 0;
|
3093
|
+
margin: 0;
|
3094
|
+
list-style: none;
|
3095
|
+
overflow: hidden; }
|
3096
|
+
|
3097
|
+
.orbit-slide {
|
3098
|
+
width: 100%; }
|
3099
|
+
|
3100
|
+
.orbit-slide.no-motionui.is-active {
|
3101
|
+
top: 0;
|
3102
|
+
left: 0; }
|
3103
|
+
|
3104
|
+
.orbit-figure {
|
3105
|
+
margin: 0; }
|
3106
|
+
|
3107
|
+
.orbit-image {
|
3108
|
+
width: 100%;
|
3109
|
+
max-width: 100%;
|
3110
|
+
margin: 0; }
|
3111
|
+
|
3112
|
+
.orbit-caption {
|
3113
|
+
bottom: 0;
|
3114
|
+
width: 100%;
|
3115
|
+
margin-bottom: 0;
|
3116
|
+
background-color: rgba(10, 10, 10, 0.5); }
|
3117
|
+
|
3118
|
+
.orbit-caption, .orbit-next, .orbit-previous {
|
3119
|
+
position: absolute;
|
3120
|
+
padding: 1rem;
|
3121
|
+
color: #fefefe; }
|
3122
|
+
|
3123
|
+
.orbit-next, .orbit-previous {
|
3124
|
+
top: 50%;
|
3125
|
+
transform: translateY(-50%);
|
3126
|
+
z-index: 10; }
|
3127
|
+
|
3128
|
+
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
|
3129
|
+
outline: 0; }
|
3130
|
+
|
3131
|
+
.orbit-next:active, .orbit-next:focus, .orbit-next:hover, .orbit-previous:active, .orbit-previous:focus, .orbit-previous:hover {
|
3132
|
+
background-color: rgba(10, 10, 10, 0.5); }
|
3133
|
+
|
3134
|
+
.orbit-previous {
|
3135
|
+
left: 0; }
|
3136
|
+
|
3137
|
+
.orbit-next {
|
3138
|
+
left: auto;
|
3139
|
+
right: 0; }
|
3140
|
+
|
3141
|
+
.orbit-bullets {
|
3142
|
+
position: relative;
|
3143
|
+
margin-top: .8rem;
|
3144
|
+
margin-bottom: .8rem;
|
3145
|
+
text-align: center; }
|
3146
|
+
|
3147
|
+
[data-whatinput=mouse] .orbit-bullets {
|
3148
|
+
outline: 0; }
|
3149
|
+
|
3150
|
+
.orbit-bullets button {
|
3151
|
+
width: 1.2rem;
|
3152
|
+
height: 1.2rem;
|
3153
|
+
margin: .1rem;
|
3154
|
+
border-radius: 50%;
|
3155
|
+
background-color: #cacaca; }
|
3156
|
+
|
3157
|
+
.orbit-bullets button.is-active, .orbit-bullets button:hover {
|
3158
|
+
background-color: #8a8a8a; }
|
3159
|
+
|
3160
|
+
.pagination {
|
3161
|
+
margin-left: 0;
|
3162
|
+
margin-bottom: 1rem; }
|
3163
|
+
|
3164
|
+
.pagination:after, .pagination:before {
|
3165
|
+
display: table;
|
3166
|
+
content: " "; }
|
3167
|
+
|
3168
|
+
.pagination:after {
|
3169
|
+
clear: both; }
|
3170
|
+
|
3171
|
+
.pagination li {
|
3172
|
+
margin-right: .0625rem;
|
3173
|
+
border-radius: 0;
|
3174
|
+
font-size: .875rem;
|
3175
|
+
display: none; }
|
3176
|
+
|
3177
|
+
.pagination li:first-child, .pagination li:last-child {
|
3178
|
+
display: inline-block; }
|
3179
|
+
|
3180
|
+
@media print, screen and (min-width: 40em) {
|
3181
|
+
.pagination li {
|
3182
|
+
display: inline-block; } }
|
3183
|
+
.pagination a, .pagination button {
|
3184
|
+
display: block;
|
3185
|
+
padding: .1875rem .625rem;
|
3186
|
+
border-radius: 0;
|
3187
|
+
color: #0a0a0a; }
|
3188
|
+
|
3189
|
+
.pagination a:hover, .pagination button:hover {
|
3190
|
+
background: #e6e6e6; }
|
3191
|
+
|
3192
|
+
.pagination .current {
|
3193
|
+
padding: .1875rem .625rem;
|
3194
|
+
background: #1779ba;
|
3195
|
+
color: #fefefe;
|
3196
|
+
cursor: default; }
|
3197
|
+
|
3198
|
+
.pagination .disabled {
|
3199
|
+
padding: .1875rem .625rem;
|
3200
|
+
color: #cacaca;
|
3201
|
+
cursor: not-allowed; }
|
3202
|
+
|
3203
|
+
.pagination .disabled:hover {
|
3204
|
+
background: transparent; }
|
3205
|
+
|
3206
|
+
.pagination .ellipsis:after {
|
3207
|
+
padding: .1875rem .625rem;
|
3208
|
+
content: "\2026";
|
3209
|
+
color: #0a0a0a; }
|
3210
|
+
|
3211
|
+
.pagination-previous.disabled:before, .pagination-previous a:before {
|
3212
|
+
display: inline-block;
|
3213
|
+
margin-right: .5rem;
|
3214
|
+
content: "\00ab"; }
|
3215
|
+
|
3216
|
+
.pagination-next.disabled:after, .pagination-next a:after {
|
3217
|
+
display: inline-block;
|
3218
|
+
margin-left: .5rem;
|
3219
|
+
content: "\00bb"; }
|
3220
|
+
|
3221
|
+
.progress {
|
3222
|
+
height: 1rem;
|
3223
|
+
margin-bottom: 1rem;
|
3224
|
+
border-radius: 0;
|
3225
|
+
background-color: #cacaca; }
|
3226
|
+
|
3227
|
+
.progress.primary .progress-meter {
|
3228
|
+
background-color: #1779ba; }
|
3229
|
+
|
3230
|
+
.progress.secondary .progress-meter {
|
3231
|
+
background-color: #767676; }
|
3232
|
+
|
3233
|
+
.progress.success .progress-meter {
|
3234
|
+
background-color: #3adb76; }
|
3235
|
+
|
3236
|
+
.progress.warning .progress-meter {
|
3237
|
+
background-color: #ffae00; }
|
3238
|
+
|
3239
|
+
.progress.alert .progress-meter {
|
3240
|
+
background-color: #cc4b37; }
|
3241
|
+
|
3242
|
+
.progress-meter {
|
3243
|
+
position: relative;
|
3244
|
+
display: block;
|
3245
|
+
width: 0;
|
3246
|
+
height: 100%;
|
3247
|
+
background-color: #1779ba; }
|
3248
|
+
|
3249
|
+
.progress-meter-text {
|
3250
|
+
top: 50%;
|
3251
|
+
left: 50%;
|
3252
|
+
transform: translate(-50%, -50%);
|
3253
|
+
position: absolute;
|
3254
|
+
margin: 0;
|
3255
|
+
font-size: .75rem;
|
3256
|
+
font-weight: 700;
|
3257
|
+
color: #fefefe;
|
3258
|
+
white-space: nowrap; }
|
3259
|
+
|
3260
|
+
body.is-reveal-open {
|
3261
|
+
overflow: hidden; }
|
3262
|
+
|
3263
|
+
html.is-reveal-open, html.is-reveal-open body {
|
3264
|
+
min-height: 100%;
|
3265
|
+
overflow: hidden;
|
3266
|
+
-webkit-user-select: none;
|
3267
|
+
-moz-user-select: none;
|
3268
|
+
-ms-user-select: none;
|
3269
|
+
user-select: none; }
|
3270
|
+
|
3271
|
+
.reveal-overlay {
|
3272
|
+
position: fixed;
|
3273
|
+
top: 0;
|
3274
|
+
right: 0;
|
3275
|
+
bottom: 0;
|
3276
|
+
left: 0;
|
3277
|
+
z-index: 1005;
|
3278
|
+
display: none;
|
3279
|
+
background-color: rgba(10, 10, 10, 0.45);
|
3280
|
+
overflow-y: scroll; }
|
3281
|
+
|
3282
|
+
.reveal {
|
3283
|
+
z-index: 1006;
|
3284
|
+
-webkit-backface-visibility: hidden;
|
3285
|
+
backface-visibility: hidden;
|
3286
|
+
display: none;
|
3287
|
+
padding: 1rem;
|
3288
|
+
border: 1px solid #cacaca;
|
3289
|
+
border-radius: 0;
|
3290
|
+
background-color: #fefefe;
|
3291
|
+
position: relative;
|
3292
|
+
top: 100px;
|
3293
|
+
margin-right: auto;
|
3294
|
+
margin-left: auto;
|
3295
|
+
overflow-y: auto; }
|
3296
|
+
|
3297
|
+
[data-whatinput=mouse] .reveal {
|
3298
|
+
outline: 0; }
|
3299
|
+
|
3300
|
+
@media print, screen and (min-width: 40em) {
|
3301
|
+
.reveal {
|
3302
|
+
min-height: 0; } }
|
3303
|
+
.reveal .column, .reveal .columns {
|
3304
|
+
min-width: 0; }
|
3305
|
+
|
3306
|
+
.reveal > :last-child {
|
3307
|
+
margin-bottom: 0; }
|
3308
|
+
|
3309
|
+
@media print, screen and (min-width: 40em) {
|
3310
|
+
.reveal {
|
3311
|
+
width: 600px;
|
3312
|
+
max-width: 75rem; } }
|
3313
|
+
@media print, screen and (min-width: 40em) {
|
3314
|
+
.reveal .reveal {
|
3315
|
+
right: auto;
|
3316
|
+
left: auto;
|
3317
|
+
margin: 0 auto; } }
|
3318
|
+
.reveal.collapse {
|
3319
|
+
padding: 0; }
|
3320
|
+
|
3321
|
+
@media print, screen and (min-width: 40em) {
|
3322
|
+
.reveal.tiny {
|
3323
|
+
width: 30%;
|
3324
|
+
max-width: 75rem; } }
|
3325
|
+
@media print, screen and (min-width: 40em) {
|
3326
|
+
.reveal.small {
|
3327
|
+
width: 50%;
|
3328
|
+
max-width: 75rem; } }
|
3329
|
+
@media print, screen and (min-width: 40em) {
|
3330
|
+
.reveal.large {
|
3331
|
+
width: 90%;
|
3332
|
+
max-width: 75rem; } }
|
3333
|
+
.reveal.full {
|
3334
|
+
top: 0;
|
3335
|
+
left: 0;
|
3336
|
+
width: 100%;
|
3337
|
+
max-width: none;
|
3338
|
+
height: 100%;
|
3339
|
+
height: 100vh;
|
3340
|
+
min-height: 100vh;
|
3341
|
+
margin-left: 0;
|
3342
|
+
border: 0;
|
3343
|
+
border-radius: 0; }
|
3344
|
+
|
3345
|
+
@media screen and (max-width: 39.9375em) {
|
3346
|
+
.reveal {
|
3347
|
+
top: 0;
|
3348
|
+
left: 0;
|
3349
|
+
width: 100%;
|
3350
|
+
max-width: none;
|
3351
|
+
height: 100%;
|
3352
|
+
height: 100vh;
|
3353
|
+
min-height: 100vh;
|
3354
|
+
margin-left: 0;
|
3355
|
+
border: 0;
|
3356
|
+
border-radius: 0; } }
|
3357
|
+
.reveal.without-overlay {
|
3358
|
+
position: fixed; }
|
3359
|
+
|
3360
|
+
.slider {
|
3361
|
+
position: relative;
|
3362
|
+
height: .5rem;
|
3363
|
+
margin-top: 1.25rem;
|
3364
|
+
margin-bottom: 2.25rem;
|
3365
|
+
background-color: #e6e6e6;
|
3366
|
+
cursor: pointer;
|
3367
|
+
-webkit-user-select: none;
|
3368
|
+
-moz-user-select: none;
|
3369
|
+
-ms-user-select: none;
|
3370
|
+
user-select: none;
|
3371
|
+
-ms-touch-action: none;
|
3372
|
+
touch-action: none; }
|
3373
|
+
|
3374
|
+
.slider-fill {
|
3375
|
+
position: absolute;
|
3376
|
+
top: 0;
|
3377
|
+
left: 0;
|
3378
|
+
display: inline-block;
|
3379
|
+
max-width: 100%;
|
3380
|
+
height: .5rem;
|
3381
|
+
background-color: #cacaca;
|
3382
|
+
transition: all .2s ease-in-out; }
|
3383
|
+
|
3384
|
+
.slider-fill.is-dragging {
|
3385
|
+
transition: all 0s linear; }
|
3386
|
+
|
3387
|
+
.slider-handle {
|
3388
|
+
top: 50%;
|
3389
|
+
transform: translateY(-50%);
|
3390
|
+
position: absolute;
|
3391
|
+
left: 0;
|
3392
|
+
z-index: 1;
|
3393
|
+
display: inline-block;
|
3394
|
+
width: 1.4rem;
|
3395
|
+
height: 1.4rem;
|
3396
|
+
border-radius: 0;
|
3397
|
+
background-color: #1779ba;
|
3398
|
+
transition: all .2s ease-in-out;
|
3399
|
+
-ms-touch-action: manipulation;
|
3400
|
+
touch-action: manipulation; }
|
3401
|
+
|
3402
|
+
[data-whatinput=mouse] .slider-handle {
|
3403
|
+
outline: 0; }
|
3404
|
+
|
3405
|
+
.slider-handle:hover {
|
3406
|
+
background-color: #14679e; }
|
3407
|
+
|
3408
|
+
.slider-handle.is-dragging {
|
3409
|
+
transition: all 0s linear; }
|
3410
|
+
|
3411
|
+
.slider.disabled, .slider[disabled] {
|
3412
|
+
opacity: .25;
|
3413
|
+
cursor: not-allowed; }
|
3414
|
+
|
3415
|
+
.slider.vertical {
|
3416
|
+
display: inline-block;
|
3417
|
+
width: .5rem;
|
3418
|
+
height: 12.5rem;
|
3419
|
+
margin: 0 1.25rem;
|
3420
|
+
transform: scaleY(-1); }
|
3421
|
+
|
3422
|
+
.slider.vertical .slider-fill {
|
3423
|
+
top: 0;
|
3424
|
+
width: .5rem;
|
3425
|
+
max-height: 100%; }
|
3426
|
+
|
3427
|
+
.slider.vertical .slider-handle {
|
3428
|
+
position: absolute;
|
3429
|
+
top: 0;
|
3430
|
+
left: 50%;
|
3431
|
+
width: 1.4rem;
|
3432
|
+
height: 1.4rem;
|
3433
|
+
transform: translateX(-50%); }
|
3434
|
+
|
3435
|
+
.sticky, .sticky-container {
|
3436
|
+
position: relative; }
|
3437
|
+
|
3438
|
+
.sticky {
|
3439
|
+
z-index: 0;
|
3440
|
+
transform: translateZ(0); }
|
3441
|
+
|
3442
|
+
.sticky.is-stuck {
|
3443
|
+
position: fixed;
|
3444
|
+
z-index: 5; }
|
3445
|
+
|
3446
|
+
.sticky.is-stuck.is-at-top {
|
3447
|
+
top: 0; }
|
3448
|
+
|
3449
|
+
.sticky.is-stuck.is-at-bottom {
|
3450
|
+
bottom: 0; }
|
3451
|
+
|
3452
|
+
.sticky.is-anchored {
|
3453
|
+
position: relative;
|
3454
|
+
right: auto;
|
3455
|
+
left: auto; }
|
3456
|
+
|
3457
|
+
.sticky.is-anchored.is-at-bottom {
|
3458
|
+
bottom: 0; }
|
3459
|
+
|
3460
|
+
.switch {
|
3461
|
+
height: 2rem;
|
3462
|
+
position: relative;
|
3463
|
+
margin-bottom: 1rem;
|
3464
|
+
outline: 0;
|
3465
|
+
font-size: .875rem;
|
3466
|
+
font-weight: 700;
|
3467
|
+
color: #fefefe;
|
3468
|
+
-webkit-user-select: none;
|
3469
|
+
-moz-user-select: none;
|
3470
|
+
-ms-user-select: none;
|
3471
|
+
user-select: none; }
|
3472
|
+
|
3473
|
+
.switch-input {
|
3474
|
+
position: absolute;
|
3475
|
+
margin-bottom: 0;
|
3476
|
+
opacity: 0; }
|
3477
|
+
|
3478
|
+
.switch-paddle {
|
3479
|
+
position: relative;
|
3480
|
+
display: block;
|
3481
|
+
width: 4rem;
|
3482
|
+
height: 2rem;
|
3483
|
+
border-radius: 0;
|
3484
|
+
background: #cacaca;
|
3485
|
+
transition: all .25s ease-out;
|
3486
|
+
font-weight: inherit;
|
3487
|
+
color: inherit;
|
3488
|
+
cursor: pointer; }
|
3489
|
+
|
3490
|
+
input + .switch-paddle {
|
3491
|
+
margin: 0; }
|
3492
|
+
|
3493
|
+
.switch-paddle:after {
|
3494
|
+
position: absolute;
|
3495
|
+
top: .25rem;
|
3496
|
+
left: .25rem;
|
3497
|
+
display: block;
|
3498
|
+
width: 1.5rem;
|
3499
|
+
height: 1.5rem;
|
3500
|
+
transform: translateZ(0);
|
3501
|
+
border-radius: 0;
|
3502
|
+
background: #fefefe;
|
3503
|
+
transition: all .25s ease-out;
|
3504
|
+
content: ""; }
|
3505
|
+
|
3506
|
+
input:checked ~ .switch-paddle {
|
3507
|
+
background: #1779ba; }
|
3508
|
+
|
3509
|
+
input:checked ~ .switch-paddle:after {
|
3510
|
+
left: 2.25rem; }
|
3511
|
+
|
3512
|
+
[data-whatinput=mouse] input:focus ~ .switch-paddle {
|
3513
|
+
outline: 0; }
|
3514
|
+
|
3515
|
+
.switch-active, .switch-inactive {
|
3516
|
+
position: absolute;
|
3517
|
+
top: 50%;
|
3518
|
+
transform: translateY(-50%); }
|
3519
|
+
|
3520
|
+
.switch-active {
|
3521
|
+
left: 8%;
|
3522
|
+
display: none; }
|
3523
|
+
|
3524
|
+
input:checked + label > .switch-active {
|
3525
|
+
display: block; }
|
3526
|
+
|
3527
|
+
.switch-inactive {
|
3528
|
+
right: 15%; }
|
3529
|
+
|
3530
|
+
input:checked + label > .switch-inactive {
|
3531
|
+
display: none; }
|
3532
|
+
|
3533
|
+
.switch.tiny {
|
3534
|
+
height: 1.5rem; }
|
3535
|
+
|
3536
|
+
.switch.tiny .switch-paddle {
|
3537
|
+
width: 3rem;
|
3538
|
+
height: 1.5rem;
|
3539
|
+
font-size: .625rem; }
|
3540
|
+
|
3541
|
+
.switch.tiny .switch-paddle:after {
|
3542
|
+
top: .25rem;
|
3543
|
+
left: .25rem;
|
3544
|
+
width: 1rem;
|
3545
|
+
height: 1rem; }
|
3546
|
+
|
3547
|
+
.switch.tiny input:checked ~ .switch-paddle:after {
|
3548
|
+
left: 1.75rem; }
|
3549
|
+
|
3550
|
+
.switch.small {
|
3551
|
+
height: 1.75rem; }
|
3552
|
+
|
3553
|
+
.switch.small .switch-paddle {
|
3554
|
+
width: 3.5rem;
|
3555
|
+
height: 1.75rem;
|
3556
|
+
font-size: .75rem; }
|
3557
|
+
|
3558
|
+
.switch.small .switch-paddle:after {
|
3559
|
+
top: .25rem;
|
3560
|
+
left: .25rem;
|
3561
|
+
width: 1.25rem;
|
3562
|
+
height: 1.25rem; }
|
3563
|
+
|
3564
|
+
.switch.small input:checked ~ .switch-paddle:after {
|
3565
|
+
left: 2rem; }
|
3566
|
+
|
3567
|
+
.switch.large {
|
3568
|
+
height: 2.5rem; }
|
3569
|
+
|
3570
|
+
.switch.large .switch-paddle {
|
3571
|
+
width: 5rem;
|
3572
|
+
height: 2.5rem;
|
3573
|
+
font-size: 1rem; }
|
3574
|
+
|
3575
|
+
.switch.large .switch-paddle:after {
|
3576
|
+
top: .25rem;
|
3577
|
+
left: .25rem;
|
3578
|
+
width: 2rem;
|
3579
|
+
height: 2rem; }
|
3580
|
+
|
3581
|
+
.switch.large input:checked ~ .switch-paddle:after {
|
3582
|
+
left: 2.75rem; }
|
3583
|
+
|
3584
|
+
table {
|
3585
|
+
width: 100%;
|
3586
|
+
margin-bottom: 1rem;
|
3587
|
+
border-radius: 0; }
|
3588
|
+
|
3589
|
+
table tbody, table tfoot, table thead {
|
3590
|
+
border: 1px solid #f1f1f1;
|
3591
|
+
background-color: #fefefe; }
|
3592
|
+
|
3593
|
+
table caption {
|
3594
|
+
padding: .5rem .625rem .625rem;
|
3595
|
+
font-weight: 700; }
|
3596
|
+
|
3597
|
+
table thead {
|
3598
|
+
background: #f8f8f8;
|
3599
|
+
color: #0a0a0a; }
|
3600
|
+
|
3601
|
+
table tfoot {
|
3602
|
+
background: #f1f1f1;
|
3603
|
+
color: #0a0a0a; }
|
3604
|
+
|
3605
|
+
table tfoot tr, table thead tr {
|
3606
|
+
background: transparent; }
|
3607
|
+
|
3608
|
+
table tfoot td, table tfoot th, table thead td, table thead th {
|
3609
|
+
padding: .5rem .625rem .625rem;
|
3610
|
+
font-weight: 700;
|
3611
|
+
text-align: left; }
|
3612
|
+
|
3613
|
+
table tbody td, table tbody th {
|
3614
|
+
padding: .5rem .625rem .625rem; }
|
3615
|
+
|
3616
|
+
table tbody tr:nth-child(even) {
|
3617
|
+
border-bottom: 0;
|
3618
|
+
background-color: #f1f1f1; }
|
3619
|
+
|
3620
|
+
table.unstriped tbody {
|
3621
|
+
background-color: #fefefe; }
|
3622
|
+
|
3623
|
+
table.unstriped tbody tr {
|
3624
|
+
border-bottom: 0;
|
3625
|
+
border-bottom: 1px solid #f1f1f1;
|
3626
|
+
background-color: #fefefe; }
|
3627
|
+
|
3628
|
+
@media screen and (max-width: 63.9375em) {
|
3629
|
+
table.stack tfoot, table.stack thead {
|
3630
|
+
display: none; }
|
3631
|
+
|
3632
|
+
table.stack td, table.stack th, table.stack tr {
|
3633
|
+
display: block; }
|
3634
|
+
|
3635
|
+
table.stack td {
|
3636
|
+
border-top: 0; } }
|
3637
|
+
table.scroll {
|
3638
|
+
display: block;
|
3639
|
+
width: 100%;
|
3640
|
+
overflow-x: auto; }
|
3641
|
+
|
3642
|
+
table.hover thead tr:hover {
|
3643
|
+
background-color: #f3f3f3; }
|
3644
|
+
|
3645
|
+
table.hover tfoot tr:hover {
|
3646
|
+
background-color: #ececec; }
|
3647
|
+
|
3648
|
+
table.hover tbody tr:hover {
|
3649
|
+
background-color: #f9f9f9; }
|
3650
|
+
|
3651
|
+
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
|
3652
|
+
background-color: #ececec; }
|
3653
|
+
|
3654
|
+
.table-scroll {
|
3655
|
+
overflow-x: auto; }
|
3656
|
+
|
3657
|
+
.table-scroll table {
|
3658
|
+
width: auto; }
|
3659
|
+
|
3660
|
+
.tabs {
|
3661
|
+
margin: 0;
|
3662
|
+
border: 1px solid #e6e6e6;
|
3663
|
+
background: #fefefe;
|
3664
|
+
list-style-type: none; }
|
3665
|
+
|
3666
|
+
.tabs:after, .tabs:before {
|
3667
|
+
display: table;
|
3668
|
+
content: " "; }
|
3669
|
+
|
3670
|
+
.tabs:after {
|
3671
|
+
clear: both; }
|
3672
|
+
|
3673
|
+
.tabs.vertical > li {
|
3674
|
+
display: block;
|
3675
|
+
float: none;
|
3676
|
+
width: auto; }
|
3677
|
+
|
3678
|
+
.tabs.simple > li > a {
|
3679
|
+
padding: 0; }
|
3680
|
+
|
3681
|
+
.tabs.simple > li > a:hover {
|
3682
|
+
background: transparent; }
|
3683
|
+
|
3684
|
+
.tabs.primary {
|
3685
|
+
background: #1779ba; }
|
3686
|
+
|
3687
|
+
.tabs.primary > li > a {
|
3688
|
+
color: #fefefe; }
|
3689
|
+
|
3690
|
+
.tabs.primary > li > a:focus, .tabs.primary > li > a:hover {
|
3691
|
+
background: #1673b1; }
|
3692
|
+
|
3693
|
+
.tabs-title {
|
3694
|
+
float: left; }
|
3695
|
+
|
3696
|
+
.tabs-title > a {
|
3697
|
+
display: block;
|
3698
|
+
padding: 1.25rem 1.5rem;
|
3699
|
+
font-size: .75rem;
|
3700
|
+
line-height: 1;
|
3701
|
+
color: #1779ba; }
|
3702
|
+
|
3703
|
+
.tabs-title > a:hover {
|
3704
|
+
background: #fefefe;
|
3705
|
+
color: #1468a0; }
|
3706
|
+
|
3707
|
+
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
|
3708
|
+
background: #e6e6e6;
|
3709
|
+
color: #1779ba; }
|
3710
|
+
|
3711
|
+
.tabs-content {
|
3712
|
+
border: 1px solid #e6e6e6;
|
3713
|
+
border-top: 0;
|
3714
|
+
background: #fefefe;
|
3715
|
+
color: #0a0a0a;
|
3716
|
+
transition: all .5s ease; }
|
3717
|
+
|
3718
|
+
.tabs-content.vertical {
|
3719
|
+
border: 1px solid #e6e6e6;
|
3720
|
+
border-left: 0; }
|
3721
|
+
|
3722
|
+
.tabs-panel {
|
3723
|
+
display: none;
|
3724
|
+
padding: 1rem; }
|
3725
|
+
|
3726
|
+
.tabs-panel[aria-hidden=false] {
|
3727
|
+
display: block; }
|
3728
|
+
|
3729
|
+
.thumbnail {
|
3730
|
+
display: inline-block;
|
3731
|
+
max-width: 100%;
|
3732
|
+
margin-bottom: 1rem;
|
3733
|
+
border: 4px solid #fefefe;
|
3734
|
+
border-radius: 0;
|
3735
|
+
box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
|
3736
|
+
line-height: 0; }
|
3737
|
+
|
3738
|
+
a.thumbnail {
|
3739
|
+
transition: box-shadow .2s ease-out; }
|
3740
|
+
|
3741
|
+
a.thumbnail:focus, a.thumbnail:hover {
|
3742
|
+
box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5); }
|
3743
|
+
|
3744
|
+
a.thumbnail image {
|
3745
|
+
box-shadow: none; }
|
3746
|
+
|
3747
|
+
.title-bar {
|
3748
|
+
padding: .5rem;
|
3749
|
+
background: #0a0a0a;
|
3750
|
+
color: #fefefe; }
|
3751
|
+
|
3752
|
+
.title-bar:after, .title-bar:before {
|
3753
|
+
display: table;
|
3754
|
+
content: " "; }
|
3755
|
+
|
3756
|
+
.title-bar:after {
|
3757
|
+
clear: both; }
|
3758
|
+
|
3759
|
+
.title-bar .menu-icon {
|
3760
|
+
margin-left: .25rem;
|
3761
|
+
margin-right: .25rem; }
|
3762
|
+
|
3763
|
+
.title-bar-left {
|
3764
|
+
float: left; }
|
3765
|
+
|
3766
|
+
.title-bar-right {
|
3767
|
+
float: right;
|
3768
|
+
text-align: right; }
|
3769
|
+
|
3770
|
+
.title-bar-title {
|
3771
|
+
vertical-align: middle; }
|
3772
|
+
|
3773
|
+
.has-tip, .title-bar-title {
|
3774
|
+
display: inline-block;
|
3775
|
+
font-weight: 700; }
|
3776
|
+
|
3777
|
+
.has-tip {
|
3778
|
+
position: relative;
|
3779
|
+
border-bottom: 1px dotted #8a8a8a;
|
3780
|
+
cursor: help; }
|
3781
|
+
|
3782
|
+
.tooltip {
|
3783
|
+
position: absolute;
|
3784
|
+
top: calc(100% + .6495rem);
|
3785
|
+
z-index: 1200;
|
3786
|
+
max-width: 10rem;
|
3787
|
+
padding: .75rem;
|
3788
|
+
border-radius: 0;
|
3789
|
+
background-color: #0a0a0a;
|
3790
|
+
font-size: 80%;
|
3791
|
+
color: #fefefe; }
|
3792
|
+
|
3793
|
+
.tooltip:before {
|
3794
|
+
border: .75rem inset;
|
3795
|
+
border-top-width: 0;
|
3796
|
+
border-bottom-style: solid;
|
3797
|
+
border-color: transparent transparent #0a0a0a;
|
3798
|
+
position: absolute;
|
3799
|
+
bottom: 100%;
|
3800
|
+
left: 50%;
|
3801
|
+
transform: translateX(-50%); }
|
3802
|
+
|
3803
|
+
.tooltip.top:before, .tooltip:before {
|
3804
|
+
display: block;
|
3805
|
+
width: 0;
|
3806
|
+
height: 0;
|
3807
|
+
content: ""; }
|
3808
|
+
|
3809
|
+
.tooltip.top:before {
|
3810
|
+
border: .75rem inset;
|
3811
|
+
border-bottom-width: 0;
|
3812
|
+
border-top-style: solid;
|
3813
|
+
border-color: #0a0a0a transparent transparent;
|
3814
|
+
top: 100%;
|
3815
|
+
bottom: auto; }
|
3816
|
+
|
3817
|
+
.tooltip.left:before {
|
3818
|
+
border: .75rem inset;
|
3819
|
+
border-right-width: 0;
|
3820
|
+
border-left-style: solid;
|
3821
|
+
border-color: transparent transparent transparent #0a0a0a;
|
3822
|
+
left: 100%; }
|
3823
|
+
|
3824
|
+
.tooltip.left:before, .tooltip.right:before {
|
3825
|
+
display: block;
|
3826
|
+
width: 0;
|
3827
|
+
height: 0;
|
3828
|
+
content: "";
|
3829
|
+
top: 50%;
|
3830
|
+
bottom: auto;
|
3831
|
+
transform: translateY(-50%); }
|
3832
|
+
|
3833
|
+
.tooltip.right:before {
|
3834
|
+
border: .75rem inset;
|
3835
|
+
border-left-width: 0;
|
3836
|
+
border-right-style: solid;
|
3837
|
+
border-color: transparent #0a0a0a transparent transparent;
|
3838
|
+
right: 100%;
|
3839
|
+
left: auto; }
|
3840
|
+
|
3841
|
+
.top-bar {
|
3842
|
+
padding: .5rem; }
|
3843
|
+
|
3844
|
+
.top-bar:after, .top-bar:before {
|
3845
|
+
display: table;
|
3846
|
+
content: " "; }
|
3847
|
+
|
3848
|
+
.top-bar:after {
|
3849
|
+
clear: both; }
|
3850
|
+
|
3851
|
+
.top-bar, .top-bar ul {
|
3852
|
+
background-color: #e6e6e6; }
|
3853
|
+
|
3854
|
+
.top-bar input {
|
3855
|
+
max-width: 200px;
|
3856
|
+
margin-right: 1rem; }
|
3857
|
+
|
3858
|
+
.top-bar .input-group-field {
|
3859
|
+
width: 100%;
|
3860
|
+
margin-right: 0; }
|
3861
|
+
|
3862
|
+
.top-bar input.button {
|
3863
|
+
width: auto; }
|
3864
|
+
|
3865
|
+
.top-bar .top-bar-left, .top-bar .top-bar-right {
|
3866
|
+
width: 100%; }
|
3867
|
+
|
3868
|
+
@media print, screen and (min-width: 40em) {
|
3869
|
+
.top-bar .top-bar-left, .top-bar .top-bar-right {
|
3870
|
+
width: auto; } }
|
3871
|
+
@media screen and (max-width: 63.9375em) {
|
3872
|
+
.top-bar.stacked-for-medium .top-bar-left, .top-bar.stacked-for-medium .top-bar-right {
|
3873
|
+
width: 100%; } }
|
3874
|
+
@media screen and (max-width: 74.9375em) {
|
3875
|
+
.top-bar.stacked-for-large .top-bar-left, .top-bar.stacked-for-large .top-bar-right {
|
3876
|
+
width: 100%; } }
|
3877
|
+
.top-bar-title {
|
3878
|
+
display: inline-block;
|
3879
|
+
float: left;
|
3880
|
+
padding: .5rem 1rem .5rem 0; }
|
3881
|
+
|
3882
|
+
.top-bar-title .menu-icon {
|
3883
|
+
bottom: 2px; }
|
3884
|
+
|
3885
|
+
.top-bar-left {
|
3886
|
+
float: left; }
|
3887
|
+
|
3888
|
+
.top-bar-right {
|
3889
|
+
float: right; }
|
3890
|
+
|
3891
|
+
.hide {
|
3892
|
+
display: none !important; }
|
3893
|
+
|
3894
|
+
.invisible {
|
3895
|
+
visibility: hidden; }
|
3896
|
+
|
3897
|
+
@media screen and (max-width: 39.9375em) {
|
3898
|
+
.hide-for-small-only {
|
3899
|
+
display: none !important; } }
|
3900
|
+
@media screen and (max-width: 0em), screen and (min-width: 40em) {
|
3901
|
+
.show-for-small-only {
|
3902
|
+
display: none !important; } }
|
3903
|
+
@media print, screen and (min-width: 40em) {
|
3904
|
+
.hide-for-medium {
|
3905
|
+
display: none !important; } }
|
3906
|
+
@media screen and (max-width: 39.9375em) {
|
3907
|
+
.show-for-medium {
|
3908
|
+
display: none !important; } }
|
3909
|
+
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
|
3910
|
+
.hide-for-medium-only {
|
3911
|
+
display: none !important; } }
|
3912
|
+
@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
|
3913
|
+
.show-for-medium-only {
|
3914
|
+
display: none !important; } }
|
3915
|
+
@media print, screen and (min-width: 64em) {
|
3916
|
+
.hide-for-large {
|
3917
|
+
display: none !important; } }
|
3918
|
+
@media screen and (max-width: 63.9375em) {
|
3919
|
+
.show-for-large {
|
3920
|
+
display: none !important; } }
|
3921
|
+
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
|
3922
|
+
.hide-for-large-only {
|
3923
|
+
display: none !important; } }
|
3924
|
+
@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
|
3925
|
+
.show-for-large-only {
|
3926
|
+
display: none !important; } }
|
3927
|
+
.show-for-sr, .show-on-focus {
|
3928
|
+
position: absolute !important;
|
3929
|
+
width: 1px;
|
3930
|
+
height: 1px;
|
3931
|
+
overflow: hidden;
|
3932
|
+
clip: rect(0, 0, 0, 0); }
|
3933
|
+
|
3934
|
+
.show-on-focus:active, .show-on-focus:focus {
|
3935
|
+
position: static !important;
|
3936
|
+
width: auto;
|
3937
|
+
height: auto;
|
3938
|
+
overflow: visible;
|
3939
|
+
clip: auto; }
|
3940
|
+
|
3941
|
+
.hide-for-portrait, .show-for-landscape {
|
3942
|
+
display: block !important; }
|
3943
|
+
|
3944
|
+
@media screen and (orientation: landscape) {
|
3945
|
+
.hide-for-portrait, .show-for-landscape {
|
3946
|
+
display: block !important; } }
|
3947
|
+
@media screen and (orientation: portrait) {
|
3948
|
+
.hide-for-portrait, .show-for-landscape {
|
3949
|
+
display: none !important; } }
|
3950
|
+
.hide-for-landscape, .show-for-portrait {
|
3951
|
+
display: none !important; }
|
3952
|
+
|
3953
|
+
@media screen and (orientation: landscape) {
|
3954
|
+
.hide-for-landscape, .show-for-portrait {
|
3955
|
+
display: none !important; } }
|
3956
|
+
@media screen and (orientation: portrait) {
|
3957
|
+
.hide-for-landscape, .show-for-portrait {
|
3958
|
+
display: block !important; } }
|
3959
|
+
.float-left {
|
3960
|
+
float: left !important; }
|
3961
|
+
|
3962
|
+
.float-right {
|
3963
|
+
float: right !important; }
|
3964
|
+
|
3965
|
+
.float-center {
|
3966
|
+
display: block;
|
3967
|
+
margin-right: auto;
|
3968
|
+
margin-left: auto; }
|
3969
|
+
|
3970
|
+
.clearfix:after, .clearfix:before {
|
3971
|
+
display: table;
|
3972
|
+
content: " "; }
|
3973
|
+
|
3974
|
+
.clearfix:after {
|
3975
|
+
clear: both; }
|
3976
|
+
|
3977
|
+
.slide-in-down.mui-enter {
|
3978
|
+
transition-duration: .5s;
|
3979
|
+
transition-timing-function: linear;
|
3980
|
+
transform: translateY(-100%);
|
3981
|
+
transition-property: transform,opacity;
|
3982
|
+
-webkit-backface-visibility: hidden;
|
3983
|
+
backface-visibility: hidden; }
|
3984
|
+
|
3985
|
+
.slide-in-down.mui-enter.mui-enter-active {
|
3986
|
+
transform: translateY(0); }
|
3987
|
+
|
3988
|
+
.slide-in-left.mui-enter {
|
3989
|
+
transition-duration: .5s;
|
3990
|
+
transition-timing-function: linear;
|
3991
|
+
transform: translateX(-100%);
|
3992
|
+
transition-property: transform,opacity;
|
3993
|
+
-webkit-backface-visibility: hidden;
|
3994
|
+
backface-visibility: hidden; }
|
3995
|
+
|
3996
|
+
.slide-in-left.mui-enter.mui-enter-active {
|
3997
|
+
transform: translateX(0); }
|
3998
|
+
|
3999
|
+
.slide-in-up.mui-enter {
|
4000
|
+
transition-duration: .5s;
|
4001
|
+
transition-timing-function: linear;
|
4002
|
+
transform: translateY(100%);
|
4003
|
+
transition-property: transform,opacity;
|
4004
|
+
-webkit-backface-visibility: hidden;
|
4005
|
+
backface-visibility: hidden; }
|
4006
|
+
|
4007
|
+
.slide-in-up.mui-enter.mui-enter-active {
|
4008
|
+
transform: translateY(0); }
|
4009
|
+
|
4010
|
+
.slide-in-right.mui-enter {
|
4011
|
+
transition-duration: .5s;
|
4012
|
+
transition-timing-function: linear;
|
4013
|
+
transform: translateX(100%);
|
4014
|
+
transition-property: transform,opacity;
|
4015
|
+
-webkit-backface-visibility: hidden;
|
4016
|
+
backface-visibility: hidden; }
|
4017
|
+
|
4018
|
+
.slide-in-right.mui-enter.mui-enter-active {
|
4019
|
+
transform: translateX(0); }
|
4020
|
+
|
4021
|
+
.slide-out-down.mui-leave {
|
4022
|
+
transition-duration: .5s;
|
4023
|
+
transition-timing-function: linear;
|
4024
|
+
transform: translateY(0);
|
4025
|
+
transition-property: transform,opacity;
|
4026
|
+
-webkit-backface-visibility: hidden;
|
4027
|
+
backface-visibility: hidden; }
|
4028
|
+
|
4029
|
+
.slide-out-down.mui-leave.mui-leave-active {
|
4030
|
+
transform: translateY(100%); }
|
4031
|
+
|
4032
|
+
.slide-out-right.mui-leave {
|
4033
|
+
transition-duration: .5s;
|
4034
|
+
transition-timing-function: linear;
|
4035
|
+
transform: translateX(0);
|
4036
|
+
transition-property: transform,opacity;
|
4037
|
+
-webkit-backface-visibility: hidden;
|
4038
|
+
backface-visibility: hidden; }
|
4039
|
+
|
4040
|
+
.slide-out-right.mui-leave.mui-leave-active {
|
4041
|
+
transform: translateX(100%); }
|
4042
|
+
|
4043
|
+
.slide-out-up.mui-leave {
|
4044
|
+
transition-duration: .5s;
|
4045
|
+
transition-timing-function: linear;
|
4046
|
+
transform: translateY(0);
|
4047
|
+
transition-property: transform,opacity;
|
4048
|
+
-webkit-backface-visibility: hidden;
|
4049
|
+
backface-visibility: hidden; }
|
4050
|
+
|
4051
|
+
.slide-out-up.mui-leave.mui-leave-active {
|
4052
|
+
transform: translateY(-100%); }
|
4053
|
+
|
4054
|
+
.slide-out-left.mui-leave {
|
4055
|
+
transition-duration: .5s;
|
4056
|
+
transition-timing-function: linear;
|
4057
|
+
transform: translateX(0);
|
4058
|
+
transition-property: transform,opacity;
|
4059
|
+
-webkit-backface-visibility: hidden;
|
4060
|
+
backface-visibility: hidden; }
|
4061
|
+
|
4062
|
+
.slide-out-left.mui-leave.mui-leave-active {
|
4063
|
+
transform: translateX(-100%); }
|
4064
|
+
|
4065
|
+
.fade-in.mui-enter {
|
4066
|
+
transition-duration: .5s;
|
4067
|
+
transition-timing-function: linear;
|
4068
|
+
opacity: 0;
|
4069
|
+
transition-property: opacity; }
|
4070
|
+
|
4071
|
+
.fade-in.mui-enter.mui-enter-active {
|
4072
|
+
opacity: 1; }
|
4073
|
+
|
4074
|
+
.fade-out.mui-leave {
|
4075
|
+
transition-duration: .5s;
|
4076
|
+
transition-timing-function: linear;
|
4077
|
+
opacity: 1;
|
4078
|
+
transition-property: opacity; }
|
4079
|
+
|
4080
|
+
.fade-out.mui-leave.mui-leave-active {
|
4081
|
+
opacity: 0; }
|
4082
|
+
|
4083
|
+
.hinge-in-from-top.mui-enter {
|
4084
|
+
transition-duration: .5s;
|
4085
|
+
transition-timing-function: linear;
|
4086
|
+
transform: perspective(2000px) rotateX(-90deg);
|
4087
|
+
transform-origin: top;
|
4088
|
+
transition-property: transform,opacity;
|
4089
|
+
opacity: 0; }
|
4090
|
+
|
4091
|
+
.hinge-in-from-top.mui-enter.mui-enter-active {
|
4092
|
+
transform: perspective(2000px) rotate(0deg);
|
4093
|
+
opacity: 1; }
|
4094
|
+
|
4095
|
+
.hinge-in-from-right.mui-enter {
|
4096
|
+
transition-duration: .5s;
|
4097
|
+
transition-timing-function: linear;
|
4098
|
+
transform: perspective(2000px) rotateY(-90deg);
|
4099
|
+
transform-origin: right;
|
4100
|
+
transition-property: transform,opacity;
|
4101
|
+
opacity: 0; }
|
4102
|
+
|
4103
|
+
.hinge-in-from-right.mui-enter.mui-enter-active {
|
4104
|
+
transform: perspective(2000px) rotate(0deg);
|
4105
|
+
opacity: 1; }
|
4106
|
+
|
4107
|
+
.hinge-in-from-bottom.mui-enter {
|
4108
|
+
transition-duration: .5s;
|
4109
|
+
transition-timing-function: linear;
|
4110
|
+
transform: perspective(2000px) rotateX(90deg);
|
4111
|
+
transform-origin: bottom;
|
4112
|
+
transition-property: transform,opacity;
|
4113
|
+
opacity: 0; }
|
4114
|
+
|
4115
|
+
.hinge-in-from-bottom.mui-enter.mui-enter-active {
|
4116
|
+
transform: perspective(2000px) rotate(0deg);
|
4117
|
+
opacity: 1; }
|
4118
|
+
|
4119
|
+
.hinge-in-from-left.mui-enter {
|
4120
|
+
transition-duration: .5s;
|
4121
|
+
transition-timing-function: linear;
|
4122
|
+
transform: perspective(2000px) rotateY(90deg);
|
4123
|
+
transform-origin: left;
|
4124
|
+
transition-property: transform,opacity;
|
4125
|
+
opacity: 0; }
|
4126
|
+
|
4127
|
+
.hinge-in-from-left.mui-enter.mui-enter-active {
|
4128
|
+
transform: perspective(2000px) rotate(0deg);
|
4129
|
+
opacity: 1; }
|
4130
|
+
|
4131
|
+
.hinge-in-from-middle-x.mui-enter {
|
4132
|
+
transition-duration: .5s;
|
4133
|
+
transition-timing-function: linear;
|
4134
|
+
transform: perspective(2000px) rotateX(-90deg);
|
4135
|
+
transform-origin: center;
|
4136
|
+
transition-property: transform,opacity;
|
4137
|
+
opacity: 0; }
|
4138
|
+
|
4139
|
+
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
|
4140
|
+
transform: perspective(2000px) rotate(0deg);
|
4141
|
+
opacity: 1; }
|
4142
|
+
|
4143
|
+
.hinge-in-from-middle-y.mui-enter {
|
4144
|
+
transition-duration: .5s;
|
4145
|
+
transition-timing-function: linear;
|
4146
|
+
transform: perspective(2000px) rotateY(-90deg);
|
4147
|
+
transform-origin: center;
|
4148
|
+
transition-property: transform,opacity;
|
4149
|
+
opacity: 0; }
|
4150
|
+
|
4151
|
+
.hinge-in-from-middle-y.mui-enter.mui-enter-active, .hinge-out-from-top.mui-leave {
|
4152
|
+
transform: perspective(2000px) rotate(0deg);
|
4153
|
+
opacity: 1; }
|
4154
|
+
|
4155
|
+
.hinge-out-from-top.mui-leave {
|
4156
|
+
transition-duration: .5s;
|
4157
|
+
transition-timing-function: linear;
|
4158
|
+
transform-origin: top;
|
4159
|
+
transition-property: transform,opacity; }
|
4160
|
+
|
4161
|
+
.hinge-out-from-top.mui-leave.mui-leave-active {
|
4162
|
+
transform: perspective(2000px) rotateX(-90deg);
|
4163
|
+
opacity: 0; }
|
4164
|
+
|
4165
|
+
.hinge-out-from-right.mui-leave {
|
4166
|
+
transition-duration: .5s;
|
4167
|
+
transition-timing-function: linear;
|
4168
|
+
transform: perspective(2000px) rotate(0deg);
|
4169
|
+
transform-origin: right;
|
4170
|
+
transition-property: transform,opacity;
|
4171
|
+
opacity: 1; }
|
4172
|
+
|
4173
|
+
.hinge-out-from-right.mui-leave.mui-leave-active {
|
4174
|
+
transform: perspective(2000px) rotateY(-90deg);
|
4175
|
+
opacity: 0; }
|
4176
|
+
|
4177
|
+
.hinge-out-from-bottom.mui-leave {
|
4178
|
+
transition-duration: .5s;
|
4179
|
+
transition-timing-function: linear;
|
4180
|
+
transform: perspective(2000px) rotate(0deg);
|
4181
|
+
transform-origin: bottom;
|
4182
|
+
transition-property: transform,opacity;
|
4183
|
+
opacity: 1; }
|
4184
|
+
|
4185
|
+
.hinge-out-from-bottom.mui-leave.mui-leave-active {
|
4186
|
+
transform: perspective(2000px) rotateX(90deg);
|
4187
|
+
opacity: 0; }
|
4188
|
+
|
4189
|
+
.hinge-out-from-left.mui-leave {
|
4190
|
+
transition-duration: .5s;
|
4191
|
+
transition-timing-function: linear;
|
4192
|
+
transform: perspective(2000px) rotate(0deg);
|
4193
|
+
transform-origin: left;
|
4194
|
+
transition-property: transform,opacity;
|
4195
|
+
opacity: 1; }
|
4196
|
+
|
4197
|
+
.hinge-out-from-left.mui-leave.mui-leave-active {
|
4198
|
+
transform: perspective(2000px) rotateY(90deg);
|
4199
|
+
opacity: 0; }
|
4200
|
+
|
4201
|
+
.hinge-out-from-middle-x.mui-leave {
|
4202
|
+
transition-duration: .5s;
|
4203
|
+
transition-timing-function: linear;
|
4204
|
+
transform: perspective(2000px) rotate(0deg);
|
4205
|
+
transform-origin: center;
|
4206
|
+
transition-property: transform,opacity;
|
4207
|
+
opacity: 1; }
|
4208
|
+
|
4209
|
+
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
|
4210
|
+
transform: perspective(2000px) rotateX(-90deg);
|
4211
|
+
opacity: 0; }
|
4212
|
+
|
4213
|
+
.hinge-out-from-middle-y.mui-leave {
|
4214
|
+
transition-duration: .5s;
|
4215
|
+
transition-timing-function: linear;
|
4216
|
+
transform: perspective(2000px) rotate(0deg);
|
4217
|
+
transform-origin: center;
|
4218
|
+
transition-property: transform,opacity;
|
4219
|
+
opacity: 1; }
|
4220
|
+
|
4221
|
+
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
|
4222
|
+
transform: perspective(2000px) rotateY(-90deg);
|
4223
|
+
opacity: 0; }
|
4224
|
+
|
4225
|
+
.scale-in-up.mui-enter {
|
4226
|
+
transition-duration: .5s;
|
4227
|
+
transition-timing-function: linear;
|
4228
|
+
transform: scale(0.5);
|
4229
|
+
transition-property: transform,opacity;
|
4230
|
+
opacity: 0; }
|
4231
|
+
|
4232
|
+
.scale-in-up.mui-enter.mui-enter-active {
|
4233
|
+
transform: scale(1);
|
4234
|
+
opacity: 1; }
|
4235
|
+
|
4236
|
+
.scale-in-down.mui-enter {
|
4237
|
+
transition-duration: .5s;
|
4238
|
+
transition-timing-function: linear;
|
4239
|
+
transform: scale(1.5);
|
4240
|
+
transition-property: transform,opacity;
|
4241
|
+
opacity: 0; }
|
4242
|
+
|
4243
|
+
.scale-in-down.mui-enter.mui-enter-active, .scale-out-up.mui-leave {
|
4244
|
+
transform: scale(1);
|
4245
|
+
opacity: 1; }
|
4246
|
+
|
4247
|
+
.scale-out-up.mui-leave {
|
4248
|
+
transition-duration: .5s;
|
4249
|
+
transition-timing-function: linear;
|
4250
|
+
transition-property: transform,opacity; }
|
4251
|
+
|
4252
|
+
.scale-out-up.mui-leave.mui-leave-active {
|
4253
|
+
transform: scale(1.5);
|
4254
|
+
opacity: 0; }
|
4255
|
+
|
4256
|
+
.scale-out-down.mui-leave {
|
4257
|
+
transition-duration: .5s;
|
4258
|
+
transition-timing-function: linear;
|
4259
|
+
transform: scale(1);
|
4260
|
+
transition-property: transform,opacity;
|
4261
|
+
opacity: 1; }
|
4262
|
+
|
4263
|
+
.scale-out-down.mui-leave.mui-leave-active {
|
4264
|
+
transform: scale(0.5);
|
4265
|
+
opacity: 0; }
|
4266
|
+
|
4267
|
+
.spin-in.mui-enter {
|
4268
|
+
transition-duration: .5s;
|
4269
|
+
transition-timing-function: linear;
|
4270
|
+
transform: rotate(-270deg);
|
4271
|
+
transition-property: transform,opacity;
|
4272
|
+
opacity: 0; }
|
4273
|
+
|
4274
|
+
.spin-in.mui-enter.mui-enter-active, .spin-out.mui-leave {
|
4275
|
+
transform: rotate(0);
|
4276
|
+
opacity: 1; }
|
4277
|
+
|
4278
|
+
.spin-out.mui-leave {
|
4279
|
+
transition-duration: .5s;
|
4280
|
+
transition-timing-function: linear;
|
4281
|
+
transition-property: transform,opacity; }
|
4282
|
+
|
4283
|
+
.spin-in-ccw.mui-enter, .spin-out.mui-leave.mui-leave-active {
|
4284
|
+
transform: rotate(270deg);
|
4285
|
+
opacity: 0; }
|
4286
|
+
|
4287
|
+
.spin-in-ccw.mui-enter {
|
4288
|
+
transition-duration: .5s;
|
4289
|
+
transition-timing-function: linear;
|
4290
|
+
transition-property: transform,opacity; }
|
4291
|
+
|
4292
|
+
.spin-in-ccw.mui-enter.mui-enter-active, .spin-out-ccw.mui-leave {
|
4293
|
+
transform: rotate(0);
|
4294
|
+
opacity: 1; }
|
4295
|
+
|
4296
|
+
.spin-out-ccw.mui-leave {
|
4297
|
+
transition-duration: .5s;
|
4298
|
+
transition-timing-function: linear;
|
4299
|
+
transition-property: transform,opacity; }
|
4300
|
+
|
4301
|
+
.spin-out-ccw.mui-leave.mui-leave-active {
|
4302
|
+
transform: rotate(-270deg);
|
4303
|
+
opacity: 0; }
|
4304
|
+
|
4305
|
+
.slow {
|
4306
|
+
transition-duration: 0.75s !important; }
|
4307
|
+
|
4308
|
+
.fast {
|
4309
|
+
transition-duration: 0.25s !important; }
|
4310
|
+
|
4311
|
+
.linear {
|
4312
|
+
transition-timing-function: linear !important; }
|
4313
|
+
|
4314
|
+
.ease {
|
4315
|
+
transition-timing-function: ease !important; }
|
4316
|
+
|
4317
|
+
.ease-in {
|
4318
|
+
transition-timing-function: ease-in !important; }
|
4319
|
+
|
4320
|
+
.ease-out {
|
4321
|
+
transition-timing-function: ease-out !important; }
|
4322
|
+
|
4323
|
+
.ease-in-out {
|
4324
|
+
transition-timing-function: ease-in-out !important; }
|
4325
|
+
|
4326
|
+
.bounce-in {
|
4327
|
+
transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }
|
4328
|
+
|
4329
|
+
.bounce-out {
|
4330
|
+
transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }
|
4331
|
+
|
4332
|
+
.bounce-in-out {
|
4333
|
+
transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }
|
4334
|
+
|
4335
|
+
.short-delay {
|
4336
|
+
transition-delay: 0.3s !important; }
|
4337
|
+
|
4338
|
+
.long-delay {
|
4339
|
+
transition-delay: 0.7s !important; }
|
4340
|
+
|
4341
|
+
.shake {
|
4342
|
+
animation-name: a; }
|
4343
|
+
|
4344
|
+
@keyframes a {
|
4345
|
+
0%,10%,20%,30%,40%,50%,60%,70%,80%,90% {
|
4346
|
+
transform: translateX(7%); }
|
4347
|
+
5%,15%,25%,35%,45%,55%,65%,75%,85%,95% {
|
4348
|
+
transform: translateX(-7%); } }
|
4349
|
+
.spin-ccw, .spin-cw {
|
4350
|
+
animation-name: b; }
|
4351
|
+
|
4352
|
+
@keyframes b {
|
4353
|
+
0% {
|
4354
|
+
transform: rotate(0); }
|
4355
|
+
to {
|
4356
|
+
transform: rotate(1turn); } }
|
4357
|
+
.wiggle {
|
4358
|
+
animation-name: c; }
|
4359
|
+
|
4360
|
+
@keyframes c {
|
4361
|
+
40%,50%,60% {
|
4362
|
+
transform: rotate(7deg); }
|
4363
|
+
35%,45%,55%,65% {
|
4364
|
+
transform: rotate(-7deg); }
|
4365
|
+
0%,30%,70%,to {
|
4366
|
+
transform: rotate(0); } }
|
4367
|
+
.shake, .spin-ccw, .spin-cw, .wiggle {
|
4368
|
+
animation-duration: .5s; }
|
4369
|
+
|
4370
|
+
.infinite {
|
4371
|
+
animation-iteration-count: infinite; }
|
4372
|
+
|
4373
|
+
.slow {
|
4374
|
+
animation-duration: 0.75s !important; }
|
4375
|
+
|
4376
|
+
.fast {
|
4377
|
+
animation-duration: 0.25s !important; }
|
4378
|
+
|
4379
|
+
.linear {
|
4380
|
+
animation-timing-function: linear !important; }
|
4381
|
+
|
4382
|
+
.ease {
|
4383
|
+
animation-timing-function: ease !important; }
|
4384
|
+
|
4385
|
+
.ease-in {
|
4386
|
+
animation-timing-function: ease-in !important; }
|
4387
|
+
|
4388
|
+
.ease-out {
|
4389
|
+
animation-timing-function: ease-out !important; }
|
4390
|
+
|
4391
|
+
.ease-in-out {
|
4392
|
+
animation-timing-function: ease-in-out !important; }
|
4393
|
+
|
4394
|
+
.bounce-in {
|
4395
|
+
animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }
|
4396
|
+
|
4397
|
+
.bounce-out {
|
4398
|
+
animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }
|
4399
|
+
|
4400
|
+
.bounce-in-out {
|
4401
|
+
animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }
|
4402
|
+
|
4403
|
+
.short-delay {
|
4404
|
+
animation-delay: 0.3s !important; }
|
4405
|
+
|
4406
|
+
.long-delay {
|
4407
|
+
animation-delay: 0.7s !important; }
|
4408
|
+
|
4409
|
+
body {
|
4410
|
+
font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, arial, sans-serif; }
|
4411
|
+
|
4412
|
+
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
|
4413
|
+
color: #3a4046;
|
4414
|
+
font-family: "Varela Round", "Helvetica Neue", Helvetica, arial, sans-serif; }
|
4415
|
+
.content p, .content ul, .content ol {
|
4416
|
+
color: #5C6670; }
|
4417
|
+
.content p a, .content ul a, .content ol a {
|
4418
|
+
color: #5CA645;
|
4419
|
+
text-decoration: none; }
|
4420
|
+
.content p a:hover, .content p a:focus, .content p a:active, .content ul a:hover, .content ul a:focus, .content ul a:active, .content ol a:hover, .content ol a:focus, .content ol a:active {
|
4421
|
+
color: #488236; }
|
4422
|
+
.content p code, .content ul code, .content ol code {
|
4423
|
+
padding: 0;
|
4424
|
+
border: none;
|
4425
|
+
color: #E87F51;
|
4426
|
+
background: transparent;
|
4427
|
+
font-family: "Droid Sans Mono", "Lucida Console", Monaco, monospace;
|
4428
|
+
font-size: 0.9em; }
|
4429
|
+
.content .body-heading {
|
4430
|
+
margin-top: 10px;
|
4431
|
+
font-size: 18px; }
|
4432
|
+
.docs .content .body-heading {
|
4433
|
+
margin-bottom: 30px; }
|
4434
|
+
.content pre {
|
4435
|
+
margin: 23px 0;
|
4436
|
+
font-family: "Droid Sans Mono", "Lucida Console", Monaco, monospace;
|
4437
|
+
background: #272822;
|
4438
|
+
color: #FFFFFF;
|
4439
|
+
font-size: 0.8em;
|
4440
|
+
padding: 20px;
|
4441
|
+
border-radius: 5px;
|
4442
|
+
overflow: auto; }
|
4443
|
+
.content pre > code {
|
4444
|
+
padding: 0;
|
4445
|
+
border: none;
|
4446
|
+
background: transparent;
|
4447
|
+
color: inherit;
|
4448
|
+
font-family: inherit; }
|
4449
|
+
|
4450
|
+
.button {
|
4451
|
+
padding: 0.7em 3.5em;
|
4452
|
+
background: #5CA645;
|
4453
|
+
font-size: 1rem;
|
4454
|
+
font-weight: bold; }
|
4455
|
+
.button:hover, .button:focus, .button:active {
|
4456
|
+
background: #488236; }
|
4457
|
+
.button.primary-cta {
|
4458
|
+
border-top-left-radius: 20px;
|
4459
|
+
border-bottom-right-radius: 20px; }
|
4460
|
+
.button.secondary-cta {
|
4461
|
+
border-top-right-radius: 20px;
|
4462
|
+
border-bottom-left-radius: 20px; }
|
4463
|
+
|
4464
|
+
#main-nav {
|
4465
|
+
position: relative;
|
4466
|
+
padding: 30px 0; }
|
4467
|
+
@media (min-width: 650px) {
|
4468
|
+
#main-nav {
|
4469
|
+
text-align: center; } }
|
4470
|
+
|
4471
|
+
.main-nav--logo > img {
|
4472
|
+
max-width: 70px; }
|
4473
|
+
@media (min-width: 650px) {
|
4474
|
+
.main-nav--logo > img {
|
4475
|
+
max-width: 110px; } }
|
4476
|
+
|
4477
|
+
.main-nav--links {
|
4478
|
+
position: absolute;
|
4479
|
+
z-index: 3;
|
4480
|
+
list-style-type: none;
|
4481
|
+
margin: 0;
|
4482
|
+
left: 110px;
|
4483
|
+
top: 50%;
|
4484
|
+
transform: translateY(-50%); }
|
4485
|
+
@media (min-width: 650px) {
|
4486
|
+
.main-nav--links {
|
4487
|
+
left: 60%;
|
4488
|
+
left: calc(50% + 100px); } }
|
4489
|
+
.main-nav--links > li {
|
4490
|
+
display: inline-block; }
|
4491
|
+
.main-nav--links > li:not(:first-child) {
|
4492
|
+
margin-left: 30px; }
|
4493
|
+
|
4494
|
+
.main-nav--link {
|
4495
|
+
color: #5CA645; }
|
4496
|
+
.main-nav--link:hover, .main-nav--link:focus, .main-nav--link:active {
|
4497
|
+
color: #488236; }
|
4498
|
+
|
4499
|
+
.main-nav--github {
|
4500
|
+
position: absolute;
|
4501
|
+
display: block;
|
4502
|
+
right: -20px;
|
4503
|
+
top: -20px;
|
4504
|
+
width: 220px;
|
4505
|
+
height: 220px; }
|
4506
|
+
@media (min-width: 650px) {
|
4507
|
+
.main-nav--github {
|
4508
|
+
right: 0;
|
4509
|
+
top: 0;
|
4510
|
+
width: 220px;
|
4511
|
+
height: 220px; } }
|
4512
|
+
|
4513
|
+
.main-footer {
|
4514
|
+
padding: 120px 0 40px;
|
4515
|
+
background: linear-gradient(rgba(244, 249, 252, 0), #f4f9fc); }
|
4516
|
+
|
4517
|
+
.main-footer--logo {
|
4518
|
+
max-width: 90px;
|
4519
|
+
max-height: 90px;
|
4520
|
+
margin: 0 15px; }
|
4521
|
+
|
4522
|
+
.main-footer--logo-text {
|
4523
|
+
margin: 20px 0 40px;
|
4524
|
+
font-size: 12px;
|
4525
|
+
font-style: italic;
|
4526
|
+
color: #9da6af; }
|
4527
|
+
|
4528
|
+
.main-footer--copyright {
|
4529
|
+
display: inline-block; }
|
4530
|
+
|
4531
|
+
.main-footer--links {
|
4532
|
+
list-style: none; }
|
4533
|
+
@media (min-width: 640px) {
|
4534
|
+
.main-footer--links {
|
4535
|
+
float: right; } }
|
4536
|
+
.main-footer--links > li {
|
4537
|
+
display: inline-block; }
|
4538
|
+
.main-footer--links > li:not(:last-child) {
|
4539
|
+
margin-right: 20px; }
|
4540
|
+
|
4541
|
+
.main-footer--link {
|
4542
|
+
color: #5CA645; }
|
4543
|
+
.main-footer--link:hover, .main-footer--link:focus, .main-footer--link:active {
|
4544
|
+
color: #3e702f; }
|
4545
|
+
|
4546
|
+
.container__has-sidebar {
|
4547
|
+
margin-top: 40px; }
|
4548
|
+
|
4549
|
+
.sidebar--heading {
|
4550
|
+
margin-left: 10px;
|
4551
|
+
font-size: 13px;
|
4552
|
+
text-transform: uppercase;
|
4553
|
+
color: #b9bfc6; }
|
4554
|
+
.sidebar--heading > em {
|
4555
|
+
display: block;
|
4556
|
+
margin-top: 6px;
|
4557
|
+
font-style: normal;
|
4558
|
+
text-transform: none;
|
4559
|
+
font-size: 18px;
|
4560
|
+
color: #3a4046; }
|
4561
|
+
|
4562
|
+
.sidebar--links {
|
4563
|
+
margin: 30px 0 0 10px;
|
4564
|
+
list-style: none; }
|
4565
|
+
.sidebar--links > li {
|
4566
|
+
margin-bottom: 8px; }
|
4567
|
+
|
4568
|
+
.sidebar--link {
|
4569
|
+
position: relative;
|
4570
|
+
color: #5C6670;
|
4571
|
+
transition: color 0.2s ease; }
|
4572
|
+
.sidebar--link:hover, .sidebar--link:focus, .sidebar--link:active, .sidebar--link.is-active {
|
4573
|
+
color: #5CA645; }
|
4574
|
+
.sidebar--link.is-active {
|
4575
|
+
font-weight: bold; }
|
4576
|
+
.sidebar--link.is-active:before {
|
4577
|
+
content: "";
|
4578
|
+
display: block;
|
4579
|
+
position: absolute;
|
4580
|
+
left: -16px;
|
4581
|
+
top: 50%;
|
4582
|
+
transform: translateY(-50%);
|
4583
|
+
width: 9px;
|
4584
|
+
height: 9px;
|
4585
|
+
border-top-left-radius: 5px;
|
4586
|
+
border-bottom-right-radius: 5px;
|
4587
|
+
background: #5CA645; }
|
4588
|
+
|
4589
|
+
.sidebar--footer {
|
4590
|
+
margin: 60px 0; }
|
4591
|
+
.sidebar--footer > .button {
|
4592
|
+
margin-bottom: 0; }
|
4593
|
+
|
4594
|
+
.sidebar--footer--back {
|
4595
|
+
display: inline-block;
|
4596
|
+
vertical-align: middle;
|
4597
|
+
margin-left: 30px;
|
4598
|
+
color: #9da6af;
|
4599
|
+
transition: color 0.2s ease; }
|
4600
|
+
.sidebar--footer--back:hover, .sidebar--footer--back:focus, .sidebar--footer--back:active {
|
4601
|
+
color: #5C6670; }
|
4602
|
+
|
4603
|
+
.callout {
|
4604
|
+
border: none;
|
4605
|
+
margin: 23px 0;
|
4606
|
+
box-shadow: 0 0 16px #e3e6e8;
|
4607
|
+
border-radius: 5px; }
|
4608
|
+
|
4609
|
+
.callout--title {
|
4610
|
+
margin-bottom: 8px;
|
4611
|
+
font-size: 13px;
|
4612
|
+
text-transform: uppercase;
|
4613
|
+
color: #b9bfc6; }
|
4614
|
+
|
4615
|
+
.home--hero {
|
4616
|
+
margin: 30px auto 50px; }
|
4617
|
+
|
4618
|
+
.home--heading {
|
4619
|
+
font-size: 36px;
|
4620
|
+
margin-bottom: 20px; }
|
4621
|
+
|
4622
|
+
@media (max-width: 1023px) {
|
4623
|
+
.home--image-row {
|
4624
|
+
margin-top: 30px; } }
|
4625
|
+
|
4626
|
+
.home--text {
|
4627
|
+
width: 90%; }
|
4628
|
+
|
4629
|
+
.home--terminal {
|
4630
|
+
position: relative;
|
4631
|
+
z-index: 3;
|
4632
|
+
border-radius: 5px;
|
4633
|
+
width: 90%; }
|
4634
|
+
@media (max-width: 639px) {
|
4635
|
+
.home--terminal {
|
4636
|
+
width: 100%;
|
4637
|
+
max-width: 320px; } }
|
4638
|
+
@media (min-width: 640px) {
|
4639
|
+
.home--terminal {
|
4640
|
+
left: -10px; } }
|
4641
|
+
@media (max-width: 639px), (min-width: 1024px) {
|
4642
|
+
.home--terminal {
|
4643
|
+
margin-bottom: 30px; } }
|
4644
|
+
|
4645
|
+
.home--markdown {
|
4646
|
+
position: relative;
|
4647
|
+
z-index: 3;
|
4648
|
+
border-radius: 5px;
|
4649
|
+
width: 90%;
|
4650
|
+
text-align: left;
|
4651
|
+
float: right; }
|
4652
|
+
|
4653
|
+
.home--text--rightcol {
|
4654
|
+
width: 90%;
|
4655
|
+
margin-top: 30px; }
|
4656
|
+
|
4657
|
+
.home--logos {
|
4658
|
+
position: relative; }
|
4659
|
+
|
4660
|
+
.home--logos--img {
|
4661
|
+
position: relative;
|
4662
|
+
left: -15px; }
|
4663
|
+
@media (min-width: 640px) {
|
4664
|
+
.home--logos--img {
|
4665
|
+
position: absolute;
|
4666
|
+
left: -27px;
|
4667
|
+
max-width: 112%; } }
|