PluginProbe
WP-Stateless – Google Cloud Storage / 2.2.3
WP-Stateless – Google Cloud Storage v2.2.3
4.4.3 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.3.0 2.3.1 2.3.2 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.1.0 3.1.1 3.2.0 3.2.1 3.2.2 All 62 releases
wp-stateless / static / styles / bootstrap-grid.css

bootstrap-grid.css in WP-Stateless – Google Cloud Storage 2.2.3, at static/styles/bootstrap-grid.css

1,788 lines 38.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*!
2 * Bootstrap Grid v4.0.0-beta.3 (https://getbootstrap.com)
3 * Copyright 2011-2017 The Bootstrap Authors
4 * Copyright 2011-2017 Twitter, Inc.
5 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
6 */
7 @-ms-viewport {
8 width: device-width;
9 }
10
11 html {
12 box-sizing: border-box;
13 -ms-overflow-style: scrollbar;
14 }
15
16 *,
17 *::before,
18 *::after {
19 box-sizing: inherit;
20 }
21
22 .container {
23 width: 100%;
24 padding-right: 15px;
25 padding-left: 15px;
26 margin-right: auto;
27 margin-left: auto;
28 }
29
30 @media (min-width: 576px) {
31 .container {
32 max-width: 540px;
33 }
34 }
35
36 @media (min-width: 768px) {
37 .container {
38 max-width: 720px;
39 }
40 }
41
42 @media (min-width: 992px) {
43 .container {
44 max-width: 960px;
45 }
46 }
47
48 @media (min-width: 1200px) {
49 .container {
50 max-width: 1140px;
51 }
52 }
53
54 .container-fluid {
55 width: 100%;
56 padding-right: 15px;
57 padding-left: 15px;
58 margin-right: auto;
59 margin-left: auto;
60 }
61
62 .row {
63 display: -webkit-box;
64 display: -ms-flexbox;
65 display: flex;
66 -ms-flex-wrap: wrap;
67 flex-wrap: wrap;
68 margin-right: -15px;
69 margin-left: -15px;
70 }
71
72 .no-gutters {
73 margin-right: 0;
74 margin-left: 0;
75 }
76
77 .no-gutters > .col,
78 .no-gutters > [class*="col-"] {
79 padding-right: 0;
80 padding-left: 0;
81 }
82
83 .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
84 .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
85 .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
86 .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
87 .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
88 .col-xl-auto {
89 position: relative;
90 width: 100%;
91 min-height: 1px;
92 padding-right: 15px;
93 padding-left: 15px;
94 }
95
96 .col {
97 -ms-flex-preferred-size: 0;
98 flex-basis: 0;
99 -webkit-box-flex: 1;
100 -ms-flex-positive: 1;
101 flex-grow: 1;
102 max-width: 100%;
103 }
104
105 .col-auto {
106 -webkit-box-flex: 0;
107 -ms-flex: 0 0 auto;
108 flex: 0 0 auto;
109 width: auto;
110 max-width: none;
111 }
112
113 .col-1 {
114 -webkit-box-flex: 0;
115 -ms-flex: 0 0 8.333333%;
116 flex: 0 0 8.333333%;
117 max-width: 8.333333%;
118 }
119
120 .col-2 {
121 -webkit-box-flex: 0;
122 -ms-flex: 0 0 16.666667%;
123 flex: 0 0 16.666667%;
124 max-width: 16.666667%;
125 }
126
127 .col-3 {
128 -webkit-box-flex: 0;
129 -ms-flex: 0 0 25%;
130 flex: 0 0 25%;
131 max-width: 25%;
132 }
133
134 .col-4 {
135 -webkit-box-flex: 0;
136 -ms-flex: 0 0 33.333333%;
137 flex: 0 0 33.333333%;
138 max-width: 33.333333%;
139 }
140
141 .col-5 {
142 -webkit-box-flex: 0;
143 -ms-flex: 0 0 41.666667%;
144 flex: 0 0 41.666667%;
145 max-width: 41.666667%;
146 }
147
148 .col-6 {
149 -webkit-box-flex: 0;
150 -ms-flex: 0 0 50%;
151 flex: 0 0 50%;
152 max-width: 50%;
153 }
154
155 .col-7 {
156 -webkit-box-flex: 0;
157 -ms-flex: 0 0 58.333333%;
158 flex: 0 0 58.333333%;
159 max-width: 58.333333%;
160 }
161
162 .col-8 {
163 -webkit-box-flex: 0;
164 -ms-flex: 0 0 66.666667%;
165 flex: 0 0 66.666667%;
166 max-width: 66.666667%;
167 }
168
169 .col-9 {
170 -webkit-box-flex: 0;
171 -ms-flex: 0 0 75%;
172 flex: 0 0 75%;
173 max-width: 75%;
174 }
175
176 .col-10 {
177 -webkit-box-flex: 0;
178 -ms-flex: 0 0 83.333333%;
179 flex: 0 0 83.333333%;
180 max-width: 83.333333%;
181 }
182
183 .col-11 {
184 -webkit-box-flex: 0;
185 -ms-flex: 0 0 91.666667%;
186 flex: 0 0 91.666667%;
187 max-width: 91.666667%;
188 }
189
190 .col-12 {
191 -webkit-box-flex: 0;
192 -ms-flex: 0 0 100%;
193 flex: 0 0 100%;
194 max-width: 100%;
195 }
196
197 .order-first {
198 -webkit-box-ordinal-group: 0;
199 -ms-flex-order: -1;
200 order: -1;
201 }
202
203 .order-1 {
204 -webkit-box-ordinal-group: 2;
205 -ms-flex-order: 1;
206 order: 1;
207 }
208
209 .order-2 {
210 -webkit-box-ordinal-group: 3;
211 -ms-flex-order: 2;
212 order: 2;
213 }
214
215 .order-3 {
216 -webkit-box-ordinal-group: 4;
217 -ms-flex-order: 3;
218 order: 3;
219 }
220
221 .order-4 {
222 -webkit-box-ordinal-group: 5;
223 -ms-flex-order: 4;
224 order: 4;
225 }
226
227 .order-5 {
228 -webkit-box-ordinal-group: 6;
229 -ms-flex-order: 5;
230 order: 5;
231 }
232
233 .order-6 {
234 -webkit-box-ordinal-group: 7;
235 -ms-flex-order: 6;
236 order: 6;
237 }
238
239 .order-7 {
240 -webkit-box-ordinal-group: 8;
241 -ms-flex-order: 7;
242 order: 7;
243 }
244
245 .order-8 {
246 -webkit-box-ordinal-group: 9;
247 -ms-flex-order: 8;
248 order: 8;
249 }
250
251 .order-9 {
252 -webkit-box-ordinal-group: 10;
253 -ms-flex-order: 9;
254 order: 9;
255 }
256
257 .order-10 {
258 -webkit-box-ordinal-group: 11;
259 -ms-flex-order: 10;
260 order: 10;
261 }
262
263 .order-11 {
264 -webkit-box-ordinal-group: 12;
265 -ms-flex-order: 11;
266 order: 11;
267 }
268
269 .order-12 {
270 -webkit-box-ordinal-group: 13;
271 -ms-flex-order: 12;
272 order: 12;
273 }
274
275 .offset-1 {
276 margin-left: 8.333333%;
277 }
278
279 .offset-2 {
280 margin-left: 16.666667%;
281 }
282
283 .offset-3 {
284 margin-left: 25%;
285 }
286
287 .offset-4 {
288 margin-left: 33.333333%;
289 }
290
291 .offset-5 {
292 margin-left: 41.666667%;
293 }
294
295 .offset-6 {
296 margin-left: 50%;
297 }
298
299 .offset-7 {
300 margin-left: 58.333333%;
301 }
302
303 .offset-8 {
304 margin-left: 66.666667%;
305 }
306
307 .offset-9 {
308 margin-left: 75%;
309 }
310
311 .offset-10 {
312 margin-left: 83.333333%;
313 }
314
315 .offset-11 {
316 margin-left: 91.666667%;
317 }
318
319 @media (min-width: 576px) {
320 .col-sm {
321 -ms-flex-preferred-size: 0;
322 flex-basis: 0;
323 -webkit-box-flex: 1;
324 -ms-flex-positive: 1;
325 flex-grow: 1;
326 max-width: 100%;
327 }
328 .col-sm-auto {
329 -webkit-box-flex: 0;
330 -ms-flex: 0 0 auto;
331 flex: 0 0 auto;
332 width: auto;
333 max-width: none;
334 }
335 .col-sm-1 {
336 -webkit-box-flex: 0;
337 -ms-flex: 0 0 8.333333%;
338 flex: 0 0 8.333333%;
339 max-width: 8.333333%;
340 }
341 .col-sm-2 {
342 -webkit-box-flex: 0;
343 -ms-flex: 0 0 16.666667%;
344 flex: 0 0 16.666667%;
345 max-width: 16.666667%;
346 }
347 .col-sm-3 {
348 -webkit-box-flex: 0;
349 -ms-flex: 0 0 25%;
350 flex: 0 0 25%;
351 max-width: 25%;
352 }
353 .col-sm-4 {
354 -webkit-box-flex: 0;
355 -ms-flex: 0 0 33.333333%;
356 flex: 0 0 33.333333%;
357 max-width: 33.333333%;
358 }
359 .col-sm-5 {
360 -webkit-box-flex: 0;
361 -ms-flex: 0 0 41.666667%;
362 flex: 0 0 41.666667%;
363 max-width: 41.666667%;
364 }
365 .col-sm-6 {
366 -webkit-box-flex: 0;
367 -ms-flex: 0 0 50%;
368 flex: 0 0 50%;
369 max-width: 50%;
370 }
371 .col-sm-7 {
372 -webkit-box-flex: 0;
373 -ms-flex: 0 0 58.333333%;
374 flex: 0 0 58.333333%;
375 max-width: 58.333333%;
376 }
377 .col-sm-8 {
378 -webkit-box-flex: 0;
379 -ms-flex: 0 0 66.666667%;
380 flex: 0 0 66.666667%;
381 max-width: 66.666667%;
382 }
383 .col-sm-9 {
384 -webkit-box-flex: 0;
385 -ms-flex: 0 0 75%;
386 flex: 0 0 75%;
387 max-width: 75%;
388 }
389 .col-sm-10 {
390 -webkit-box-flex: 0;
391 -ms-flex: 0 0 83.333333%;
392 flex: 0 0 83.333333%;
393 max-width: 83.333333%;
394 }
395 .col-sm-11 {
396 -webkit-box-flex: 0;
397 -ms-flex: 0 0 91.666667%;
398 flex: 0 0 91.666667%;
399 max-width: 91.666667%;
400 }
401 .col-sm-12 {
402 -webkit-box-flex: 0;
403 -ms-flex: 0 0 100%;
404 flex: 0 0 100%;
405 max-width: 100%;
406 }
407 .order-sm-first {
408 -webkit-box-ordinal-group: 0;
409 -ms-flex-order: -1;
410 order: -1;
411 }
412 .order-sm-1 {
413 -webkit-box-ordinal-group: 2;
414 -ms-flex-order: 1;
415 order: 1;
416 }
417 .order-sm-2 {
418 -webkit-box-ordinal-group: 3;
419 -ms-flex-order: 2;
420 order: 2;
421 }
422 .order-sm-3 {
423 -webkit-box-ordinal-group: 4;
424 -ms-flex-order: 3;
425 order: 3;
426 }
427 .order-sm-4 {
428 -webkit-box-ordinal-group: 5;
429 -ms-flex-order: 4;
430 order: 4;
431 }
432 .order-sm-5 {
433 -webkit-box-ordinal-group: 6;
434 -ms-flex-order: 5;
435 order: 5;
436 }
437 .order-sm-6 {
438 -webkit-box-ordinal-group: 7;
439 -ms-flex-order: 6;
440 order: 6;
441 }
442 .order-sm-7 {
443 -webkit-box-ordinal-group: 8;
444 -ms-flex-order: 7;
445 order: 7;
446 }
447 .order-sm-8 {
448 -webkit-box-ordinal-group: 9;
449 -ms-flex-order: 8;
450 order: 8;
451 }
452 .order-sm-9 {
453 -webkit-box-ordinal-group: 10;
454 -ms-flex-order: 9;
455 order: 9;
456 }
457 .order-sm-10 {
458 -webkit-box-ordinal-group: 11;
459 -ms-flex-order: 10;
460 order: 10;
461 }
462 .order-sm-11 {
463 -webkit-box-ordinal-group: 12;
464 -ms-flex-order: 11;
465 order: 11;
466 }
467 .order-sm-12 {
468 -webkit-box-ordinal-group: 13;
469 -ms-flex-order: 12;
470 order: 12;
471 }
472 .offset-sm-0 {
473 margin-left: 0;
474 }
475 .offset-sm-1 {
476 margin-left: 8.333333%;
477 }
478 .offset-sm-2 {
479 margin-left: 16.666667%;
480 }
481 .offset-sm-3 {
482 margin-left: 25%;
483 }
484 .offset-sm-4 {
485 margin-left: 33.333333%;
486 }
487 .offset-sm-5 {
488 margin-left: 41.666667%;
489 }
490 .offset-sm-6 {
491 margin-left: 50%;
492 }
493 .offset-sm-7 {
494 margin-left: 58.333333%;
495 }
496 .offset-sm-8 {
497 margin-left: 66.666667%;
498 }
499 .offset-sm-9 {
500 margin-left: 75%;
501 }
502 .offset-sm-10 {
503 margin-left: 83.333333%;
504 }
505 .offset-sm-11 {
506 margin-left: 91.666667%;
507 }
508 }
509
510 @media (min-width: 768px) {
511 .col-md {
512 -ms-flex-preferred-size: 0;
513 flex-basis: 0;
514 -webkit-box-flex: 1;
515 -ms-flex-positive: 1;
516 flex-grow: 1;
517 max-width: 100%;
518 }
519 .col-md-auto {
520 -webkit-box-flex: 0;
521 -ms-flex: 0 0 auto;
522 flex: 0 0 auto;
523 width: auto;
524 max-width: none;
525 }
526 .col-md-1 {
527 -webkit-box-flex: 0;
528 -ms-flex: 0 0 8.333333%;
529 flex: 0 0 8.333333%;
530 max-width: 8.333333%;
531 }
532 .col-md-2 {
533 -webkit-box-flex: 0;
534 -ms-flex: 0 0 16.666667%;
535 flex: 0 0 16.666667%;
536 max-width: 16.666667%;
537 }
538 .col-md-3 {
539 -webkit-box-flex: 0;
540 -ms-flex: 0 0 25%;
541 flex: 0 0 25%;
542 max-width: 25%;
543 }
544 .col-md-4 {
545 -webkit-box-flex: 0;
546 -ms-flex: 0 0 33.333333%;
547 flex: 0 0 33.333333%;
548 max-width: 33.333333%;
549 }
550 .col-md-5 {
551 -webkit-box-flex: 0;
552 -ms-flex: 0 0 41.666667%;
553 flex: 0 0 41.666667%;
554 max-width: 41.666667%;
555 }
556 .col-md-6 {
557 -webkit-box-flex: 0;
558 -ms-flex: 0 0 50%;
559 flex: 0 0 50%;
560 max-width: 50%;
561 }
562 .col-md-7 {
563 -webkit-box-flex: 0;
564 -ms-flex: 0 0 58.333333%;
565 flex: 0 0 58.333333%;
566 max-width: 58.333333%;
567 }
568 .col-md-8 {
569 -webkit-box-flex: 0;
570 -ms-flex: 0 0 66.666667%;
571 flex: 0 0 66.666667%;
572 max-width: 66.666667%;
573 }
574 .col-md-9 {
575 -webkit-box-flex: 0;
576 -ms-flex: 0 0 75%;
577 flex: 0 0 75%;
578 max-width: 75%;
579 }
580 .col-md-10 {
581 -webkit-box-flex: 0;
582 -ms-flex: 0 0 83.333333%;
583 flex: 0 0 83.333333%;
584 max-width: 83.333333%;
585 }
586 .col-md-11 {
587 -webkit-box-flex: 0;
588 -ms-flex: 0 0 91.666667%;
589 flex: 0 0 91.666667%;
590 max-width: 91.666667%;
591 }
592 .col-md-12 {
593 -webkit-box-flex: 0;
594 -ms-flex: 0 0 100%;
595 flex: 0 0 100%;
596 max-width: 100%;
597 }
598 .order-md-first {
599 -webkit-box-ordinal-group: 0;
600 -ms-flex-order: -1;
601 order: -1;
602 }
603 .order-md-1 {
604 -webkit-box-ordinal-group: 2;
605 -ms-flex-order: 1;
606 order: 1;
607 }
608 .order-md-2 {
609 -webkit-box-ordinal-group: 3;
610 -ms-flex-order: 2;
611 order: 2;
612 }
613 .order-md-3 {
614 -webkit-box-ordinal-group: 4;
615 -ms-flex-order: 3;
616 order: 3;
617 }
618 .order-md-4 {
619 -webkit-box-ordinal-group: 5;
620 -ms-flex-order: 4;
621 order: 4;
622 }
623 .order-md-5 {
624 -webkit-box-ordinal-group: 6;
625 -ms-flex-order: 5;
626 order: 5;
627 }
628 .order-md-6 {
629 -webkit-box-ordinal-group: 7;
630 -ms-flex-order: 6;
631 order: 6;
632 }
633 .order-md-7 {
634 -webkit-box-ordinal-group: 8;
635 -ms-flex-order: 7;
636 order: 7;
637 }
638 .order-md-8 {
639 -webkit-box-ordinal-group: 9;
640 -ms-flex-order: 8;
641 order: 8;
642 }
643 .order-md-9 {
644 -webkit-box-ordinal-group: 10;
645 -ms-flex-order: 9;
646 order: 9;
647 }
648 .order-md-10 {
649 -webkit-box-ordinal-group: 11;
650 -ms-flex-order: 10;
651 order: 10;
652 }
653 .order-md-11 {
654 -webkit-box-ordinal-group: 12;
655 -ms-flex-order: 11;
656 order: 11;
657 }
658 .order-md-12 {
659 -webkit-box-ordinal-group: 13;
660 -ms-flex-order: 12;
661 order: 12;
662 }
663 .offset-md-0 {
664 margin-left: 0;
665 }
666 .offset-md-1 {
667 margin-left: 8.333333%;
668 }
669 .offset-md-2 {
670 margin-left: 16.666667%;
671 }
672 .offset-md-3 {
673 margin-left: 25%;
674 }
675 .offset-md-4 {
676 margin-left: 33.333333%;
677 }
678 .offset-md-5 {
679 margin-left: 41.666667%;
680 }
681 .offset-md-6 {
682 margin-left: 50%;
683 }
684 .offset-md-7 {
685 margin-left: 58.333333%;
686 }
687 .offset-md-8 {
688 margin-left: 66.666667%;
689 }
690 .offset-md-9 {
691 margin-left: 75%;
692 }
693 .offset-md-10 {
694 margin-left: 83.333333%;
695 }
696 .offset-md-11 {
697 margin-left: 91.666667%;
698 }
699 }
700
701 @media (min-width: 992px) {
702 .col-lg {
703 -ms-flex-preferred-size: 0;
704 flex-basis: 0;
705 -webkit-box-flex: 1;
706 -ms-flex-positive: 1;
707 flex-grow: 1;
708 max-width: 100%;
709 }
710 .col-lg-auto {
711 -webkit-box-flex: 0;
712 -ms-flex: 0 0 auto;
713 flex: 0 0 auto;
714 width: auto;
715 max-width: none;
716 }
717 .col-lg-1 {
718 -webkit-box-flex: 0;
719 -ms-flex: 0 0 8.333333%;
720 flex: 0 0 8.333333%;
721 max-width: 8.333333%;
722 }
723 .col-lg-2 {
724 -webkit-box-flex: 0;
725 -ms-flex: 0 0 16.666667%;
726 flex: 0 0 16.666667%;
727 max-width: 16.666667%;
728 }
729 .col-lg-3 {
730 -webkit-box-flex: 0;
731 -ms-flex: 0 0 25%;
732 flex: 0 0 25%;
733 max-width: 25%;
734 }
735 .col-lg-4 {
736 -webkit-box-flex: 0;
737 -ms-flex: 0 0 33.333333%;
738 flex: 0 0 33.333333%;
739 max-width: 33.333333%;
740 }
741 .col-lg-5 {
742 -webkit-box-flex: 0;
743 -ms-flex: 0 0 41.666667%;
744 flex: 0 0 41.666667%;
745 max-width: 41.666667%;
746 }
747 .col-lg-6 {
748 -webkit-box-flex: 0;
749 -ms-flex: 0 0 50%;
750 flex: 0 0 50%;
751 max-width: 50%;
752 }
753 .col-lg-7 {
754 -webkit-box-flex: 0;
755 -ms-flex: 0 0 58.333333%;
756 flex: 0 0 58.333333%;
757 max-width: 58.333333%;
758 }
759 .col-lg-8 {
760 -webkit-box-flex: 0;
761 -ms-flex: 0 0 66.666667%;
762 flex: 0 0 66.666667%;
763 max-width: 66.666667%;
764 }
765 .col-lg-9 {
766 -webkit-box-flex: 0;
767 -ms-flex: 0 0 75%;
768 flex: 0 0 75%;
769 max-width: 75%;
770 }
771 .col-lg-10 {
772 -webkit-box-flex: 0;
773 -ms-flex: 0 0 83.333333%;
774 flex: 0 0 83.333333%;
775 max-width: 83.333333%;
776 }
777 .col-lg-11 {
778 -webkit-box-flex: 0;
779 -ms-flex: 0 0 91.666667%;
780 flex: 0 0 91.666667%;
781 max-width: 91.666667%;
782 }
783 .col-lg-12 {
784 -webkit-box-flex: 0;
785 -ms-flex: 0 0 100%;
786 flex: 0 0 100%;
787 max-width: 100%;
788 }
789 .order-lg-first {
790 -webkit-box-ordinal-group: 0;
791 -ms-flex-order: -1;
792 order: -1;
793 }
794 .order-lg-1 {
795 -webkit-box-ordinal-group: 2;
796 -ms-flex-order: 1;
797 order: 1;
798 }
799 .order-lg-2 {
800 -webkit-box-ordinal-group: 3;
801 -ms-flex-order: 2;
802 order: 2;
803 }
804 .order-lg-3 {
805 -webkit-box-ordinal-group: 4;
806 -ms-flex-order: 3;
807 order: 3;
808 }
809 .order-lg-4 {
810 -webkit-box-ordinal-group: 5;
811 -ms-flex-order: 4;
812 order: 4;
813 }
814 .order-lg-5 {
815 -webkit-box-ordinal-group: 6;
816 -ms-flex-order: 5;
817 order: 5;
818 }
819 .order-lg-6 {
820 -webkit-box-ordinal-group: 7;
821 -ms-flex-order: 6;
822 order: 6;
823 }
824 .order-lg-7 {
825 -webkit-box-ordinal-group: 8;
826 -ms-flex-order: 7;
827 order: 7;
828 }
829 .order-lg-8 {
830 -webkit-box-ordinal-group: 9;
831 -ms-flex-order: 8;
832 order: 8;
833 }
834 .order-lg-9 {
835 -webkit-box-ordinal-group: 10;
836 -ms-flex-order: 9;
837 order: 9;
838 }
839 .order-lg-10 {
840 -webkit-box-ordinal-group: 11;
841 -ms-flex-order: 10;
842 order: 10;
843 }
844 .order-lg-11 {
845 -webkit-box-ordinal-group: 12;
846 -ms-flex-order: 11;
847 order: 11;
848 }
849 .order-lg-12 {
850 -webkit-box-ordinal-group: 13;
851 -ms-flex-order: 12;
852 order: 12;
853 }
854 .offset-lg-0 {
855 margin-left: 0;
856 }
857 .offset-lg-1 {
858 margin-left: 8.333333%;
859 }
860 .offset-lg-2 {
861 margin-left: 16.666667%;
862 }
863 .offset-lg-3 {
864 margin-left: 25%;
865 }
866 .offset-lg-4 {
867 margin-left: 33.333333%;
868 }
869 .offset-lg-5 {
870 margin-left: 41.666667%;
871 }
872 .offset-lg-6 {
873 margin-left: 50%;
874 }
875 .offset-lg-7 {
876 margin-left: 58.333333%;
877 }
878 .offset-lg-8 {
879 margin-left: 66.666667%;
880 }
881 .offset-lg-9 {
882 margin-left: 75%;
883 }
884 .offset-lg-10 {
885 margin-left: 83.333333%;
886 }
887 .offset-lg-11 {
888 margin-left: 91.666667%;
889 }
890 }
891
892 @media (min-width: 1200px) {
893 .col-xl {
894 -ms-flex-preferred-size: 0;
895 flex-basis: 0;
896 -webkit-box-flex: 1;
897 -ms-flex-positive: 1;
898 flex-grow: 1;
899 max-width: 100%;
900 }
901 .col-xl-auto {
902 -webkit-box-flex: 0;
903 -ms-flex: 0 0 auto;
904 flex: 0 0 auto;
905 width: auto;
906 max-width: none;
907 }
908 .col-xl-1 {
909 -webkit-box-flex: 0;
910 -ms-flex: 0 0 8.333333%;
911 flex: 0 0 8.333333%;
912 max-width: 8.333333%;
913 }
914 .col-xl-2 {
915 -webkit-box-flex: 0;
916 -ms-flex: 0 0 16.666667%;
917 flex: 0 0 16.666667%;
918 max-width: 16.666667%;
919 }
920 .col-xl-3 {
921 -webkit-box-flex: 0;
922 -ms-flex: 0 0 25%;
923 flex: 0 0 25%;
924 max-width: 25%;
925 }
926 .col-xl-4 {
927 -webkit-box-flex: 0;
928 -ms-flex: 0 0 33.333333%;
929 flex: 0 0 33.333333%;
930 max-width: 33.333333%;
931 }
932 .col-xl-5 {
933 -webkit-box-flex: 0;
934 -ms-flex: 0 0 41.666667%;
935 flex: 0 0 41.666667%;
936 max-width: 41.666667%;
937 }
938 .col-xl-6 {
939 -webkit-box-flex: 0;
940 -ms-flex: 0 0 50%;
941 flex: 0 0 50%;
942 max-width: 50%;
943 }
944 .col-xl-7 {
945 -webkit-box-flex: 0;
946 -ms-flex: 0 0 58.333333%;
947 flex: 0 0 58.333333%;
948 max-width: 58.333333%;
949 }
950 .col-xl-8 {
951 -webkit-box-flex: 0;
952 -ms-flex: 0 0 66.666667%;
953 flex: 0 0 66.666667%;
954 max-width: 66.666667%;
955 }
956 .col-xl-9 {
957 -webkit-box-flex: 0;
958 -ms-flex: 0 0 75%;
959 flex: 0 0 75%;
960 max-width: 75%;
961 }
962 .col-xl-10 {
963 -webkit-box-flex: 0;
964 -ms-flex: 0 0 83.333333%;
965 flex: 0 0 83.333333%;
966 max-width: 83.333333%;
967 }
968 .col-xl-11 {
969 -webkit-box-flex: 0;
970 -ms-flex: 0 0 91.666667%;
971 flex: 0 0 91.666667%;
972 max-width: 91.666667%;
973 }
974 .col-xl-12 {
975 -webkit-box-flex: 0;
976 -ms-flex: 0 0 100%;
977 flex: 0 0 100%;
978 max-width: 100%;
979 }
980 .order-xl-first {
981 -webkit-box-ordinal-group: 0;
982 -ms-flex-order: -1;
983 order: -1;
984 }
985 .order-xl-1 {
986 -webkit-box-ordinal-group: 2;
987 -ms-flex-order: 1;
988 order: 1;
989 }
990 .order-xl-2 {
991 -webkit-box-ordinal-group: 3;
992 -ms-flex-order: 2;
993 order: 2;
994 }
995 .order-xl-3 {
996 -webkit-box-ordinal-group: 4;
997 -ms-flex-order: 3;
998 order: 3;
999 }
1000 .order-xl-4 {
1001 -webkit-box-ordinal-group: 5;
1002 -ms-flex-order: 4;
1003 order: 4;
1004 }
1005 .order-xl-5 {
1006 -webkit-box-ordinal-group: 6;
1007 -ms-flex-order: 5;
1008 order: 5;
1009 }
1010 .order-xl-6 {
1011 -webkit-box-ordinal-group: 7;
1012 -ms-flex-order: 6;
1013 order: 6;
1014 }
1015 .order-xl-7 {
1016 -webkit-box-ordinal-group: 8;
1017 -ms-flex-order: 7;
1018 order: 7;
1019 }
1020 .order-xl-8 {
1021 -webkit-box-ordinal-group: 9;
1022 -ms-flex-order: 8;
1023 order: 8;
1024 }
1025 .order-xl-9 {
1026 -webkit-box-ordinal-group: 10;
1027 -ms-flex-order: 9;
1028 order: 9;
1029 }
1030 .order-xl-10 {
1031 -webkit-box-ordinal-group: 11;
1032 -ms-flex-order: 10;
1033 order: 10;
1034 }
1035 .order-xl-11 {
1036 -webkit-box-ordinal-group: 12;
1037 -ms-flex-order: 11;
1038 order: 11;
1039 }
1040 .order-xl-12 {
1041 -webkit-box-ordinal-group: 13;
1042 -ms-flex-order: 12;
1043 order: 12;
1044 }
1045 .offset-xl-0 {
1046 margin-left: 0;
1047 }
1048 .offset-xl-1 {
1049 margin-left: 8.333333%;
1050 }
1051 .offset-xl-2 {
1052 margin-left: 16.666667%;
1053 }
1054 .offset-xl-3 {
1055 margin-left: 25%;
1056 }
1057 .offset-xl-4 {
1058 margin-left: 33.333333%;
1059 }
1060 .offset-xl-5 {
1061 margin-left: 41.666667%;
1062 }
1063 .offset-xl-6 {
1064 margin-left: 50%;
1065 }
1066 .offset-xl-7 {
1067 margin-left: 58.333333%;
1068 }
1069 .offset-xl-8 {
1070 margin-left: 66.666667%;
1071 }
1072 .offset-xl-9 {
1073 margin-left: 75%;
1074 }
1075 .offset-xl-10 {
1076 margin-left: 83.333333%;
1077 }
1078 .offset-xl-11 {
1079 margin-left: 91.666667%;
1080 }
1081 }
1082
1083 .flex-row {
1084 -webkit-box-orient: horizontal !important;
1085 -webkit-box-direction: normal !important;
1086 -ms-flex-direction: row !important;
1087 flex-direction: row !important;
1088 }
1089
1090 .flex-column {
1091 -webkit-box-orient: vertical !important;
1092 -webkit-box-direction: normal !important;
1093 -ms-flex-direction: column !important;
1094 flex-direction: column !important;
1095 }
1096
1097 .flex-row-reverse {
1098 -webkit-box-orient: horizontal !important;
1099 -webkit-box-direction: reverse !important;
1100 -ms-flex-direction: row-reverse !important;
1101 flex-direction: row-reverse !important;
1102 }
1103
1104 .flex-column-reverse {
1105 -webkit-box-orient: vertical !important;
1106 -webkit-box-direction: reverse !important;
1107 -ms-flex-direction: column-reverse !important;
1108 flex-direction: column-reverse !important;
1109 }
1110
1111 .flex-wrap {
1112 -ms-flex-wrap: wrap !important;
1113 flex-wrap: wrap !important;
1114 }
1115
1116 .flex-nowrap {
1117 -ms-flex-wrap: nowrap !important;
1118 flex-wrap: nowrap !important;
1119 }
1120
1121 .flex-wrap-reverse {
1122 -ms-flex-wrap: wrap-reverse !important;
1123 flex-wrap: wrap-reverse !important;
1124 }
1125
1126 .justify-content-start {
1127 -webkit-box-pack: start !important;
1128 -ms-flex-pack: start !important;
1129 justify-content: flex-start !important;
1130 }
1131
1132 .justify-content-end {
1133 -webkit-box-pack: end !important;
1134 -ms-flex-pack: end !important;
1135 justify-content: flex-end !important;
1136 }
1137
1138 .justify-content-center {
1139 -webkit-box-pack: center !important;
1140 -ms-flex-pack: center !important;
1141 justify-content: center !important;
1142 }
1143
1144 .justify-content-between {
1145 -webkit-box-pack: justify !important;
1146 -ms-flex-pack: justify !important;
1147 justify-content: space-between !important;
1148 }
1149
1150 .justify-content-around {
1151 -ms-flex-pack: distribute !important;
1152 justify-content: space-around !important;
1153 }
1154
1155 .align-items-start {
1156 -webkit-box-align: start !important;
1157 -ms-flex-align: start !important;
1158 align-items: flex-start !important;
1159 }
1160
1161 .align-items-end {
1162 -webkit-box-align: end !important;
1163 -ms-flex-align: end !important;
1164 align-items: flex-end !important;
1165 }
1166
1167 .align-items-center {
1168 -webkit-box-align: center !important;
1169 -ms-flex-align: center !important;
1170 align-items: center !important;
1171 }
1172
1173 .align-items-baseline {
1174 -webkit-box-align: baseline !important;
1175 -ms-flex-align: baseline !important;
1176 align-items: baseline !important;
1177 }
1178
1179 .align-items-stretch {
1180 -webkit-box-align: stretch !important;
1181 -ms-flex-align: stretch !important;
1182 align-items: stretch !important;
1183 }
1184
1185 .align-content-start {
1186 -ms-flex-line-pack: start !important;
1187 align-content: flex-start !important;
1188 }
1189
1190 .align-content-end {
1191 -ms-flex-line-pack: end !important;
1192 align-content: flex-end !important;
1193 }
1194
1195 .align-content-center {
1196 -ms-flex-line-pack: center !important;
1197 align-content: center !important;
1198 }
1199
1200 .align-content-between {
1201 -ms-flex-line-pack: justify !important;
1202 align-content: space-between !important;
1203 }
1204
1205 .align-content-around {
1206 -ms-flex-line-pack: distribute !important;
1207 align-content: space-around !important;
1208 }
1209
1210 .align-content-stretch {
1211 -ms-flex-line-pack: stretch !important;
1212 align-content: stretch !important;
1213 }
1214
1215 .align-self-auto {
1216 -ms-flex-item-align: auto !important;
1217 align-self: auto !important;
1218 }
1219
1220 .align-self-start {
1221 -ms-flex-item-align: start !important;
1222 align-self: flex-start !important;
1223 }
1224
1225 .align-self-end {
1226 -ms-flex-item-align: end !important;
1227 align-self: flex-end !important;
1228 }
1229
1230 .align-self-center {
1231 -ms-flex-item-align: center !important;
1232 align-self: center !important;
1233 }
1234
1235 .align-self-baseline {
1236 -ms-flex-item-align: baseline !important;
1237 align-self: baseline !important;
1238 }
1239
1240 .align-self-stretch {
1241 -ms-flex-item-align: stretch !important;
1242 align-self: stretch !important;
1243 }
1244
1245 @media (min-width: 576px) {
1246 .flex-sm-row {
1247 -webkit-box-orient: horizontal !important;
1248 -webkit-box-direction: normal !important;
1249 -ms-flex-direction: row !important;
1250 flex-direction: row !important;
1251 }
1252 .flex-sm-column {
1253 -webkit-box-orient: vertical !important;
1254 -webkit-box-direction: normal !important;
1255 -ms-flex-direction: column !important;
1256 flex-direction: column !important;
1257 }
1258 .flex-sm-row-reverse {
1259 -webkit-box-orient: horizontal !important;
1260 -webkit-box-direction: reverse !important;
1261 -ms-flex-direction: row-reverse !important;
1262 flex-direction: row-reverse !important;
1263 }
1264 .flex-sm-column-reverse {
1265 -webkit-box-orient: vertical !important;
1266 -webkit-box-direction: reverse !important;
1267 -ms-flex-direction: column-reverse !important;
1268 flex-direction: column-reverse !important;
1269 }
1270 .flex-sm-wrap {
1271 -ms-flex-wrap: wrap !important;
1272 flex-wrap: wrap !important;
1273 }
1274 .flex-sm-nowrap {
1275 -ms-flex-wrap: nowrap !important;
1276 flex-wrap: nowrap !important;
1277 }
1278 .flex-sm-wrap-reverse {
1279 -ms-flex-wrap: wrap-reverse !important;
1280 flex-wrap: wrap-reverse !important;
1281 }
1282 .justify-content-sm-start {
1283 -webkit-box-pack: start !important;
1284 -ms-flex-pack: start !important;
1285 justify-content: flex-start !important;
1286 }
1287 .justify-content-sm-end {
1288 -webkit-box-pack: end !important;
1289 -ms-flex-pack: end !important;
1290 justify-content: flex-end !important;
1291 }
1292 .justify-content-sm-center {
1293 -webkit-box-pack: center !important;
1294 -ms-flex-pack: center !important;
1295 justify-content: center !important;
1296 }
1297 .justify-content-sm-between {
1298 -webkit-box-pack: justify !important;
1299 -ms-flex-pack: justify !important;
1300 justify-content: space-between !important;
1301 }
1302 .justify-content-sm-around {
1303 -ms-flex-pack: distribute !important;
1304 justify-content: space-around !important;
1305 }
1306 .align-items-sm-start {
1307 -webkit-box-align: start !important;
1308 -ms-flex-align: start !important;
1309 align-items: flex-start !important;
1310 }
1311 .align-items-sm-end {
1312 -webkit-box-align: end !important;
1313 -ms-flex-align: end !important;
1314 align-items: flex-end !important;
1315 }
1316 .align-items-sm-center {
1317 -webkit-box-align: center !important;
1318 -ms-flex-align: center !important;
1319 align-items: center !important;
1320 }
1321 .align-items-sm-baseline {
1322 -webkit-box-align: baseline !important;
1323 -ms-flex-align: baseline !important;
1324 align-items: baseline !important;
1325 }
1326 .align-items-sm-stretch {
1327 -webkit-box-align: stretch !important;
1328 -ms-flex-align: stretch !important;
1329 align-items: stretch !important;
1330 }
1331 .align-content-sm-start {
1332 -ms-flex-line-pack: start !important;
1333 align-content: flex-start !important;
1334 }
1335 .align-content-sm-end {
1336 -ms-flex-line-pack: end !important;
1337 align-content: flex-end !important;
1338 }
1339 .align-content-sm-center {
1340 -ms-flex-line-pack: center !important;
1341 align-content: center !important;
1342 }
1343 .align-content-sm-between {
1344 -ms-flex-line-pack: justify !important;
1345 align-content: space-between !important;
1346 }
1347 .align-content-sm-around {
1348 -ms-flex-line-pack: distribute !important;
1349 align-content: space-around !important;
1350 }
1351 .align-content-sm-stretch {
1352 -ms-flex-line-pack: stretch !important;
1353 align-content: stretch !important;
1354 }
1355 .align-self-sm-auto {
1356 -ms-flex-item-align: auto !important;
1357 align-self: auto !important;
1358 }
1359 .align-self-sm-start {
1360 -ms-flex-item-align: start !important;
1361 align-self: flex-start !important;
1362 }
1363 .align-self-sm-end {
1364 -ms-flex-item-align: end !important;
1365 align-self: flex-end !important;
1366 }
1367 .align-self-sm-center {
1368 -ms-flex-item-align: center !important;
1369 align-self: center !important;
1370 }
1371 .align-self-sm-baseline {
1372 -ms-flex-item-align: baseline !important;
1373 align-self: baseline !important;
1374 }
1375 .align-self-sm-stretch {
1376 -ms-flex-item-align: stretch !important;
1377 align-self: stretch !important;
1378 }
1379 }
1380
1381 @media (min-width: 768px) {
1382 .flex-md-row {
1383 -webkit-box-orient: horizontal !important;
1384 -webkit-box-direction: normal !important;
1385 -ms-flex-direction: row !important;
1386 flex-direction: row !important;
1387 }
1388 .flex-md-column {
1389 -webkit-box-orient: vertical !important;
1390 -webkit-box-direction: normal !important;
1391 -ms-flex-direction: column !important;
1392 flex-direction: column !important;
1393 }
1394 .flex-md-row-reverse {
1395 -webkit-box-orient: horizontal !important;
1396 -webkit-box-direction: reverse !important;
1397 -ms-flex-direction: row-reverse !important;
1398 flex-direction: row-reverse !important;
1399 }
1400 .flex-md-column-reverse {
1401 -webkit-box-orient: vertical !important;
1402 -webkit-box-direction: reverse !important;
1403 -ms-flex-direction: column-reverse !important;
1404 flex-direction: column-reverse !important;
1405 }
1406 .flex-md-wrap {
1407 -ms-flex-wrap: wrap !important;
1408 flex-wrap: wrap !important;
1409 }
1410 .flex-md-nowrap {
1411 -ms-flex-wrap: nowrap !important;
1412 flex-wrap: nowrap !important;
1413 }
1414 .flex-md-wrap-reverse {
1415 -ms-flex-wrap: wrap-reverse !important;
1416 flex-wrap: wrap-reverse !important;
1417 }
1418 .justify-content-md-start {
1419 -webkit-box-pack: start !important;
1420 -ms-flex-pack: start !important;
1421 justify-content: flex-start !important;
1422 }
1423 .justify-content-md-end {
1424 -webkit-box-pack: end !important;
1425 -ms-flex-pack: end !important;
1426 justify-content: flex-end !important;
1427 }
1428 .justify-content-md-center {
1429 -webkit-box-pack: center !important;
1430 -ms-flex-pack: center !important;
1431 justify-content: center !important;
1432 }
1433 .justify-content-md-between {
1434 -webkit-box-pack: justify !important;
1435 -ms-flex-pack: justify !important;
1436 justify-content: space-between !important;
1437 }
1438 .justify-content-md-around {
1439 -ms-flex-pack: distribute !important;
1440 justify-content: space-around !important;
1441 }
1442 .align-items-md-start {
1443 -webkit-box-align: start !important;
1444 -ms-flex-align: start !important;
1445 align-items: flex-start !important;
1446 }
1447 .align-items-md-end {
1448 -webkit-box-align: end !important;
1449 -ms-flex-align: end !important;
1450 align-items: flex-end !important;
1451 }
1452 .align-items-md-center {
1453 -webkit-box-align: center !important;
1454 -ms-flex-align: center !important;
1455 align-items: center !important;
1456 }
1457 .align-items-md-baseline {
1458 -webkit-box-align: baseline !important;
1459 -ms-flex-align: baseline !important;
1460 align-items: baseline !important;
1461 }
1462 .align-items-md-stretch {
1463 -webkit-box-align: stretch !important;
1464 -ms-flex-align: stretch !important;
1465 align-items: stretch !important;
1466 }
1467 .align-content-md-start {
1468 -ms-flex-line-pack: start !important;
1469 align-content: flex-start !important;
1470 }
1471 .align-content-md-end {
1472 -ms-flex-line-pack: end !important;
1473 align-content: flex-end !important;
1474 }
1475 .align-content-md-center {
1476 -ms-flex-line-pack: center !important;
1477 align-content: center !important;
1478 }
1479 .align-content-md-between {
1480 -ms-flex-line-pack: justify !important;
1481 align-content: space-between !important;
1482 }
1483 .align-content-md-around {
1484 -ms-flex-line-pack: distribute !important;
1485 align-content: space-around !important;
1486 }
1487 .align-content-md-stretch {
1488 -ms-flex-line-pack: stretch !important;
1489 align-content: stretch !important;
1490 }
1491 .align-self-md-auto {
1492 -ms-flex-item-align: auto !important;
1493 align-self: auto !important;
1494 }
1495 .align-self-md-start {
1496 -ms-flex-item-align: start !important;
1497 align-self: flex-start !important;
1498 }
1499 .align-self-md-end {
1500 -ms-flex-item-align: end !important;
1501 align-self: flex-end !important;
1502 }
1503 .align-self-md-center {
1504 -ms-flex-item-align: center !important;
1505 align-self: center !important;
1506 }
1507 .align-self-md-baseline {
1508 -ms-flex-item-align: baseline !important;
1509 align-self: baseline !important;
1510 }
1511 .align-self-md-stretch {
1512 -ms-flex-item-align: stretch !important;
1513 align-self: stretch !important;
1514 }
1515 }
1516
1517 @media (min-width: 992px) {
1518 .flex-lg-row {
1519 -webkit-box-orient: horizontal !important;
1520 -webkit-box-direction: normal !important;
1521 -ms-flex-direction: row !important;
1522 flex-direction: row !important;
1523 }
1524 .flex-lg-column {
1525 -webkit-box-orient: vertical !important;
1526 -webkit-box-direction: normal !important;
1527 -ms-flex-direction: column !important;
1528 flex-direction: column !important;
1529 }
1530 .flex-lg-row-reverse {
1531 -webkit-box-orient: horizontal !important;
1532 -webkit-box-direction: reverse !important;
1533 -ms-flex-direction: row-reverse !important;
1534 flex-direction: row-reverse !important;
1535 }
1536 .flex-lg-column-reverse {
1537 -webkit-box-orient: vertical !important;
1538 -webkit-box-direction: reverse !important;
1539 -ms-flex-direction: column-reverse !important;
1540 flex-direction: column-reverse !important;
1541 }
1542 .flex-lg-wrap {
1543 -ms-flex-wrap: wrap !important;
1544 flex-wrap: wrap !important;
1545 }
1546 .flex-lg-nowrap {
1547 -ms-flex-wrap: nowrap !important;
1548 flex-wrap: nowrap !important;
1549 }
1550 .flex-lg-wrap-reverse {
1551 -ms-flex-wrap: wrap-reverse !important;
1552 flex-wrap: wrap-reverse !important;
1553 }
1554 .justify-content-lg-start {
1555 -webkit-box-pack: start !important;
1556 -ms-flex-pack: start !important;
1557 justify-content: flex-start !important;
1558 }
1559 .justify-content-lg-end {
1560 -webkit-box-pack: end !important;
1561 -ms-flex-pack: end !important;
1562 justify-content: flex-end !important;
1563 }
1564 .justify-content-lg-center {
1565 -webkit-box-pack: center !important;
1566 -ms-flex-pack: center !important;
1567 justify-content: center !important;
1568 }
1569 .justify-content-lg-between {
1570 -webkit-box-pack: justify !important;
1571 -ms-flex-pack: justify !important;
1572 justify-content: space-between !important;
1573 }
1574 .justify-content-lg-around {
1575 -ms-flex-pack: distribute !important;
1576 justify-content: space-around !important;
1577 }
1578 .align-items-lg-start {
1579 -webkit-box-align: start !important;
1580 -ms-flex-align: start !important;
1581 align-items: flex-start !important;
1582 }
1583 .align-items-lg-end {
1584 -webkit-box-align: end !important;
1585 -ms-flex-align: end !important;
1586 align-items: flex-end !important;
1587 }
1588 .align-items-lg-center {
1589 -webkit-box-align: center !important;
1590 -ms-flex-align: center !important;
1591 align-items: center !important;
1592 }
1593 .align-items-lg-baseline {
1594 -webkit-box-align: baseline !important;
1595 -ms-flex-align: baseline !important;
1596 align-items: baseline !important;
1597 }
1598 .align-items-lg-stretch {
1599 -webkit-box-align: stretch !important;
1600 -ms-flex-align: stretch !important;
1601 align-items: stretch !important;
1602 }
1603 .align-content-lg-start {
1604 -ms-flex-line-pack: start !important;
1605 align-content: flex-start !important;
1606 }
1607 .align-content-lg-end {
1608 -ms-flex-line-pack: end !important;
1609 align-content: flex-end !important;
1610 }
1611 .align-content-lg-center {
1612 -ms-flex-line-pack: center !important;
1613 align-content: center !important;
1614 }
1615 .align-content-lg-between {
1616 -ms-flex-line-pack: justify !important;
1617 align-content: space-between !important;
1618 }
1619 .align-content-lg-around {
1620 -ms-flex-line-pack: distribute !important;
1621 align-content: space-around !important;
1622 }
1623 .align-content-lg-stretch {
1624 -ms-flex-line-pack: stretch !important;
1625 align-content: stretch !important;
1626 }
1627 .align-self-lg-auto {
1628 -ms-flex-item-align: auto !important;
1629 align-self: auto !important;
1630 }
1631 .align-self-lg-start {
1632 -ms-flex-item-align: start !important;
1633 align-self: flex-start !important;
1634 }
1635 .align-self-lg-end {
1636 -ms-flex-item-align: end !important;
1637 align-self: flex-end !important;
1638 }
1639 .align-self-lg-center {
1640 -ms-flex-item-align: center !important;
1641 align-self: center !important;
1642 }
1643 .align-self-lg-baseline {
1644 -ms-flex-item-align: baseline !important;
1645 align-self: baseline !important;
1646 }
1647 .align-self-lg-stretch {
1648 -ms-flex-item-align: stretch !important;
1649 align-self: stretch !important;
1650 }
1651 }
1652
1653 @media (min-width: 1200px) {
1654 .flex-xl-row {
1655 -webkit-box-orient: horizontal !important;
1656 -webkit-box-direction: normal !important;
1657 -ms-flex-direction: row !important;
1658 flex-direction: row !important;
1659 }
1660 .flex-xl-column {
1661 -webkit-box-orient: vertical !important;
1662 -webkit-box-direction: normal !important;
1663 -ms-flex-direction: column !important;
1664 flex-direction: column !important;
1665 }
1666 .flex-xl-row-reverse {
1667 -webkit-box-orient: horizontal !important;
1668 -webkit-box-direction: reverse !important;
1669 -ms-flex-direction: row-reverse !important;
1670 flex-direction: row-reverse !important;
1671 }
1672 .flex-xl-column-reverse {
1673 -webkit-box-orient: vertical !important;
1674 -webkit-box-direction: reverse !important;
1675 -ms-flex-direction: column-reverse !important;
1676 flex-direction: column-reverse !important;
1677 }
1678 .flex-xl-wrap {
1679 -ms-flex-wrap: wrap !important;
1680 flex-wrap: wrap !important;
1681 }
1682 .flex-xl-nowrap {
1683 -ms-flex-wrap: nowrap !important;
1684 flex-wrap: nowrap !important;
1685 }
1686 .flex-xl-wrap-reverse {
1687 -ms-flex-wrap: wrap-reverse !important;
1688 flex-wrap: wrap-reverse !important;
1689 }
1690 .justify-content-xl-start {
1691 -webkit-box-pack: start !important;
1692 -ms-flex-pack: start !important;
1693 justify-content: flex-start !important;
1694 }
1695 .justify-content-xl-end {
1696 -webkit-box-pack: end !important;
1697 -ms-flex-pack: end !important;
1698 justify-content: flex-end !important;
1699 }
1700 .justify-content-xl-center {
1701 -webkit-box-pack: center !important;
1702 -ms-flex-pack: center !important;
1703 justify-content: center !important;
1704 }
1705 .justify-content-xl-between {
1706 -webkit-box-pack: justify !important;
1707 -ms-flex-pack: justify !important;
1708 justify-content: space-between !important;
1709 }
1710 .justify-content-xl-around {
1711 -ms-flex-pack: distribute !important;
1712 justify-content: space-around !important;
1713 }
1714 .align-items-xl-start {
1715 -webkit-box-align: start !important;
1716 -ms-flex-align: start !important;
1717 align-items: flex-start !important;
1718 }
1719 .align-items-xl-end {
1720 -webkit-box-align: end !important;
1721 -ms-flex-align: end !important;
1722 align-items: flex-end !important;
1723 }
1724 .align-items-xl-center {
1725 -webkit-box-align: center !important;
1726 -ms-flex-align: center !important;
1727 align-items: center !important;
1728 }
1729 .align-items-xl-baseline {
1730 -webkit-box-align: baseline !important;
1731 -ms-flex-align: baseline !important;
1732 align-items: baseline !important;
1733 }
1734 .align-items-xl-stretch {
1735 -webkit-box-align: stretch !important;
1736 -ms-flex-align: stretch !important;
1737 align-items: stretch !important;
1738 }
1739 .align-content-xl-start {
1740 -ms-flex-line-pack: start !important;
1741 align-content: flex-start !important;
1742 }
1743 .align-content-xl-end {
1744 -ms-flex-line-pack: end !important;
1745 align-content: flex-end !important;
1746 }
1747 .align-content-xl-center {
1748 -ms-flex-line-pack: center !important;
1749 align-content: center !important;
1750 }
1751 .align-content-xl-between {
1752 -ms-flex-line-pack: justify !important;
1753 align-content: space-between !important;
1754 }
1755 .align-content-xl-around {
1756 -ms-flex-line-pack: distribute !important;
1757 align-content: space-around !important;
1758 }
1759 .align-content-xl-stretch {
1760 -ms-flex-line-pack: stretch !important;
1761 align-content: stretch !important;
1762 }
1763 .align-self-xl-auto {
1764 -ms-flex-item-align: auto !important;
1765 align-self: auto !important;
1766 }
1767 .align-self-xl-start {
1768 -ms-flex-item-align: start !important;
1769 align-self: flex-start !important;
1770 }
1771 .align-self-xl-end {
1772 -ms-flex-item-align: end !important;
1773 align-self: flex-end !important;
1774 }
1775 .align-self-xl-center {
1776 -ms-flex-item-align: center !important;
1777 align-self: center !important;
1778 }
1779 .align-self-xl-baseline {
1780 -ms-flex-item-align: baseline !important;
1781 align-self: baseline !important;
1782 }
1783 .align-self-xl-stretch {
1784 -ms-flex-item-align: stretch !important;
1785 align-self: stretch !important;
1786 }
1787 }
1788 /*# sourceMappingURL=bootstrap-grid.css.map */