This repository has been archived by the owner on Mar 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
materialize.min.css
1749 lines (1748 loc) · 130 KB
/
materialize.min.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
/*!
* Materialize v0.99.0 (http://materializecss.com)
* Copyright 2014-2017 Materialize
* MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
*/
.materialize-red{background-color:#e51c23 !important}
.materialize-red-text{color:#e51c23 !important}
.materialize-red.lighten-5{background-color:#fdeaeb !important}
.materialize-red-text.text-lighten-5{color:#fdeaeb !important}
.materialize-red.lighten-4{background-color:#f8c1c3 !important}
.materialize-red-text.text-lighten-4{color:#f8c1c3 !important}
.materialize-red.lighten-3{background-color:#f3989b !important}
.materialize-red-text.text-lighten-3{color:#f3989b !important}
.materialize-red.lighten-2{background-color:#ee6e73 !important}
.materialize-red-text.text-lighten-2{color:#ee6e73 !important}
.materialize-red.lighten-1{background-color:#ea454b !important}
.materialize-red-text.text-lighten-1{color:#ea454b !important}
.materialize-red.darken-1{background-color:#d0181e !important}
.materialize-red-text.text-darken-1{color:#d0181e !important}
.materialize-red.darken-2{background-color:#b9151b !important}
.materialize-red-text.text-darken-2{color:#b9151b !important}
.materialize-red.darken-3{background-color:#a21318 !important}
.materialize-red-text.text-darken-3{color:#a21318 !important}
.materialize-red.darken-4{background-color:#8b1014 !important}
.materialize-red-text.text-darken-4{color:#8b1014 !important}
.red{background-color:#F44336 !important}
.red-text{color:#F44336 !important}
.red.lighten-5{background-color:#FFEBEE !important}
.red-text.text-lighten-5{color:#FFEBEE !important}
.red.lighten-4{background-color:#FFCDD2 !important}
.red-text.text-lighten-4{color:#FFCDD2 !important}
.red.lighten-3{background-color:#EF9A9A !important}
.red-text.text-lighten-3{color:#EF9A9A !important}
.red.lighten-2{background-color:#E57373 !important}
.red-text.text-lighten-2{color:#E57373 !important}
.red.lighten-1{background-color:#EF5350 !important}
.red-text.text-lighten-1{color:#EF5350 !important}
.red.darken-1{background-color:#E53935 !important}
.red-text.text-darken-1{color:#E53935 !important}
.red.darken-2{background-color:#D32F2F !important}
.red-text.text-darken-2{color:#D32F2F !important}
.red.darken-3{background-color:#C62828 !important}
.red-text.text-darken-3{color:#C62828 !important}
.red.darken-4{background-color:#B71C1C !important}
.red-text.text-darken-4{color:#B71C1C !important}
.red.accent-1{background-color:#FF8A80 !important}
.red-text.text-accent-1{color:#FF8A80 !important}
.red.accent-2{background-color:#FF5252 !important}
.red-text.text-accent-2{color:#FF5252 !important}
.red.accent-3{background-color:#FF1744 !important}
.red-text.text-accent-3{color:#FF1744 !important}
.red.accent-4{background-color:#D50000 !important}
.red-text.text-accent-4{color:#D50000 !important}
.pink{background-color:#e91e63 !important}
.pink-text{color:#e91e63 !important}
.pink.lighten-5{background-color:#fce4ec !important}
.pink-text.text-lighten-5{color:#fce4ec !important}
.pink.lighten-4{background-color:#f8bbd0 !important}
.pink-text.text-lighten-4{color:#f8bbd0 !important}
.pink.lighten-3{background-color:#f48fb1 !important}
.pink-text.text-lighten-3{color:#f48fb1 !important}
.pink.lighten-2{background-color:#f06292 !important}
.pink-text.text-lighten-2{color:#f06292 !important}
.pink.lighten-1{background-color:#ec407a !important}
.pink-text.text-lighten-1{color:#ec407a !important}
.pink.darken-1{background-color:#d81b60 !important}
.pink-text.text-darken-1{color:#d81b60 !important}
.pink.darken-2{background-color:#c2185b !important}
.pink-text.text-darken-2{color:#c2185b !important}
.pink.darken-3{background-color:#ad1457 !important}
.pink-text.text-darken-3{color:#ad1457 !important}
.pink.darken-4{background-color:#880e4f !important}
.pink-text.text-darken-4{color:#880e4f !important}
.pink.accent-1{background-color:#ff80ab !important}
.pink-text.text-accent-1{color:#ff80ab !important}
.pink.accent-2{background-color:#ff4081 !important}
.pink-text.text-accent-2{color:#ff4081 !important}
.pink.accent-3{background-color:#f50057 !important}
.pink-text.text-accent-3{color:#f50057 !important}
.pink.accent-4{background-color:#c51162 !important}
.pink-text.text-accent-4{color:#c51162 !important}
.purple{background-color:#9c27b0 !important}
.purple-text{color:#9c27b0 !important}
.purple.lighten-5{background-color:#f3e5f5 !important}
.purple-text.text-lighten-5{color:#f3e5f5 !important}
.purple.lighten-4{background-color:#e1bee7 !important}
.purple-text.text-lighten-4{color:#e1bee7 !important}
.purple.lighten-3{background-color:#ce93d8 !important}
.purple-text.text-lighten-3{color:#ce93d8 !important}
.purple.lighten-2{background-color:#ba68c8 !important}
.purple-text.text-lighten-2{color:#ba68c8 !important}
.purple.lighten-1{background-color:#ab47bc !important}
.purple-text.text-lighten-1{color:#ab47bc !important}
.purple.darken-1{background-color:#8e24aa !important}
.purple-text.text-darken-1{color:#8e24aa !important}
.purple.darken-2{background-color:#7b1fa2 !important}
.purple-text.text-darken-2{color:#7b1fa2 !important}
.purple.darken-3{background-color:#6a1b9a !important}
.purple-text.text-darken-3{color:#6a1b9a !important}
.purple.darken-4{background-color:#4a148c !important}
.purple-text.text-darken-4{color:#4a148c !important}
.purple.accent-1{background-color:#ea80fc !important}
.purple-text.text-accent-1{color:#ea80fc !important}
.purple.accent-2{background-color:#e040fb !important}
.purple-text.text-accent-2{color:#e040fb !important}
.purple.accent-3{background-color:#d500f9 !important}
.purple-text.text-accent-3{color:#d500f9 !important}
.purple.accent-4{background-color:#a0f !important}
.purple-text.text-accent-4{color:#a0f !important}
.deep-purple{background-color:#673ab7 !important}
.deep-purple-text{color:#673ab7 !important}
.deep-purple.lighten-5{background-color:#ede7f6 !important}
.deep-purple-text.text-lighten-5{color:#ede7f6 !important}
.deep-purple.lighten-4{background-color:#d1c4e9 !important}
.deep-purple-text.text-lighten-4{color:#d1c4e9 !important}
.deep-purple.lighten-3{background-color:#b39ddb !important}
.deep-purple-text.text-lighten-3{color:#b39ddb !important}
.deep-purple.lighten-2{background-color:#9575cd !important}
.deep-purple-text.text-lighten-2{color:#9575cd !important}
.deep-purple.lighten-1{background-color:#7e57c2 !important}
.deep-purple-text.text-lighten-1{color:#7e57c2 !important}
.deep-purple.darken-1{background-color:#5e35b1 !important}
.deep-purple-text.text-darken-1{color:#5e35b1 !important}
.deep-purple.darken-2{background-color:#512da8 !important}
.deep-purple-text.text-darken-2{color:#512da8 !important}
.deep-purple.darken-3{background-color:#4527a0 !important}
.deep-purple-text.text-darken-3{color:#4527a0 !important}
.deep-purple.darken-4{background-color:#311b92 !important}
.deep-purple-text.text-darken-4{color:#311b92 !important}
.deep-purple.accent-1{background-color:#b388ff !important}
.deep-purple-text.text-accent-1{color:#b388ff !important}
.deep-purple.accent-2{background-color:#7c4dff !important}
.deep-purple-text.text-accent-2{color:#7c4dff !important}
.deep-purple.accent-3{background-color:#651fff !important}
.deep-purple-text.text-accent-3{color:#651fff !important}
.deep-purple.accent-4{background-color:#6200ea !important}
.deep-purple-text.text-accent-4{color:#6200ea !important}
.indigo{background-color:#3f51b5 !important}
.indigo-text{color:#3f51b5 !important}
.indigo.lighten-5{background-color:#e8eaf6 !important}
.indigo-text.text-lighten-5{color:#e8eaf6 !important}
.indigo.lighten-4{background-color:#c5cae9 !important}
.indigo-text.text-lighten-4{color:#c5cae9 !important}
.indigo.lighten-3{background-color:#9fa8da !important}
.indigo-text.text-lighten-3{color:#9fa8da !important}
.indigo.lighten-2{background-color:#7986cb !important}
.indigo-text.text-lighten-2{color:#7986cb !important}
.indigo.lighten-1{background-color:#5c6bc0 !important}
.indigo-text.text-lighten-1{color:#5c6bc0 !important}
.indigo.darken-1{background-color:#3949ab !important}
.indigo-text.text-darken-1{color:#3949ab !important}
.indigo.darken-2{background-color:#303f9f !important}
.indigo-text.text-darken-2{color:#303f9f !important}
.indigo.darken-3{background-color:#283593 !important}
.indigo-text.text-darken-3{color:#283593 !important}
.indigo.darken-4{background-color:#1a237e !important}
.indigo-text.text-darken-4{color:#1a237e !important}
.indigo.accent-1{background-color:#8c9eff !important}
.indigo-text.text-accent-1{color:#8c9eff !important}
.indigo.accent-2{background-color:#536dfe !important}
.indigo-text.text-accent-2{color:#536dfe !important}
.indigo.accent-3{background-color:#3d5afe !important}
.indigo-text.text-accent-3{color:#3d5afe !important}
.indigo.accent-4{background-color:#304ffe !important}
.indigo-text.text-accent-4{color:#304ffe !important}
.blue{background-color:#2196F3 !important}
.blue-text{color:#2196F3 !important}
.blue.lighten-5{background-color:#E3F2FD !important}
.blue-text.text-lighten-5{color:#E3F2FD !important}
.blue.lighten-4{background-color:#BBDEFB !important}
.blue-text.text-lighten-4{color:#BBDEFB !important}
.blue.lighten-3{background-color:#90CAF9 !important}
.blue-text.text-lighten-3{color:#90CAF9 !important}
.blue.lighten-2{background-color:#64B5F6 !important}
.blue-text.text-lighten-2{color:#64B5F6 !important}
.blue.lighten-1{background-color:#42A5F5 !important}
.blue-text.text-lighten-1{color:#42A5F5 !important}
.blue.darken-1{background-color:#1E88E5 !important}
.blue-text.text-darken-1{color:#1E88E5 !important}
.blue.darken-2{background-color:#1976D2 !important}
.blue-text.text-darken-2{color:#1976D2 !important}
.blue.darken-3{background-color:#1565C0 !important}
.blue-text.text-darken-3{color:#1565C0 !important}
.blue.darken-4{background-color:#0D47A1 !important}
.blue-text.text-darken-4{color:#0D47A1 !important}
.blue.accent-1{background-color:#82B1FF !important}
.blue-text.text-accent-1{color:#82B1FF !important}
.blue.accent-2{background-color:#448AFF !important}
.blue-text.text-accent-2{color:#448AFF !important}
.blue.accent-3{background-color:#2979FF !important}
.blue-text.text-accent-3{color:#2979FF !important}
.blue.accent-4{background-color:#2962FF !important}
.blue-text.text-accent-4{color:#2962FF !important}
.light-blue{background-color:#03a9f4 !important}
.light-blue-text{color:#03a9f4 !important}
.light-blue.lighten-5{background-color:#e1f5fe !important}
.light-blue-text.text-lighten-5{color:#e1f5fe !important}
.light-blue.lighten-4{background-color:#b3e5fc !important}
.light-blue-text.text-lighten-4{color:#b3e5fc !important}
.light-blue.lighten-3{background-color:#81d4fa !important}
.light-blue-text.text-lighten-3{color:#81d4fa !important}
.light-blue.lighten-2{background-color:#4fc3f7 !important}
.light-blue-text.text-lighten-2{color:#4fc3f7 !important}
.light-blue.lighten-1{background-color:#29b6f6 !important}
.light-blue-text.text-lighten-1{color:#29b6f6 !important}
.light-blue.darken-1{background-color:#039be5 !important}
.light-blue-text.text-darken-1{color:#039be5 !important}
.light-blue.darken-2{background-color:#0288d1 !important}
.light-blue-text.text-darken-2{color:#0288d1 !important}
.light-blue.darken-3{background-color:#0277bd !important}
.light-blue-text.text-darken-3{color:#0277bd !important}
.light-blue.darken-4{background-color:#01579b !important}
.light-blue-text.text-darken-4{color:#01579b !important}
.light-blue.accent-1{background-color:#80d8ff !important}
.light-blue-text.text-accent-1{color:#80d8ff !important}
.light-blue.accent-2{background-color:#40c4ff !important}
.light-blue-text.text-accent-2{color:#40c4ff !important}
.light-blue.accent-3{background-color:#00b0ff !important}
.light-blue-text.text-accent-3{color:#00b0ff !important}
.light-blue.accent-4{background-color:#0091ea !important}
.light-blue-text.text-accent-4{color:#0091ea !important}
.cyan{background-color:#00bcd4 !important}
.cyan-text{color:#00bcd4 !important}
.cyan.lighten-5{background-color:#e0f7fa !important}
.cyan-text.text-lighten-5{color:#e0f7fa !important}
.cyan.lighten-4{background-color:#b2ebf2 !important}
.cyan-text.text-lighten-4{color:#b2ebf2 !important}
.cyan.lighten-3{background-color:#80deea !important}
.cyan-text.text-lighten-3{color:#80deea !important}
.cyan.lighten-2{background-color:#4dd0e1 !important}
.cyan-text.text-lighten-2{color:#4dd0e1 !important}
.cyan.lighten-1{background-color:#26c6da !important}
.cyan-text.text-lighten-1{color:#26c6da !important}
.cyan.darken-1{background-color:#00acc1 !important}
.cyan-text.text-darken-1{color:#00acc1 !important}
.cyan.darken-2{background-color:#0097a7 !important}
.cyan-text.text-darken-2{color:#0097a7 !important}
.cyan.darken-3{background-color:#00838f !important}
.cyan-text.text-darken-3{color:#00838f !important}
.cyan.darken-4{background-color:#006064 !important}
.cyan-text.text-darken-4{color:#006064 !important}
.cyan.accent-1{background-color:#84ffff !important}
.cyan-text.text-accent-1{color:#84ffff !important}
.cyan.accent-2{background-color:#18ffff !important}
.cyan-text.text-accent-2{color:#18ffff !important}
.cyan.accent-3{background-color:#00e5ff !important}
.cyan-text.text-accent-3{color:#00e5ff !important}
.cyan.accent-4{background-color:#00b8d4 !important}
.cyan-text.text-accent-4{color:#00b8d4 !important}
.teal{background-color:#009688 !important}
.teal-text{color:#009688 !important}
.teal.lighten-5{background-color:#e0f2f1 !important}
.teal-text.text-lighten-5{color:#e0f2f1 !important}
.teal.lighten-4{background-color:#b2dfdb !important}
.teal-text.text-lighten-4{color:#b2dfdb !important}
.teal.lighten-3{background-color:#80cbc4 !important}
.teal-text.text-lighten-3{color:#80cbc4 !important}
.teal.lighten-2{background-color:#4db6ac !important}
.teal-text.text-lighten-2{color:#4db6ac !important}
.teal.lighten-1{background-color:#26a69a !important}
.teal-text.text-lighten-1{color:#26a69a !important}
.teal.darken-1{background-color:#00897b !important}
.teal-text.text-darken-1{color:#00897b !important}
.teal.darken-2{background-color:#00796b !important}
.teal-text.text-darken-2{color:#00796b !important}
.teal.darken-3{background-color:#00695c !important}
.teal-text.text-darken-3{color:#00695c !important}
.teal.darken-4{background-color:#004d40 !important}
.teal-text.text-darken-4{color:#004d40 !important}
.teal.accent-1{background-color:#a7ffeb !important}
.teal-text.text-accent-1{color:#a7ffeb !important}
.teal.accent-2{background-color:#64ffda !important}
.teal-text.text-accent-2{color:#64ffda !important}
.teal.accent-3{background-color:#1de9b6 !important}
.teal-text.text-accent-3{color:#1de9b6 !important}
.teal.accent-4{background-color:#00bfa5 !important}
.teal-text.text-accent-4{color:#00bfa5 !important}
.green{background-color:#4CAF50 !important}
.green-text{color:#4CAF50 !important}
.green.lighten-5{background-color:#E8F5E9 !important}
.green-text.text-lighten-5{color:#E8F5E9 !important}
.green.lighten-4{background-color:#C8E6C9 !important}
.green-text.text-lighten-4{color:#C8E6C9 !important}
.green.lighten-3{background-color:#A5D6A7 !important}
.green-text.text-lighten-3{color:#A5D6A7 !important}
.green.lighten-2{background-color:#81C784 !important}
.green-text.text-lighten-2{color:#81C784 !important}
.green.lighten-1{background-color:#66BB6A !important}
.green-text.text-lighten-1{color:#66BB6A !important}
.green.darken-1{background-color:#43A047 !important}
.green-text.text-darken-1{color:#43A047 !important}
.green.darken-2{background-color:#388E3C !important}
.green-text.text-darken-2{color:#388E3C !important}
.green.darken-3{background-color:#2E7D32 !important}
.green-text.text-darken-3{color:#2E7D32 !important}
.green.darken-4{background-color:#1B5E20 !important}
.green-text.text-darken-4{color:#1B5E20 !important}
.green.accent-1{background-color:#B9F6CA !important}
.green-text.text-accent-1{color:#B9F6CA !important}
.green.accent-2{background-color:#69F0AE !important}
.green-text.text-accent-2{color:#69F0AE !important}
.green.accent-3{background-color:#00E676 !important}
.green-text.text-accent-3{color:#00E676 !important}
.green.accent-4{background-color:#00C853 !important}
.green-text.text-accent-4{color:#00C853 !important}
.light-green{background-color:#8bc34a !important}
.light-green-text{color:#8bc34a !important}
.light-green.lighten-5{background-color:#f1f8e9 !important}
.light-green-text.text-lighten-5{color:#f1f8e9 !important}
.light-green.lighten-4{background-color:#dcedc8 !important}
.light-green-text.text-lighten-4{color:#dcedc8 !important}
.light-green.lighten-3{background-color:#c5e1a5 !important}
.light-green-text.text-lighten-3{color:#c5e1a5 !important}
.light-green.lighten-2{background-color:#aed581 !important}
.light-green-text.text-lighten-2{color:#aed581 !important}
.light-green.lighten-1{background-color:#9ccc65 !important}
.light-green-text.text-lighten-1{color:#9ccc65 !important}
.light-green.darken-1{background-color:#7cb342 !important}
.light-green-text.text-darken-1{color:#7cb342 !important}
.light-green.darken-2{background-color:#689f38 !important}
.light-green-text.text-darken-2{color:#689f38 !important}
.light-green.darken-3{background-color:#558b2f !important}
.light-green-text.text-darken-3{color:#558b2f !important}
.light-green.darken-4{background-color:#33691e !important}
.light-green-text.text-darken-4{color:#33691e !important}
.light-green.accent-1{background-color:#ccff90 !important}
.light-green-text.text-accent-1{color:#ccff90 !important}
.light-green.accent-2{background-color:#b2ff59 !important}
.light-green-text.text-accent-2{color:#b2ff59 !important}
.light-green.accent-3{background-color:#76ff03 !important}
.light-green-text.text-accent-3{color:#76ff03 !important}
.light-green.accent-4{background-color:#64dd17 !important}
.light-green-text.text-accent-4{color:#64dd17 !important}
.lime{background-color:#cddc39 !important}
.lime-text{color:#cddc39 !important}
.lime.lighten-5{background-color:#f9fbe7 !important}
.lime-text.text-lighten-5{color:#f9fbe7 !important}
.lime.lighten-4{background-color:#f0f4c3 !important}
.lime-text.text-lighten-4{color:#f0f4c3 !important}
.lime.lighten-3{background-color:#e6ee9c !important}
.lime-text.text-lighten-3{color:#e6ee9c !important}
.lime.lighten-2{background-color:#dce775 !important}
.lime-text.text-lighten-2{color:#dce775 !important}
.lime.lighten-1{background-color:#d4e157 !important}
.lime-text.text-lighten-1{color:#d4e157 !important}
.lime.darken-1{background-color:#c0ca33 !important}
.lime-text.text-darken-1{color:#c0ca33 !important}
.lime.darken-2{background-color:#afb42b !important}
.lime-text.text-darken-2{color:#afb42b !important}
.lime.darken-3{background-color:#9e9d24 !important}
.lime-text.text-darken-3{color:#9e9d24 !important}
.lime.darken-4{background-color:#827717 !important}
.lime-text.text-darken-4{color:#827717 !important}
.lime.accent-1{background-color:#f4ff81 !important}
.lime-text.text-accent-1{color:#f4ff81 !important}
.lime.accent-2{background-color:#eeff41 !important}
.lime-text.text-accent-2{color:#eeff41 !important}
.lime.accent-3{background-color:#c6ff00 !important}
.lime-text.text-accent-3{color:#c6ff00 !important}
.lime.accent-4{background-color:#aeea00 !important}
.lime-text.text-accent-4{color:#aeea00 !important}
.yellow{background-color:#ffeb3b !important}
.yellow-text{color:#ffeb3b !important}
.yellow.lighten-5{background-color:#fffde7 !important}
.yellow-text.text-lighten-5{color:#fffde7 !important}
.yellow.lighten-4{background-color:#fff9c4 !important}
.yellow-text.text-lighten-4{color:#fff9c4 !important}
.yellow.lighten-3{background-color:#fff59d !important}
.yellow-text.text-lighten-3{color:#fff59d !important}
.yellow.lighten-2{background-color:#fff176 !important}
.yellow-text.text-lighten-2{color:#fff176 !important}
.yellow.lighten-1{background-color:#ffee58 !important}
.yellow-text.text-lighten-1{color:#ffee58 !important}
.yellow.darken-1{background-color:#fdd835 !important}
.yellow-text.text-darken-1{color:#fdd835 !important}
.yellow.darken-2{background-color:#fbc02d !important}
.yellow-text.text-darken-2{color:#fbc02d !important}
.yellow.darken-3{background-color:#f9a825 !important}
.yellow-text.text-darken-3{color:#f9a825 !important}
.yellow.darken-4{background-color:#f57f17 !important}
.yellow-text.text-darken-4{color:#f57f17 !important}
.yellow.accent-1{background-color:#ffff8d !important}
.yellow-text.text-accent-1{color:#ffff8d !important}
.yellow.accent-2{background-color:#ff0 !important}
.yellow-text.text-accent-2{color:#ff0 !important}
.yellow.accent-3{background-color:#ffea00 !important}
.yellow-text.text-accent-3{color:#ffea00 !important}
.yellow.accent-4{background-color:#ffd600 !important}
.yellow-text.text-accent-4{color:#ffd600 !important}
.amber{background-color:#ffc107 !important}
.amber-text{color:#ffc107 !important}
.amber.lighten-5{background-color:#fff8e1 !important}
.amber-text.text-lighten-5{color:#fff8e1 !important}
.amber.lighten-4{background-color:#ffecb3 !important}
.amber-text.text-lighten-4{color:#ffecb3 !important}
.amber.lighten-3{background-color:#ffe082 !important}
.amber-text.text-lighten-3{color:#ffe082 !important}
.amber.lighten-2{background-color:#ffd54f !important}
.amber-text.text-lighten-2{color:#ffd54f !important}
.amber.lighten-1{background-color:#ffca28 !important}
.amber-text.text-lighten-1{color:#ffca28 !important}
.amber.darken-1{background-color:#ffb300 !important}
.amber-text.text-darken-1{color:#ffb300 !important}
.amber.darken-2{background-color:#ffa000 !important}
.amber-text.text-darken-2{color:#ffa000 !important}
.amber.darken-3{background-color:#ff8f00 !important}
.amber-text.text-darken-3{color:#ff8f00 !important}
.amber.darken-4{background-color:#ff6f00 !important}
.amber-text.text-darken-4{color:#ff6f00 !important}
.amber.accent-1{background-color:#ffe57f !important}
.amber-text.text-accent-1{color:#ffe57f !important}
.amber.accent-2{background-color:#ffd740 !important}
.amber-text.text-accent-2{color:#ffd740 !important}
.amber.accent-3{background-color:#ffc400 !important}
.amber-text.text-accent-3{color:#ffc400 !important}
.amber.accent-4{background-color:#ffab00 !important}
.amber-text.text-accent-4{color:#ffab00 !important}
.orange{background-color:#ff9800 !important}
.orange-text{color:#ff9800 !important}
.orange.lighten-5{background-color:#fff3e0 !important}
.orange-text.text-lighten-5{color:#fff3e0 !important}
.orange.lighten-4{background-color:#ffe0b2 !important}
.orange-text.text-lighten-4{color:#ffe0b2 !important}
.orange.lighten-3{background-color:#ffcc80 !important}
.orange-text.text-lighten-3{color:#ffcc80 !important}
.orange.lighten-2{background-color:#ffb74d !important}
.orange-text.text-lighten-2{color:#ffb74d !important}
.orange.lighten-1{background-color:#ffa726 !important}
.orange-text.text-lighten-1{color:#ffa726 !important}
.orange.darken-1{background-color:#fb8c00 !important}
.orange-text.text-darken-1{color:#fb8c00 !important}
.orange.darken-2{background-color:#f57c00 !important}
.orange-text.text-darken-2{color:#f57c00 !important}
.orange.darken-3{background-color:#ef6c00 !important}
.orange-text.text-darken-3{color:#ef6c00 !important}
.orange.darken-4{background-color:#e65100 !important}
.orange-text.text-darken-4{color:#e65100 !important}
.orange.accent-1{background-color:#ffd180 !important}
.orange-text.text-accent-1{color:#ffd180 !important}
.orange.accent-2{background-color:#ffab40 !important}
.orange-text.text-accent-2{color:#ffab40 !important}
.orange.accent-3{background-color:#ff9100 !important}
.orange-text.text-accent-3{color:#ff9100 !important}
.orange.accent-4{background-color:#ff6d00 !important}
.orange-text.text-accent-4{color:#ff6d00 !important}
.deep-orange{background-color:#ff5722 !important}
.deep-orange-text{color:#ff5722 !important}
.deep-orange.lighten-5{background-color:#fbe9e7 !important}
.deep-orange-text.text-lighten-5{color:#fbe9e7 !important}
.deep-orange.lighten-4{background-color:#ffccbc !important}
.deep-orange-text.text-lighten-4{color:#ffccbc !important}
.deep-orange.lighten-3{background-color:#ffab91 !important}
.deep-orange-text.text-lighten-3{color:#ffab91 !important}
.deep-orange.lighten-2{background-color:#ff8a65 !important}
.deep-orange-text.text-lighten-2{color:#ff8a65 !important}
.deep-orange.lighten-1{background-color:#ff7043 !important}
.deep-orange-text.text-lighten-1{color:#ff7043 !important}
.deep-orange.darken-1{background-color:#f4511e !important}
.deep-orange-text.text-darken-1{color:#f4511e !important}
.deep-orange.darken-2{background-color:#e64a19 !important}
.deep-orange-text.text-darken-2{color:#e64a19 !important}
.deep-orange.darken-3{background-color:#d84315 !important}
.deep-orange-text.text-darken-3{color:#d84315 !important}
.deep-orange.darken-4{background-color:#bf360c !important}
.deep-orange-text.text-darken-4{color:#bf360c !important}
.deep-orange.accent-1{background-color:#ff9e80 !important}
.deep-orange-text.text-accent-1{color:#ff9e80 !important}
.deep-orange.accent-2{background-color:#ff6e40 !important}
.deep-orange-text.text-accent-2{color:#ff6e40 !important}
.deep-orange.accent-3{background-color:#ff3d00 !important}
.deep-orange-text.text-accent-3{color:#ff3d00 !important}
.deep-orange.accent-4{background-color:#dd2c00 !important}
.deep-orange-text.text-accent-4{color:#dd2c00 !important}
.brown{background-color:#795548 !important}
.brown-text{color:#795548 !important}
.brown.lighten-5{background-color:#efebe9 !important}
.brown-text.text-lighten-5{color:#efebe9 !important}
.brown.lighten-4{background-color:#d7ccc8 !important}
.brown-text.text-lighten-4{color:#d7ccc8 !important}
.brown.lighten-3{background-color:#bcaaa4 !important}
.brown-text.text-lighten-3{color:#bcaaa4 !important}
.brown.lighten-2{background-color:#a1887f !important}
.brown-text.text-lighten-2{color:#a1887f !important}
.brown.lighten-1{background-color:#8d6e63 !important}
.brown-text.text-lighten-1{color:#8d6e63 !important}
.brown.darken-1{background-color:#6d4c41 !important}
.brown-text.text-darken-1{color:#6d4c41 !important}
.brown.darken-2{background-color:#5d4037 !important}
.brown-text.text-darken-2{color:#5d4037 !important}
.brown.darken-3{background-color:#4e342e !important}
.brown-text.text-darken-3{color:#4e342e !important}
.brown.darken-4{background-color:#3e2723 !important}
.brown-text.text-darken-4{color:#3e2723 !important}
.blue-grey{background-color:#607d8b !important}
.blue-grey-text{color:#607d8b !important}
.blue-grey.lighten-5{background-color:#eceff1 !important}
.blue-grey-text.text-lighten-5{color:#eceff1 !important}
.blue-grey.lighten-4{background-color:#cfd8dc !important}
.blue-grey-text.text-lighten-4{color:#cfd8dc !important}
.blue-grey.lighten-3{background-color:#b0bec5 !important}
.blue-grey-text.text-lighten-3{color:#b0bec5 !important}
.blue-grey.lighten-2{background-color:#90a4ae !important}
.blue-grey-text.text-lighten-2{color:#90a4ae !important}
.blue-grey.lighten-1{background-color:#78909c !important}
.blue-grey-text.text-lighten-1{color:#78909c !important}
.blue-grey.darken-1{background-color:#546e7a !important}
.blue-grey-text.text-darken-1{color:#546e7a !important}
.blue-grey.darken-2{background-color:#455a64 !important}
.blue-grey-text.text-darken-2{color:#455a64 !important}
.blue-grey.darken-3{background-color:#37474f !important}
.blue-grey-text.text-darken-3{color:#37474f !important}
.blue-grey.darken-4{background-color:#263238 !important}
.blue-grey-text.text-darken-4{color:#263238 !important}
.grey{background-color:#9e9e9e !important}
.grey-text{color:#9e9e9e !important}
.grey.lighten-5{background-color:#fafafa !important}
.grey-text.text-lighten-5{color:#fafafa !important}
.grey.lighten-4{background-color:#f5f5f5 !important}
.grey-text.text-lighten-4{color:#f5f5f5 !important}
.grey.lighten-3{background-color:#eee !important}
.grey-text.text-lighten-3{color:#eee !important}
.grey.lighten-2{background-color:#e0e0e0 !important}
.grey-text.text-lighten-2{color:#e0e0e0 !important}
.grey.lighten-1{background-color:#bdbdbd !important}
.grey-text.text-lighten-1{color:#bdbdbd !important}
.grey.darken-1{background-color:#757575 !important}
.grey-text.text-darken-1{color:#757575 !important}
.grey.darken-2{background-color:#616161 !important}
.grey-text.text-darken-2{color:#616161 !important}
.grey.darken-3{background-color:#424242 !important}
.grey-text.text-darken-3{color:#424242 !important}
.grey.darken-4{background-color:#212121 !important}
.grey-text.text-darken-4{color:#212121 !important}
.black{background-color:#000 !important}
.black-text{color:#000 !important}
.white{background-color:#fff !important}
.white-text{color:#fff !important}
.transparent{background-color:transparent !important}
.transparent-text{color:transparent !important}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{background-color:transparent}
a:active,a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
dfn{font-style:italic}
h1{font-size:2em;margin:0.67em 0}
mark{background:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{box-sizing:content-box;height:0}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input{line-height:normal}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}
input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}
legend{border:0;padding:0}
textarea{overflow:auto}
optgroup{font-weight:bold}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
html{box-sizing:border-box}
*,*:before,*:after{box-sizing:inherit}
ul:not(.browser-default){padding-left:0;list-style-type:none}
ul:not(.browser-default) li{list-style-type:none}
a{color:#039be5;text-decoration:none;-webkit-tap-highlight-color:transparent}
.valign-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.clearfix{clear:both}
.z-depth-0{box-shadow:none !important}
.z-depth-1,nav,.card-panel,.card,.toast,.btn,.btn-large,.btn-floating,.dropdown-content,.collapsible,.side-nav{box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2)}
.z-depth-1-half,.btn:hover,.btn-large:hover,.btn-floating:hover{box-shadow:0 3px 3px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2)}
.z-depth-2{box-shadow:0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.3)}
.z-depth-3{box-shadow:0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12),0 3px 5px -1px rgba(0,0,0,0.3)}
.z-depth-4,.modal{box-shadow:0 8px 10px 1px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12),0 5px 5px -3px rgba(0,0,0,0.3)}
.z-depth-5{box-shadow:0 16px 24px 2px rgba(0,0,0,0.14),0 6px 30px 5px rgba(0,0,0,0.12),0 8px 10px -5px rgba(0,0,0,0.3)}
.hoverable{transition:box-shadow .25s;box-shadow:0}
.hoverable:hover{transition:box-shadow .25s;box-shadow:0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.divider{height:1px;overflow:hidden;background-color:#e0e0e0}
blockquote{margin:20px 0;padding-left:1.5rem;border-left:5px solid #ee6e73}
i{line-height:inherit}
i.left{float:left;margin-right:15px}
i.right{float:right;margin-left:15px}
i.tiny{font-size:1rem}
i.small{font-size:2rem}
i.medium{font-size:4rem}
i.large{font-size:6rem}
img.responsive-img,video.responsive-video{max-width:100%;height:auto}
.pagination li{display:inline-block;border-radius:2px;text-align:center;vertical-align:top;height:30px}
.pagination li a{color:#444;display:inline-block;font-size:1.2rem;padding:0 10px;line-height:30px}
.pagination li.active a{color:#fff}
.pagination li.active{background-color:#ee6e73}
.pagination li.disabled a{cursor:default;color:#999}
.pagination li i{font-size:2rem}
.pagination li.pages ul li{display:inline-block;float:none}
@media only screen and (max-width: 992px){.pagination{width:100%}
.pagination li.prev,.pagination li.next{width:10%}
.pagination li.pages{width:80%;overflow:hidden;white-space:nowrap}
}
.breadcrumb{font-size:18px;color:rgba(255,255,255,0.7)}
.breadcrumb i,.breadcrumb [class^="mdi-"],.breadcrumb [class*="mdi-"],.breadcrumb i.material-icons{display:inline-block;float:left;font-size:24px}
.breadcrumb:before{content:'\E5CC';color:rgba(255,255,255,0.7);vertical-align:top;display:inline-block;font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:25px;margin:0 10px 0 8px;-webkit-font-smoothing:antialiased}
.breadcrumb:first-child:before{display:none}
.breadcrumb:last-child{color:#fff}
.parallax-container{position:relative;overflow:hidden;height:500px}
.parallax-container .parallax{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1}
.parallax-container .parallax img{display:none;position:absolute;left:50%;bottom:0;min-width:100%;min-height:100%;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-transform:translateX(-50%);transform:translateX(-50%)}
.pin-top,.pin-bottom{position:relative}
.pinned{position:fixed !important}
ul.staggered-list li{opacity:0}
.fade-in{opacity:0;-webkit-transform-origin:0 50%;transform-origin:0 50%}
@media only screen and (max-width: 600px){.hide-on-small-only,.hide-on-small-and-down{display:none !important}
}
@media only screen and (max-width: 992px){.hide-on-med-and-down{display:none !important}
}
@media only screen and (min-width: 601px){.hide-on-med-and-up{display:none !important}
}
@media only screen and (min-width: 600px) and (max-width: 992px){.hide-on-med-only{display:none !important}
}
@media only screen and (min-width: 993px){.hide-on-large-only{display:none !important}
}
@media only screen and (min-width: 993px){.show-on-large{display:block !important}
}
@media only screen and (min-width: 600px) and (max-width: 992px){.show-on-medium{display:block !important}
}
@media only screen and (max-width: 600px){.show-on-small{display:block !important}
}
@media only screen and (min-width: 601px){.show-on-medium-and-up{display:block !important}
}
@media only screen and (max-width: 992px){.show-on-medium-and-down{display:block !important}
}
@media only screen and (max-width: 600px){.center-on-small-only{text-align:center}
}
.page-footer{padding-top:20px;background-color:#ee6e73}
.page-footer .footer-copyright{overflow:hidden;min-height:50px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:10px 0px;color:rgba(255,255,255,0.8);background-color:rgba(51,51,51,0.08)}
table,th,td{border:none}
table{width:100%;display:table}
table.bordered>thead>tr,table.bordered>tbody>tr{border-bottom:1px solid #d0d0d0}
table.striped>tbody>tr:nth-child(odd){background-color:#f2f2f2}
table.striped>tbody>tr>td{border-radius:0}
table.highlight>tbody>tr{transition:background-color .25s ease}
table.highlight>tbody>tr:hover{background-color:#f2f2f2}
table.centered thead tr th,table.centered tbody tr td{text-align:center}
thead{border-bottom:1px solid #d0d0d0}
td,th{padding:15px 5px;display:table-cell;text-align:left;vertical-align:middle;border-radius:2px}
@media only screen and (max-width: 992px){table.responsive-table{width:100%;border-collapse:collapse;border-spacing:0;display:block;position:relative}
table.responsive-table td:empty:before{content:'\00a0'}
table.responsive-table th,table.responsive-table td{margin:0;vertical-align:top}
table.responsive-table th{text-align:left}
table.responsive-table thead{display:block;float:left}
table.responsive-table thead tr{display:block;padding:0 10px 0 0}
table.responsive-table thead tr th::before{content:"\00a0"}
table.responsive-table tbody{display:block;width:auto;position:relative;overflow-x:auto;white-space:nowrap}
table.responsive-table tbody tr{display:inline-block;vertical-align:top}
table.responsive-table th{display:block;text-align:right}
table.responsive-table td{display:block;min-height:1.25em;text-align:left}
table.responsive-table tr{padding:0 10px}
table.responsive-table thead{border:0;border-right:1px solid #d0d0d0}
table.responsive-table.bordered th{border-bottom:0;border-left:0}
table.responsive-table.bordered td{border-left:0;border-right:0;border-bottom:0}
table.responsive-table.bordered tr{border:0}
table.responsive-table.bordered tbody tr{border-right:1px solid #d0d0d0}
}
.collection{margin:.5rem 0 1rem 0;border:1px solid #e0e0e0;border-radius:2px;overflow:hidden;position:relative}
.collection .collection-item{background-color:#fff;line-height:1.5rem;padding:10px 20px;margin:0;border-bottom:1px solid #e0e0e0}
.collection .collection-item.avatar{min-height:84px;padding-left:72px;position:relative}
.collection .collection-item.avatar .circle{position:absolute;width:42px;height:42px;overflow:hidden;left:15px;display:inline-block;vertical-align:middle}
.collection .collection-item.avatar i.circle{font-size:18px;line-height:42px;color:#fff;background-color:#999;text-align:center}
.collection .collection-item.avatar .title{font-size:16px}
.collection .collection-item.avatar p{margin:0}
.collection .collection-item.avatar .secondary-content{position:absolute;top:16px;right:16px}
.collection .collection-item:last-child{border-bottom:none}
.collection .collection-item.active{background-color:#26a69a;color:#eafaf9}
.collection .collection-item.active .secondary-content{color:#fff}
.collection a.collection-item{display:block;transition:.25s;color:#26a69a}
.collection a.collection-item:not(.active):hover{background-color:#ddd}
.collection.with-header .collection-header{background-color:#fff;border-bottom:1px solid #e0e0e0;padding:10px 20px}
.collection.with-header .collection-item{padding-left:30px}
.collection.with-header .collection-item.avatar{padding-left:72px}
.secondary-content{float:right;color:#26a69a}
.collapsible .collection{margin:0;border:none}
.video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}
.video-container iframe,.video-container object,.video-container embed{position:absolute;top:0;left:0;width:100%;height:100%}
.progress{position:relative;height:4px;display:block;width:100%;background-color:#acece6;border-radius:2px;margin:.5rem 0 1rem 0;overflow:hidden}
.progress .determinate{position:absolute;top:0;left:0;bottom:0;background-color:#26a69a;transition:width .3s linear}
.progress .indeterminate{background-color:#26a69a}
.progress .indeterminate:before{content:'';position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left, right;-webkit-animation:indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;animation:indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite}
.progress .indeterminate:after{content:'';position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left, right;-webkit-animation:indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;animation:indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;-webkit-animation-delay:1.15s;animation-delay:1.15s}
@-webkit-keyframes indeterminate{0%{left:-35%;right:100%}
60%{left:100%;right:-90%}
100%{left:100%;right:-90%}
}
@keyframes indeterminate{0%{left:-35%;right:100%}
60%{left:100%;right:-90%}
100%{left:100%;right:-90%}
}
@-webkit-keyframes indeterminate-short{0%{left:-200%;right:100%}
60%{left:107%;right:-8%}
100%{left:107%;right:-8%}
}
@keyframes indeterminate-short{0%{left:-200%;right:100%}
60%{left:107%;right:-8%}
100%{left:107%;right:-8%}
}
.hide{display:none !important}
.left-align{text-align:left}
.right-align{text-align:right}
.center,.center-align{text-align:center}
.left{float:left !important}
.right{float:right !important}
.no-select,input[type=range],input[type=range]+.thumb{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.circle{border-radius:50%}
.center-block{display:block;margin-left:auto;margin-right:auto}
.truncate{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.no-padding{padding:0 !important}
span.badge{min-width:3rem;padding:0 6px;margin-left:14px;text-align:center;font-size:1rem;line-height:22px;height:22px;color:#757575;float:right;box-sizing:border-box}
span.badge.new{font-weight:300;font-size:0.8rem;color:#fff;background-color:#26a69a;border-radius:2px}
span.badge.new:after{content:" new"}
span.badge[data-badge-caption]::after{content:" " attr(data-badge-caption)}
nav ul a span.badge{display:inline-block;float:none;margin-left:4px;line-height:22px;height:22px}
.collection-item span.badge{margin-top:calc(.75rem - 11px)}
.collapsible span.badge{margin-top:calc(1.5rem - 11px)}
.side-nav span.badge{margin-top:calc(24px - 11px)}
.material-icons{text-rendering:optimizeLegibility;-webkit-font-feature-settings:'liga';-moz-font-feature-settings:'liga';font-feature-settings:'liga'}
.container{margin:0 auto;max-width:1280px;width:90%}
@media only screen and (min-width: 601px){.container{width:85%}
}
@media only screen and (min-width: 993px){.container{width:70%}
}
.container .row{margin-left:-.75rem;margin-right:-.75rem}
.section{padding-top:1rem;padding-bottom:1rem}
.section.no-pad{padding:0}
.section.no-pad-bot{padding-bottom:0}
.section.no-pad-top{padding-top:0}
.row{margin-left:auto;margin-right:auto;margin-bottom:20px}
.row:after{content:"";display:table;clear:both}
.row .col{float:left;box-sizing:border-box;padding:0 .75rem;min-height:1px}
.row .col[class*="push-"],.row .col[class*="pull-"]{position:relative}
.row .col.s1{width:8.3333333333%;margin-left:auto;left:auto;right:auto}
.row .col.s2{width:16.6666666667%;margin-left:auto;left:auto;right:auto}
.row .col.s3{width:25%;margin-left:auto;left:auto;right:auto}
.row .col.s4{width:33.3333333333%;margin-left:auto;left:auto;right:auto}
.row .col.s5{width:41.6666666667%;margin-left:auto;left:auto;right:auto}
.row .col.s6{width:50%;margin-left:auto;left:auto;right:auto}
.row .col.s7{width:58.3333333333%;margin-left:auto;left:auto;right:auto}
.row .col.s8{width:66.6666666667%;margin-left:auto;left:auto;right:auto}
.row .col.s9{width:75%;margin-left:auto;left:auto;right:auto}
.row .col.s10{width:83.3333333333%;margin-left:auto;left:auto;right:auto}
.row .col.s11{width:91.6666666667%;margin-left:auto;left:auto;right:auto}
.row .col.s12{width:100%;margin-left:auto;left:auto;right:auto}
.row .col.offset-s1{margin-left:8.3333333333%}
.row .col.pull-s1{right:8.3333333333%}
.row .col.push-s1{left:8.3333333333%}
.row .col.offset-s2{margin-left:16.6666666667%}
.row .col.pull-s2{right:16.6666666667%}
.row .col.push-s2{left:16.6666666667%}
.row .col.offset-s3{margin-left:25%}
.row .col.pull-s3{right:25%}
.row .col.push-s3{left:25%}
.row .col.offset-s4{margin-left:33.3333333333%}
.row .col.pull-s4{right:33.3333333333%}
.row .col.push-s4{left:33.3333333333%}
.row .col.offset-s5{margin-left:41.6666666667%}
.row .col.pull-s5{right:41.6666666667%}
.row .col.push-s5{left:41.6666666667%}
.row .col.offset-s6{margin-left:50%}
.row .col.pull-s6{right:50%}
.row .col.push-s6{left:50%}
.row .col.offset-s7{margin-left:58.3333333333%}
.row .col.pull-s7{right:58.3333333333%}
.row .col.push-s7{left:58.3333333333%}
.row .col.offset-s8{margin-left:66.6666666667%}
.row .col.pull-s8{right:66.6666666667%}
.row .col.push-s8{left:66.6666666667%}
.row .col.offset-s9{margin-left:75%}
.row .col.pull-s9{right:75%}
.row .col.push-s9{left:75%}
.row .col.offset-s10{margin-left:83.3333333333%}
.row .col.pull-s10{right:83.3333333333%}
.row .col.push-s10{left:83.3333333333%}
.row .col.offset-s11{margin-left:91.6666666667%}
.row .col.pull-s11{right:91.6666666667%}
.row .col.push-s11{left:91.6666666667%}
.row .col.offset-s12{margin-left:100%}
.row .col.pull-s12{right:100%}
.row .col.push-s12{left:100%}
@media only screen and (min-width: 601px){.row .col.m1{width:8.3333333333%;margin-left:auto;left:auto;right:auto}
.row .col.m2{width:16.6666666667%;margin-left:auto;left:auto;right:auto}
.row .col.m3{width:25%;margin-left:auto;left:auto;right:auto}
.row .col.m4{width:33.3333333333%;margin-left:auto;left:auto;right:auto}
.row .col.m5{width:41.6666666667%;margin-left:auto;left:auto;right:auto}
.row .col.m6{width:50%;margin-left:auto;left:auto;right:auto}
.row .col.m7{width:58.3333333333%;margin-left:auto;left:auto;right:auto}
.row .col.m8{width:66.6666666667%;margin-left:auto;left:auto;right:auto}
.row .col.m9{width:75%;margin-left:auto;left:auto;right:auto}
.row .col.m10{width:83.3333333333%;margin-left:auto;left:auto;right:auto}
.row .col.m11{width:91.6666666667%;margin-left:auto;left:auto;right:auto}
.row .col.m12{width:100%;margin-left:auto;left:auto;right:auto}
.row .col.offset-m1{margin-left:8.3333333333%}
.row .col.pull-m1{right:8.3333333333%}
.row .col.push-m1{left:8.3333333333%}
.row .col.offset-m2{margin-left:16.6666666667%}
.row .col.pull-m2{right:16.6666666667%}
.row .col.push-m2{left:16.6666666667%}
.row .col.offset-m3{margin-left:25%}
.row .col.pull-m3{right:25%}
.row .col.push-m3{left:25%}
.row .col.offset-m4{margin-left:33.3333333333%}
.row .col.pull-m4{right:33.3333333333%}
.row .col.push-m4{left:33.3333333333%}
.row .col.offset-m5{margin-left:41.6666666667%}
.row .col.pull-m5{right:41.6666666667%}
.row .col.push-m5{left:41.6666666667%}
.row .col.offset-m6{margin-left:50%}
.row .col.pull-m6{right:50%}
.row .col.push-m6{left:50%}
.row .col.offset-m7{margin-left:58.3333333333%}
.row .col.pull-m7{right:58.3333333333%}
.row .col.push-m7{left:58.3333333333%}
.row .col.offset-m8{margin-left:66.6666666667%}
.row .col.pull-m8{right:66.6666666667%}
.row .col.push-m8{left:66.6666666667%}
.row .col.offset-m9{margin-left:75%}
.row .col.pull-m9{right:75%}
.row .col.push-m9{left:75%}
.row .col.offset-m10{margin-left:83.3333333333%}
.row .col.pull-m10{right:83.3333333333%}
.row .col.push-m10{left:83.3333333333%}
.row .col.offset-m11{margin-left:91.6666666667%}
.row .col.pull-m11{right:91.6666666667%}
.row .col.push-m11{left:91.6666666667%}
.row .col.offset-m12{margin-left:100%}
.row .col.pull-m12{right:100%}
.row .col.push-m12{left:100%}
}
@media only screen and (min-width: 993px){.row .col.l1{width:8.3333333333%;margin-left:auto;left:auto;right:auto}
.row .col.l2{width:16.6666666667%;margin-left:auto;left:auto;right:auto}
.row .col.l3{width:25%;margin-left:auto;left:auto;right:auto}
.row .col.l4{width:33.3333333333%;margin-left:auto;left:auto;right:auto}
.row .col.l5{width:41.6666666667%;margin-left:auto;left:auto;right:auto}
.row .col.l6{width:50%;margin-left:auto;left:auto;right:auto}
.row .col.l7{width:58.3333333333%;margin-left:auto;left:auto;right:auto}
.row .col.l8{width:66.6666666667%;margin-left:auto;left:auto;right:auto}
.row .col.l9{width:75%;margin-left:auto;left:auto;right:auto}
.row .col.l10{width:83.3333333333%;margin-left:auto;left:auto;right:auto}
.row .col.l11{width:91.6666666667%;margin-left:auto;left:auto;right:auto}
.row .col.l12{width:100%;margin-left:auto;left:auto;right:auto}
.row .col.offset-l1{margin-left:8.3333333333%}
.row .col.pull-l1{right:8.3333333333%}
.row .col.push-l1{left:8.3333333333%}
.row .col.offset-l2{margin-left:16.6666666667%}
.row .col.pull-l2{right:16.6666666667%}
.row .col.push-l2{left:16.6666666667%}
.row .col.offset-l3{margin-left:25%}
.row .col.pull-l3{right:25%}
.row .col.push-l3{left:25%}
.row .col.offset-l4{margin-left:33.3333333333%}
.row .col.pull-l4{right:33.3333333333%}
.row .col.push-l4{left:33.3333333333%}
.row .col.offset-l5{margin-left:41.6666666667%}
.row .col.pull-l5{right:41.6666666667%}
.row .col.push-l5{left:41.6666666667%}
.row .col.offset-l6{margin-left:50%}
.row .col.pull-l6{right:50%}
.row .col.push-l6{left:50%}
.row .col.offset-l7{margin-left:58.3333333333%}
.row .col.pull-l7{right:58.3333333333%}
.row .col.push-l7{left:58.3333333333%}
.row .col.offset-l8{margin-left:66.6666666667%}
.row .col.pull-l8{right:66.6666666667%}
.row .col.push-l8{left:66.6666666667%}
.row .col.offset-l9{margin-left:75%}
.row .col.pull-l9{right:75%}
.row .col.push-l9{left:75%}
.row .col.offset-l10{margin-left:83.3333333333%}
.row .col.pull-l10{right:83.3333333333%}
.row .col.push-l10{left:83.3333333333%}
.row .col.offset-l11{margin-left:91.6666666667%}
.row .col.pull-l11{right:91.6666666667%}
.row .col.push-l11{left:91.6666666667%}
.row .col.offset-l12{margin-left:100%}
.row .col.pull-l12{right:100%}
.row .col.push-l12{left:100%}
}
@media only screen and (min-width: 1201px){.row .col.xl1{width:8.3333333333%;margin-left:auto;left:auto;right:auto}
.row .col.xl2{width:16.6666666667%;margin-left:auto;left:auto;right:auto}
.row .col.xl3{width:25%;margin-left:auto;left:auto;right:auto}
.row .col.xl4{width:33.3333333333%;margin-left:auto;left:auto;right:auto}
.row .col.xl5{width:41.6666666667%;margin-left:auto;left:auto;right:auto}
.row .col.xl6{width:50%;margin-left:auto;left:auto;right:auto}
.row .col.xl7{width:58.3333333333%;margin-left:auto;left:auto;right:auto}
.row .col.xl8{width:66.6666666667%;margin-left:auto;left:auto;right:auto}
.row .col.xl9{width:75%;margin-left:auto;left:auto;right:auto}
.row .col.xl10{width:83.3333333333%;margin-left:auto;left:auto;right:auto}
.row .col.xl11{width:91.6666666667%;margin-left:auto;left:auto;right:auto}
.row .col.xl12{width:100%;margin-left:auto;left:auto;right:auto}
.row .col.offset-xl1{margin-left:8.3333333333%}
.row .col.pull-xl1{right:8.3333333333%}
.row .col.push-xl1{left:8.3333333333%}
.row .col.offset-xl2{margin-left:16.6666666667%}
.row .col.pull-xl2{right:16.6666666667%}
.row .col.push-xl2{left:16.6666666667%}
.row .col.offset-xl3{margin-left:25%}
.row .col.pull-xl3{right:25%}
.row .col.push-xl3{left:25%}
.row .col.offset-xl4{margin-left:33.3333333333%}
.row .col.pull-xl4{right:33.3333333333%}
.row .col.push-xl4{left:33.3333333333%}
.row .col.offset-xl5{margin-left:41.6666666667%}
.row .col.pull-xl5{right:41.6666666667%}
.row .col.push-xl5{left:41.6666666667%}
.row .col.offset-xl6{margin-left:50%}
.row .col.pull-xl6{right:50%}
.row .col.push-xl6{left:50%}
.row .col.offset-xl7{margin-left:58.3333333333%}
.row .col.pull-xl7{right:58.3333333333%}
.row .col.push-xl7{left:58.3333333333%}
.row .col.offset-xl8{margin-left:66.6666666667%}
.row .col.pull-xl8{right:66.6666666667%}
.row .col.push-xl8{left:66.6666666667%}
.row .col.offset-xl9{margin-left:75%}
.row .col.pull-xl9{right:75%}
.row .col.push-xl9{left:75%}
.row .col.offset-xl10{margin-left:83.3333333333%}
.row .col.pull-xl10{right:83.3333333333%}
.row .col.push-xl10{left:83.3333333333%}
.row .col.offset-xl11{margin-left:91.6666666667%}
.row .col.pull-xl11{right:91.6666666667%}
.row .col.push-xl11{left:91.6666666667%}
.row .col.offset-xl12{margin-left:100%}
.row .col.pull-xl12{right:100%}
.row .col.push-xl12{left:100%}
}
nav{color:#fff;background-color:#ee6e73;width:100%;height:56px;line-height:56px}
nav.nav-extended{height:auto}
nav.nav-extended .nav-wrapper{min-height:56px;height:auto}
nav.nav-extended .nav-content{position:relative;line-height:normal}
nav a{color:#fff}
nav i,nav [class^="mdi-"],nav [class*="mdi-"],nav i.material-icons{display:block;font-size:24px;height:56px;line-height:56px}
nav .nav-wrapper{position:relative;height:100%}
@media only screen and (min-width: 993px){nav a.button-collapse{display:none}
}
nav .button-collapse{float:left;position:relative;z-index:1;height:56px;margin:0 18px}
nav .button-collapse i{height:56px;line-height:56px}
nav .brand-logo{position:absolute;color:#fff;display:inline-block;font-size:2.1rem;padding:0;white-space:nowrap}
nav .brand-logo.center{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}
@media only screen and (max-width: 992px){nav .brand-logo{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}
nav .brand-logo.left,nav .brand-logo.right{padding:0;-webkit-transform:none;transform:none}
nav .brand-logo.left{left:0.5rem}
nav .brand-logo.right{right:0.5rem;left:auto}
}
nav .brand-logo.right{right:0.5rem;padding:0}
nav .brand-logo i,nav .brand-logo [class^="mdi-"],nav .brand-logo [class*="mdi-"],nav .brand-logo i.material-icons{float:left;margin-right:15px}
nav .nav-title{display:inline-block;font-size:32px;padding:28px 0}
nav ul{margin:0}
nav ul li{transition:background-color .3s;float:left;padding:0}
nav ul li.active{background-color:rgba(0,0,0,0.1)}
nav ul a{transition:background-color .3s;font-size:1rem;color:#fff;display:block;padding:0 15px;cursor:pointer}
nav ul a.btn,nav ul a.btn-large,nav ul a.btn-large,nav ul a.btn-flat,nav ul a.btn-floating{margin-top:-2px;margin-left:15px;margin-right:15px}
nav ul a.btn>.material-icons,nav ul a.btn-large>.material-icons,nav ul a.btn-large>.material-icons,nav ul a.btn-flat>.material-icons,nav ul a.btn-floating>.material-icons{height:inherit;line-height:inherit}
nav ul a:hover{background-color:rgba(0,0,0,0.1)}
nav ul.left{float:left}
nav form{height:100%}
nav .input-field{margin:0;height:100%}
nav .input-field input{height:100%;font-size:1.2rem;border:none;padding-left:2rem}
nav .input-field input:focus,nav .input-field input[type=text]:valid,nav .input-field input[type=password]:valid,nav .input-field input[type=email]:valid,nav .input-field input[type=url]:valid,nav .input-field input[type=date]:valid{border:none;box-shadow:none}
nav .input-field label{top:0;left:0}
nav .input-field label i{color:rgba(255,255,255,0.7);transition:color .3s}
nav .input-field label.active i{color:#fff}
.navbar-fixed{position:relative;height:56px;z-index:997}
.navbar-fixed nav{position:fixed}
@media only screen and (min-width: 601px){nav.nav-extended .nav-wrapper{min-height:64px}
nav,nav .nav-wrapper i,nav a.button-collapse,nav a.button-collapse i{height:64px;line-height:64px}
.navbar-fixed{height:64px}
}
@font-face{font-family:"Roboto";src:local(Roboto Thin),url("../fonts/roboto/Roboto-Thin.woff2") format("woff2"),url("../fonts/roboto/Roboto-Thin.woff") format("woff");font-weight:100}
@font-face{font-family:"Roboto";src:local(Roboto Light),url("../fonts/roboto/Roboto-Light.woff2") format("woff2"),url("../fonts/roboto/Roboto-Light.woff") format("woff");font-weight:300}
@font-face{font-family:"Roboto";src:local(Roboto Regular),url("../fonts/roboto/Roboto-Regular.woff2") format("woff2"),url("../fonts/roboto/Roboto-Regular.woff") format("woff");font-weight:400}
@font-face{font-family:"Roboto";src:local(Roboto Medium),url("../fonts/roboto/Roboto-Medium.woff2") format("woff2"),url("../fonts/roboto/Roboto-Medium.woff") format("woff");font-weight:500}
@font-face{font-family:"Roboto";src:local(Roboto Bold),url("../fonts/roboto/Roboto-Bold.woff2") format("woff2"),url("../fonts/roboto/Roboto-Bold.woff") format("woff");font-weight:700}
a{text-decoration:none}
html{line-height:1.5;font-family:"Roboto", sans-serif;font-weight:normal;color:rgba(0,0,0,0.87)}
@media only screen and (min-width: 0){html{font-size:14px}