vhx-quartz 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -84,21 +84,21 @@
84
84
  /* Teal
85
85
  ......................................*/
86
86
  .bg-teal-1 {
87
- background-color: #F2FBFB; }
87
+ background-color: #f2fbfb; }
88
88
 
89
89
  .bg-teal-2 {
90
- background-color: #22B9B0; }
90
+ background-color: #22b9b0; }
91
91
 
92
92
  /* Black & White
93
93
  ......................................*/
94
94
  .bg-white {
95
- background-color: #ffffff; }
95
+ background-color: white; }
96
96
 
97
97
  .bg-white-transparent {
98
98
  background-color: rgba(255, 255, 255, 0.7); }
99
99
 
100
100
  .bg-black {
101
- background-color: #000000; }
101
+ background-color: black; }
102
102
 
103
103
  .bg-black-transparent {
104
104
  background-color: rgba(0, 0, 0, 0.7); }
@@ -106,27 +106,27 @@
106
106
  /* Grays
107
107
  ......................................*/
108
108
  .bg-gray-1 {
109
- background-color: #F7F8F9; }
109
+ background-color: #f7f8f9; }
110
110
 
111
111
  .bg-gray-2 {
112
- background-color: #F0F2F4; }
112
+ background-color: #f0f2f4; }
113
113
 
114
114
  .bg-gray-3 {
115
- background-color: #D7DDE1; }
115
+ background-color: #d7dde1; }
116
116
 
117
117
  .bg-gray-4 {
118
- background-color: #AFBCC3; }
118
+ background-color: #afbcc3; }
119
119
 
120
120
  .bg-gray-5 {
121
- background-color: #869AA5; }
121
+ background-color: #869aa5; }
122
122
 
123
123
  .bg-gray-6 {
124
- background-color: #5E7887; }
124
+ background-color: #5e7887; }
125
125
 
126
126
  /* Navy
127
127
  ......................................*/
128
128
  .bg-navy {
129
- background-color: #00142B; }
129
+ background-color: #00142b; }
130
130
 
131
131
  .bg-navy-transparent {
132
132
  background-color: rgba(0, 20, 43, 0.5); }
@@ -134,19 +134,19 @@
134
134
  /* Other Colors
135
135
  ......................................*/
136
136
  .bg-red {
137
- background-color: #D3104A; }
137
+ background-color: #d3104a; }
138
138
 
139
139
  .bg-green {
140
- background-color: #7DA53E; }
140
+ background-color: #7da53e; }
141
141
 
142
142
  .bg-yellow {
143
- background-color: #FFB567; }
143
+ background-color: #ffb567; }
144
144
 
145
145
  .bg-orange {
146
- background-color: #D06B5E; }
146
+ background-color: #d06b5e; }
147
147
 
148
148
  .bg-currant {
149
- background: #2E064A; }
149
+ background: #2e064a; }
150
150
 
151
151
  .bg-image {
152
152
  background: image-url("home/bg-footer.jpg") top center repeat #000c1d;
@@ -258,41 +258,41 @@
258
258
  /* positions
259
259
  ...................................*/
260
260
  .border {
261
- border: 1px solid #AFBCC3 !important; }
261
+ border: 1px solid #afbcc3 !important; }
262
262
 
263
263
  .border-top {
264
- border-top: 1px solid #AFBCC3; }
264
+ border-top: 1px solid #afbcc3; }
265
265
 
266
266
  .border-left {
267
- border-left: 1px solid #AFBCC3; }
267
+ border-left: 1px solid #afbcc3; }
268
268
 
269
269
  .border-bottom {
270
- border-bottom: 1px solid #AFBCC3; }
270
+ border-bottom: 1px solid #afbcc3; }
271
271
 
272
272
  .border-right {
273
- border-right: 1px solid #AFBCC3; }
273
+ border-right: 1px solid #afbcc3; }
274
274
 
275
275
  .border-vert {
276
- border-top: 1px solid #AFBCC3;
277
- border-bottom: 1px solid #AFBCC3; }
276
+ border-top: 1px solid #afbcc3;
277
+ border-bottom: 1px solid #afbcc3; }
278
278
 
279
279
  .border-horz {
280
- border-left: 1px solid #AFBCC3;
281
- border-right: 1px solid #AFBCC3; }
280
+ border-left: 1px solid #afbcc3;
281
+ border-right: 1px solid #afbcc3; }
282
282
 
283
283
  /* colors
284
284
  ...................................*/
285
285
  .border--white {
286
- border-color: #ffffff !important; }
286
+ border-color: white !important; }
287
287
 
288
288
  .border--white-transparent {
289
289
  border-color: rgba(255, 255, 255, 0.7) !important; }
290
290
 
291
291
  .border--gray {
292
- border-color: #AFBCC3 !important; }
292
+ border-color: #afbcc3 !important; }
293
293
 
294
294
  .border--gray-light {
295
- border-color: #D7DDE1 !important; }
295
+ border-color: #d7dde1 !important; }
296
296
 
297
297
  /* modifiers
298
298
  ...................................*/
@@ -317,22 +317,22 @@
317
317
  height: 1px;
318
318
  top: 50%;
319
319
  left: 0;
320
- background-color: #F0F2F4;
320
+ background-color: #f0f2f4;
321
321
  margin-top: -2px;
322
322
  z-index: -1;
323
323
  position: absolute;
324
324
  width: 100%; }
325
325
  .border-center.border--gray-1:before {
326
- background-color: #F7F8F9; }
326
+ background-color: #f7f8f9; }
327
327
  .border-center.border--gray-2:before {
328
- background-color: #F0F2F4; }
328
+ background-color: #f0f2f4; }
329
329
  .border-center.border--white-transparent:before {
330
330
  background-color: rgba(255, 255, 255, 0.7); }
331
331
  .border-center.border--white:before {
332
- background-color: #ffffff; }
332
+ background-color: white; }
333
333
 
334
334
  .box-shadow {
335
- box-shadow: 0 0 5px 0 #F0F2F4; }
335
+ box-shadow: 0 0 5px 0 #f0f2f4; }
336
336
 
337
337
  .box-radius {
338
338
  border-radius: 5px; }
@@ -461,18 +461,18 @@
461
461
  font-weight: bold;
462
462
  font-size: 14px;
463
463
  line-height: 16px;
464
- color: #869AA5;
464
+ color: #869aa5;
465
465
  text-align: center;
466
466
  text-transform: uppercase;
467
467
  font-family: "brandon-grotesque-n1", "brandon-grotesque", "Brandon Grotesque", sans-serif; }
468
468
  .btn-block.btn--border, .btn--border.btn-block-teal, .btn--border.btn-block-gray, .btn--border.btn-block-navy {
469
- border-left: 1px solid #D7DDE1;
470
- border-right: 1px solid #D7DDE1; }
469
+ border-left: 1px solid #d7dde1;
470
+ border-right: 1px solid #d7dde1; }
471
471
  .btn-block.btn--border + .btn-block, .btn--border.btn-block-teal + .btn-block, .btn--border.btn-block-gray + .btn-block, .btn--border.btn-block-navy + .btn-block, .btn-block.btn--border + .btn-block-teal, .btn--border.btn-block-teal + .btn-block-teal, .btn--border.btn-block-gray + .btn-block-teal, .btn--border.btn-block-navy + .btn-block-teal, .btn-block.btn--border + .btn-block-gray, .btn--border.btn-block-teal + .btn-block-gray, .btn--border.btn-block-gray + .btn-block-gray, .btn--border.btn-block-navy + .btn-block-gray, .btn-block.btn--border + .btn-block-navy, .btn--border.btn-block-teal + .btn-block-navy, .btn--border.btn-block-gray + .btn-block-navy, .btn--border.btn-block-navy + .btn-block-navy {
472
472
  border-left: 1px solid transparent; }
473
473
  .btn-block.is-active, .is-active.btn-block-teal, .is-active.btn-block-gray, .is-active.btn-block-navy, .btn-block:hover, .btn-block-teal:hover, .btn-block-gray:hover, .btn-block-navy:hover, .btn-block.is-hover, .is-hover.btn-block-teal, .is-hover.btn-block-gray, .is-hover.btn-block-navy {
474
474
  cursor: pointer;
475
- box-shadow: inset 0px -4px 0px #869AA5; }
475
+ box-shadow: inset 0px -4px 0px #869aa5; }
476
476
  .btn-block span, .btn-block-teal span, .btn-block-gray span, .btn-block-navy span {
477
477
  display: block; }
478
478
  .btn-block span:first-child, .btn-block-teal span:first-child, .btn-block-gray span:first-child, .btn-block-navy span:first-child {
@@ -481,35 +481,35 @@
481
481
  /* button block teal
482
482
  ......................................*/
483
483
  .btn-block-teal {
484
- color: #869AA5; }
484
+ color: #869aa5; }
485
485
  .btn-block-teal:link, .btn-block-teal:visited {
486
- color: #869AA5; }
486
+ color: #869aa5; }
487
487
  .btn-block-teal:hover, .btn-block-teal.is-hover
488
488
  .btn-block-teal:active, .btn-block-teal.is-active {
489
489
  color: #375667;
490
- box-shadow: inset 0px -4px 0px #22B9B0; }
490
+ box-shadow: inset 0px -4px 0px #22b9b0; }
491
491
 
492
492
  /* button block gray
493
493
  ......................................*/
494
494
  .btn-block-gray {
495
- color: #869AA5; }
495
+ color: #869aa5; }
496
496
  .btn-block-gray:link, .btn-block-gray:visited {
497
- color: #869AA5; }
497
+ color: #869aa5; }
498
498
  .btn-block-gray:hover, .btn-block-gray.is-hover
499
499
  .btn-block-gray:active, .btn-block-gray.is-active {
500
- color: #5E7887;
501
- box-shadow: inset 0px -4px 0px #869AA5; }
500
+ color: #5e7887;
501
+ box-shadow: inset 0px -4px 0px #869aa5; }
502
502
 
503
503
  /* button block navy
504
504
  ......................................*/
505
505
  .btn-block-navy {
506
- color: #5E7887; }
506
+ color: #5e7887; }
507
507
  .btn-block-navy:link, .btn-block-navy:visited {
508
- color: #5E7887; }
508
+ color: #5e7887; }
509
509
  .btn-block-navy:hover, .btn-block-navy.is-hover
510
510
  .btn-block-navy:active, .btn-block-navy.is-active {
511
- color: #5E7887;
512
- box-shadow: inset 0px -4px 0px #5E7887; }
511
+ color: #5e7887;
512
+ box-shadow: inset 0px -4px 0px #5e7887; }
513
513
 
514
514
  /* .....................................
515
515
  Fonts
@@ -662,31 +662,31 @@ select {
662
662
  /* button gray shorthand
663
663
  ......................................*/
664
664
  .btn-gray, .btn-dropdown-gray {
665
- background-color: #F0F2F4;
665
+ background-color: #f0f2f4;
666
666
  color: #233741;
667
- border: 1px solid #D7DDE1;
667
+ border: 1px solid #d7dde1;
668
668
  background-size: 15px 15px; }
669
669
  .btn-gray:link, .btn-dropdown-gray:link, .btn-gray:visited, .btn-dropdown-gray:visited {
670
670
  color: #233741;
671
- border: 1px solid #D7DDE1; }
671
+ border: 1px solid #d7dde1; }
672
672
  .btn-gray:hover, .btn-dropdown-gray:hover, .btn-gray.is-hover, .is-hover.btn-dropdown-gray, .btn-gray:focus:hover, .btn-dropdown-gray:focus:hover, .btn-gray:focus.is-hover, .btn-dropdown-gray:focus.is-hover, .btn-gray.is-selected, .is-selected.btn-dropdown-gray {
673
673
  color: #233741;
674
674
  cursor: pointer;
675
- background-color: #D7DDE1;
676
- border: 1px solid #D7DDE1; }
675
+ background-color: #d7dde1;
676
+ border: 1px solid #d7dde1; }
677
677
  .btn-gray:active, .btn-dropdown-gray:active, .btn-gray.is-active, .is-active.btn-dropdown-gray, .btn-gray:focus, .btn-dropdown-gray:focus, .btn-gray.is-focus, .is-focus.btn-dropdown-gray {
678
678
  color: #233741;
679
- background-color: #F0F2F4;
680
- border: 1px solid #D7DDE1; }
679
+ background-color: #f0f2f4;
680
+ border: 1px solid #d7dde1; }
681
681
  .btn-gray[disabled], [disabled].btn-dropdown-gray, .btn-gray.is-disabled, .is-disabled.btn-dropdown-gray {
682
682
  opacity: .5;
683
- background-color: #F0F2F4;
683
+ background-color: #f0f2f4;
684
684
  color: #233741;
685
- border: 1px solid #D7DDE1; }
685
+ border: 1px solid #d7dde1; }
686
686
  .btn-gray[disabled]:visited, [disabled].btn-dropdown-gray:visited, .btn-gray[disabled]:hover, [disabled].btn-dropdown-gray:hover, .btn-gray[disabled].is-hover, [disabled].is-hover.btn-dropdown-gray, .btn-gray[disabled]:active, [disabled].btn-dropdown-gray:active, .btn-gray[disabled].is-active, [disabled].is-active.btn-dropdown-gray, .btn-gray.is-disabled:visited, .is-disabled.btn-dropdown-gray:visited, .btn-gray.is-disabled:hover, .is-disabled.btn-dropdown-gray:hover, .btn-gray.is-disabled.is-hover, .is-disabled.is-hover.btn-dropdown-gray, .btn-gray.is-disabled:active, .is-disabled.btn-dropdown-gray:active, .btn-gray.is-disabled.is-active, .is-disabled.is-active.btn-dropdown-gray {
687
- background-color: #F0F2F4;
687
+ background-color: #f0f2f4;
688
688
  color: #233741;
689
- border: 1px solid #D7DDE1; }
689
+ border: 1px solid #d7dde1; }
690
690
  .btn-gray.is-processing, .is-processing.btn-dropdown-gray, .btn-gray.processing, .processing.btn-dropdown-gray, .btn-gray.is-loading, .is-loading.btn-dropdown-gray, .btn-gray.loading, .loading.btn-dropdown-gray {
691
691
  background-position: center center !important;
692
692
  color: transparent !important;
@@ -703,31 +703,31 @@ select {
703
703
  /* button dark shorthand
704
704
  ......................................*/
705
705
  .btn-slate {
706
- background-color: #869AA5;
707
- color: #ffffff;
708
- border: 1px solid #5E7887;
706
+ background-color: #869aa5;
707
+ color: white;
708
+ border: 1px solid #5e7887;
709
709
  background-size: 15px 15px; }
710
710
  .btn-slate:link, .btn-slate:visited {
711
- color: #ffffff;
712
- border: 1px solid #5E7887; }
711
+ color: white;
712
+ border: 1px solid #5e7887; }
713
713
  .btn-slate:hover, .btn-slate.is-hover, .btn-slate:focus:hover, .btn-slate:focus.is-hover, .btn-slate.is-selected {
714
- color: #ffffff;
714
+ color: white;
715
715
  cursor: pointer;
716
- background-color: #5E7887;
717
- border: 1px solid #5E7887; }
716
+ background-color: #5e7887;
717
+ border: 1px solid #5e7887; }
718
718
  .btn-slate:active, .btn-slate.is-active, .btn-slate:focus, .btn-slate.is-focus {
719
- color: #ffffff;
720
- background-color: #869AA5;
721
- border: 1px solid #5E7887; }
719
+ color: white;
720
+ background-color: #869aa5;
721
+ border: 1px solid #5e7887; }
722
722
  .btn-slate[disabled], .btn-slate.is-disabled {
723
723
  opacity: .5;
724
- background-color: #869AA5;
725
- color: #ffffff;
726
- border: 1px solid #5E7887; }
724
+ background-color: #869aa5;
725
+ color: white;
726
+ border: 1px solid #5e7887; }
727
727
  .btn-slate[disabled]:visited, .btn-slate[disabled]:hover, .btn-slate[disabled].is-hover, .btn-slate[disabled]:active, .btn-slate[disabled].is-active, .btn-slate.is-disabled:visited, .btn-slate.is-disabled:hover, .btn-slate.is-disabled.is-hover, .btn-slate.is-disabled:active, .btn-slate.is-disabled.is-active {
728
- background-color: #869AA5;
729
- color: #ffffff;
730
- border: 1px solid #5E7887; }
728
+ background-color: #869aa5;
729
+ color: white;
730
+ border: 1px solid #5e7887; }
731
731
  .btn-slate.is-processing, .btn-slate.processing, .btn-slate.is-loading, .btn-slate.loading {
732
732
  background-position: center center !important;
733
733
  color: transparent !important;
@@ -744,31 +744,31 @@ select {
744
744
  /* button teal shorthand
745
745
  ......................................*/
746
746
  .btn-teal, .btn-dropdown-teal {
747
- background-color: #22B9B0;
748
- color: #ffffff;
749
- border: 1px solid #149A97;
747
+ background-color: #22b9b0;
748
+ color: white;
749
+ border: 1px solid #149a97;
750
750
  background-size: 15px 15px; }
751
751
  .btn-teal:link, .btn-dropdown-teal:link, .btn-teal:visited, .btn-dropdown-teal:visited {
752
- color: #ffffff;
753
- border: 1px solid #149A97; }
752
+ color: white;
753
+ border: 1px solid #149a97; }
754
754
  .btn-teal:hover, .btn-dropdown-teal:hover, .btn-teal.is-hover, .is-hover.btn-dropdown-teal, .btn-teal:focus:hover, .btn-dropdown-teal:focus:hover, .btn-teal:focus.is-hover, .btn-dropdown-teal:focus.is-hover, .btn-teal.is-selected, .is-selected.btn-dropdown-teal {
755
- color: #ffffff;
755
+ color: white;
756
756
  cursor: pointer;
757
- background-color: #149A97;
758
- border: 1px solid #149A97; }
757
+ background-color: #149a97;
758
+ border: 1px solid #149a97; }
759
759
  .btn-teal:active, .btn-dropdown-teal:active, .btn-teal.is-active, .is-active.btn-dropdown-teal, .btn-teal:focus, .btn-dropdown-teal:focus, .btn-teal.is-focus, .is-focus.btn-dropdown-teal {
760
- color: #ffffff;
761
- background-color: #22B9B0;
762
- border: 1px solid #149A97; }
760
+ color: white;
761
+ background-color: #22b9b0;
762
+ border: 1px solid #149a97; }
763
763
  .btn-teal[disabled], [disabled].btn-dropdown-teal, .btn-teal.is-disabled, .is-disabled.btn-dropdown-teal {
764
764
  opacity: .5;
765
- background-color: #22B9B0;
766
- color: #ffffff;
767
- border: 1px solid #149A97; }
765
+ background-color: #22b9b0;
766
+ color: white;
767
+ border: 1px solid #149a97; }
768
768
  .btn-teal[disabled]:visited, [disabled].btn-dropdown-teal:visited, .btn-teal[disabled]:hover, [disabled].btn-dropdown-teal:hover, .btn-teal[disabled].is-hover, [disabled].is-hover.btn-dropdown-teal, .btn-teal[disabled]:active, [disabled].btn-dropdown-teal:active, .btn-teal[disabled].is-active, [disabled].is-active.btn-dropdown-teal, .btn-teal.is-disabled:visited, .is-disabled.btn-dropdown-teal:visited, .btn-teal.is-disabled:hover, .is-disabled.btn-dropdown-teal:hover, .btn-teal.is-disabled.is-hover, .is-disabled.is-hover.btn-dropdown-teal, .btn-teal.is-disabled:active, .is-disabled.btn-dropdown-teal:active, .btn-teal.is-disabled.is-active, .is-disabled.is-active.btn-dropdown-teal {
769
- background-color: #22B9B0;
770
- color: #ffffff;
771
- border: 1px solid #149A97; }
769
+ background-color: #22b9b0;
770
+ color: white;
771
+ border: 1px solid #149a97; }
772
772
  .btn-teal.is-processing, .is-processing.btn-dropdown-teal, .btn-teal.processing, .processing.btn-dropdown-teal, .btn-teal.is-loading, .is-loading.btn-dropdown-teal, .btn-teal.loading, .loading.btn-dropdown-teal {
773
773
  background-position: center center !important;
774
774
  color: transparent !important;
@@ -785,30 +785,30 @@ select {
785
785
  /* button red shorthand
786
786
  ......................................*/
787
787
  .btn-red {
788
- background-color: #D3104A;
789
- color: #ffffff;
788
+ background-color: #d3104a;
789
+ color: white;
790
790
  border: 1px solid #a40c39;
791
791
  background-size: 15px 15px; }
792
792
  .btn-red:link, .btn-red:visited {
793
- color: #ffffff;
793
+ color: white;
794
794
  border: 1px solid #a40c39; }
795
795
  .btn-red:hover, .btn-red.is-hover, .btn-red:focus:hover, .btn-red:focus.is-hover, .btn-red.is-selected {
796
- color: #ffffff;
796
+ color: white;
797
797
  cursor: pointer;
798
798
  background-color: #a40c39;
799
799
  border: 1px solid #a40c39; }
800
800
  .btn-red:active, .btn-red.is-active, .btn-red:focus, .btn-red.is-focus {
801
- color: #ffffff;
802
- background-color: #D3104A;
801
+ color: white;
802
+ background-color: #d3104a;
803
803
  border: 1px solid #a40c39; }
804
804
  .btn-red[disabled], .btn-red.is-disabled {
805
805
  opacity: .5;
806
- background-color: #D3104A;
807
- color: #ffffff;
806
+ background-color: #d3104a;
807
+ color: white;
808
808
  border: 1px solid #a40c39; }
809
809
  .btn-red[disabled]:visited, .btn-red[disabled]:hover, .btn-red[disabled].is-hover, .btn-red[disabled]:active, .btn-red[disabled].is-active, .btn-red.is-disabled:visited, .btn-red.is-disabled:hover, .btn-red.is-disabled.is-hover, .btn-red.is-disabled:active, .btn-red.is-disabled.is-active {
810
- background-color: #D3104A;
811
- color: #ffffff;
810
+ background-color: #d3104a;
811
+ color: white;
812
812
  border: 1px solid #a40c39; }
813
813
  .btn-red.is-processing, .btn-red.processing, .btn-red.is-loading, .btn-red.loading {
814
814
  background-position: center center !important;
@@ -827,29 +827,29 @@ select {
827
827
  ......................................*/
828
828
  .btn-purple {
829
829
  background-color: #783479;
830
- color: #ffffff;
830
+ color: white;
831
831
  border: 1px solid #783479;
832
832
  background-size: 15px 15px; }
833
833
  .btn-purple:link, .btn-purple:visited {
834
- color: #ffffff;
834
+ color: white;
835
835
  border: 1px solid #783479; }
836
836
  .btn-purple:hover, .btn-purple.is-hover, .btn-purple:focus:hover, .btn-purple:focus.is-hover, .btn-purple.is-selected {
837
- color: #ffffff;
837
+ color: white;
838
838
  cursor: pointer;
839
839
  background-color: #552555;
840
840
  border: 1px solid #552555; }
841
841
  .btn-purple:active, .btn-purple.is-active, .btn-purple:focus, .btn-purple.is-focus {
842
- color: #ffffff;
842
+ color: white;
843
843
  background-color: #783479;
844
844
  border: 1px solid #783479; }
845
845
  .btn-purple[disabled], .btn-purple.is-disabled {
846
846
  opacity: .5;
847
847
  background-color: #783479;
848
- color: #ffffff;
848
+ color: white;
849
849
  border: 1px solid #783479; }
850
850
  .btn-purple[disabled]:visited, .btn-purple[disabled]:hover, .btn-purple[disabled].is-hover, .btn-purple[disabled]:active, .btn-purple[disabled].is-active, .btn-purple.is-disabled:visited, .btn-purple.is-disabled:hover, .btn-purple.is-disabled.is-hover, .btn-purple.is-disabled:active, .btn-purple.is-disabled.is-active {
851
851
  background-color: #783479;
852
- color: #ffffff;
852
+ color: white;
853
853
  border: 1px solid #783479; }
854
854
  .btn-purple.is-processing, .btn-purple.processing, .btn-purple.is-loading, .btn-purple.loading {
855
855
  background-position: center center !important;
@@ -867,35 +867,35 @@ select {
867
867
  /* button green shorthand
868
868
  ......................................*/
869
869
  .btn-green {
870
- background-color: #9DBB36;
871
- color: #FFFFFF;
872
- border: 1px solid #9DBB36;
870
+ background-color: #9dbb36;
871
+ color: white;
872
+ border: 1px solid #9dbb36;
873
873
  background-size: 15px 15px; }
874
874
  .btn-green:link, .btn-green:visited {
875
- color: #FFFFFF;
876
- border: 1px solid #9DBB36; }
875
+ color: white;
876
+ border: 1px solid #9dbb36; }
877
877
  .btn-green:hover, .btn-green.is-hover, .btn-green:focus:hover, .btn-green:focus.is-hover, .btn-green.is-selected {
878
- color: #FFFFFF;
878
+ color: white;
879
879
  cursor: pointer;
880
880
  background-color: #7da53e;
881
- border: 1px solid #9DBB36; }
881
+ border: 1px solid #9dbb36; }
882
882
  .btn-green:active, .btn-green.is-active, .btn-green:focus, .btn-green.is-focus {
883
- color: #FFFFFF;
884
- background-color: #9DBB36;
885
- border: 1px solid #9DBB36; }
883
+ color: white;
884
+ background-color: #9dbb36;
885
+ border: 1px solid #9dbb36; }
886
886
  .btn-green[disabled], .btn-green.is-disabled {
887
887
  opacity: .5;
888
- background-color: #9DBB36;
889
- color: #FFFFFF;
890
- border: 1px solid #9DBB36; }
888
+ background-color: #9dbb36;
889
+ color: white;
890
+ border: 1px solid #9dbb36; }
891
891
  .btn-green[disabled]:visited, .btn-green[disabled]:hover, .btn-green[disabled].is-hover, .btn-green[disabled]:active, .btn-green[disabled].is-active, .btn-green.is-disabled:visited, .btn-green.is-disabled:hover, .btn-green.is-disabled.is-hover, .btn-green.is-disabled:active, .btn-green.is-disabled.is-active {
892
- background-color: #9DBB36;
893
- color: #FFFFFF;
894
- border: 1px solid #9DBB36; }
892
+ background-color: #9dbb36;
893
+ color: white;
894
+ border: 1px solid #9dbb36; }
895
895
  .btn-green.is-processing, .btn-green.processing, .btn-green.is-loading, .btn-green.loading {
896
896
  background-position: center center !important;
897
897
  color: transparent !important;
898
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%20%20viewBox%3D%220%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20opacity%3D%220.2%22%20fill%3D%22%23#9DBB36%22%20d%3D%22M20.201%2C5.169c-8.254%2C0-14.946%2C6.692-14.946%2C14.946c0%2C8.255%2C6.692%2C14.946%2C14.946%2C14.946%0D%0A%20%20s14.946-6.691%2C14.946-14.946C35.146%2C11.861%2C28.455%2C5.169%2C20.201%2C5.169z%20M20.201%2C31.749c-6.425%2C0-11.634-5.208-11.634-11.634%0D%0A%20%20c0-6.425%2C5.209-11.634%2C11.634-11.634c6.425%2C0%2C11.633%2C5.209%2C11.633%2C11.634C31.834%2C26.541%2C26.626%2C31.749%2C20.201%2C31.749z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23#9DBB36%22%20d%3D%22M26.013%2C10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0%0D%0A%20%20C22.32%2C8.481%2C24.301%2C9.057%2C26.013%2C10.047z%22%3E%0D%0A%20%20%3CanimateTransform%20attributeType%3D%22xml%22%0D%0A%20%20%20%20attributeName%3D%22transform%22%0D%0A%20%20%20%20type%3D%22rotate%22%0D%0A%20%20%20%20from%3D%220%2020%2020%22%0D%0A%20%20%20%20to%3D%22360%2020%2020%22%0D%0A%20%20%20%20dur%3D%220.5s%22%0D%0A%20%20%20%20repeatCount%3D%22indefinite%22%2F%3E%0D%0A%20%20%3C%2Fpath%3E%0D%0A%3C%2Fsvg%3E");
898
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%20%20viewBox%3D%220%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20opacity%3D%220.2%22%20fill%3D%22%23#9dbb36%22%20d%3D%22M20.201%2C5.169c-8.254%2C0-14.946%2C6.692-14.946%2C14.946c0%2C8.255%2C6.692%2C14.946%2C14.946%2C14.946%0D%0A%20%20s14.946-6.691%2C14.946-14.946C35.146%2C11.861%2C28.455%2C5.169%2C20.201%2C5.169z%20M20.201%2C31.749c-6.425%2C0-11.634-5.208-11.634-11.634%0D%0A%20%20c0-6.425%2C5.209-11.634%2C11.634-11.634c6.425%2C0%2C11.633%2C5.209%2C11.633%2C11.634C31.834%2C26.541%2C26.626%2C31.749%2C20.201%2C31.749z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23#9dbb36%22%20d%3D%22M26.013%2C10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0%0D%0A%20%20C22.32%2C8.481%2C24.301%2C9.057%2C26.013%2C10.047z%22%3E%0D%0A%20%20%3CanimateTransform%20attributeType%3D%22xml%22%0D%0A%20%20%20%20attributeName%3D%22transform%22%0D%0A%20%20%20%20type%3D%22rotate%22%0D%0A%20%20%20%20from%3D%220%2020%2020%22%0D%0A%20%20%20%20to%3D%22360%2020%2020%22%0D%0A%20%20%20%20dur%3D%220.5s%22%0D%0A%20%20%20%20repeatCount%3D%22indefinite%22%2F%3E%0D%0A%20%20%3C%2Fpath%3E%0D%0A%3C%2Fsvg%3E");
899
899
  background-repeat: no-repeat;
900
900
  background-size: 23px 23px; }
901
901
  .btn-green.is-processing.btn--small, .btn-green.is-processing.btn-search, .btn-green.processing.btn--small, .btn-green.processing.btn-search, .btn-green.is-loading.btn--small, .btn-green.is-loading.btn-search, .btn-green.loading.btn--small, .btn-green.loading.btn-search {
@@ -949,35 +949,35 @@ select {
949
949
  /* button white shorthand
950
950
  ......................................*/
951
951
  .btn-white, .btn-dropdown-white {
952
- background-color: #ffffff;
953
- color: #5E7887;
954
- border: 1px solid #D7DDE1;
952
+ background-color: white;
953
+ color: #5e7887;
954
+ border: 1px solid #d7dde1;
955
955
  background-size: 15px 15px; }
956
956
  .btn-white:link, .btn-dropdown-white:link, .btn-white:visited, .btn-dropdown-white:visited {
957
- color: #5E7887;
958
- border: 1px solid #D7DDE1; }
957
+ color: #5e7887;
958
+ border: 1px solid #d7dde1; }
959
959
  .btn-white:hover, .btn-dropdown-white:hover, .btn-white.is-hover, .is-hover.btn-dropdown-white, .btn-white:focus:hover, .btn-dropdown-white:focus:hover, .btn-white:focus.is-hover, .btn-dropdown-white:focus.is-hover, .btn-white.is-selected, .is-selected.btn-dropdown-white {
960
- color: #5E7887;
960
+ color: #5e7887;
961
961
  cursor: pointer;
962
- background-color: #F0F2F4;
963
- border: 1px solid #D7DDE1; }
962
+ background-color: #f0f2f4;
963
+ border: 1px solid #d7dde1; }
964
964
  .btn-white:active, .btn-dropdown-white:active, .btn-white.is-active, .is-active.btn-dropdown-white, .btn-white:focus, .btn-dropdown-white:focus, .btn-white.is-focus, .is-focus.btn-dropdown-white {
965
- color: #5E7887;
966
- background-color: #ffffff;
967
- border: 1px solid #D7DDE1; }
965
+ color: #5e7887;
966
+ background-color: white;
967
+ border: 1px solid #d7dde1; }
968
968
  .btn-white[disabled], [disabled].btn-dropdown-white, .btn-white.is-disabled, .is-disabled.btn-dropdown-white {
969
969
  opacity: .5;
970
- background-color: #ffffff;
971
- color: #5E7887;
972
- border: 1px solid #D7DDE1; }
970
+ background-color: white;
971
+ color: #5e7887;
972
+ border: 1px solid #d7dde1; }
973
973
  .btn-white[disabled]:visited, [disabled].btn-dropdown-white:visited, .btn-white[disabled]:hover, [disabled].btn-dropdown-white:hover, .btn-white[disabled].is-hover, [disabled].is-hover.btn-dropdown-white, .btn-white[disabled]:active, [disabled].btn-dropdown-white:active, .btn-white[disabled].is-active, [disabled].is-active.btn-dropdown-white, .btn-white.is-disabled:visited, .is-disabled.btn-dropdown-white:visited, .btn-white.is-disabled:hover, .is-disabled.btn-dropdown-white:hover, .btn-white.is-disabled.is-hover, .is-disabled.is-hover.btn-dropdown-white, .btn-white.is-disabled:active, .is-disabled.btn-dropdown-white:active, .btn-white.is-disabled.is-active, .is-disabled.is-active.btn-dropdown-white {
974
- background-color: #ffffff;
975
- color: #5E7887;
976
- border: 1px solid #D7DDE1; }
974
+ background-color: white;
975
+ color: #5e7887;
976
+ border: 1px solid #d7dde1; }
977
977
  .btn-white.is-processing, .is-processing.btn-dropdown-white, .btn-white.processing, .processing.btn-dropdown-white, .btn-white.is-loading, .is-loading.btn-dropdown-white, .btn-white.loading, .loading.btn-dropdown-white {
978
978
  background-position: center center !important;
979
979
  color: transparent !important;
980
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%20%20viewBox%3D%220%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20opacity%3D%220.2%22%20fill%3D%22%23#5E7887%22%20d%3D%22M20.201%2C5.169c-8.254%2C0-14.946%2C6.692-14.946%2C14.946c0%2C8.255%2C6.692%2C14.946%2C14.946%2C14.946%0D%0A%20%20s14.946-6.691%2C14.946-14.946C35.146%2C11.861%2C28.455%2C5.169%2C20.201%2C5.169z%20M20.201%2C31.749c-6.425%2C0-11.634-5.208-11.634-11.634%0D%0A%20%20c0-6.425%2C5.209-11.634%2C11.634-11.634c6.425%2C0%2C11.633%2C5.209%2C11.633%2C11.634C31.834%2C26.541%2C26.626%2C31.749%2C20.201%2C31.749z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23#5E7887%22%20d%3D%22M26.013%2C10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0%0D%0A%20%20C22.32%2C8.481%2C24.301%2C9.057%2C26.013%2C10.047z%22%3E%0D%0A%20%20%3CanimateTransform%20attributeType%3D%22xml%22%0D%0A%20%20%20%20attributeName%3D%22transform%22%0D%0A%20%20%20%20type%3D%22rotate%22%0D%0A%20%20%20%20from%3D%220%2020%2020%22%0D%0A%20%20%20%20to%3D%22360%2020%2020%22%0D%0A%20%20%20%20dur%3D%220.5s%22%0D%0A%20%20%20%20repeatCount%3D%22indefinite%22%2F%3E%0D%0A%20%20%3C%2Fpath%3E%0D%0A%3C%2Fsvg%3E");
980
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%20%20viewBox%3D%220%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20opacity%3D%220.2%22%20fill%3D%22%23#5e7887%22%20d%3D%22M20.201%2C5.169c-8.254%2C0-14.946%2C6.692-14.946%2C14.946c0%2C8.255%2C6.692%2C14.946%2C14.946%2C14.946%0D%0A%20%20s14.946-6.691%2C14.946-14.946C35.146%2C11.861%2C28.455%2C5.169%2C20.201%2C5.169z%20M20.201%2C31.749c-6.425%2C0-11.634-5.208-11.634-11.634%0D%0A%20%20c0-6.425%2C5.209-11.634%2C11.634-11.634c6.425%2C0%2C11.633%2C5.209%2C11.633%2C11.634C31.834%2C26.541%2C26.626%2C31.749%2C20.201%2C31.749z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23#5e7887%22%20d%3D%22M26.013%2C10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0%0D%0A%20%20C22.32%2C8.481%2C24.301%2C9.057%2C26.013%2C10.047z%22%3E%0D%0A%20%20%3CanimateTransform%20attributeType%3D%22xml%22%0D%0A%20%20%20%20attributeName%3D%22transform%22%0D%0A%20%20%20%20type%3D%22rotate%22%0D%0A%20%20%20%20from%3D%220%2020%2020%22%0D%0A%20%20%20%20to%3D%22360%2020%2020%22%0D%0A%20%20%20%20dur%3D%220.5s%22%0D%0A%20%20%20%20repeatCount%3D%22indefinite%22%2F%3E%0D%0A%20%20%3C%2Fpath%3E%0D%0A%3C%2Fsvg%3E");
981
981
  background-repeat: no-repeat;
982
982
  background-size: 23px 23px; }
983
983
  .btn-white.is-processing.btn--small, .btn-white.is-processing.btn-search, .is-processing.btn-search.btn-dropdown-white, .is-processing.btn--small.btn-dropdown-white, .btn-white.processing.btn--small, .btn-white.processing.btn-search, .processing.btn-search.btn-dropdown-white, .processing.btn--small.btn-dropdown-white, .btn-white.is-loading.btn--small, .btn-white.is-loading.btn-search, .is-loading.btn-search.btn-dropdown-white, .is-loading.btn--small.btn-dropdown-white, .btn-white.loading.btn--small, .btn-white.loading.btn-search, .loading.btn-search.btn-dropdown-white, .loading.btn--small.btn-dropdown-white {
@@ -990,35 +990,35 @@ select {
990
990
  /* button facebook shorthand
991
991
  ......................................*/
992
992
  .btn-facebook {
993
- background-color: #3B5999;
994
- color: #ffffff;
993
+ background-color: #3b5999;
994
+ color: white;
995
995
  border: 1px solid #2d4474;
996
996
  background-size: 15px 15px; }
997
997
  .btn-facebook:link, .btn-facebook:visited {
998
- color: #ffffff;
998
+ color: white;
999
999
  border: 1px solid #2d4474; }
1000
1000
  .btn-facebook:hover, .btn-facebook.is-hover, .btn-facebook:focus:hover, .btn-facebook:focus.is-hover, .btn-facebook.is-selected {
1001
- color: #ffffff;
1001
+ color: white;
1002
1002
  cursor: pointer;
1003
1003
  background-color: #2d4474;
1004
1004
  border: 1px solid #2d4474; }
1005
1005
  .btn-facebook:active, .btn-facebook.is-active, .btn-facebook:focus, .btn-facebook.is-focus {
1006
- color: #ffffff;
1007
- background-color: #3B5999;
1006
+ color: white;
1007
+ background-color: #3b5999;
1008
1008
  border: 1px solid #2d4474; }
1009
1009
  .btn-facebook[disabled], .btn-facebook.is-disabled {
1010
1010
  opacity: .5;
1011
- background-color: #3B5999;
1012
- color: #ffffff;
1011
+ background-color: #3b5999;
1012
+ color: white;
1013
1013
  border: 1px solid #2d4474; }
1014
1014
  .btn-facebook[disabled]:visited, .btn-facebook[disabled]:hover, .btn-facebook[disabled].is-hover, .btn-facebook[disabled]:active, .btn-facebook[disabled].is-active, .btn-facebook.is-disabled:visited, .btn-facebook.is-disabled:hover, .btn-facebook.is-disabled.is-hover, .btn-facebook.is-disabled:active, .btn-facebook.is-disabled.is-active {
1015
- background-color: #3B5999;
1016
- color: #ffffff;
1015
+ background-color: #3b5999;
1016
+ color: white;
1017
1017
  border: 1px solid #2d4474; }
1018
1018
  .btn-facebook.is-processing, .btn-facebook.processing, .btn-facebook.is-loading, .btn-facebook.loading {
1019
1019
  background-position: center center !important;
1020
1020
  color: transparent !important;
1021
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%20%20viewBox%3D%220%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20opacity%3D%220.2%22%20fill%3D%22%23#ffffff%22%20d%3D%22M20.201%2C5.169c-8.254%2C0-14.946%2C6.692-14.946%2C14.946c0%2C8.255%2C6.692%2C14.946%2C14.946%2C14.946%0D%0A%20%20s14.946-6.691%2C14.946-14.946C35.146%2C11.861%2C28.455%2C5.169%2C20.201%2C5.169z%20M20.201%2C31.749c-6.425%2C0-11.634-5.208-11.634-11.634%0D%0A%20%20c0-6.425%2C5.209-11.634%2C11.634-11.634c6.425%2C0%2C11.633%2C5.209%2C11.633%2C11.634C31.834%2C26.541%2C26.626%2C31.749%2C20.201%2C31.749z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23#ffffff%22%20d%3D%22M26.013%2C10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0%0D%0A%20%20C22.32%2C8.481%2C24.301%2C9.057%2C26.013%2C10.047z%22%3E%0D%0A%20%20%3CanimateTransform%20attributeType%3D%22xml%22%0D%0A%20%20%20%20attributeName%3D%22transform%22%0D%0A%20%20%20%20type%3D%22rotate%22%0D%0A%20%20%20%20from%3D%220%2020%2020%22%0D%0A%20%20%20%20to%3D%22360%2020%2020%22%0D%0A%20%20%20%20dur%3D%220.5s%22%0D%0A%20%20%20%20repeatCount%3D%22indefinite%22%2F%3E%0D%0A%20%20%3C%2Fpath%3E%0D%0A%3C%2Fsvg%3E");
1021
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%20%20viewBox%3D%220%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20opacity%3D%220.2%22%20fill%3D%22%23white%22%20d%3D%22M20.201%2C5.169c-8.254%2C0-14.946%2C6.692-14.946%2C14.946c0%2C8.255%2C6.692%2C14.946%2C14.946%2C14.946%0D%0A%20%20s14.946-6.691%2C14.946-14.946C35.146%2C11.861%2C28.455%2C5.169%2C20.201%2C5.169z%20M20.201%2C31.749c-6.425%2C0-11.634-5.208-11.634-11.634%0D%0A%20%20c0-6.425%2C5.209-11.634%2C11.634-11.634c6.425%2C0%2C11.633%2C5.209%2C11.633%2C11.634C31.834%2C26.541%2C26.626%2C31.749%2C20.201%2C31.749z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23white%22%20d%3D%22M26.013%2C10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0%0D%0A%20%20C22.32%2C8.481%2C24.301%2C9.057%2C26.013%2C10.047z%22%3E%0D%0A%20%20%3CanimateTransform%20attributeType%3D%22xml%22%0D%0A%20%20%20%20attributeName%3D%22transform%22%0D%0A%20%20%20%20type%3D%22rotate%22%0D%0A%20%20%20%20from%3D%220%2020%2020%22%0D%0A%20%20%20%20to%3D%22360%2020%2020%22%0D%0A%20%20%20%20dur%3D%220.5s%22%0D%0A%20%20%20%20repeatCount%3D%22indefinite%22%2F%3E%0D%0A%20%20%3C%2Fpath%3E%0D%0A%3C%2Fsvg%3E");
1022
1022
  background-repeat: no-repeat;
1023
1023
  background-size: 23px 23px; }
1024
1024
  .btn-facebook.is-processing.btn--small, .btn-facebook.is-processing.btn-search, .btn-facebook.processing.btn--small, .btn-facebook.processing.btn-search, .btn-facebook.is-loading.btn--small, .btn-facebook.is-loading.btn-search, .btn-facebook.loading.btn--small, .btn-facebook.loading.btn-search {
@@ -1031,35 +1031,35 @@ select {
1031
1031
  /* button twitter shorthand
1032
1032
  ......................................*/
1033
1033
  .btn-twitter {
1034
- background-color: #55ACEE;
1035
- color: #ffffff;
1034
+ background-color: #55acee;
1035
+ color: white;
1036
1036
  border: 1px solid #2795e9;
1037
1037
  background-size: 15px 15px; }
1038
1038
  .btn-twitter:link, .btn-twitter:visited {
1039
- color: #ffffff;
1039
+ color: white;
1040
1040
  border: 1px solid #2795e9; }
1041
1041
  .btn-twitter:hover, .btn-twitter.is-hover, .btn-twitter:focus:hover, .btn-twitter:focus.is-hover, .btn-twitter.is-selected {
1042
- color: #ffffff;
1042
+ color: white;
1043
1043
  cursor: pointer;
1044
1044
  background-color: #2795e9;
1045
1045
  border: 1px solid #2795e9; }
1046
1046
  .btn-twitter:active, .btn-twitter.is-active, .btn-twitter:focus, .btn-twitter.is-focus {
1047
- color: #ffffff;
1048
- background-color: #55ACEE;
1047
+ color: white;
1048
+ background-color: #55acee;
1049
1049
  border: 1px solid #2795e9; }
1050
1050
  .btn-twitter[disabled], .btn-twitter.is-disabled {
1051
1051
  opacity: .5;
1052
- background-color: #55ACEE;
1053
- color: #ffffff;
1052
+ background-color: #55acee;
1053
+ color: white;
1054
1054
  border: 1px solid #2795e9; }
1055
1055
  .btn-twitter[disabled]:visited, .btn-twitter[disabled]:hover, .btn-twitter[disabled].is-hover, .btn-twitter[disabled]:active, .btn-twitter[disabled].is-active, .btn-twitter.is-disabled:visited, .btn-twitter.is-disabled:hover, .btn-twitter.is-disabled.is-hover, .btn-twitter.is-disabled:active, .btn-twitter.is-disabled.is-active {
1056
- background-color: #55ACEE;
1057
- color: #ffffff;
1056
+ background-color: #55acee;
1057
+ color: white;
1058
1058
  border: 1px solid #2795e9; }
1059
1059
  .btn-twitter.is-processing, .btn-twitter.processing, .btn-twitter.is-loading, .btn-twitter.loading {
1060
1060
  background-position: center center !important;
1061
1061
  color: transparent !important;
1062
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%20%20viewBox%3D%220%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20opacity%3D%220.2%22%20fill%3D%22%23#ffffff%22%20d%3D%22M20.201%2C5.169c-8.254%2C0-14.946%2C6.692-14.946%2C14.946c0%2C8.255%2C6.692%2C14.946%2C14.946%2C14.946%0D%0A%20%20s14.946-6.691%2C14.946-14.946C35.146%2C11.861%2C28.455%2C5.169%2C20.201%2C5.169z%20M20.201%2C31.749c-6.425%2C0-11.634-5.208-11.634-11.634%0D%0A%20%20c0-6.425%2C5.209-11.634%2C11.634-11.634c6.425%2C0%2C11.633%2C5.209%2C11.633%2C11.634C31.834%2C26.541%2C26.626%2C31.749%2C20.201%2C31.749z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23#ffffff%22%20d%3D%22M26.013%2C10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0%0D%0A%20%20C22.32%2C8.481%2C24.301%2C9.057%2C26.013%2C10.047z%22%3E%0D%0A%20%20%3CanimateTransform%20attributeType%3D%22xml%22%0D%0A%20%20%20%20attributeName%3D%22transform%22%0D%0A%20%20%20%20type%3D%22rotate%22%0D%0A%20%20%20%20from%3D%220%2020%2020%22%0D%0A%20%20%20%20to%3D%22360%2020%2020%22%0D%0A%20%20%20%20dur%3D%220.5s%22%0D%0A%20%20%20%20repeatCount%3D%22indefinite%22%2F%3E%0D%0A%20%20%3C%2Fpath%3E%0D%0A%3C%2Fsvg%3E");
1062
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%20%20viewBox%3D%220%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20opacity%3D%220.2%22%20fill%3D%22%23white%22%20d%3D%22M20.201%2C5.169c-8.254%2C0-14.946%2C6.692-14.946%2C14.946c0%2C8.255%2C6.692%2C14.946%2C14.946%2C14.946%0D%0A%20%20s14.946-6.691%2C14.946-14.946C35.146%2C11.861%2C28.455%2C5.169%2C20.201%2C5.169z%20M20.201%2C31.749c-6.425%2C0-11.634-5.208-11.634-11.634%0D%0A%20%20c0-6.425%2C5.209-11.634%2C11.634-11.634c6.425%2C0%2C11.633%2C5.209%2C11.633%2C11.634C31.834%2C26.541%2C26.626%2C31.749%2C20.201%2C31.749z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23white%22%20d%3D%22M26.013%2C10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0%0D%0A%20%20C22.32%2C8.481%2C24.301%2C9.057%2C26.013%2C10.047z%22%3E%0D%0A%20%20%3CanimateTransform%20attributeType%3D%22xml%22%0D%0A%20%20%20%20attributeName%3D%22transform%22%0D%0A%20%20%20%20type%3D%22rotate%22%0D%0A%20%20%20%20from%3D%220%2020%2020%22%0D%0A%20%20%20%20to%3D%22360%2020%2020%22%0D%0A%20%20%20%20dur%3D%220.5s%22%0D%0A%20%20%20%20repeatCount%3D%22indefinite%22%2F%3E%0D%0A%20%20%3C%2Fpath%3E%0D%0A%3C%2Fsvg%3E");
1063
1063
  background-repeat: no-repeat;
1064
1064
  background-size: 23px 23px; }
1065
1065
  .btn-twitter.is-processing.btn--small, .btn-twitter.is-processing.btn-search, .btn-twitter.processing.btn--small, .btn-twitter.processing.btn-search, .btn-twitter.is-loading.btn--small, .btn-twitter.is-loading.btn-search, .btn-twitter.loading.btn--small, .btn-twitter.loading.btn-search {
@@ -1073,34 +1073,34 @@ select {
1073
1073
  ......................................*/
1074
1074
  .btn-transparent {
1075
1075
  background-color: rgba(255, 255, 255, 0.5);
1076
- color: #ffffff;
1076
+ color: white;
1077
1077
  border: 1px solid rgba(255, 255, 255, 0);
1078
1078
  background-size: 15px 15px; }
1079
1079
  .btn-transparent:link, .btn-transparent:visited {
1080
- color: #ffffff;
1080
+ color: white;
1081
1081
  border: 1px solid rgba(255, 255, 255, 0); }
1082
1082
  .btn-transparent:hover, .btn-transparent.is-hover, .btn-transparent:focus:hover, .btn-transparent:focus.is-hover, .btn-transparent.is-selected {
1083
- color: #ffffff;
1083
+ color: white;
1084
1084
  cursor: pointer;
1085
1085
  background-color: rgba(255, 255, 255, 0.7);
1086
1086
  border: 1px solid rgba(255, 255, 255, 0); }
1087
1087
  .btn-transparent:active, .btn-transparent.is-active, .btn-transparent:focus, .btn-transparent.is-focus {
1088
- color: #ffffff;
1088
+ color: white;
1089
1089
  background-color: rgba(255, 255, 255, 0.5);
1090
1090
  border: 1px solid rgba(255, 255, 255, 0); }
1091
1091
  .btn-transparent[disabled], .btn-transparent.is-disabled {
1092
1092
  opacity: .5;
1093
1093
  background-color: rgba(255, 255, 255, 0.5);
1094
- color: #ffffff;
1094
+ color: white;
1095
1095
  border: 1px solid rgba(255, 255, 255, 0); }
1096
1096
  .btn-transparent[disabled]:visited, .btn-transparent[disabled]:hover, .btn-transparent[disabled].is-hover, .btn-transparent[disabled]:active, .btn-transparent[disabled].is-active, .btn-transparent.is-disabled:visited, .btn-transparent.is-disabled:hover, .btn-transparent.is-disabled.is-hover, .btn-transparent.is-disabled:active, .btn-transparent.is-disabled.is-active {
1097
1097
  background-color: rgba(255, 255, 255, 0.5);
1098
- color: #ffffff;
1098
+ color: white;
1099
1099
  border: 1px solid rgba(255, 255, 255, 0); }
1100
1100
  .btn-transparent.is-processing, .btn-transparent.processing, .btn-transparent.is-loading, .btn-transparent.loading {
1101
1101
  background-position: center center !important;
1102
1102
  color: transparent !important;
1103
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%20%20viewBox%3D%220%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20opacity%3D%220.2%22%20fill%3D%22%23#ffffff%22%20d%3D%22M20.201%2C5.169c-8.254%2C0-14.946%2C6.692-14.946%2C14.946c0%2C8.255%2C6.692%2C14.946%2C14.946%2C14.946%0D%0A%20%20s14.946-6.691%2C14.946-14.946C35.146%2C11.861%2C28.455%2C5.169%2C20.201%2C5.169z%20M20.201%2C31.749c-6.425%2C0-11.634-5.208-11.634-11.634%0D%0A%20%20c0-6.425%2C5.209-11.634%2C11.634-11.634c6.425%2C0%2C11.633%2C5.209%2C11.633%2C11.634C31.834%2C26.541%2C26.626%2C31.749%2C20.201%2C31.749z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23#ffffff%22%20d%3D%22M26.013%2C10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0%0D%0A%20%20C22.32%2C8.481%2C24.301%2C9.057%2C26.013%2C10.047z%22%3E%0D%0A%20%20%3CanimateTransform%20attributeType%3D%22xml%22%0D%0A%20%20%20%20attributeName%3D%22transform%22%0D%0A%20%20%20%20type%3D%22rotate%22%0D%0A%20%20%20%20from%3D%220%2020%2020%22%0D%0A%20%20%20%20to%3D%22360%2020%2020%22%0D%0A%20%20%20%20dur%3D%220.5s%22%0D%0A%20%20%20%20repeatCount%3D%22indefinite%22%2F%3E%0D%0A%20%20%3C%2Fpath%3E%0D%0A%3C%2Fsvg%3E");
1103
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%20%20viewBox%3D%220%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20opacity%3D%220.2%22%20fill%3D%22%23white%22%20d%3D%22M20.201%2C5.169c-8.254%2C0-14.946%2C6.692-14.946%2C14.946c0%2C8.255%2C6.692%2C14.946%2C14.946%2C14.946%0D%0A%20%20s14.946-6.691%2C14.946-14.946C35.146%2C11.861%2C28.455%2C5.169%2C20.201%2C5.169z%20M20.201%2C31.749c-6.425%2C0-11.634-5.208-11.634-11.634%0D%0A%20%20c0-6.425%2C5.209-11.634%2C11.634-11.634c6.425%2C0%2C11.633%2C5.209%2C11.633%2C11.634C31.834%2C26.541%2C26.626%2C31.749%2C20.201%2C31.749z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23white%22%20d%3D%22M26.013%2C10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0%0D%0A%20%20C22.32%2C8.481%2C24.301%2C9.057%2C26.013%2C10.047z%22%3E%0D%0A%20%20%3CanimateTransform%20attributeType%3D%22xml%22%0D%0A%20%20%20%20attributeName%3D%22transform%22%0D%0A%20%20%20%20type%3D%22rotate%22%0D%0A%20%20%20%20from%3D%220%2020%2020%22%0D%0A%20%20%20%20to%3D%22360%2020%2020%22%0D%0A%20%20%20%20dur%3D%220.5s%22%0D%0A%20%20%20%20repeatCount%3D%22indefinite%22%2F%3E%0D%0A%20%20%3C%2Fpath%3E%0D%0A%3C%2Fsvg%3E");
1104
1104
  background-repeat: no-repeat;
1105
1105
  background-size: 23px 23px; }
1106
1106
  .btn-transparent.is-processing.btn--small, .btn-transparent.is-processing.btn-search, .btn-transparent.processing.btn--small, .btn-transparent.processing.btn-search, .btn-transparent.is-loading.btn--small, .btn-transparent.is-loading.btn-search, .btn-transparent.loading.btn--small, .btn-transparent.loading.btn-search {
@@ -1113,35 +1113,35 @@ select {
1113
1113
  /* button tumblr shorthand
1114
1114
  ......................................*/
1115
1115
  .btn-tumblr {
1116
- background-color: #34465D;
1117
- color: #ffffff;
1116
+ background-color: #34465d;
1117
+ color: white;
1118
1118
  border: 1px solid #222d3c;
1119
1119
  background-size: 15px 15px; }
1120
1120
  .btn-tumblr:link, .btn-tumblr:visited {
1121
- color: #ffffff;
1121
+ color: white;
1122
1122
  border: 1px solid #222d3c; }
1123
1123
  .btn-tumblr:hover, .btn-tumblr.is-hover, .btn-tumblr:focus:hover, .btn-tumblr:focus.is-hover, .btn-tumblr.is-selected {
1124
- color: #ffffff;
1124
+ color: white;
1125
1125
  cursor: pointer;
1126
1126
  background-color: #222d3c;
1127
1127
  border: 1px solid #222d3c; }
1128
1128
  .btn-tumblr:active, .btn-tumblr.is-active, .btn-tumblr:focus, .btn-tumblr.is-focus {
1129
- color: #ffffff;
1130
- background-color: #34465D;
1129
+ color: white;
1130
+ background-color: #34465d;
1131
1131
  border: 1px solid #222d3c; }
1132
1132
  .btn-tumblr[disabled], .btn-tumblr.is-disabled {
1133
1133
  opacity: .5;
1134
- background-color: #34465D;
1135
- color: #ffffff;
1134
+ background-color: #34465d;
1135
+ color: white;
1136
1136
  border: 1px solid #222d3c; }
1137
1137
  .btn-tumblr[disabled]:visited, .btn-tumblr[disabled]:hover, .btn-tumblr[disabled].is-hover, .btn-tumblr[disabled]:active, .btn-tumblr[disabled].is-active, .btn-tumblr.is-disabled:visited, .btn-tumblr.is-disabled:hover, .btn-tumblr.is-disabled.is-hover, .btn-tumblr.is-disabled:active, .btn-tumblr.is-disabled.is-active {
1138
- background-color: #34465D;
1139
- color: #ffffff;
1138
+ background-color: #34465d;
1139
+ color: white;
1140
1140
  border: 1px solid #222d3c; }
1141
1141
  .btn-tumblr.is-processing, .btn-tumblr.processing, .btn-tumblr.is-loading, .btn-tumblr.loading {
1142
1142
  background-position: center center !important;
1143
1143
  color: transparent !important;
1144
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%20%20viewBox%3D%220%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20opacity%3D%220.2%22%20fill%3D%22%23#ffffff%22%20d%3D%22M20.201%2C5.169c-8.254%2C0-14.946%2C6.692-14.946%2C14.946c0%2C8.255%2C6.692%2C14.946%2C14.946%2C14.946%0D%0A%20%20s14.946-6.691%2C14.946-14.946C35.146%2C11.861%2C28.455%2C5.169%2C20.201%2C5.169z%20M20.201%2C31.749c-6.425%2C0-11.634-5.208-11.634-11.634%0D%0A%20%20c0-6.425%2C5.209-11.634%2C11.634-11.634c6.425%2C0%2C11.633%2C5.209%2C11.633%2C11.634C31.834%2C26.541%2C26.626%2C31.749%2C20.201%2C31.749z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23#ffffff%22%20d%3D%22M26.013%2C10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0%0D%0A%20%20C22.32%2C8.481%2C24.301%2C9.057%2C26.013%2C10.047z%22%3E%0D%0A%20%20%3CanimateTransform%20attributeType%3D%22xml%22%0D%0A%20%20%20%20attributeName%3D%22transform%22%0D%0A%20%20%20%20type%3D%22rotate%22%0D%0A%20%20%20%20from%3D%220%2020%2020%22%0D%0A%20%20%20%20to%3D%22360%2020%2020%22%0D%0A%20%20%20%20dur%3D%220.5s%22%0D%0A%20%20%20%20repeatCount%3D%22indefinite%22%2F%3E%0D%0A%20%20%3C%2Fpath%3E%0D%0A%3C%2Fsvg%3E");
1144
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%20%20viewBox%3D%220%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20opacity%3D%220.2%22%20fill%3D%22%23white%22%20d%3D%22M20.201%2C5.169c-8.254%2C0-14.946%2C6.692-14.946%2C14.946c0%2C8.255%2C6.692%2C14.946%2C14.946%2C14.946%0D%0A%20%20s14.946-6.691%2C14.946-14.946C35.146%2C11.861%2C28.455%2C5.169%2C20.201%2C5.169z%20M20.201%2C31.749c-6.425%2C0-11.634-5.208-11.634-11.634%0D%0A%20%20c0-6.425%2C5.209-11.634%2C11.634-11.634c6.425%2C0%2C11.633%2C5.209%2C11.633%2C11.634C31.834%2C26.541%2C26.626%2C31.749%2C20.201%2C31.749z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23white%22%20d%3D%22M26.013%2C10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0%0D%0A%20%20C22.32%2C8.481%2C24.301%2C9.057%2C26.013%2C10.047z%22%3E%0D%0A%20%20%3CanimateTransform%20attributeType%3D%22xml%22%0D%0A%20%20%20%20attributeName%3D%22transform%22%0D%0A%20%20%20%20type%3D%22rotate%22%0D%0A%20%20%20%20from%3D%220%2020%2020%22%0D%0A%20%20%20%20to%3D%22360%2020%2020%22%0D%0A%20%20%20%20dur%3D%220.5s%22%0D%0A%20%20%20%20repeatCount%3D%22indefinite%22%2F%3E%0D%0A%20%20%3C%2Fpath%3E%0D%0A%3C%2Fsvg%3E");
1145
1145
  background-repeat: no-repeat;
1146
1146
  background-size: 23px 23px; }
1147
1147
  .btn-tumblr.is-processing.btn--small, .btn-tumblr.is-processing.btn-search, .btn-tumblr.processing.btn--small, .btn-tumblr.processing.btn-search, .btn-tumblr.is-loading.btn--small, .btn-tumblr.is-loading.btn-search, .btn-tumblr.loading.btn--small, .btn-tumblr.loading.btn-search {
@@ -1154,35 +1154,35 @@ select {
1154
1154
  /* button paypal shorthand
1155
1155
  ......................................*/
1156
1156
  .btn-paypal {
1157
- background-color: #00457C;
1158
- color: #ffffff;
1157
+ background-color: #00457c;
1158
+ color: white;
1159
1159
  border: 1px solid #002949;
1160
1160
  background-size: 15px 15px; }
1161
1161
  .btn-paypal:link, .btn-paypal:visited {
1162
- color: #ffffff;
1162
+ color: white;
1163
1163
  border: 1px solid #002949; }
1164
1164
  .btn-paypal:hover, .btn-paypal.is-hover, .btn-paypal:focus:hover, .btn-paypal:focus.is-hover, .btn-paypal.is-selected {
1165
- color: #ffffff;
1165
+ color: white;
1166
1166
  cursor: pointer;
1167
1167
  background-color: #002949;
1168
1168
  border: 1px solid #002949; }
1169
1169
  .btn-paypal:active, .btn-paypal.is-active, .btn-paypal:focus, .btn-paypal.is-focus {
1170
- color: #ffffff;
1171
- background-color: #00457C;
1170
+ color: white;
1171
+ background-color: #00457c;
1172
1172
  border: 1px solid #002949; }
1173
1173
  .btn-paypal[disabled], .btn-paypal.is-disabled {
1174
1174
  opacity: .5;
1175
- background-color: #00457C;
1176
- color: #ffffff;
1175
+ background-color: #00457c;
1176
+ color: white;
1177
1177
  border: 1px solid #002949; }
1178
1178
  .btn-paypal[disabled]:visited, .btn-paypal[disabled]:hover, .btn-paypal[disabled].is-hover, .btn-paypal[disabled]:active, .btn-paypal[disabled].is-active, .btn-paypal.is-disabled:visited, .btn-paypal.is-disabled:hover, .btn-paypal.is-disabled.is-hover, .btn-paypal.is-disabled:active, .btn-paypal.is-disabled.is-active {
1179
- background-color: #00457C;
1180
- color: #ffffff;
1179
+ background-color: #00457c;
1180
+ color: white;
1181
1181
  border: 1px solid #002949; }
1182
1182
  .btn-paypal.is-processing, .btn-paypal.processing, .btn-paypal.is-loading, .btn-paypal.loading {
1183
1183
  background-position: center center !important;
1184
1184
  color: transparent !important;
1185
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%20%20viewBox%3D%220%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20opacity%3D%220.2%22%20fill%3D%22%23#ffffff%22%20d%3D%22M20.201%2C5.169c-8.254%2C0-14.946%2C6.692-14.946%2C14.946c0%2C8.255%2C6.692%2C14.946%2C14.946%2C14.946%0D%0A%20%20s14.946-6.691%2C14.946-14.946C35.146%2C11.861%2C28.455%2C5.169%2C20.201%2C5.169z%20M20.201%2C31.749c-6.425%2C0-11.634-5.208-11.634-11.634%0D%0A%20%20c0-6.425%2C5.209-11.634%2C11.634-11.634c6.425%2C0%2C11.633%2C5.209%2C11.633%2C11.634C31.834%2C26.541%2C26.626%2C31.749%2C20.201%2C31.749z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23#ffffff%22%20d%3D%22M26.013%2C10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0%0D%0A%20%20C22.32%2C8.481%2C24.301%2C9.057%2C26.013%2C10.047z%22%3E%0D%0A%20%20%3CanimateTransform%20attributeType%3D%22xml%22%0D%0A%20%20%20%20attributeName%3D%22transform%22%0D%0A%20%20%20%20type%3D%22rotate%22%0D%0A%20%20%20%20from%3D%220%2020%2020%22%0D%0A%20%20%20%20to%3D%22360%2020%2020%22%0D%0A%20%20%20%20dur%3D%220.5s%22%0D%0A%20%20%20%20repeatCount%3D%22indefinite%22%2F%3E%0D%0A%20%20%3C%2Fpath%3E%0D%0A%3C%2Fsvg%3E");
1185
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%20%20viewBox%3D%220%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20opacity%3D%220.2%22%20fill%3D%22%23white%22%20d%3D%22M20.201%2C5.169c-8.254%2C0-14.946%2C6.692-14.946%2C14.946c0%2C8.255%2C6.692%2C14.946%2C14.946%2C14.946%0D%0A%20%20s14.946-6.691%2C14.946-14.946C35.146%2C11.861%2C28.455%2C5.169%2C20.201%2C5.169z%20M20.201%2C31.749c-6.425%2C0-11.634-5.208-11.634-11.634%0D%0A%20%20c0-6.425%2C5.209-11.634%2C11.634-11.634c6.425%2C0%2C11.633%2C5.209%2C11.633%2C11.634C31.834%2C26.541%2C26.626%2C31.749%2C20.201%2C31.749z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23white%22%20d%3D%22M26.013%2C10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0%0D%0A%20%20C22.32%2C8.481%2C24.301%2C9.057%2C26.013%2C10.047z%22%3E%0D%0A%20%20%3CanimateTransform%20attributeType%3D%22xml%22%0D%0A%20%20%20%20attributeName%3D%22transform%22%0D%0A%20%20%20%20type%3D%22rotate%22%0D%0A%20%20%20%20from%3D%220%2020%2020%22%0D%0A%20%20%20%20to%3D%22360%2020%2020%22%0D%0A%20%20%20%20dur%3D%220.5s%22%0D%0A%20%20%20%20repeatCount%3D%22indefinite%22%2F%3E%0D%0A%20%20%3C%2Fpath%3E%0D%0A%3C%2Fsvg%3E");
1186
1186
  background-repeat: no-repeat;
1187
1187
  background-size: 23px 23px; }
1188
1188
  .btn-paypal.is-processing.btn--small, .btn-paypal.is-processing.btn-search, .btn-paypal.processing.btn--small, .btn-paypal.processing.btn-search, .btn-paypal.is-loading.btn--small, .btn-paypal.is-loading.btn-search, .btn-paypal.loading.btn--small, .btn-paypal.loading.btn-search {
@@ -1195,35 +1195,35 @@ select {
1195
1195
  /* button roku shorthand
1196
1196
  ......................................*/
1197
1197
  .btn-roku {
1198
- background-color: #662C91;
1199
- color: #ffffff;
1198
+ background-color: #662c91;
1199
+ color: white;
1200
1200
  border: 1px solid #4a206a;
1201
1201
  background-size: 15px 15px; }
1202
1202
  .btn-roku:link, .btn-roku:visited {
1203
- color: #ffffff;
1203
+ color: white;
1204
1204
  border: 1px solid #4a206a; }
1205
1205
  .btn-roku:hover, .btn-roku.is-hover, .btn-roku:focus:hover, .btn-roku:focus.is-hover, .btn-roku.is-selected {
1206
- color: #ffffff;
1206
+ color: white;
1207
1207
  cursor: pointer;
1208
1208
  background-color: #4a206a;
1209
1209
  border: 1px solid #4a206a; }
1210
1210
  .btn-roku:active, .btn-roku.is-active, .btn-roku:focus, .btn-roku.is-focus {
1211
- color: #ffffff;
1212
- background-color: #662C91;
1211
+ color: white;
1212
+ background-color: #662c91;
1213
1213
  border: 1px solid #4a206a; }
1214
1214
  .btn-roku[disabled], .btn-roku.is-disabled {
1215
1215
  opacity: .5;
1216
- background-color: #662C91;
1217
- color: #ffffff;
1216
+ background-color: #662c91;
1217
+ color: white;
1218
1218
  border: 1px solid #4a206a; }
1219
1219
  .btn-roku[disabled]:visited, .btn-roku[disabled]:hover, .btn-roku[disabled].is-hover, .btn-roku[disabled]:active, .btn-roku[disabled].is-active, .btn-roku.is-disabled:visited, .btn-roku.is-disabled:hover, .btn-roku.is-disabled.is-hover, .btn-roku.is-disabled:active, .btn-roku.is-disabled.is-active {
1220
- background-color: #662C91;
1221
- color: #ffffff;
1220
+ background-color: #662c91;
1221
+ color: white;
1222
1222
  border: 1px solid #4a206a; }
1223
1223
  .btn-roku.is-processing, .btn-roku.processing, .btn-roku.is-loading, .btn-roku.loading {
1224
1224
  background-position: center center !important;
1225
1225
  color: transparent !important;
1226
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%20%20viewBox%3D%220%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20opacity%3D%220.2%22%20fill%3D%22%23#ffffff%22%20d%3D%22M20.201%2C5.169c-8.254%2C0-14.946%2C6.692-14.946%2C14.946c0%2C8.255%2C6.692%2C14.946%2C14.946%2C14.946%0D%0A%20%20s14.946-6.691%2C14.946-14.946C35.146%2C11.861%2C28.455%2C5.169%2C20.201%2C5.169z%20M20.201%2C31.749c-6.425%2C0-11.634-5.208-11.634-11.634%0D%0A%20%20c0-6.425%2C5.209-11.634%2C11.634-11.634c6.425%2C0%2C11.633%2C5.209%2C11.633%2C11.634C31.834%2C26.541%2C26.626%2C31.749%2C20.201%2C31.749z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23#ffffff%22%20d%3D%22M26.013%2C10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0%0D%0A%20%20C22.32%2C8.481%2C24.301%2C9.057%2C26.013%2C10.047z%22%3E%0D%0A%20%20%3CanimateTransform%20attributeType%3D%22xml%22%0D%0A%20%20%20%20attributeName%3D%22transform%22%0D%0A%20%20%20%20type%3D%22rotate%22%0D%0A%20%20%20%20from%3D%220%2020%2020%22%0D%0A%20%20%20%20to%3D%22360%2020%2020%22%0D%0A%20%20%20%20dur%3D%220.5s%22%0D%0A%20%20%20%20repeatCount%3D%22indefinite%22%2F%3E%0D%0A%20%20%3C%2Fpath%3E%0D%0A%3C%2Fsvg%3E");
1226
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%20%20viewBox%3D%220%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20opacity%3D%220.2%22%20fill%3D%22%23white%22%20d%3D%22M20.201%2C5.169c-8.254%2C0-14.946%2C6.692-14.946%2C14.946c0%2C8.255%2C6.692%2C14.946%2C14.946%2C14.946%0D%0A%20%20s14.946-6.691%2C14.946-14.946C35.146%2C11.861%2C28.455%2C5.169%2C20.201%2C5.169z%20M20.201%2C31.749c-6.425%2C0-11.634-5.208-11.634-11.634%0D%0A%20%20c0-6.425%2C5.209-11.634%2C11.634-11.634c6.425%2C0%2C11.633%2C5.209%2C11.633%2C11.634C31.834%2C26.541%2C26.626%2C31.749%2C20.201%2C31.749z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23white%22%20d%3D%22M26.013%2C10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0%0D%0A%20%20C22.32%2C8.481%2C24.301%2C9.057%2C26.013%2C10.047z%22%3E%0D%0A%20%20%3CanimateTransform%20attributeType%3D%22xml%22%0D%0A%20%20%20%20attributeName%3D%22transform%22%0D%0A%20%20%20%20type%3D%22rotate%22%0D%0A%20%20%20%20from%3D%220%2020%2020%22%0D%0A%20%20%20%20to%3D%22360%2020%2020%22%0D%0A%20%20%20%20dur%3D%220.5s%22%0D%0A%20%20%20%20repeatCount%3D%22indefinite%22%2F%3E%0D%0A%20%20%3C%2Fpath%3E%0D%0A%3C%2Fsvg%3E");
1227
1227
  background-repeat: no-repeat;
1228
1228
  background-size: 23px 23px; }
1229
1229
  .btn-roku.is-processing.btn--small, .btn-roku.is-processing.btn-search, .btn-roku.processing.btn--small, .btn-roku.processing.btn-search, .btn-roku.is-loading.btn--small, .btn-roku.is-loading.btn-search, .btn-roku.loading.btn--small, .btn-roku.loading.btn-search {
@@ -1295,7 +1295,7 @@ select {
1295
1295
  right: 39px;
1296
1296
  width: 1px;
1297
1297
  height: 100%;
1298
- background: #ffffff; }
1298
+ background: white; }
1299
1299
  .btn-dropdown.icon--center, .btn-dropdown.btn-search, .btn-search.btn-dropdown-gray, .btn-search.btn-dropdown-white, .btn-search.btn-dropdown-teal, .icon--center.btn-dropdown-gray, .icon--center.btn-dropdown-white, .icon--center.btn-dropdown-teal {
1300
1300
  width: 40px; }
1301
1301
  .btn-dropdown.icon--center.btn-dropdown--action:before, .btn-dropdown.btn-dropdown--action.btn-search:before, .btn-dropdown--action.btn-search.btn-dropdown-gray:before, .btn-dropdown--action.btn-search.btn-dropdown-white:before, .btn-dropdown--action.btn-search.btn-dropdown-teal:before, .icon--center.btn-dropdown--action.btn-dropdown-gray:before, .icon--center.btn-dropdown--action.btn-dropdown-white:before, .icon--center.btn-dropdown--action.btn-dropdown-teal:before {
@@ -1308,19 +1308,19 @@ select {
1308
1308
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223%22%20height%3D%2223%22%20viewBox%3D%220%200%2023%2023%22%3E%3Cpath%20fill%3D%22%23375667%22%20d%3D%22M4.38%203.68l11.387%2011.383-4.242%204.243L.14%207.925z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23375667%22%20d%3D%22M22.853%207.933L11.47%2019.318l-4.244-4.243L18.61%203.69z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
1309
1309
  background-repeat: no-repeat; }
1310
1310
  .btn-dropdown-gray.btn-dropdown--action:before {
1311
- background: #F0F2F4; }
1311
+ background: #f0f2f4; }
1312
1312
  .btn-dropdown-gray:hover.btn-dropdown--action:before {
1313
- background: #AFBCC3; }
1313
+ background: #afbcc3; }
1314
1314
 
1315
1315
  .btn-dropdown-white.btn-dropdown--action:before {
1316
- background: #F0F2F4; }
1316
+ background: #f0f2f4; }
1317
1317
  .btn-dropdown-white:hover.btn-dropdown--action:before {
1318
- background: #AFBCC3; }
1318
+ background: #afbcc3; }
1319
1319
 
1320
1320
  .btn-dropdown-teal.btn-dropdown--action:before {
1321
- background: #22B9B0; }
1321
+ background: #22b9b0; }
1322
1322
  .btn-dropdown-teal:hover.btn-dropdown--action:before {
1323
- background: #149A97; }
1323
+ background: #149a97; }
1324
1324
 
1325
1325
  /* button sizes
1326
1326
  ......................................*/
@@ -1438,8 +1438,8 @@ select {
1438
1438
  .btn-group .btn-dropdown-gray:nth-child(odd),
1439
1439
  .btn-group .btn-teal:nth-child(odd),
1440
1440
  .btn-group .btn-dropdown-teal:nth-child(odd) {
1441
- border-right: 1px solid #F0F2F4 !important;
1442
- border-left: 1px solid #F0F2F4 !important; }
1441
+ border-right: 1px solid #f0f2f4 !important;
1442
+ border-left: 1px solid #f0f2f4 !important; }
1443
1443
  .btn-group .btn-white:nth-child(odd):hover, .btn-group .btn-dropdown-white:nth-child(odd):hover, .btn-group .btn-white:nth-child(odd):focus, .btn-group .btn-dropdown-white:nth-child(odd):focus,
1444
1444
  .btn-group .btn-gray:nth-child(odd):hover,
1445
1445
  .btn-group .btn-dropdown-gray:nth-child(odd):hover,
@@ -1449,8 +1449,8 @@ select {
1449
1449
  .btn-group .btn-dropdown-teal:nth-child(odd):hover,
1450
1450
  .btn-group .btn-teal:nth-child(odd):focus,
1451
1451
  .btn-group .btn-dropdown-teal:nth-child(odd):focus {
1452
- border-right: 1px solid #F0F2F4 !important;
1453
- border-left: 1px solid #F0F2F4 !important;
1452
+ border-right: 1px solid #f0f2f4 !important;
1453
+ border-left: 1px solid #f0f2f4 !important;
1454
1454
  z-index: 10000; }
1455
1455
  .btn-group .btn-white:nth-child(even), .btn-group .btn-dropdown-white:nth-child(even),
1456
1456
  .btn-group .btn-gray:nth-child(even),
@@ -1468,22 +1468,22 @@ select {
1468
1468
  .btn-group .btn-dropdown-teal:nth-child(even):hover,
1469
1469
  .btn-group .btn-teal:nth-child(even):focus,
1470
1470
  .btn-group .btn-dropdown-teal:nth-child(even):focus {
1471
- border-left: 1px solid #F0F2F4 !important;
1472
- border-right: 1px solid #F0F2F4 !important;
1471
+ border-left: 1px solid #f0f2f4 !important;
1472
+ border-right: 1px solid #f0f2f4 !important;
1473
1473
  z-index: 10000; }
1474
1474
  .btn-group .btn-white:first-child, .btn-group .btn-dropdown-white:first-child,
1475
1475
  .btn-group .btn-gray:first-child,
1476
1476
  .btn-group .btn-dropdown-gray:first-child,
1477
1477
  .btn-group .btn-teal:first-child,
1478
1478
  .btn-group .btn-dropdown-teal:first-child {
1479
- border-left: 1px solid #F0F2F4 !important;
1479
+ border-left: 1px solid #f0f2f4 !important;
1480
1480
  border-radius: 5px 0 0 5px; }
1481
1481
  .btn-group .btn-white:last-child, .btn-group .btn-dropdown-white:last-child,
1482
1482
  .btn-group .btn-gray:last-child,
1483
1483
  .btn-group .btn-dropdown-gray:last-child,
1484
1484
  .btn-group .btn-teal:last-child,
1485
1485
  .btn-group .btn-dropdown-teal:last-child {
1486
- border-right: 1px solid #F0F2F4 !important;
1486
+ border-right: 1px solid #f0f2f4 !important;
1487
1487
  border-radius: 0 5px 5px 0; }
1488
1488
  .btn-group .btn-white:last-child:after, .btn-group .btn-dropdown-white:last-child:after,
1489
1489
  .btn-group .btn-gray:last-child:after,
@@ -1536,7 +1536,7 @@ select {
1536
1536
  display: inline-block;
1537
1537
  min-height: 40px;
1538
1538
  width: 100%;
1539
- color: #5E7887;
1539
+ color: #5e7887;
1540
1540
  font-size: 14px;
1541
1541
  background: transparent;
1542
1542
  -webkit-user-select: none;
@@ -1625,7 +1625,7 @@ select {
1625
1625
  background-image: none; }
1626
1626
  .form .checkbox input[type="checkbox"]:checked + label .checkbox--icon, .form .checkbox.invert input[type="checkbox"]:not(:checked) + label .checkbox--icon {
1627
1627
  transition: border 400ms ease-out;
1628
- border: 1px solid #5E7887;
1628
+ border: 1px solid #5e7887;
1629
1629
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223%22%20height%3D%2223%22%20viewBox%3D%220%200%2023%2023%22%3E%3Cpath%20fill%3D%22%2322B8AF%22%20d%3D%22M9.291%2019.819l-3.323-3.323%2013.293-13.293%203.323%203.323z%22%2F%3E%3Cpath%20fill%3D%22%23149996%22%20d%3D%22M3.748%207.535l8.84%208.838-3.323%203.324-8.84-8.838z%22%2F%3E%3C%2Fsvg%3E");
1630
1630
  background-repeat: no-repeat; }
1631
1631
  .form .checkbox input[type="checkbox"]:checked + label .checkbox--icon .checkbox-animate, .form .checkbox.invert input[type="checkbox"]:not(:checked) + label .checkbox--icon .checkbox-animate {
@@ -1707,7 +1707,7 @@ select {
1707
1707
  display: block;
1708
1708
  width: 24px;
1709
1709
  height: 24px;
1710
- background: #D7DDE1;
1710
+ background: #d7dde1;
1711
1711
  border-radius: 24px; }
1712
1712
  .form .checkbox.alt label .checkbox--circle .circle-bottom {
1713
1713
  transition: opacity .2s ease;
@@ -1723,7 +1723,7 @@ select {
1723
1723
  display: block;
1724
1724
  width: 24px;
1725
1725
  height: 24px;
1726
- background: #D7DDE1;
1726
+ background: #d7dde1;
1727
1727
  border-radius: 23px; }
1728
1728
  .form .checkbox.alt.invert input[type="checkbox"]:checked + label,
1729
1729
  .form .checkbox.alt input[type="checkbox"]:not(:checked) + label {
@@ -1745,14 +1745,14 @@ select {
1745
1745
  left: 0; }
1746
1746
  .form .checkbox.alt.invert input[type="checkbox"]:checked + label .checkbox--circle .circle-top span,
1747
1747
  .form .checkbox.alt input[type="checkbox"]:not(:checked) + label .checkbox--circle .circle-top span {
1748
- background: #D7DDE1; }
1748
+ background: #d7dde1; }
1749
1749
  .form .checkbox.alt.invert input[type="checkbox"]:checked + label .checkbox--circle .circle-bottom span,
1750
1750
  .form .checkbox.alt input[type="checkbox"]:not(:checked) + label .checkbox--circle .circle-bottom span {
1751
- background: #D7DDE1; }
1751
+ background: #d7dde1; }
1752
1752
  .form .checkbox.alt input[type="checkbox"]:checked + label, .form .checkbox.alt.invert input[type="checkbox"]:not(:checked) + label {
1753
1753
  border: 1px solid #9aaab4; }
1754
1754
  .form .checkbox.alt input[type="checkbox"]:checked + label .contain, .form .checkbox.alt.invert input[type="checkbox"]:not(:checked) + label .contain {
1755
- background: #149A97; }
1755
+ background: #149a97; }
1756
1756
  .form .checkbox.alt input[type="checkbox"]:checked + label .checkbox--icon, .form .checkbox.alt.invert input[type="checkbox"]:not(:checked) + label .checkbox--icon {
1757
1757
  border: none;
1758
1758
  height: 20px;
@@ -1767,9 +1767,9 @@ select {
1767
1767
  .form .checkbox.alt input[type="checkbox"]:checked + label .checkbox--circle, .form .checkbox.alt.invert input[type="checkbox"]:not(:checked) + label .checkbox--circle {
1768
1768
  left: 30px; }
1769
1769
  .form .checkbox.alt input[type="checkbox"]:checked + label .checkbox--circle .circle-top span, .form .checkbox.alt.invert input[type="checkbox"]:not(:checked) + label .checkbox--circle .circle-top span {
1770
- background: #22B9B0; }
1770
+ background: #22b9b0; }
1771
1771
  .form .checkbox.alt input[type="checkbox"]:checked + label .checkbox--circle .circle-bottom span, .form .checkbox.alt.invert input[type="checkbox"]:not(:checked) + label .checkbox--circle .circle-bottom span {
1772
- background: #149A97; }
1772
+ background: #149a97; }
1773
1773
  .form .checkbox.alt.small input[type="checkbox"]:checked + label .checkbox--circle, .form .checkbox.alt.small.invert input[type="checkbox"]:not(:checked) + label .checkbox--circle {
1774
1774
  left: 20px; }
1775
1775
  .form .checkbox.alt.small {
@@ -1832,7 +1832,7 @@ select {
1832
1832
  line-height: 30px; }
1833
1833
 
1834
1834
  [data-checkable].is-hovered, [data-checkable]:hover {
1835
- background: #149A97 !important;
1835
+ background: #149a97 !important;
1836
1836
  cursor: pointer; }
1837
1837
 
1838
1838
  /* imports
@@ -1859,34 +1859,34 @@ select {
1859
1859
  Colors - Grays
1860
1860
  ..................................... */
1861
1861
  .white {
1862
- background-color: #ffffff; }
1862
+ background-color: white; }
1863
1863
 
1864
1864
  .white-transparent {
1865
1865
  background-color: rgba(255, 255, 255, 0.7); }
1866
1866
 
1867
1867
  .black {
1868
- background-color: #000000; }
1868
+ background-color: black; }
1869
1869
 
1870
1870
  .black-transparent {
1871
1871
  background-color: rgba(0, 0, 0, 0.7); }
1872
1872
 
1873
1873
  .gray-1 {
1874
- background-color: #F7F8F9; }
1874
+ background-color: #f7f8f9; }
1875
1875
 
1876
1876
  .gray-2 {
1877
- background-color: #F0F2F4; }
1877
+ background-color: #f0f2f4; }
1878
1878
 
1879
1879
  .gray-3 {
1880
- background-color: #D7DDE1; }
1880
+ background-color: #d7dde1; }
1881
1881
 
1882
1882
  .gray-4 {
1883
- background-color: #AFBCC3; }
1883
+ background-color: #afbcc3; }
1884
1884
 
1885
1885
  .gray-5 {
1886
- background-color: #869AA5; }
1886
+ background-color: #869aa5; }
1887
1887
 
1888
1888
  .gray-6 {
1889
- background-color: #5E7887; }
1889
+ background-color: #5e7887; }
1890
1890
 
1891
1891
  .gray-7 {
1892
1892
  background-color: #375667; }
@@ -1898,25 +1898,25 @@ select {
1898
1898
  Colors - Teals
1899
1899
  ..................................... */
1900
1900
  .teal-1 {
1901
- background-color: #F2FBFB; }
1901
+ background-color: #f2fbfb; }
1902
1902
 
1903
1903
  .teal-2 {
1904
- background-color: #22B9B0; }
1904
+ background-color: #22b9b0; }
1905
1905
 
1906
1906
  .teal-3 {
1907
- background-color: #149A97; }
1907
+ background-color: #149a97; }
1908
1908
 
1909
1909
  /* .....................................
1910
1910
  Colors - Red
1911
1911
  ..................................... */
1912
1912
  .red {
1913
- background-color: #D3104A; }
1913
+ background-color: #d3104a; }
1914
1914
 
1915
1915
  /* .....................................
1916
1916
  Colors - Navy
1917
1917
  ..................................... */
1918
1918
  .navy {
1919
- background-color: #00142B; }
1919
+ background-color: #00142b; }
1920
1920
 
1921
1921
  .navy-transparent {
1922
1922
  background-color: rgba(0, 20, 43, 0.5); }
@@ -1925,46 +1925,46 @@ select {
1925
1925
  Colors - Brand Palette
1926
1926
  ..................................... */
1927
1927
  .vhx-orange {
1928
- background-color: #D06B5E; }
1928
+ background-color: #d06b5e; }
1929
1929
 
1930
1930
  .vhx-debian {
1931
- background-color: #BA0F45; }
1931
+ background-color: #ba0f45; }
1932
1932
 
1933
1933
  .vhx-purple {
1934
1934
  background-color: #783479; }
1935
1935
 
1936
1936
  .vhx-currant {
1937
- background-color: #2E064A; }
1937
+ background-color: #2e064a; }
1938
1938
 
1939
1939
  .vhx-blue {
1940
- background-color: #227F95; }
1940
+ background-color: #227f95; }
1941
1941
 
1942
1942
  .vhx-teal {
1943
- background-color: #149A97; }
1943
+ background-color: #149a97; }
1944
1944
 
1945
1945
  .vhx-green {
1946
- background-color: #7DA53E; }
1946
+ background-color: #7da53e; }
1947
1947
 
1948
1948
  .vhx-yellow {
1949
- background-color: #FFB567; }
1949
+ background-color: #ffb567; }
1950
1950
 
1951
1951
  /* .....................................
1952
1952
  Colors - External Brands
1953
1953
  ..................................... */
1954
1954
  .facebook-blue {
1955
- background-color: #3B5999; }
1955
+ background-color: #3b5999; }
1956
1956
 
1957
1957
  .twitter-blue {
1958
- background-color: #55ACEE; }
1958
+ background-color: #55acee; }
1959
1959
 
1960
1960
  .tumblr-blue {
1961
- background-color: #34465D; }
1961
+ background-color: #34465d; }
1962
1962
 
1963
1963
  .paypal-blue {
1964
- background-color: #00457C; }
1964
+ background-color: #00457c; }
1965
1965
 
1966
1966
  .roku-purple {
1967
- background-color: #662C91; }
1967
+ background-color: #662c91; }
1968
1968
 
1969
1969
  /* .....................................
1970
1970
  Fonts
@@ -2047,35 +2047,35 @@ select {
2047
2047
  border-top-right-color: #192b3d;
2048
2048
  margin-left: -11px; }
2049
2049
  .arrow.arrow-bottom-left.background-black, .arrow.arrow-bottom-middle.background-black, .arrow.arrow-bottom-right.background-black {
2050
- background: #000000; }
2050
+ background: black; }
2051
2051
  .arrow.arrow-bottom-left.background-black:after, .arrow.arrow-bottom-middle.background-black:after, .arrow.arrow-bottom-right.background-black:after {
2052
- border-top-color: #000000; }
2052
+ border-top-color: black; }
2053
2053
  .arrow.arrow-bottom-left.background-black:before, .arrow.arrow-bottom-middle.background-black:before, .arrow.arrow-bottom-right.background-black:before {
2054
- border-top-color: #000000; }
2054
+ border-top-color: black; }
2055
2055
  .arrow.arrow-bottom-left.background-white, .arrow.arrow-bottom-middle.background-white, .arrow.arrow-bottom-right.background-white {
2056
- background: #ffffff; }
2056
+ background: white; }
2057
2057
  .arrow.arrow-bottom-left.background-white:after, .arrow.arrow-bottom-middle.background-white:after, .arrow.arrow-bottom-right.background-white:after {
2058
- border-top-color: #ffffff; }
2058
+ border-top-color: white; }
2059
2059
  .arrow.arrow-bottom-left.background-white:before, .arrow.arrow-bottom-middle.background-white:before, .arrow.arrow-bottom-right.background-white:before {
2060
- border-top-color: #ffffff; }
2060
+ border-top-color: white; }
2061
2061
  .arrow.arrow-bottom-left.background-gray, .arrow.arrow-bottom-middle.background-gray, .arrow.arrow-bottom-right.background-gray {
2062
- background: #F7F8F9; }
2062
+ background: #f7f8f9; }
2063
2063
  .arrow.arrow-bottom-left.background-gray:after, .arrow.arrow-bottom-middle.background-gray:after, .arrow.arrow-bottom-right.background-gray:after {
2064
- border-top-color: #F7F8F9; }
2064
+ border-top-color: #f7f8f9; }
2065
2065
  .arrow.arrow-bottom-left.background-gray:before, .arrow.arrow-bottom-middle.background-gray:before, .arrow.arrow-bottom-right.background-gray:before {
2066
- border-top-color: #F7F8F9; }
2066
+ border-top-color: #f7f8f9; }
2067
2067
  .arrow.arrow-bottom-left.is-alert, .arrow.arrow-bottom-middle.is-alert, .arrow.arrow-bottom-right.is-alert {
2068
- background: #D3104A; }
2068
+ background: #d3104a; }
2069
2069
  .arrow.arrow-bottom-left.is-alert:after, .arrow.arrow-bottom-middle.is-alert:after, .arrow.arrow-bottom-right.is-alert:after {
2070
- border-top-color: #D3104A; }
2070
+ border-top-color: #d3104a; }
2071
2071
  .arrow.arrow-bottom-left.is-alert:before, .arrow.arrow-bottom-middle.is-alert:before, .arrow.arrow-bottom-right.is-alert:before {
2072
- border-top-color: #D3104A; }
2072
+ border-top-color: #d3104a; }
2073
2073
  .arrow.arrow-bottom-left.is-error, .arrow.arrow-bottom-middle.is-error, .arrow.arrow-bottom-right.is-error {
2074
- background: #22B9B0; }
2074
+ background: #22b9b0; }
2075
2075
  .arrow.arrow-bottom-left.is-error:after, .arrow.arrow-bottom-middle.is-error:after, .arrow.arrow-bottom-right.is-error:after {
2076
- border-top-color: #22B9B0; }
2076
+ border-top-color: #22b9b0; }
2077
2077
  .arrow.arrow-bottom-left.is-error:before, .arrow.arrow-bottom-middle.is-error:before, .arrow.arrow-bottom-right.is-error:before {
2078
- border-top-color: #22B9B0; }
2078
+ border-top-color: #22b9b0; }
2079
2079
  .arrow.arrow-left-top:after, .arrow.arrow-left-top:before {
2080
2080
  right: 100%;
2081
2081
  top: 15%; }
@@ -2092,35 +2092,35 @@ select {
2092
2092
  border-right-right-color: #192b3d;
2093
2093
  margin-top: -11px; }
2094
2094
  .arrow.arrow-left-top.background-black, .arrow.arrow-left-middle.background-black, .arrow.arrow-left-bottom.background-black {
2095
- background: #000000; }
2095
+ background: black; }
2096
2096
  .arrow.arrow-left-top.background-black:after, .arrow.arrow-left-middle.background-black:after, .arrow.arrow-left-bottom.background-black:after {
2097
- border-right-color: #000000; }
2097
+ border-right-color: black; }
2098
2098
  .arrow.arrow-left-top.background-black:before, .arrow.arrow-left-middle.background-black:before, .arrow.arrow-left-bottom.background-black:before {
2099
- border-right-color: #000000; }
2099
+ border-right-color: black; }
2100
2100
  .arrow.arrow-left-top.background-white, .arrow.arrow-left-middle.background-white, .arrow.arrow-left-bottom.background-white {
2101
- background: #ffffff; }
2101
+ background: white; }
2102
2102
  .arrow.arrow-left-top.background-white:after, .arrow.arrow-left-middle.background-white:after, .arrow.arrow-left-bottom.background-white:after {
2103
- border-right-color: #ffffff; }
2103
+ border-right-color: white; }
2104
2104
  .arrow.arrow-left-top.background-white:before, .arrow.arrow-left-middle.background-white:before, .arrow.arrow-left-bottom.background-white:before {
2105
- border-right-color: #ffffff; }
2105
+ border-right-color: white; }
2106
2106
  .arrow.arrow-left-top.background-gray, .arrow.arrow-left-middle.background-gray, .arrow.arrow-left-bottom.background-gray {
2107
- background: #F7F8F9; }
2107
+ background: #f7f8f9; }
2108
2108
  .arrow.arrow-left-top.background-gray:after, .arrow.arrow-left-middle.background-gray:after, .arrow.arrow-left-bottom.background-gray:after {
2109
- border-right-color: #F7F8F9; }
2109
+ border-right-color: #f7f8f9; }
2110
2110
  .arrow.arrow-left-top.background-gray:before, .arrow.arrow-left-middle.background-gray:before, .arrow.arrow-left-bottom.background-gray:before {
2111
- border-right-color: #F7F8F9; }
2111
+ border-right-color: #f7f8f9; }
2112
2112
  .arrow.arrow-left-top.is-alert, .arrow.arrow-left-middle.is-alert, .arrow.arrow-left-bottom.is-alert {
2113
- background: #D3104A; }
2113
+ background: #d3104a; }
2114
2114
  .arrow.arrow-left-top.is-alert:after, .arrow.arrow-left-middle.is-alert:after, .arrow.arrow-left-bottom.is-alert:after {
2115
- border-right-color: #D3104A; }
2115
+ border-right-color: #d3104a; }
2116
2116
  .arrow.arrow-left-top.is-alert:before, .arrow.arrow-left-middle.is-alert:before, .arrow.arrow-left-bottom.is-alert:before {
2117
- border-right-color: #D3104A; }
2117
+ border-right-color: #d3104a; }
2118
2118
  .arrow.arrow-left-top.is-error, .arrow.arrow-left-middle.is-error, .arrow.arrow-left-bottom.is-error {
2119
- background: #22B9B0; }
2119
+ background: #22b9b0; }
2120
2120
  .arrow.arrow-left-top.is-error:after, .arrow.arrow-left-middle.is-error:after, .arrow.arrow-left-bottom.is-error:after {
2121
- border-right-color: #22B9B0; }
2121
+ border-right-color: #22b9b0; }
2122
2122
  .arrow.arrow-left-top.is-error:before, .arrow.arrow-left-middle.is-error:before, .arrow.arrow-left-bottom.is-error:before {
2123
- border-right-color: #22B9B0; }
2123
+ border-right-color: #22b9b0; }
2124
2124
  .arrow.arrow-right-top:after, .arrow.arrow-right-top:before {
2125
2125
  left: 100%;
2126
2126
  top: 15%; }
@@ -2137,35 +2137,35 @@ select {
2137
2137
  border-left-right-color: #192b3d;
2138
2138
  margin-bottom: -11px; }
2139
2139
  .arrow.arrow-right-top.background-black, .arrow.arrow-right-middle.background-black, .arrow.arrow-right-bottom.background-black {
2140
- background: #000000; }
2140
+ background: black; }
2141
2141
  .arrow.arrow-right-top.background-black:after, .arrow.arrow-right-middle.background-black:after, .arrow.arrow-right-bottom.background-black:after {
2142
- border-left-color: #000000; }
2142
+ border-left-color: black; }
2143
2143
  .arrow.arrow-right-top.background-black:before, .arrow.arrow-right-middle.background-black:before, .arrow.arrow-right-bottom.background-black:before {
2144
- border-left-color: #000000; }
2144
+ border-left-color: black; }
2145
2145
  .arrow.arrow-right-top.background-white, .arrow.arrow-right-middle.background-white, .arrow.arrow-right-bottom.background-white {
2146
- background: #ffffff; }
2146
+ background: white; }
2147
2147
  .arrow.arrow-right-top.background-white:after, .arrow.arrow-right-middle.background-white:after, .arrow.arrow-right-bottom.background-white:after {
2148
- border-left-color: #ffffff; }
2148
+ border-left-color: white; }
2149
2149
  .arrow.arrow-right-top.background-white:before, .arrow.arrow-right-middle.background-white:before, .arrow.arrow-right-bottom.background-white:before {
2150
- border-left-color: #ffffff; }
2150
+ border-left-color: white; }
2151
2151
  .arrow.arrow-right-top.background-gray, .arrow.arrow-right-middle.background-gray, .arrow.arrow-right-bottom.background-gray {
2152
- background: #F7F8F9; }
2152
+ background: #f7f8f9; }
2153
2153
  .arrow.arrow-right-top.background-gray:after, .arrow.arrow-right-middle.background-gray:after, .arrow.arrow-right-bottom.background-gray:after {
2154
- border-left-color: #F7F8F9; }
2154
+ border-left-color: #f7f8f9; }
2155
2155
  .arrow.arrow-right-top.background-gray:before, .arrow.arrow-right-middle.background-gray:before, .arrow.arrow-right-bottom.background-gray:before {
2156
- border-left-color: #F7F8F9; }
2156
+ border-left-color: #f7f8f9; }
2157
2157
  .arrow.arrow-right-top.is-alert, .arrow.arrow-right-middle.is-alert, .arrow.arrow-right-bottom.is-alert {
2158
- background: #D3104A; }
2158
+ background: #d3104a; }
2159
2159
  .arrow.arrow-right-top.is-alert:after, .arrow.arrow-right-middle.is-alert:after, .arrow.arrow-right-bottom.is-alert:after {
2160
- border-left-color: #D3104A; }
2160
+ border-left-color: #d3104a; }
2161
2161
  .arrow.arrow-right-top.is-alert:before, .arrow.arrow-right-middle.is-alert:before, .arrow.arrow-right-bottom.is-alert:before {
2162
- border-left-color: #D3104A; }
2162
+ border-left-color: #d3104a; }
2163
2163
  .arrow.arrow-right-top.is-error, .arrow.arrow-right-middle.is-error, .arrow.arrow-right-bottom.is-error {
2164
- background: #22B9B0; }
2164
+ background: #22b9b0; }
2165
2165
  .arrow.arrow-right-top.is-error:after, .arrow.arrow-right-middle.is-error:after, .arrow.arrow-right-bottom.is-error:after {
2166
- border-left-color: #22B9B0; }
2166
+ border-left-color: #22b9b0; }
2167
2167
  .arrow.arrow-right-top.is-error:before, .arrow.arrow-right-middle.is-error:before, .arrow.arrow-right-bottom.is-error:before {
2168
- border-left-color: #22B9B0; }
2168
+ border-left-color: #22b9b0; }
2169
2169
  .arrow.arrow-top-left:after, .arrow.arrow-top-left:before {
2170
2170
  bottom: 100%;
2171
2171
  left: 15%; }
@@ -2182,35 +2182,35 @@ select {
2182
2182
  border-bottom-right-color: #192b3d;
2183
2183
  margin-left: -11px; }
2184
2184
  .arrow.arrow-top-left.background-black, .arrow.arrow-top-middle.background-black, .arrow.arrow-top-right.background-black {
2185
- background: #000000; }
2185
+ background: black; }
2186
2186
  .arrow.arrow-top-left.background-black:after, .arrow.arrow-top-middle.background-black:after, .arrow.arrow-top-right.background-black:after {
2187
- border-bottom-color: #000000; }
2187
+ border-bottom-color: black; }
2188
2188
  .arrow.arrow-top-left.background-black:before, .arrow.arrow-top-middle.background-black:before, .arrow.arrow-top-right.background-black:before {
2189
- border-bottom-color: #000000; }
2189
+ border-bottom-color: black; }
2190
2190
  .arrow.arrow-top-left.background-white, .arrow.arrow-top-middle.background-white, .arrow.arrow-top-right.background-white {
2191
- background: #ffffff; }
2191
+ background: white; }
2192
2192
  .arrow.arrow-top-left.background-white:after, .arrow.arrow-top-middle.background-white:after, .arrow.arrow-top-right.background-white:after {
2193
- border-bottom-color: #ffffff; }
2193
+ border-bottom-color: white; }
2194
2194
  .arrow.arrow-top-left.background-white:before, .arrow.arrow-top-middle.background-white:before, .arrow.arrow-top-right.background-white:before {
2195
- border-bottom-color: #ffffff; }
2195
+ border-bottom-color: white; }
2196
2196
  .arrow.arrow-top-left.background-gray, .arrow.arrow-top-middle.background-gray, .arrow.arrow-top-right.background-gray {
2197
- background: #F7F8F9; }
2197
+ background: #f7f8f9; }
2198
2198
  .arrow.arrow-top-left.background-gray:after, .arrow.arrow-top-middle.background-gray:after, .arrow.arrow-top-right.background-gray:after {
2199
- border-bottom-color: #F7F8F9; }
2199
+ border-bottom-color: #f7f8f9; }
2200
2200
  .arrow.arrow-top-left.background-gray:before, .arrow.arrow-top-middle.background-gray:before, .arrow.arrow-top-right.background-gray:before {
2201
- border-bottom-color: #F7F8F9; }
2201
+ border-bottom-color: #f7f8f9; }
2202
2202
  .arrow.arrow-top-left.is-alert, .arrow.arrow-top-middle.is-alert, .arrow.arrow-top-right.is-alert {
2203
- background: #D3104A; }
2203
+ background: #d3104a; }
2204
2204
  .arrow.arrow-top-left.is-alert:after, .arrow.arrow-top-middle.is-alert:after, .arrow.arrow-top-right.is-alert:after {
2205
- border-bottom-color: #D3104A; }
2205
+ border-bottom-color: #d3104a; }
2206
2206
  .arrow.arrow-top-left.is-alert:before, .arrow.arrow-top-middle.is-alert:before, .arrow.arrow-top-right.is-alert:before {
2207
- border-bottom-color: #D3104A; }
2207
+ border-bottom-color: #d3104a; }
2208
2208
  .arrow.arrow-top-left.is-error, .arrow.arrow-top-middle.is-error, .arrow.arrow-top-right.is-error {
2209
- background: #22B9B0; }
2209
+ background: #22b9b0; }
2210
2210
  .arrow.arrow-top-left.is-error:after, .arrow.arrow-top-middle.is-error:after, .arrow.arrow-top-right.is-error:after {
2211
- border-bottom-color: #22B9B0; }
2211
+ border-bottom-color: #22b9b0; }
2212
2212
  .arrow.arrow-top-left.is-error:before, .arrow.arrow-top-middle.is-error:before, .arrow.arrow-top-right.is-error:before {
2213
- border-bottom-color: #22B9B0; }
2213
+ border-bottom-color: #22b9b0; }
2214
2214
  .arrow.border {
2215
2215
  border: 1px solid #ddd !important; }
2216
2216
 
@@ -3334,7 +3334,7 @@ hr.column {
3334
3334
  cursor: default; }
3335
3335
  .form label {
3336
3336
  display: block;
3337
- color: #5E7887;
3337
+ color: #5e7887;
3338
3338
  font-size: 14px;
3339
3339
  margin-bottom: 5px; }
3340
3340
  .form input[type="text"],
@@ -3346,7 +3346,7 @@ hr.column {
3346
3346
  height: 40px;
3347
3347
  width: 100%;
3348
3348
  padding: 6px 15px;
3349
- color: #5E7887;
3349
+ color: #5e7887;
3350
3350
  font-size: 14px;
3351
3351
  background-color: #fff;
3352
3352
  border: 1px solid #d1d9dc;
@@ -3415,8 +3415,8 @@ hr.column {
3415
3415
  .form input[type="password"].is-error,
3416
3416
  .form input[type="number"].is-error,
3417
3417
  .form textarea.is-error {
3418
- color: #D3104A;
3419
- border: 1px solid #D3104A; }
3418
+ color: #d3104a;
3419
+ border: 1px solid #d3104a; }
3420
3420
  .form input[type="text"].is-error.is-selected,
3421
3421
  .form input[type="email"].is-error.is-selected,
3422
3422
  .form input[type="tel"].is-error.is-selected,
@@ -3431,14 +3431,14 @@ hr.column {
3431
3431
  .form input[type="password"].is-error::-webkit-input-placeholder,
3432
3432
  .form input[type="number"].is-error::-webkit-input-placeholder,
3433
3433
  .form textarea.is-error::-webkit-input-placeholder {
3434
- color: #D3104A !important; }
3434
+ color: #d3104a !important; }
3435
3435
  .form input[type="text"].is-error:-moz-placeholder,
3436
3436
  .form input[type="email"].is-error:-moz-placeholder,
3437
3437
  .form input[type="tel"].is-error:-moz-placeholder,
3438
3438
  .form input[type="password"].is-error:-moz-placeholder,
3439
3439
  .form input[type="number"].is-error:-moz-placeholder,
3440
3440
  .form textarea.is-error:-moz-placeholder {
3441
- color: #D3104A !important;
3441
+ color: #d3104a !important;
3442
3442
  opacity: 1; }
3443
3443
  .form input[type="text"].is-error::-moz-placeholder,
3444
3444
  .form input[type="email"].is-error::-moz-placeholder,
@@ -3446,7 +3446,7 @@ hr.column {
3446
3446
  .form input[type="password"].is-error::-moz-placeholder,
3447
3447
  .form input[type="number"].is-error::-moz-placeholder,
3448
3448
  .form textarea.is-error::-moz-placeholder {
3449
- color: #D3104A !important;
3449
+ color: #d3104a !important;
3450
3450
  opacity: 1; }
3451
3451
  .form input[type="text"].is-error:-ms-input-placeholder,
3452
3452
  .form input[type="email"].is-error:-ms-input-placeholder,
@@ -3454,7 +3454,7 @@ hr.column {
3454
3454
  .form input[type="password"].is-error:-ms-input-placeholder,
3455
3455
  .form input[type="number"].is-error:-ms-input-placeholder,
3456
3456
  .form textarea.is-error:-ms-input-placeholder {
3457
- color: #D3104A !important; }
3457
+ color: #d3104a !important; }
3458
3458
  .form input[type="text"]:focus,
3459
3459
  .form input[type="email"]:focus,
3460
3460
  .form input[type="tel"]:focus,
@@ -3462,7 +3462,7 @@ hr.column {
3462
3462
  .form input[type="number"]:focus,
3463
3463
  .form textarea:focus {
3464
3464
  outline: none;
3465
- color: #5E7887;
3465
+ color: #5e7887;
3466
3466
  border: 1px solid #9aaab4;
3467
3467
  box-shadow: none;
3468
3468
  /* on focus + has error
@@ -3503,8 +3503,8 @@ hr.column {
3503
3503
  .form input[type="password"]:focus.is-error,
3504
3504
  .form input[type="number"]:focus.is-error,
3505
3505
  .form textarea:focus.is-error {
3506
- color: #D3104A;
3507
- border: 1px solid #D3104A; }
3506
+ color: #d3104a;
3507
+ border: 1px solid #d3104a; }
3508
3508
  .form input[type="text"]:focus.is-error.is-selected,
3509
3509
  .form input[type="email"]:focus.is-error.is-selected,
3510
3510
  .form input[type="tel"]:focus.is-error.is-selected,
@@ -3520,7 +3520,7 @@ hr.column {
3520
3520
  .form input[type="number"]:focus.is-error::-webkit-input-placeholder,
3521
3521
  .form textarea:focus.is-error::-webkit-input-placeholder {
3522
3522
  transition: all .2s ease;
3523
- color: #D3104A !important; }
3523
+ color: #d3104a !important; }
3524
3524
  .form input[type="text"]:focus.is-error:-moz-placeholder,
3525
3525
  .form input[type="email"]:focus.is-error:-moz-placeholder,
3526
3526
  .form input[type="tel"]:focus.is-error:-moz-placeholder,
@@ -3528,7 +3528,7 @@ hr.column {
3528
3528
  .form input[type="number"]:focus.is-error:-moz-placeholder,
3529
3529
  .form textarea:focus.is-error:-moz-placeholder {
3530
3530
  transition: all .2s ease;
3531
- color: #D3104A !important;
3531
+ color: #d3104a !important;
3532
3532
  opacity: 1; }
3533
3533
  .form input[type="text"]:focus.is-error::-moz-placeholder,
3534
3534
  .form input[type="email"]:focus.is-error::-moz-placeholder,
@@ -3537,7 +3537,7 @@ hr.column {
3537
3537
  .form input[type="number"]:focus.is-error::-moz-placeholder,
3538
3538
  .form textarea:focus.is-error::-moz-placeholder {
3539
3539
  transition: all .2s ease;
3540
- color: #D3104A !important;
3540
+ color: #d3104a !important;
3541
3541
  opacity: 1; }
3542
3542
  .form input[type="text"]:focus.is-error:-ms-input-placeholder,
3543
3543
  .form input[type="email"]:focus.is-error:-ms-input-placeholder,
@@ -3546,7 +3546,7 @@ hr.column {
3546
3546
  .form input[type="number"]:focus.is-error:-ms-input-placeholder,
3547
3547
  .form textarea:focus.is-error:-ms-input-placeholder {
3548
3548
  transition: all .2s ease;
3549
- color: #D3104A !important; }
3549
+ color: #d3104a !important; }
3550
3550
  .form input[type="text"].small,
3551
3551
  .form input[type="email"].small,
3552
3552
  .form input[type="tel"].small,
@@ -3634,7 +3634,7 @@ hr.column {
3634
3634
  position: absolute;
3635
3635
  top: 11px;
3636
3636
  left: 15px;
3637
- color: #F0F2F4; }
3637
+ color: #f0f2f4; }
3638
3638
 
3639
3639
  /* .....................................
3640
3640
  Fonts
@@ -3681,7 +3681,7 @@ hr.column {
3681
3681
  width: 100%;
3682
3682
  list-style: none;
3683
3683
  margin-left: 0;
3684
- color: #5E7887;
3684
+ color: #5e7887;
3685
3685
  font-size: 14px;
3686
3686
  background: transparent;
3687
3687
  -webkit-user-select: none;
@@ -3722,7 +3722,7 @@ hr.column {
3722
3722
  height: 20px;
3723
3723
  margin-right: 5px;
3724
3724
  float: left;
3725
- border: 1px solid #5E7887;
3725
+ border: 1px solid #5e7887;
3726
3726
  box-shadow: none;
3727
3727
  box-sizing: border-box;
3728
3728
  border-radius: 20px;
@@ -3740,7 +3740,7 @@ hr.column {
3740
3740
  display: block;
3741
3741
  width: 10px;
3742
3742
  height: 10px;
3743
- background: #D7DDE1;
3743
+ background: #d7dde1;
3744
3744
  border-radius: 10px; }
3745
3745
  .form .radio label .radio--icon .circle-bottom {
3746
3746
  opacity: 0;
@@ -3757,7 +3757,7 @@ hr.column {
3757
3757
  display: block;
3758
3758
  width: 10px;
3759
3759
  height: 10px;
3760
- background: #5E7887;
3760
+ background: #5e7887;
3761
3761
  border-radius: 10px; }
3762
3762
  .form .radio label .radio--label {
3763
3763
  display: block;
@@ -3774,9 +3774,9 @@ hr.column {
3774
3774
  margin-right: 0px;
3775
3775
  margin-bottom: 10px; }
3776
3776
  .form .radio.primary .circle-top span {
3777
- background: #22B9B0 !important; }
3777
+ background: #22b9b0 !important; }
3778
3778
  .form .radio.primary .circle-bottom span {
3779
- background: #149A97 !important; }
3779
+ background: #149a97 !important; }
3780
3780
 
3781
3781
  /* .....................................
3782
3782
  Fonts
@@ -3823,13 +3823,13 @@ hr.column {
3823
3823
  .form select[disabled] + .chosen-container {
3824
3824
  opacity: 0.4; }
3825
3825
  .form select[disabled] + .chosen-container:hover {
3826
- color: #869AA5;
3827
- border: 1px solid #D7DDE1;
3828
- border-bottom: 3px solid #D7DDE1;
3826
+ color: #869aa5;
3827
+ border: 1px solid #d7dde1;
3828
+ border-bottom: 3px solid #d7dde1;
3829
3829
  cursor: default !important; }
3830
3830
 
3831
3831
  .form .chosen-container {
3832
- border: 1px solid #D7DDE1;
3832
+ border: 1px solid #d7dde1;
3833
3833
  background-color: #fff;
3834
3834
  outline: none;
3835
3835
  margin-bottom: 0;
@@ -3838,15 +3838,15 @@ hr.column {
3838
3838
  background-size: 15px 15px;
3839
3839
  background-position: calc(100% - 10px) 50%;
3840
3840
  font-size: 14px;
3841
- color: #869AA5; }
3841
+ color: #869aa5; }
3842
3842
  .form .chosen-container li.search-field input[type="text"] {
3843
3843
  padding: 0; }
3844
3844
  .form .chosen-container:hover {
3845
3845
  cursor: pointer; }
3846
3846
  .form .chosen-container[disabled]:hover {
3847
- color: #869AA5;
3848
- border: 1px solid #D7DDE1;
3849
- border-bottom: 3px solid #D7DDE1;
3847
+ color: #869aa5;
3848
+ border: 1px solid #d7dde1;
3849
+ border-bottom: 3px solid #d7dde1;
3850
3850
  cursor: default !important; }
3851
3851
  .form .chosen-container.chosen-with-drop {
3852
3852
  background: none; }
@@ -3856,14 +3856,14 @@ hr.column {
3856
3856
  min-height: 40 !important;
3857
3857
  width: 90% !important;
3858
3858
  padding: 6px 7px !important;
3859
- color: #5E7887 !important;
3859
+ color: #5e7887 !important;
3860
3860
  font-size: 14px !important;
3861
3861
  background: transparent !important; }
3862
3862
  .form .chosen-container.chosen-container-multi .chosen-choices:hover, .form .chosen-container.chosen-container-active .chosen-choices:hover {
3863
3863
  cursor: pointer; }
3864
3864
  .form .chosen-container.chosen-container-multi .chosen-choices li.search-choice, .form .chosen-container.chosen-container-active .chosen-choices li.search-choice {
3865
3865
  border: none;
3866
- color: #D7DDE1; }
3866
+ color: #d7dde1; }
3867
3867
  .form .chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close, .form .chosen-container.chosen-container-active .chosen-choices li.search-choice .search-choice-close {
3868
3868
  background-size: 12px;
3869
3869
  background-position: 50% 50%; }
@@ -3871,14 +3871,14 @@ hr.column {
3871
3871
  height: 28px;
3872
3872
  width: 100% !important;
3873
3873
  margin: 0;
3874
- color: #F0F2F4 !important; }
3874
+ color: #f0f2f4 !important; }
3875
3875
  .form .chosen-container .chosen-drop {
3876
3876
  border-radius: 0px 0 3px 3px;
3877
- border-color: #D7DDE1;
3877
+ border-color: #d7dde1;
3878
3878
  box-shadow: none; }
3879
3879
  .form .chosen-container .chosen-results li.highlighted {
3880
3880
  background-image: none;
3881
- background: #D7DDE1 !important; }
3881
+ background: #d7dde1 !important; }
3882
3882
 
3883
3883
  select + .select-decor, select:focus + .select-decor {
3884
3884
  transition: background-color 300ms cubic-bezier(0.19, 1, 0.22, 1);
@@ -3997,40 +3997,40 @@ a.head-1:visited, a.head-2:link, a.head-2:visited, a.head-3:link, a.head-3:visit
3997
3997
  a.head--navy:visited, a.head--navy:hover,
3998
3998
  a.head-1:visited,
3999
3999
  a.head-1:hover, a.head-2:visited, a.head-2:hover, a.head-3:visited, a.head-3:hover, a.head-4:visited, a.head-4:hover, a.head-5:visited, a.head-5:hover {
4000
- color: #869AA5;
4000
+ color: #869aa5;
4001
4001
  text-decoration: none; }
4002
4002
 
4003
4003
  /* header gray
4004
4004
  ......................................*/
4005
4005
  .head--gray {
4006
- color: #869AA5; }
4006
+ color: #869aa5; }
4007
4007
 
4008
4008
  a.head--gray:link, a.head--gray:visited {
4009
- color: #869AA5;
4009
+ color: #869aa5;
4010
4010
  text-decoration: none; }
4011
4011
  a.head--gray:hover, a.head--gray:active {
4012
- color: #5E7887;
4012
+ color: #5e7887;
4013
4013
  text-decoration: none; }
4014
4014
 
4015
4015
  /* header teal
4016
4016
  ......................................*/
4017
4017
  .head--teal {
4018
- color: #22B9B0; }
4018
+ color: #22b9b0; }
4019
4019
 
4020
4020
  a.head--teal:link, a.head--teal:visited {
4021
- color: #22B9B0;
4021
+ color: #22b9b0;
4022
4022
  text-decoration: none; }
4023
4023
  a.head--teal:hover, a.head--teal:active {
4024
- color: #149A97;
4024
+ color: #149a97;
4025
4025
  text-decoration: none; }
4026
4026
 
4027
4027
  /* header white
4028
4028
  ......................................*/
4029
4029
  .head--white {
4030
- color: #ffffff; }
4030
+ color: white; }
4031
4031
 
4032
4032
  a.head--white:link, a.head--white:visited {
4033
- color: #ffffff; }
4033
+ color: white; }
4034
4034
  a.head--white:hover, a.head--white:active {
4035
4035
  color: rgba(255, 255, 255, 0.7); }
4036
4036
 
@@ -8826,8 +8826,8 @@ a.head--white:hover, a.head--white:active {
8826
8826
  ......................................*/
8827
8827
  .icon-circle {
8828
8828
  border-radius: 50%;
8829
- border: 1px solid #D7DDE1;
8830
- background-color: #ffffff;
8829
+ border: 1px solid #d7dde1;
8830
+ background-color: white;
8831
8831
  box-sizing: content-box;
8832
8832
  display: inline-block;
8833
8833
  background-position: 50% 50% !important; }
@@ -11483,7 +11483,7 @@ a.head--white:hover, a.head--white:active {
11483
11483
  display: none; }
11484
11484
  .pagination .current {
11485
11485
  display: inline-block;
11486
- background: #D7DDE1;
11486
+ background: #d7dde1;
11487
11487
  padding: 5 10px;
11488
11488
  border-radius: 5px;
11489
11489
  color: #fff;
@@ -11496,12 +11496,12 @@ a.head--white:hover, a.head--white:active {
11496
11496
  padding: 0 5px; }
11497
11497
  .pagination a:link,
11498
11498
  .pagination a:visited {
11499
- color: #5E7887; }
11499
+ color: #5e7887; }
11500
11500
  .pagination a:hover,
11501
11501
  .pagination a:active {
11502
11502
  font-weight: bold; }
11503
11503
  .pagination .gap {
11504
- color: #5E7887; }
11504
+ color: #5e7887; }
11505
11505
 
11506
11506
  /* .....................................
11507
11507
  Fonts
@@ -11544,18 +11544,18 @@ a.head--white:hover, a.head--white:active {
11544
11544
  ......................................*/
11545
11545
  .tag {
11546
11546
  display: inline-block;
11547
- background-color: #F7F8F9;
11548
- border: 1px solid #D7DDE1;
11547
+ background-color: #f7f8f9;
11548
+ border: 1px solid #d7dde1;
11549
11549
  padding: 0px 7px;
11550
11550
  border-radius: 5px;
11551
11551
  font-size: 12px; }
11552
11552
  .tag:link, .tag:visited {
11553
- color: #F0F2F4; }
11553
+ color: #f0f2f4; }
11554
11554
  .tag:hover, .tag:active {
11555
- color: #5E7887;
11556
- background-color: #D7DDE1; }
11555
+ color: #5e7887;
11556
+ background-color: #d7dde1; }
11557
11557
  .tag.is-selected {
11558
- background-color: #22B9B0;
11558
+ background-color: #22b9b0;
11559
11559
  color: #ffffff; }
11560
11560
  .tag.tag-removable-small {
11561
11561
  padding-left: 10px;
@@ -11883,7 +11883,7 @@ a.head--white:hover, a.head--white:active {
11883
11883
  .user-avatar {
11884
11884
  width: 60px;
11885
11885
  height: 55px;
11886
- border-bottom: 5px solid #5E7887;
11886
+ border-bottom: 5px solid #5e7887;
11887
11887
  position: relative;
11888
11888
  background: #b4c2ca; }
11889
11889
  .user-avatar .avatar-img {
@@ -11897,7 +11897,7 @@ a.head--white:hover, a.head--white:active {
11897
11897
  .user-avatar .user-short-name {
11898
11898
  width: 60px;
11899
11899
  font-family: 'vinyl';
11900
- color: #5E7887;
11900
+ color: #5e7887;
11901
11901
  font-size: 38px;
11902
11902
  line-height: 60px;
11903
11903
  text-align: center;
@@ -11906,7 +11906,7 @@ a.head--white:hover, a.head--white:active {
11906
11906
  .user-avatar.size-small {
11907
11907
  width: 20px;
11908
11908
  height: 18px;
11909
- border-bottom: 2px solid #5E7887;
11909
+ border-bottom: 2px solid #5e7887;
11910
11910
  position: relative;
11911
11911
  background: #b4c2ca; }
11912
11912
  .user-avatar.size-small .avatar-img {
@@ -11920,7 +11920,7 @@ a.head--white:hover, a.head--white:active {
11920
11920
  .user-avatar.size-small .user-short-name {
11921
11921
  width: 20px;
11922
11922
  font-family: 'vinyl';
11923
- color: #5E7887;
11923
+ color: #5e7887;
11924
11924
  font-size: 38px;
11925
11925
  line-height: 20px;
11926
11926
  text-align: center;
@@ -11931,7 +11931,7 @@ a.head--white:hover, a.head--white:active {
11931
11931
  .user-avatar.size-medium {
11932
11932
  width: 34px;
11933
11933
  height: 32px;
11934
- border-bottom: 2px solid #5E7887;
11934
+ border-bottom: 2px solid #5e7887;
11935
11935
  position: relative;
11936
11936
  background: #b4c2ca;
11937
11937
  width: 34px; }
@@ -11946,7 +11946,7 @@ a.head--white:hover, a.head--white:active {
11946
11946
  .user-avatar.size-medium .user-short-name {
11947
11947
  width: 34px;
11948
11948
  font-family: 'vinyl';
11949
- color: #5E7887;
11949
+ color: #5e7887;
11950
11950
  font-size: 38px;
11951
11951
  line-height: 34px;
11952
11952
  text-align: center;
@@ -11957,7 +11957,7 @@ a.head--white:hover, a.head--white:active {
11957
11957
  .user-avatar.size-nav {
11958
11958
  width: 46px;
11959
11959
  height: 44px;
11960
- border-bottom: 2px solid #5E7887;
11960
+ border-bottom: 2px solid #5e7887;
11961
11961
  position: relative;
11962
11962
  background: #b4c2ca; }
11963
11963
  .user-avatar.size-nav .avatar-img {
@@ -11971,7 +11971,7 @@ a.head--white:hover, a.head--white:active {
11971
11971
  .user-avatar.size-nav .user-short-name {
11972
11972
  width: 46px;
11973
11973
  font-family: 'vinyl';
11974
- color: #5E7887;
11974
+ color: #5e7887;
11975
11975
  font-size: 38px;
11976
11976
  line-height: 46px;
11977
11977
  text-align: center;
@@ -12065,18 +12065,18 @@ a.head--white:hover, a.head--white:active {
12065
12065
  line-height: 31px;
12066
12066
  font-size: 12px;
12067
12067
  text-align: center;
12068
- color: #22B9B0;
12069
- background-color: #5E7887;
12068
+ color: #22b9b0;
12069
+ background-color: #5e7887;
12070
12070
  border-radius: 50%;
12071
12071
  transition: background 200ms ease, border-color 200ms ease; }
12072
12072
  .badge.badge-white {
12073
12073
  background: #ffffff;
12074
- color: #22B9B0; }
12074
+ color: #22b9b0; }
12075
12075
  .badge.badge-teal {
12076
- background: #22B9B0;
12076
+ background: #22b9b0;
12077
12077
  color: #fff; }
12078
12078
  .badge.border {
12079
- border: 1px solid #22B9B0; }
12079
+ border: 1px solid #22b9b0; }
12080
12080
  .badge.small, .badge.badge-small {
12081
12081
  width: 20px;
12082
12082
  height: 20px;
@@ -12125,11 +12125,11 @@ a.head--white:hover, a.head--white:active {
12125
12125
  a.badge:link i, a.badge:visited i {
12126
12126
  opacity: 1; }
12127
12127
  a.badge:hover, a.badge:active {
12128
- border-color: #149A97;
12129
- background-color: #5E7887; }
12128
+ border-color: #149a97;
12129
+ background-color: #5e7887; }
12130
12130
 
12131
12131
  .btn-teal .badge.badge-white, .btn-dropdown-teal .badge.badge-white {
12132
- color: #22B9B0; }
12132
+ color: #22b9b0; }
12133
12133
 
12134
12134
  .badge-triangle {
12135
12135
  overflow: hidden;
@@ -12461,7 +12461,7 @@ a.badge:hover, a.badge:active {
12461
12461
  width: rem-calc(350) !important; }
12462
12462
  .reveal-modal .bar {
12463
12463
  background: #fff;
12464
- border-bottom: 1px solid #F0F2F4;
12464
+ border-bottom: 1px solid #f0f2f4;
12465
12465
  position: absolute;
12466
12466
  top: 0;
12467
12467
  left: 0;
@@ -12584,7 +12584,7 @@ a.badge:hover, a.badge:active {
12584
12584
  width: 100%;
12585
12585
  list-style: none;
12586
12586
  margin-left: 0;
12587
- color: #5E7887;
12587
+ color: #5e7887;
12588
12588
  font-size: 14px;
12589
12589
  background: transparent;
12590
12590
  -webkit-user-select: none;
@@ -12632,7 +12632,7 @@ a.badge:hover, a.badge:active {
12632
12632
  height: 20px;
12633
12633
  margin-right: 5px;
12634
12634
  float: left;
12635
- border: 1px solid #5E7887;
12635
+ border: 1px solid #5e7887;
12636
12636
  box-shadow: none;
12637
12637
  box-sizing: border-box;
12638
12638
  border-radius: 20px;
@@ -12652,7 +12652,7 @@ a.badge:hover, a.badge:active {
12652
12652
  display: block;
12653
12653
  width: 10px;
12654
12654
  height: 10px;
12655
- background: #869AA5;
12655
+ background: #869aa5;
12656
12656
  border-radius: 10px; }
12657
12657
  .form .radio-gray label .radio--icon .circle-bottom,
12658
12658
  .form .radio-teal label .radio--icon .circle-bottom {
@@ -12671,7 +12671,7 @@ a.badge:hover, a.badge:active {
12671
12671
  display: block;
12672
12672
  width: 10px;
12673
12673
  height: 10px;
12674
- background: #5E7887;
12674
+ background: #5e7887;
12675
12675
  border-radius: 10px; }
12676
12676
  .form .radio-gray label .radio--label,
12677
12677
  .form .radio-teal label .radio--label {
@@ -12694,10 +12694,10 @@ a.badge:hover, a.badge:active {
12694
12694
  margin-bottom: 10px; }
12695
12695
  .form .radio-gray.radio-teal .circle-top span,
12696
12696
  .form .radio-teal.radio-teal .circle-top span {
12697
- background: #22B9B0 !important; }
12697
+ background: #22b9b0 !important; }
12698
12698
  .form .radio-gray.radio-teal .circle-bottom span,
12699
12699
  .form .radio-teal.radio-teal .circle-bottom span {
12700
- background: #149A97 !important; }
12700
+ background: #149a97 !important; }
12701
12701
 
12702
12702
  /* .....................................
12703
12703
  Fonts
@@ -12789,11 +12789,11 @@ a.badge:hover, a.badge:active {
12789
12789
  .table th, .table td {
12790
12790
  box-sizing: border-box;
12791
12791
  padding: 20px 15px;
12792
- color: #F0F2F4;
12792
+ color: #f0f2f4;
12793
12793
  line-height: 20px;
12794
12794
  vertical-align: top; }
12795
12795
  .table th strong, .table td strong {
12796
- color: #5E7887; }
12796
+ color: #5e7887; }
12797
12797
  .table th.fill-row, .table td.fill-row {
12798
12798
  padding: 20px 15px 0px 15px; }
12799
12799
  .table tbody {
@@ -12803,7 +12803,7 @@ a.badge:hover, a.badge:active {
12803
12803
  box-sizing: border-box;
12804
12804
  transition: background 200ms ease-out;
12805
12805
  background: #fff;
12806
- border-bottom: 1px solid #F7F8F9; }
12806
+ border-bottom: 1px solid #f7f8f9; }
12807
12807
  .table tr.is-disabled {
12808
12808
  color: #f8f9fb !important;
12809
12809
  background: #f1f3f4 !important; }
@@ -12812,7 +12812,7 @@ a.badge:hover, a.badge:active {
12812
12812
  .table tr.sticky {
12813
12813
  background: #5deae7 !important; }
12814
12814
  .table tr.selected {
12815
- background: #149A97 !important; }
12815
+ background: #149a97 !important; }
12816
12816
  .table tr.clickable {
12817
12817
  cursor: pointer; }
12818
12818
  .table tr.clickable.is-active td {
@@ -12820,20 +12820,20 @@ a.badge:hover, a.badge:active {
12820
12820
  padding-top: 0;
12821
12821
  padding-bottom: 0; }
12822
12822
  .table tr.clickable.is-hovered, .table tr.clickable:hover {
12823
- background: #149A97 !important; }
12823
+ background: #149a97 !important; }
12824
12824
  .table tr.clickable .clickable-trigger:link,
12825
12825
  .table tr.clickable .clickable-trigger:visited {
12826
12826
  vertical-align: middle;
12827
12827
  padding: 20px 0;
12828
12828
  min-height: 60px;
12829
- color: #F0F2F4;
12829
+ color: #f0f2f4;
12830
12830
  text-decoration: none; }
12831
12831
  .table tr.clickable .clickable-trigger:link strong,
12832
12832
  .table tr.clickable .clickable-trigger:visited strong {
12833
12833
  color: #375667; }
12834
12834
  .table tr.clickable .clickable-trigger:hover,
12835
12835
  .table tr.clickable .clickable-trigger:active {
12836
- color: #F0F2F4;
12836
+ color: #f0f2f4;
12837
12837
  text-decoration: none; }
12838
12838
  .table tr.clickable .clickable-trigger:hover strong,
12839
12839
  .table tr.clickable .clickable-trigger:active strong {
@@ -12896,7 +12896,7 @@ a.badge:hover, a.badge:active {
12896
12896
  .table.compact td.date {
12897
12897
  white-space: nowrap; }
12898
12898
  .table.text-inverse td {
12899
- color: #5E7887; }
12899
+ color: #5e7887; }
12900
12900
  .table.text-inverse td .light {
12901
12901
  color: #8d9da6; }
12902
12902
 
@@ -12972,7 +12972,7 @@ a.badge:hover, a.badge:active {
12972
12972
  ......................................*/
12973
12973
  body, ul, ol, dl, li, p, div, section, nav, table, h1, h2, h3, h4, h5, h6 {
12974
12974
  font-family: "Helvetica", "Arial", sans-serif;
12975
- color: #5E7887;
12975
+ color: #5e7887;
12976
12976
  font-size: 14px;
12977
12977
  line-height: 22px;
12978
12978
  -webkit-font-smoothing: antialiased;
@@ -12986,32 +12986,32 @@ strong {
12986
12986
  a {
12987
12987
  transition: color 200ms ease; }
12988
12988
  a:link, a:visited {
12989
- color: #22B9B0;
12989
+ color: #22b9b0;
12990
12990
  text-decoration: none; }
12991
12991
  a:hover, a:active {
12992
- color: #149A97;
12992
+ color: #149a97;
12993
12993
  text-decoration: none; }
12994
12994
  a.is-disabled:link, a.is-disabled:visited, a.is-disabled:hover, a.is-disabled:active {
12995
12995
  cursor: default;
12996
12996
  opacity: .5;
12997
- color: #22B9B0; }
12997
+ color: #22b9b0; }
12998
12998
 
12999
12999
  /* sizes
13000
13000
  ......................................*/
13001
13001
  .text-1 {
13002
13002
  font-size: 16px;
13003
13003
  line-height: 24px;
13004
- color: #5E7887; }
13004
+ color: #5e7887; }
13005
13005
 
13006
13006
  .text-2 {
13007
13007
  font-size: 14px;
13008
13008
  line-height: 22px;
13009
- color: #5E7887; }
13009
+ color: #5e7887; }
13010
13010
 
13011
13011
  .text-3 {
13012
13012
  font-size: 13px;
13013
13013
  line-height: 18px;
13014
- color: #5E7887; }
13014
+ color: #5e7887; }
13015
13015
 
13016
13016
  /* colors
13017
13017
  ......................................*/
@@ -13024,18 +13024,18 @@ a.text--navy:link, a.text--navy:visited {
13024
13024
  color: #233741;
13025
13025
  text-decoration: none; }
13026
13026
  a.text--navy:hover, a.text--navy:active {
13027
- color: #5E7887;
13027
+ color: #5e7887;
13028
13028
  text-decoration: none; }
13029
13029
  a.text--navy.is-disabled:link, a.text--navy.is-disabled:visited, a.text--navy.is-disabled:hover, a.text--navy.is-disabled:active {
13030
13030
  color: #233741; }
13031
13031
 
13032
13032
  .text--gray {
13033
- color: #5E7887; }
13033
+ color: #5e7887; }
13034
13034
  .text--gray.text--transparent {
13035
13035
  color: rgba(94, 120, 135, 0.5); }
13036
13036
 
13037
13037
  a.text--gray:link, a.text--gray:visited {
13038
- color: #5E7887;
13038
+ color: #5e7887;
13039
13039
  text-decoration: none; }
13040
13040
  a.text--gray:hover, a.text--gray:active {
13041
13041
  color: #233741;
@@ -13044,60 +13044,60 @@ a.text--gray.is-disabled:link, a.text--gray.is-disabled:visited, a.text--gray.is
13044
13044
  color: #233741; }
13045
13045
 
13046
13046
  .text--gray-light {
13047
- color: #F0F2F4; }
13047
+ color: #f0f2f4; }
13048
13048
  .text--gray-light.text--transparent {
13049
13049
  color: rgba(240, 242, 244, 0.5); }
13050
13050
 
13051
13051
  a.text--gray-light:link, a.text--gray-light:visited {
13052
- color: #F0F2F4;
13052
+ color: #f0f2f4;
13053
13053
  text-decoration: none; }
13054
13054
  a.text--gray-light:hover, a.text--gray-light:active {
13055
- color: #AFBCC3;
13055
+ color: #afbcc3;
13056
13056
  text-decoration: none; }
13057
13057
  a.text--gray-light.is-disabled:link, a.text--gray-light.is-disabled:visited, a.text--gray-light.is-disabled:hover, a.text--gray-light.is-disabled:active {
13058
- color: #AFBCC3; }
13058
+ color: #afbcc3; }
13059
13059
 
13060
13060
  .text--teal {
13061
- color: #22B9B0; }
13061
+ color: #22b9b0; }
13062
13062
  .text--teal.text--transparent {
13063
13063
  color: rgba(34, 185, 176, 0.5); }
13064
13064
 
13065
13065
  a.text--teal:link, a.text--teal:visited {
13066
- color: #22B9B0;
13066
+ color: #22b9b0;
13067
13067
  text-decoration: none; }
13068
13068
  a.text--teal:hover, a.text--teal:active {
13069
- color: #149A97;
13069
+ color: #149a97;
13070
13070
  text-decoration: none; }
13071
13071
  a.text--teal.is-disabled:link, a.text--teal.is-disabled:visited, a.text--teal.is-disabled:hover, a.text--teal.is-disabled:active {
13072
- color: #149A97; }
13072
+ color: #149a97; }
13073
13073
 
13074
13074
  .text--white {
13075
- color: #ffffff; }
13075
+ color: white; }
13076
13076
  .text--white.text--transparent {
13077
13077
  color: rgba(255, 255, 255, 0.7); }
13078
13078
 
13079
13079
  a.text--white:link, a.text--white:visited {
13080
- color: #ffffff;
13080
+ color: white;
13081
13081
  text-decoration: none; }
13082
13082
  a.text--white:hover, a.text--white:active {
13083
13083
  color: rgba(255, 255, 255, 0.7);
13084
13084
  text-decoration: none; }
13085
13085
  a.text--white.is-disabled:link, a.text--white.is-disabled:visited, a.text--white.is-disabled:hover, a.text--white.is-disabled:active {
13086
- color: #ffffff; }
13086
+ color: white; }
13087
13087
 
13088
13088
  .text--yellow {
13089
- color: #FFB567; }
13089
+ color: #ffb567; }
13090
13090
  .text--yellow.text--transparent {
13091
13091
  color: rgba(255, 181, 103, 0.7); }
13092
13092
 
13093
13093
  a.text--yellow:link, a.text--yellow:visited {
13094
- color: #FFB567;
13094
+ color: #ffb567;
13095
13095
  text-decoration: none; }
13096
13096
  a.text--yellow:hover, a.text--yellow:active {
13097
13097
  color: rgba(255, 181, 103, 0.7);
13098
13098
  text-decoration: none; }
13099
13099
  a.text--yellow.is-disabled:link, a.text--yellow.is-disabled:visited, a.text--yellow.is-disabled:hover, a.text--yellow.is-disabled:active {
13100
- color: #FFB567; }
13100
+ color: #ffb567; }
13101
13101
 
13102
13102
  /* modifiers
13103
13103
  ......................................*/
@@ -13120,5 +13120,3 @@ a.text--yellow.is-disabled:link, a.text--yellow.is-disabled:visited, a.text--yel
13120
13120
  margin-bottom: 22px; }
13121
13121
  .text-contain.text-3 p {
13122
13122
  margin-bottom: 18px; }
13123
-
13124
- /*# sourceMappingURL=vhx-quartz.scss.map */