vhx-quartz 0.4.11 → 0.4.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -48,15 +48,6 @@
48
48
  .bg-teal-2 {
49
49
  background-color: #22B9B0; }
50
50
 
51
- .bg-teal-dark {
52
- background-color: #1a8e87; }
53
-
54
- .bg-teal-light {
55
- background-color: #34dad0; }
56
-
57
- .bg-teal-transparent {
58
- background-color: rgba(34, 185, 176, 0.5); }
59
-
60
51
  /* Black & White
61
52
  ......................................*/
62
53
  .bg-white {
@@ -105,7 +96,7 @@
105
96
  background-color: #D3104A; }
106
97
 
107
98
  .bg-green {
108
- background-color: #7DA53E; }
99
+ background-color: #9DBB36; }
109
100
 
110
101
  .bg-yellow {
111
102
  background-color: #FFB567; }
@@ -116,73 +107,10 @@
116
107
  .bg-currant {
117
108
  background: #2E064A; }
118
109
 
119
- .bg-image {
120
- position: relative; }
121
- .bg-image.bg-only:before {
122
- background: none; }
123
- .bg-image:before {
124
- background-color: rgba(0, 20, 43, 0.75); }
125
-
126
- .bg-image-cover {
110
+ .bg-cover {
127
111
  background-size: cover;
128
112
  background-position: 50% 50%; }
129
113
 
130
- .bg-cover {
131
- background-size: cover; }
132
- .bg-cover:before {
133
- background-color: transparent;
134
- background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.6) 80%); }
135
-
136
- .bg-cover-flip {
137
- background-size: cover; }
138
- .bg-cover-flip:after {
139
- background-color: transparent;
140
- background-image: linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.55) 55%, rgba(0, 0, 0, 0.4) 80%); }
141
-
142
- .bg-cover-flip:after {
143
- content: '';
144
- display: block;
145
- position: absolute;
146
- top: 0;
147
- left: 0;
148
- width: 100%;
149
- height: 100%; }
150
-
151
- .bg-image:before, .bg-cover:before {
152
- content: '';
153
- display: block;
154
- position: absolute;
155
- top: 0;
156
- left: 0;
157
- width: 100%;
158
- height: 100%; }
159
- .bg-image.bg-fixed, .bg-cover.bg-fixed {
160
- background-attachment: fixed;
161
- min-height: 100%;
162
- height: 100%; }
163
-
164
- .background {
165
- z-index: 0; }
166
- .background.video video,
167
- .background.video .overlay {
168
- position: fixed;
169
- top: 0;
170
- left: 0;
171
- width: 100%;
172
- height: 100%; }
173
- .background.video video {
174
- z-index: 0;
175
- width: 100%;
176
- height: auto; }
177
- .background.video .overlay {
178
- background: rgba(3, 1, 22, 0.8);
179
- z-index: 1; }
180
-
181
- @media only screen and (max-width: 40em) {
182
- .background {
183
- z-index: 0; }
184
- .background.video {
185
- background: #030116; } }
186
114
  /* .....................................
187
115
  Fonts
188
116
  ..................................... */
@@ -225,27 +153,27 @@
225
153
  /* positions
226
154
  ...................................*/
227
155
  .border {
228
- border: 1px solid #AFBCC3 !important; }
156
+ border: 1px solid #D7DDE1 !important; }
229
157
 
230
158
  .border-top {
231
- border-top: 1px solid #AFBCC3; }
159
+ border-top: 1px solid #D7DDE1; }
232
160
 
233
161
  .border-left {
234
- border-left: 1px solid #AFBCC3; }
162
+ border-left: 1px solid #D7DDE1; }
235
163
 
236
164
  .border-bottom {
237
- border-bottom: 1px solid #AFBCC3; }
165
+ border-bottom: 1px solid #D7DDE1; }
238
166
 
239
167
  .border-right {
240
- border-right: 1px solid #AFBCC3; }
168
+ border-right: 1px solid #D7DDE1; }
241
169
 
242
170
  .border-vert {
243
- border-top: 1px solid #AFBCC3;
244
- border-bottom: 1px solid #AFBCC3; }
171
+ border-top: 1px solid #D7DDE1;
172
+ border-bottom: 1px solid #D7DDE1; }
245
173
 
246
174
  .border-horz {
247
- border-left: 1px solid #AFBCC3;
248
- border-right: 1px solid #AFBCC3; }
175
+ border-left: 1px solid #D7DDE1;
176
+ border-right: 1px solid #D7DDE1; }
249
177
 
250
178
  /* colors
251
179
  ...................................*/
@@ -256,10 +184,10 @@
256
184
  border-color: rgba(255, 255, 255, 0.7) !important; }
257
185
 
258
186
  .border--gray {
259
- border-color: #AFBCC3 !important; }
187
+ border-color: #D7DDE1 !important; }
260
188
 
261
189
  .border--gray-light {
262
- border-color: #D7DDE1 !important; }
190
+ border-color: #F0F2F4 !important; }
263
191
 
264
192
  /* modifiers
265
193
  ...................................*/
@@ -284,24 +212,22 @@
284
212
  height: 1px;
285
213
  top: 50%;
286
214
  left: 0;
287
- background-color: #F0F2F4;
215
+ background-color: #D7DDE1;
288
216
  margin-top: -2px;
289
217
  z-index: -1;
290
218
  position: absolute;
291
219
  width: 100%; }
292
- .border-center.border--gray-1:before {
293
- background-color: #F7F8F9; }
294
- .border-center.border--gray-2:before {
220
+ .border-center.border--gray-light:before {
295
221
  background-color: #F0F2F4; }
296
222
  .border-center.border--white-transparent:before {
297
223
  background-color: rgba(255, 255, 255, 0.7); }
298
224
  .border-center.border--white:before {
299
225
  background-color: #ffffff; }
300
226
 
301
- .box-shadow {
302
- box-shadow: 0 0 5px 0 #F0F2F4; }
227
+ .shadow {
228
+ box-shadow: 0 0 5px 0 rgba(0, 20, 43, 0.5); }
303
229
 
304
- .box-radius {
230
+ .radius {
305
231
  border-radius: 5px; }
306
232
 
307
233
  /* .....................................
@@ -636,7 +562,7 @@ select {
636
562
  .btn-gray:link, .btn-dropdown-gray:link, .btn-gray:visited, .btn-dropdown-gray:visited {
637
563
  color: #233741;
638
564
  border: 1px solid #D7DDE1; }
639
- .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 {
565
+ .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 {
640
566
  color: #233741;
641
567
  cursor: pointer;
642
568
  background-color: #D7DDE1;
@@ -645,6 +571,11 @@ select {
645
571
  color: #233741;
646
572
  background-color: #F0F2F4;
647
573
  border: 1px solid #D7DDE1; }
574
+ .btn-gray.is-selected, .is-selected.btn-dropdown-gray {
575
+ color: #233741;
576
+ cursor: pointer;
577
+ background-color: #D7DDE1;
578
+ border: 1px solid #D7DDE1; }
648
579
  .btn-gray[disabled], [disabled].btn-dropdown-gray, .btn-gray.is-disabled, .is-disabled.btn-dropdown-gray {
649
580
  opacity: .5;
650
581
  background-color: #F0F2F4;
@@ -677,7 +608,7 @@ select {
677
608
  .btn-slate:link, .btn-slate:visited {
678
609
  color: #ffffff;
679
610
  border: 1px solid #5E7887; }
680
- .btn-slate:hover, .btn-slate.is-hover, .btn-slate:focus:hover, .btn-slate:focus.is-hover, .btn-slate.is-selected {
611
+ .btn-slate:hover, .btn-slate.is-hover, .btn-slate:focus:hover, .btn-slate:focus.is-hover {
681
612
  color: #ffffff;
682
613
  cursor: pointer;
683
614
  background-color: #5E7887;
@@ -686,6 +617,11 @@ select {
686
617
  color: #ffffff;
687
618
  background-color: #869AA5;
688
619
  border: 1px solid #5E7887; }
620
+ .btn-slate.is-selected {
621
+ color: #ffffff;
622
+ cursor: pointer;
623
+ background-color: #5E7887;
624
+ border: 1px solid #5E7887; }
689
625
  .btn-slate[disabled], .btn-slate.is-disabled {
690
626
  opacity: .5;
691
627
  background-color: #869AA5;
@@ -698,7 +634,7 @@ select {
698
634
  .btn-slate.is-processing, .btn-slate.processing, .btn-slate.is-loading, .btn-slate.loading {
699
635
  background-position: center center !important;
700
636
  color: transparent !important;
701
- 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#375667%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#375667%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");
637
+ 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%23375667%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%23375667%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");
702
638
  background-repeat: no-repeat;
703
639
  background-size: 23px 23px; }
704
640
  .btn-slate.is-processing.btn--small, .btn-slate.is-processing.btn-search, .btn-slate.processing.btn--small, .btn-slate.processing.btn-search, .btn-slate.is-loading.btn--small, .btn-slate.is-loading.btn-search, .btn-slate.loading.btn--small, .btn-slate.loading.btn-search {
@@ -718,7 +654,7 @@ select {
718
654
  .btn-teal:link, .btn-dropdown-teal:link, .btn-teal:visited, .btn-dropdown-teal:visited {
719
655
  color: #ffffff;
720
656
  border: 1px solid #149A97; }
721
- .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 {
657
+ .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 {
722
658
  color: #ffffff;
723
659
  cursor: pointer;
724
660
  background-color: #149A97;
@@ -727,6 +663,11 @@ select {
727
663
  color: #ffffff;
728
664
  background-color: #22B9B0;
729
665
  border: 1px solid #149A97; }
666
+ .btn-teal.is-selected, .is-selected.btn-dropdown-teal {
667
+ color: #ffffff;
668
+ cursor: pointer;
669
+ background-color: #149A97;
670
+ border: 1px solid #149A97; }
730
671
  .btn-teal[disabled], [disabled].btn-dropdown-teal, .btn-teal.is-disabled, .is-disabled.btn-dropdown-teal {
731
672
  opacity: .5;
732
673
  background-color: #22B9B0;
@@ -759,7 +700,7 @@ select {
759
700
  .btn-red:link, .btn-red:visited {
760
701
  color: #ffffff;
761
702
  border: 1px solid #a40c39; }
762
- .btn-red:hover, .btn-red.is-hover, .btn-red:focus:hover, .btn-red:focus.is-hover, .btn-red.is-selected {
703
+ .btn-red:hover, .btn-red.is-hover, .btn-red:focus:hover, .btn-red:focus.is-hover {
763
704
  color: #ffffff;
764
705
  cursor: pointer;
765
706
  background-color: #a40c39;
@@ -768,6 +709,11 @@ select {
768
709
  color: #ffffff;
769
710
  background-color: #D3104A;
770
711
  border: 1px solid #a40c39; }
712
+ .btn-red.is-selected {
713
+ color: #ffffff;
714
+ cursor: pointer;
715
+ background-color: #a40c39;
716
+ border: 1px solid #a40c39; }
771
717
  .btn-red[disabled], .btn-red.is-disabled {
772
718
  opacity: .5;
773
719
  background-color: #D3104A;
@@ -800,7 +746,7 @@ select {
800
746
  .btn-purple:link, .btn-purple:visited {
801
747
  color: #ffffff;
802
748
  border: 1px solid #783479; }
803
- .btn-purple:hover, .btn-purple.is-hover, .btn-purple:focus:hover, .btn-purple:focus.is-hover, .btn-purple.is-selected {
749
+ .btn-purple:hover, .btn-purple.is-hover, .btn-purple:focus:hover, .btn-purple:focus.is-hover {
804
750
  color: #ffffff;
805
751
  cursor: pointer;
806
752
  background-color: #552555;
@@ -809,6 +755,11 @@ select {
809
755
  color: #ffffff;
810
756
  background-color: #783479;
811
757
  border: 1px solid #783479; }
758
+ .btn-purple.is-selected {
759
+ color: #ffffff;
760
+ cursor: pointer;
761
+ background-color: #552555;
762
+ border: 1px solid #552555; }
812
763
  .btn-purple[disabled], .btn-purple.is-disabled {
813
764
  opacity: .5;
814
765
  background-color: #783479;
@@ -835,34 +786,39 @@ select {
835
786
  ......................................*/
836
787
  .btn-green {
837
788
  background-color: #9DBB36;
838
- color: #FFFFFF;
789
+ color: #ffffff;
839
790
  border: 1px solid #9DBB36;
840
791
  background-size: 15px 15px; }
841
792
  .btn-green:link, .btn-green:visited {
842
- color: #FFFFFF;
793
+ color: #ffffff;
843
794
  border: 1px solid #9DBB36; }
844
- .btn-green:hover, .btn-green.is-hover, .btn-green:focus:hover, .btn-green:focus.is-hover, .btn-green.is-selected {
845
- color: #FFFFFF;
795
+ .btn-green:hover, .btn-green.is-hover, .btn-green:focus:hover, .btn-green:focus.is-hover {
796
+ color: #ffffff;
846
797
  cursor: pointer;
847
- background-color: #7da53e;
848
- border: 1px solid #9DBB36; }
798
+ background-color: #7c932b;
799
+ border: 1px solid #7c932b; }
849
800
  .btn-green:active, .btn-green.is-active, .btn-green:focus, .btn-green.is-focus {
850
- color: #FFFFFF;
801
+ color: #ffffff;
851
802
  background-color: #9DBB36;
852
803
  border: 1px solid #9DBB36; }
804
+ .btn-green.is-selected {
805
+ color: #ffffff;
806
+ cursor: pointer;
807
+ background-color: #7c932b;
808
+ border: 1px solid #7c932b; }
853
809
  .btn-green[disabled], .btn-green.is-disabled {
854
810
  opacity: .5;
855
811
  background-color: #9DBB36;
856
- color: #FFFFFF;
812
+ color: #ffffff;
857
813
  border: 1px solid #9DBB36; }
858
814
  .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 {
859
815
  background-color: #9DBB36;
860
- color: #FFFFFF;
816
+ color: #ffffff;
861
817
  border: 1px solid #9DBB36; }
862
818
  .btn-green.is-processing, .btn-green.processing, .btn-green.is-loading, .btn-green.loading {
863
819
  background-position: center center !important;
864
820
  color: transparent !important;
865
- 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");
821
+ 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%23ffffff%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%23ffffff%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");
866
822
  background-repeat: no-repeat;
867
823
  background-size: 23px 23px; }
868
824
  .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 {
@@ -882,7 +838,7 @@ select {
882
838
  .btn-black:link, .btn-black:visited {
883
839
  color: rgba(255, 255, 255, 0.8);
884
840
  border: 1px solid rgba(255, 255, 255, 0.4); }
885
- .btn-black:hover, .btn-black.is-hover, .btn-black:focus:hover, .btn-black:focus.is-hover, .btn-black.is-selected {
841
+ .btn-black:hover, .btn-black.is-hover, .btn-black:focus:hover, .btn-black:focus.is-hover {
886
842
  color: white;
887
843
  cursor: pointer;
888
844
  background-color: black;
@@ -891,6 +847,11 @@ select {
891
847
  color: white;
892
848
  background-color: rgba(0, 0, 0, 0.5);
893
849
  border: 1px solid rgba(255, 255, 255, 0.4); }
850
+ .btn-black.is-selected {
851
+ color: white;
852
+ cursor: pointer;
853
+ background-color: black;
854
+ border: 1px solid white; }
894
855
  .btn-black[disabled], .btn-black.is-disabled {
895
856
  opacity: .5;
896
857
  background-color: rgba(0, 0, 0, 0.5);
@@ -923,7 +884,7 @@ select {
923
884
  .btn-white:link, .btn-dropdown-white:link, .btn-white:visited, .btn-dropdown-white:visited {
924
885
  color: #5E7887;
925
886
  border: 1px solid #D7DDE1; }
926
- .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 {
887
+ .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 {
927
888
  color: #5E7887;
928
889
  cursor: pointer;
929
890
  background-color: #F0F2F4;
@@ -932,6 +893,11 @@ select {
932
893
  color: #5E7887;
933
894
  background-color: #ffffff;
934
895
  border: 1px solid #D7DDE1; }
896
+ .btn-white.is-selected, .is-selected.btn-dropdown-white {
897
+ color: #5E7887;
898
+ cursor: pointer;
899
+ background-color: #F0F2F4;
900
+ border: 1px solid #D7DDE1; }
935
901
  .btn-white[disabled], [disabled].btn-dropdown-white, .btn-white.is-disabled, .is-disabled.btn-dropdown-white {
936
902
  opacity: .5;
937
903
  background-color: #ffffff;
@@ -944,7 +910,7 @@ select {
944
910
  .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 {
945
911
  background-position: center center !important;
946
912
  color: transparent !important;
947
- 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");
913
+ 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%235000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000%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%235000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000%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");
948
914
  background-repeat: no-repeat;
949
915
  background-size: 23px 23px; }
950
916
  .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 {
@@ -964,7 +930,7 @@ select {
964
930
  .btn-yellow:link, .btn-yellow:visited {
965
931
  color: #ffffff;
966
932
  border: 1px solid #ff9c34; }
967
- .btn-yellow:hover, .btn-yellow.is-hover, .btn-yellow:focus:hover, .btn-yellow:focus.is-hover, .btn-yellow.is-selected {
933
+ .btn-yellow:hover, .btn-yellow.is-hover, .btn-yellow:focus:hover, .btn-yellow:focus.is-hover {
968
934
  color: #ffffff;
969
935
  cursor: pointer;
970
936
  background-color: #ff9c34;
@@ -973,6 +939,11 @@ select {
973
939
  color: #ffffff;
974
940
  background-color: #FFB567;
975
941
  border: 1px solid #ff9c34; }
942
+ .btn-yellow.is-selected {
943
+ color: #ffffff;
944
+ cursor: pointer;
945
+ background-color: #ff9c34;
946
+ border: 1px solid #ff9c34; }
976
947
  .btn-yellow[disabled], .btn-yellow.is-disabled {
977
948
  opacity: .5;
978
949
  background-color: #FFB567;
@@ -985,7 +956,7 @@ select {
985
956
  .btn-yellow.is-processing, .btn-yellow.processing, .btn-yellow.is-loading, .btn-yellow.loading {
986
957
  background-position: center center !important;
987
958
  color: transparent !important;
988
- 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");
959
+ 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%23ffffff%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%23ffffff%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");
989
960
  background-repeat: no-repeat;
990
961
  background-size: 23px 23px; }
991
962
  .btn-yellow.is-processing.btn--small, .btn-yellow.is-processing.btn-search, .btn-yellow.processing.btn--small, .btn-yellow.processing.btn-search, .btn-yellow.is-loading.btn--small, .btn-yellow.is-loading.btn-search, .btn-yellow.loading.btn--small, .btn-yellow.loading.btn-search {
@@ -1005,7 +976,7 @@ select {
1005
976
  .btn-facebook:link, .btn-facebook:visited {
1006
977
  color: #ffffff;
1007
978
  border: 1px solid #2d4474; }
1008
- .btn-facebook:hover, .btn-facebook.is-hover, .btn-facebook:focus:hover, .btn-facebook:focus.is-hover, .btn-facebook.is-selected {
979
+ .btn-facebook:hover, .btn-facebook.is-hover, .btn-facebook:focus:hover, .btn-facebook:focus.is-hover {
1009
980
  color: #ffffff;
1010
981
  cursor: pointer;
1011
982
  background-color: #2d4474;
@@ -1014,6 +985,11 @@ select {
1014
985
  color: #ffffff;
1015
986
  background-color: #3B5999;
1016
987
  border: 1px solid #2d4474; }
988
+ .btn-facebook.is-selected {
989
+ color: #ffffff;
990
+ cursor: pointer;
991
+ background-color: #2d4474;
992
+ border: 1px solid #2d4474; }
1017
993
  .btn-facebook[disabled], .btn-facebook.is-disabled {
1018
994
  opacity: .5;
1019
995
  background-color: #3B5999;
@@ -1026,7 +1002,7 @@ select {
1026
1002
  .btn-facebook.is-processing, .btn-facebook.processing, .btn-facebook.is-loading, .btn-facebook.loading {
1027
1003
  background-position: center center !important;
1028
1004
  color: transparent !important;
1029
- 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");
1005
+ 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%23ffffff%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%23ffffff%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");
1030
1006
  background-repeat: no-repeat;
1031
1007
  background-size: 23px 23px; }
1032
1008
  .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 {
@@ -1046,7 +1022,7 @@ select {
1046
1022
  .btn-twitter:link, .btn-twitter:visited {
1047
1023
  color: #ffffff;
1048
1024
  border: 1px solid #2795e9; }
1049
- .btn-twitter:hover, .btn-twitter.is-hover, .btn-twitter:focus:hover, .btn-twitter:focus.is-hover, .btn-twitter.is-selected {
1025
+ .btn-twitter:hover, .btn-twitter.is-hover, .btn-twitter:focus:hover, .btn-twitter:focus.is-hover {
1050
1026
  color: #ffffff;
1051
1027
  cursor: pointer;
1052
1028
  background-color: #2795e9;
@@ -1055,6 +1031,11 @@ select {
1055
1031
  color: #ffffff;
1056
1032
  background-color: #55ACEE;
1057
1033
  border: 1px solid #2795e9; }
1034
+ .btn-twitter.is-selected {
1035
+ color: #ffffff;
1036
+ cursor: pointer;
1037
+ background-color: #2795e9;
1038
+ border: 1px solid #2795e9; }
1058
1039
  .btn-twitter[disabled], .btn-twitter.is-disabled {
1059
1040
  opacity: .5;
1060
1041
  background-color: #55ACEE;
@@ -1067,7 +1048,7 @@ select {
1067
1048
  .btn-twitter.is-processing, .btn-twitter.processing, .btn-twitter.is-loading, .btn-twitter.loading {
1068
1049
  background-position: center center !important;
1069
1050
  color: transparent !important;
1070
- 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");
1051
+ 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%23ffffff%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%23ffffff%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");
1071
1052
  background-repeat: no-repeat;
1072
1053
  background-size: 23px 23px; }
1073
1054
  .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 {
@@ -1087,7 +1068,7 @@ select {
1087
1068
  .btn-transparent:link, .btn-transparent:visited {
1088
1069
  color: #ffffff;
1089
1070
  border: 1px solid rgba(255, 255, 255, 0); }
1090
- .btn-transparent:hover, .btn-transparent.is-hover, .btn-transparent:focus:hover, .btn-transparent:focus.is-hover, .btn-transparent.is-selected {
1071
+ .btn-transparent:hover, .btn-transparent.is-hover, .btn-transparent:focus:hover, .btn-transparent:focus.is-hover {
1091
1072
  color: #ffffff;
1092
1073
  cursor: pointer;
1093
1074
  background-color: rgba(255, 255, 255, 0.7);
@@ -1096,6 +1077,11 @@ select {
1096
1077
  color: #ffffff;
1097
1078
  background-color: rgba(255, 255, 255, 0.5);
1098
1079
  border: 1px solid rgba(255, 255, 255, 0); }
1080
+ .btn-transparent.is-selected {
1081
+ color: #ffffff;
1082
+ cursor: pointer;
1083
+ background-color: rgba(255, 255, 255, 0.7);
1084
+ border: 1px solid rgba(255, 255, 255, 0); }
1099
1085
  .btn-transparent[disabled], .btn-transparent.is-disabled {
1100
1086
  opacity: .5;
1101
1087
  background-color: rgba(255, 255, 255, 0.5);
@@ -1108,7 +1094,7 @@ select {
1108
1094
  .btn-transparent.is-processing, .btn-transparent.processing, .btn-transparent.is-loading, .btn-transparent.loading {
1109
1095
  background-position: center center !important;
1110
1096
  color: transparent !important;
1111
- 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");
1097
+ 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%23ffffff%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%23ffffff%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");
1112
1098
  background-repeat: no-repeat;
1113
1099
  background-size: 23px 23px; }
1114
1100
  .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 {
@@ -1128,7 +1114,7 @@ select {
1128
1114
  .btn-tumblr:link, .btn-tumblr:visited {
1129
1115
  color: #ffffff;
1130
1116
  border: 1px solid #222d3c; }
1131
- .btn-tumblr:hover, .btn-tumblr.is-hover, .btn-tumblr:focus:hover, .btn-tumblr:focus.is-hover, .btn-tumblr.is-selected {
1117
+ .btn-tumblr:hover, .btn-tumblr.is-hover, .btn-tumblr:focus:hover, .btn-tumblr:focus.is-hover {
1132
1118
  color: #ffffff;
1133
1119
  cursor: pointer;
1134
1120
  background-color: #222d3c;
@@ -1137,6 +1123,11 @@ select {
1137
1123
  color: #ffffff;
1138
1124
  background-color: #34465D;
1139
1125
  border: 1px solid #222d3c; }
1126
+ .btn-tumblr.is-selected {
1127
+ color: #ffffff;
1128
+ cursor: pointer;
1129
+ background-color: #222d3c;
1130
+ border: 1px solid #222d3c; }
1140
1131
  .btn-tumblr[disabled], .btn-tumblr.is-disabled {
1141
1132
  opacity: .5;
1142
1133
  background-color: #34465D;
@@ -1149,7 +1140,7 @@ select {
1149
1140
  .btn-tumblr.is-processing, .btn-tumblr.processing, .btn-tumblr.is-loading, .btn-tumblr.loading {
1150
1141
  background-position: center center !important;
1151
1142
  color: transparent !important;
1152
- 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");
1143
+ 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%23ffffff%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%23ffffff%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");
1153
1144
  background-repeat: no-repeat;
1154
1145
  background-size: 23px 23px; }
1155
1146
  .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 {
@@ -1169,7 +1160,7 @@ select {
1169
1160
  .btn-paypal:link, .btn-paypal:visited {
1170
1161
  color: #ffffff;
1171
1162
  border: 1px solid #002949; }
1172
- .btn-paypal:hover, .btn-paypal.is-hover, .btn-paypal:focus:hover, .btn-paypal:focus.is-hover, .btn-paypal.is-selected {
1163
+ .btn-paypal:hover, .btn-paypal.is-hover, .btn-paypal:focus:hover, .btn-paypal:focus.is-hover {
1173
1164
  color: #ffffff;
1174
1165
  cursor: pointer;
1175
1166
  background-color: #002949;
@@ -1178,6 +1169,11 @@ select {
1178
1169
  color: #ffffff;
1179
1170
  background-color: #00457C;
1180
1171
  border: 1px solid #002949; }
1172
+ .btn-paypal.is-selected {
1173
+ color: #ffffff;
1174
+ cursor: pointer;
1175
+ background-color: #002949;
1176
+ border: 1px solid #002949; }
1181
1177
  .btn-paypal[disabled], .btn-paypal.is-disabled {
1182
1178
  opacity: .5;
1183
1179
  background-color: #00457C;
@@ -1190,7 +1186,7 @@ select {
1190
1186
  .btn-paypal.is-processing, .btn-paypal.processing, .btn-paypal.is-loading, .btn-paypal.loading {
1191
1187
  background-position: center center !important;
1192
1188
  color: transparent !important;
1193
- 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");
1189
+ 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%23ffffff%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%23ffffff%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");
1194
1190
  background-repeat: no-repeat;
1195
1191
  background-size: 23px 23px; }
1196
1192
  .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 {
@@ -1210,7 +1206,7 @@ select {
1210
1206
  .btn-roku:link, .btn-roku:visited {
1211
1207
  color: #ffffff;
1212
1208
  border: 1px solid #4a206a; }
1213
- .btn-roku:hover, .btn-roku.is-hover, .btn-roku:focus:hover, .btn-roku:focus.is-hover, .btn-roku.is-selected {
1209
+ .btn-roku:hover, .btn-roku.is-hover, .btn-roku:focus:hover, .btn-roku:focus.is-hover {
1214
1210
  color: #ffffff;
1215
1211
  cursor: pointer;
1216
1212
  background-color: #4a206a;
@@ -1219,6 +1215,11 @@ select {
1219
1215
  color: #ffffff;
1220
1216
  background-color: #662C91;
1221
1217
  border: 1px solid #4a206a; }
1218
+ .btn-roku.is-selected {
1219
+ color: #ffffff;
1220
+ cursor: pointer;
1221
+ background-color: #4a206a;
1222
+ border: 1px solid #4a206a; }
1222
1223
  .btn-roku[disabled], .btn-roku.is-disabled {
1223
1224
  opacity: .5;
1224
1225
  background-color: #662C91;
@@ -1231,7 +1232,7 @@ select {
1231
1232
  .btn-roku.is-processing, .btn-roku.processing, .btn-roku.is-loading, .btn-roku.loading {
1232
1233
  background-position: center center !important;
1233
1234
  color: transparent !important;
1234
- 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");
1235
+ 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%23ffffff%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%23ffffff%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");
1235
1236
  background-repeat: no-repeat;
1236
1237
  background-size: 23px 23px; }
1237
1238
  .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 {
@@ -1387,7 +1388,7 @@ select {
1387
1388
 
1388
1389
  /* button media queries
1389
1390
  ......................................*/
1390
- @media only screen and (max-width: upper-bound(0em, 40em)) {
1391
+ @media only screen and (max-width: 40em) {
1391
1392
  .small-only-btn--fill {
1392
1393
  box-sizing: border-box;
1393
1394
  width: 100%; }
@@ -1924,7 +1925,7 @@ select {
1924
1925
  background-color: #149A97; }
1925
1926
 
1926
1927
  .vhx-green {
1927
- background-color: #7DA53E; }
1928
+ background-color: #9DBB36; }
1928
1929
 
1929
1930
  .vhx-yellow {
1930
1931
  background-color: #FFB567; }
@@ -2287,24 +2288,9 @@ html {
2287
2288
  min-height: 100%;
2288
2289
  height: 100%; }
2289
2290
 
2290
- .full-width .row, .full-width.row {
2291
- max-width: 100%; }
2292
-
2293
- .centered-content,
2294
- .centered {
2295
- text-align: center; }
2296
-
2297
- .contain,
2298
- .relative,
2299
- .position {
2291
+ .relative {
2300
2292
  position: relative; }
2301
2293
 
2302
- .contain-300 {
2303
- position: relative;
2304
- width: 300px !important;
2305
- margin-right: auto;
2306
- margin-left: auto; }
2307
-
2308
2294
  .pull {
2309
2295
  float: left; }
2310
2296
 
@@ -2313,16 +2299,13 @@ html {
2313
2299
 
2314
2300
  /* containers
2315
2301
  ......................................*/
2316
- .content-container {
2317
- padding: 0px 0 75px 0; }
2318
-
2319
2302
  .standard-width-container {
2320
2303
  padding: 0px 20px;
2321
2304
  position: relative;
2322
2305
  margin: 0 auto; }
2323
- @media only screen and (min-width: lower-bound(40.063em, 64em)) {
2306
+ @media only screen and (min-width: 40.063em) {
2324
2307
  .standard-width-container {
2325
- padding: 0px 35; } }
2308
+ padding: 0px 35px; } }
2326
2309
 
2327
2310
  .full-width-container {
2328
2311
  position: relative;
@@ -2368,46 +2351,6 @@ html {
2368
2351
  justify-content: center;
2369
2352
  align-items: center; }
2370
2353
 
2371
- /* .....................................
2372
- Fonts
2373
- ..................................... */
2374
- /* .....................................
2375
- Sets
2376
- ..................................... */
2377
- /* .....................................
2378
- Media Query Ranges
2379
- ..................................... */
2380
- /* .....................................
2381
- Colors - Grays
2382
- ..................................... */
2383
- /* .....................................
2384
- Colors - Teals
2385
- ..................................... */
2386
- /* .....................................
2387
- Colors - Red
2388
- ..................................... */
2389
- /* .....................................
2390
- Colors - Navy
2391
- ..................................... */
2392
- /* .....................................
2393
- Colors - Brand Palette
2394
- ..................................... */
2395
- /* .....................................
2396
- Colors - External Palette
2397
- ..................................... */
2398
- /* .....................................
2399
- Mixins for CSS3 Properties
2400
- ..................................... */
2401
- /* helper function for margin and padding
2402
- ......................................*/
2403
- /*
2404
- collection of prefixed flexbox properties
2405
- until we're using Compass 1.0+
2406
- ..........................................*/
2407
- h1, h2, h3, h4, h5, h6 {
2408
- margin: 0;
2409
- line-height: 18px; }
2410
-
2411
2354
  /* .....................................
2412
2355
  Fonts
2413
2356
  ..................................... */
@@ -2866,7 +2809,7 @@ object, embed, [data-clipboard] {
2866
2809
  /*.....................................
2867
2810
  Foundation Utility Extensions
2868
2811
  ......................................*/
2869
- @media only screen and (max-width: upper-bound(0em, 40em)) {
2812
+ @media only screen and (max-width: 40em) {
2870
2813
  .small-pull {
2871
2814
  float: left !important; }
2872
2815
 
@@ -2891,7 +2834,7 @@ object, embed, [data-clipboard] {
2891
2834
  .small-padding-horizontal-small {
2892
2835
  padding-left: 5px !important;
2893
2836
  padding-right: 5px !important; } }
2894
- @media only screen and (min-width: lower-bound(40.063em, 64em)) {
2837
+ @media only screen and (min-width: 40.063em) {
2895
2838
  .medium-padding-horizontal-medium {
2896
2839
  padding-left: 15px !important;
2897
2840
  padding-right: 15px !important; }
@@ -2908,7 +2851,7 @@ object, embed, [data-clipboard] {
2908
2851
 
2909
2852
  .medium-border-left {
2910
2853
  border-left: 1px solid #d6dcdf !important; } }
2911
- @media only screen and (min-width: lower-bound(64.063em, 90em)) {
2854
+ @media only screen and (min-width: 64.063em) {
2912
2855
  .large-padding-horizontal-large {
2913
2856
  padding-left: 35px !important;
2914
2857
  padding-right: 35px !important; } }
@@ -2961,11 +2904,9 @@ object, embed, [data-clipboard] {
2961
2904
 
2962
2905
  /* display
2963
2906
  ......................................*/
2964
- .is-block,
2965
2907
  .block {
2966
2908
  display: block !important; }
2967
2909
 
2968
- .is-inline,
2969
2910
  .inline {
2970
2911
  display: inline-block !important; }
2971
2912
 
@@ -2975,168 +2916,6 @@ object, embed, [data-clipboard] {
2975
2916
  .word-break {
2976
2917
  word-break: break-word; }
2977
2918
 
2978
- /* widths
2979
- ......................................*/
2980
- @media only screen and (min-width: 64.063em) {
2981
- .width-only.large-1 {
2982
- width: 6.25%; } }
2983
- @media only screen and (min-width: 40.063em) and (max-width: 64em) {
2984
- .width-only.medium-1 {
2985
- width: 6.25%; } }
2986
- @media only screen and (max-width: 40em) {
2987
- .width-only.small-1 {
2988
- width: 6.25%; } }
2989
-
2990
- @media only screen and (min-width: 64.063em) {
2991
- .width-only.large-2 {
2992
- width: 12.5%; } }
2993
- @media only screen and (min-width: 40.063em) and (max-width: 64em) {
2994
- .width-only.medium-2 {
2995
- width: 12.5%; } }
2996
- @media only screen and (max-width: 40em) {
2997
- .width-only.small-2 {
2998
- width: 12.5%; } }
2999
-
3000
- @media only screen and (min-width: 64.063em) {
3001
- .width-only.large-3 {
3002
- width: 18.75%; } }
3003
- @media only screen and (min-width: 40.063em) and (max-width: 64em) {
3004
- .width-only.medium-3 {
3005
- width: 18.75%; } }
3006
- @media only screen and (max-width: 40em) {
3007
- .width-only.small-3 {
3008
- width: 18.75%; } }
3009
-
3010
- @media only screen and (min-width: 64.063em) {
3011
- .width-only.large-4 {
3012
- width: 25%; } }
3013
- @media only screen and (min-width: 40.063em) and (max-width: 64em) {
3014
- .width-only.medium-4 {
3015
- width: 25%; } }
3016
- @media only screen and (max-width: 40em) {
3017
- .width-only.small-4 {
3018
- width: 25%; } }
3019
-
3020
- @media only screen and (min-width: 64.063em) {
3021
- .width-only.large-5 {
3022
- width: 31.25%; } }
3023
- @media only screen and (min-width: 40.063em) and (max-width: 64em) {
3024
- .width-only.medium-5 {
3025
- width: 31.25%; } }
3026
- @media only screen and (max-width: 40em) {
3027
- .width-only.small-5 {
3028
- width: 31.25%; } }
3029
-
3030
- @media only screen and (min-width: 64.063em) {
3031
- .width-only.large-6 {
3032
- width: 37.5%; } }
3033
- @media only screen and (min-width: 40.063em) and (max-width: 64em) {
3034
- .width-only.medium-6 {
3035
- width: 37.5%; } }
3036
- @media only screen and (max-width: 40em) {
3037
- .width-only.small-6 {
3038
- width: 37.5%; } }
3039
-
3040
- @media only screen and (min-width: 64.063em) {
3041
- .width-only.large-7 {
3042
- width: 43.75%; } }
3043
- @media only screen and (min-width: 40.063em) and (max-width: 64em) {
3044
- .width-only.medium-7 {
3045
- width: 43.75%; } }
3046
- @media only screen and (max-width: 40em) {
3047
- .width-only.small-7 {
3048
- width: 43.75%; } }
3049
-
3050
- @media only screen and (min-width: 64.063em) {
3051
- .width-only.large-8 {
3052
- width: 50%; } }
3053
- @media only screen and (min-width: 40.063em) and (max-width: 64em) {
3054
- .width-only.medium-8 {
3055
- width: 50%; } }
3056
- @media only screen and (max-width: 40em) {
3057
- .width-only.small-8 {
3058
- width: 50%; } }
3059
-
3060
- @media only screen and (min-width: 64.063em) {
3061
- .width-only.large-9 {
3062
- width: 56.25%; } }
3063
- @media only screen and (min-width: 40.063em) and (max-width: 64em) {
3064
- .width-only.medium-9 {
3065
- width: 56.25%; } }
3066
- @media only screen and (max-width: 40em) {
3067
- .width-only.small-9 {
3068
- width: 56.25%; } }
3069
-
3070
- @media only screen and (min-width: 64.063em) {
3071
- .width-only.large-10 {
3072
- width: 62.5%; } }
3073
- @media only screen and (min-width: 40.063em) and (max-width: 64em) {
3074
- .width-only.medium-10 {
3075
- width: 62.5%; } }
3076
- @media only screen and (max-width: 40em) {
3077
- .width-only.small-10 {
3078
- width: 62.5%; } }
3079
-
3080
- @media only screen and (min-width: 64.063em) {
3081
- .width-only.large-11 {
3082
- width: 68.75%; } }
3083
- @media only screen and (min-width: 40.063em) and (max-width: 64em) {
3084
- .width-only.medium-11 {
3085
- width: 68.75%; } }
3086
- @media only screen and (max-width: 40em) {
3087
- .width-only.small-11 {
3088
- width: 68.75%; } }
3089
-
3090
- @media only screen and (min-width: 64.063em) {
3091
- .width-only.large-12 {
3092
- width: 75%; } }
3093
- @media only screen and (min-width: 40.063em) and (max-width: 64em) {
3094
- .width-only.medium-12 {
3095
- width: 75%; } }
3096
- @media only screen and (max-width: 40em) {
3097
- .width-only.small-12 {
3098
- width: 75%; } }
3099
-
3100
- @media only screen and (min-width: 64.063em) {
3101
- .width-only.large-13 {
3102
- width: 81.25%; } }
3103
- @media only screen and (min-width: 40.063em) and (max-width: 64em) {
3104
- .width-only.medium-13 {
3105
- width: 81.25%; } }
3106
- @media only screen and (max-width: 40em) {
3107
- .width-only.small-13 {
3108
- width: 81.25%; } }
3109
-
3110
- @media only screen and (min-width: 64.063em) {
3111
- .width-only.large-14 {
3112
- width: 87.5%; } }
3113
- @media only screen and (min-width: 40.063em) and (max-width: 64em) {
3114
- .width-only.medium-14 {
3115
- width: 87.5%; } }
3116
- @media only screen and (max-width: 40em) {
3117
- .width-only.small-14 {
3118
- width: 87.5%; } }
3119
-
3120
- @media only screen and (min-width: 64.063em) {
3121
- .width-only.large-15 {
3122
- width: 93.75%; } }
3123
- @media only screen and (min-width: 40.063em) and (max-width: 64em) {
3124
- .width-only.medium-15 {
3125
- width: 93.75%; } }
3126
- @media only screen and (max-width: 40em) {
3127
- .width-only.small-15 {
3128
- width: 93.75%; } }
3129
-
3130
- @media only screen and (min-width: 64.063em) {
3131
- .width-only.large-16 {
3132
- width: 100%; } }
3133
- @media only screen and (min-width: 40.063em) and (max-width: 64em) {
3134
- .width-only.medium-16 {
3135
- width: 100%; } }
3136
- @media only screen and (max-width: 40em) {
3137
- .width-only.small-16 {
3138
- width: 100%; } }
3139
-
3140
2919
  /* scrollable content
3141
2920
  ......................................*/
3142
2921
  .frame {
@@ -3146,7 +2925,7 @@ object, embed, [data-clipboard] {
3146
2925
  max-height: 75px;
3147
2926
  width: 100%;
3148
2927
  overflow-y: auto; }
3149
- @media only screen and (max-width: upper-bound(0em, 40em)) {
2928
+ @media only screen and (max-width: 40em) {
3150
2929
  .frame.xsmall {
3151
2930
  height: auto; } }
3152
2931
  .frame.small {
@@ -3154,7 +2933,7 @@ object, embed, [data-clipboard] {
3154
2933
  max-height: 75px;
3155
2934
  width: 100%;
3156
2935
  overflow-y: auto; }
3157
- @media only screen and (max-width: upper-bound(0em, 40em)) {
2936
+ @media only screen and (max-width: 40em) {
3158
2937
  .frame.small {
3159
2938
  height: auto; } }
3160
2939
  .frame.medium {
@@ -3162,7 +2941,7 @@ object, embed, [data-clipboard] {
3162
2941
  max-height: 125px;
3163
2942
  width: 100%;
3164
2943
  overflow-y: auto; }
3165
- @media only screen and (max-width: upper-bound(0em, 40em)) {
2944
+ @media only screen and (max-width: 40em) {
3166
2945
  .frame.medium {
3167
2946
  height: auto; } }
3168
2947
  .frame.large {
@@ -3170,7 +2949,7 @@ object, embed, [data-clipboard] {
3170
2949
  max-height: 325px;
3171
2950
  width: 100%;
3172
2951
  overflow-y: auto; }
3173
- @media only screen and (max-width: upper-bound(0em, 40em)) {
2952
+ @media only screen and (max-width: 40em) {
3174
2953
  .frame.large {
3175
2954
  height: auto; } }
3176
2955
  .frame.xlarge {
@@ -3178,7 +2957,7 @@ object, embed, [data-clipboard] {
3178
2957
  max-height: 525px;
3179
2958
  width: 100%;
3180
2959
  overflow-y: auto; }
3181
- @media only screen and (max-width: upper-bound(0em, 40em)) {
2960
+ @media only screen and (max-width: 40em) {
3182
2961
  .frame.xlarge {
3183
2962
  height: auto; } }
3184
2963
  .frame.xxlarge {
@@ -3186,13 +2965,10 @@ object, embed, [data-clipboard] {
3186
2965
  max-height: 75px;
3187
2966
  width: 100%;
3188
2967
  overflow-y: auto; }
3189
- @media only screen and (max-width: upper-bound(0em, 40em)) {
2968
+ @media only screen and (max-width: 40em) {
3190
2969
  .frame.xxlarge {
3191
2970
  height: auto; } }
3192
2971
 
3193
- .cell {
3194
- display: table-cell !important; }
3195
-
3196
2972
  .fill-height {
3197
2973
  height: 100%; }
3198
2974
 
@@ -3215,16 +2991,6 @@ object, embed, [data-clipboard] {
3215
2991
  .truncate.small {
3216
2992
  max-width: 40%; }
3217
2993
 
3218
- .group:after {
3219
- clear: both; }
3220
- .group:before, .group:after {
3221
- content: " ";
3222
- display: table; }
3223
-
3224
- .uppercase,
3225
- .upper {
3226
- text-transform: uppercase; }
3227
-
3228
2994
  hr.column {
3229
2995
  position: relative;
3230
2996
  border: none;
@@ -3245,14 +3011,9 @@ hr.column {
3245
3011
  width: 1px;
3246
3012
  background: #ccc; }
3247
3013
 
3248
- .force_z_top {
3014
+ .force-z-top {
3249
3015
  z-index: 2147483647 !important; }
3250
3016
 
3251
- .vertical-center {
3252
- transform: translateY(-50%);
3253
- position: relative;
3254
- top: 50%; }
3255
-
3256
3017
  /* .....................................
3257
3018
  Fonts
3258
3019
  ..................................... */
@@ -3916,10 +3677,10 @@ a:hover {
3916
3677
 
3917
3678
  img {
3918
3679
  max-width: 100%;
3919
- height: auto; }
3920
-
3921
- img {
3922
- -ms-interpolation-mode: bicubic; }
3680
+ height: auto;
3681
+ -ms-interpolation-mode: bicubic;
3682
+ display: inline-block;
3683
+ vertical-align: middle; }
3923
3684
 
3924
3685
  .left {
3925
3686
  float: left !important; }
@@ -3934,10 +3695,6 @@ img {
3934
3695
  .clearfix:after {
3935
3696
  clear: both; }
3936
3697
 
3937
- img {
3938
- display: inline-block;
3939
- vertical-align: middle; }
3940
-
3941
3698
  textarea {
3942
3699
  height: auto;
3943
3700
  min-height: 50px; }
@@ -3950,8 +3707,7 @@ select {
3950
3707
  margin-left: auto;
3951
3708
  margin-right: auto;
3952
3709
  margin-top: 0;
3953
- margin-bottom: 0;
3954
- max-width: 80rem; }
3710
+ margin-bottom: 0; }
3955
3711
 
3956
3712
  .row:before, .row:after {
3957
3713
  content: " ";
@@ -4010,168 +3766,8 @@ select {
4010
3766
  float: left; }
4011
3767
 
4012
3768
  @media only screen {
4013
- .small-push-0 {
4014
- position: relative;
4015
- left: 0%;
4016
- right: auto; }
4017
-
4018
- .small-pull-0 {
4019
- position: relative;
4020
- right: 0%;
4021
- left: auto; }
4022
-
4023
- .small-push-1 {
4024
- position: relative;
4025
- left: 6.25%;
4026
- right: auto; }
4027
-
4028
- .small-pull-1 {
4029
- position: relative;
4030
- right: 6.25%;
4031
- left: auto; }
4032
-
4033
- .small-push-2 {
4034
- position: relative;
4035
- left: 12.5%;
4036
- right: auto; }
4037
-
4038
- .small-pull-2 {
4039
- position: relative;
4040
- right: 12.5%;
4041
- left: auto; }
4042
-
4043
- .small-push-3 {
4044
- position: relative;
4045
- left: 18.75%;
4046
- right: auto; }
4047
-
4048
- .small-pull-3 {
4049
- position: relative;
4050
- right: 18.75%;
4051
- left: auto; }
4052
-
4053
- .small-push-4 {
4054
- position: relative;
4055
- left: 25%;
4056
- right: auto; }
4057
-
4058
- .small-pull-4 {
4059
- position: relative;
4060
- right: 25%;
4061
- left: auto; }
4062
-
4063
- .small-push-5 {
4064
- position: relative;
4065
- left: 31.25%;
4066
- right: auto; }
4067
-
4068
- .small-pull-5 {
4069
- position: relative;
4070
- right: 31.25%;
4071
- left: auto; }
4072
-
4073
- .small-push-6 {
4074
- position: relative;
4075
- left: 37.5%;
4076
- right: auto; }
4077
-
4078
- .small-pull-6 {
4079
- position: relative;
4080
- right: 37.5%;
4081
- left: auto; }
4082
-
4083
- .small-push-7 {
4084
- position: relative;
4085
- left: 43.75%;
4086
- right: auto; }
4087
-
4088
- .small-pull-7 {
4089
- position: relative;
4090
- right: 43.75%;
4091
- left: auto; }
4092
-
4093
- .small-push-8 {
4094
- position: relative;
4095
- left: 50%;
4096
- right: auto; }
4097
-
4098
- .small-pull-8 {
4099
- position: relative;
4100
- right: 50%;
4101
- left: auto; }
4102
-
4103
- .small-push-9 {
4104
- position: relative;
4105
- left: 56.25%;
4106
- right: auto; }
4107
-
4108
- .small-pull-9 {
4109
- position: relative;
4110
- right: 56.25%;
4111
- left: auto; }
4112
-
4113
- .small-push-10 {
4114
- position: relative;
4115
- left: 62.5%;
4116
- right: auto; }
4117
-
4118
- .small-pull-10 {
4119
- position: relative;
4120
- right: 62.5%;
4121
- left: auto; }
4122
-
4123
- .small-push-11 {
4124
- position: relative;
4125
- left: 68.75%;
4126
- right: auto; }
4127
-
4128
- .small-pull-11 {
4129
- position: relative;
4130
- right: 68.75%;
4131
- left: auto; }
4132
-
4133
- .small-push-12 {
4134
- position: relative;
4135
- left: 75%;
4136
- right: auto; }
4137
-
4138
- .small-pull-12 {
4139
- position: relative;
4140
- right: 75%;
4141
- left: auto; }
4142
-
4143
- .small-push-13 {
4144
- position: relative;
4145
- left: 81.25%;
4146
- right: auto; }
4147
-
4148
- .small-pull-13 {
4149
- position: relative;
4150
- right: 81.25%;
4151
- left: auto; }
4152
-
4153
- .small-push-14 {
4154
- position: relative;
4155
- left: 87.5%;
4156
- right: auto; }
4157
-
4158
- .small-pull-14 {
4159
- position: relative;
4160
- right: 87.5%;
4161
- left: auto; }
4162
-
4163
- .small-push-15 {
4164
- position: relative;
4165
- left: 93.75%;
4166
- right: auto; }
4167
-
4168
- .small-pull-15 {
4169
- position: relative;
4170
- right: 93.75%;
4171
- left: auto; }
4172
-
4173
- .column,
4174
- .columns {
3769
+ .column,
3770
+ .columns {
4175
3771
  position: relative;
4176
3772
  padding-left: 0.46875rem;
4177
3773
  padding-right: 0.46875rem;
@@ -4286,184 +3882,10 @@ select {
4286
3882
  margin-right: auto;
4287
3883
  float: none; }
4288
3884
 
4289
- .column.small-uncentered,
4290
- .columns.small-uncentered {
4291
- margin-left: 0;
4292
- margin-right: 0;
4293
- float: left; }
4294
-
4295
3885
  .column.small-centered:last-child,
4296
3886
  .columns.small-centered:last-child {
4297
- float: none; }
4298
-
4299
- .column.small-uncentered:last-child,
4300
- .columns.small-uncentered:last-child {
4301
- float: left; }
4302
-
4303
- .column.small-uncentered.opposite,
4304
- .columns.small-uncentered.opposite {
4305
- float: right; } }
3887
+ float: none; } }
4306
3888
  @media only screen and (min-width: 40.063em) {
4307
- .medium-push-0 {
4308
- position: relative;
4309
- left: 0%;
4310
- right: auto; }
4311
-
4312
- .medium-pull-0 {
4313
- position: relative;
4314
- right: 0%;
4315
- left: auto; }
4316
-
4317
- .medium-push-1 {
4318
- position: relative;
4319
- left: 6.25%;
4320
- right: auto; }
4321
-
4322
- .medium-pull-1 {
4323
- position: relative;
4324
- right: 6.25%;
4325
- left: auto; }
4326
-
4327
- .medium-push-2 {
4328
- position: relative;
4329
- left: 12.5%;
4330
- right: auto; }
4331
-
4332
- .medium-pull-2 {
4333
- position: relative;
4334
- right: 12.5%;
4335
- left: auto; }
4336
-
4337
- .medium-push-3 {
4338
- position: relative;
4339
- left: 18.75%;
4340
- right: auto; }
4341
-
4342
- .medium-pull-3 {
4343
- position: relative;
4344
- right: 18.75%;
4345
- left: auto; }
4346
-
4347
- .medium-push-4 {
4348
- position: relative;
4349
- left: 25%;
4350
- right: auto; }
4351
-
4352
- .medium-pull-4 {
4353
- position: relative;
4354
- right: 25%;
4355
- left: auto; }
4356
-
4357
- .medium-push-5 {
4358
- position: relative;
4359
- left: 31.25%;
4360
- right: auto; }
4361
-
4362
- .medium-pull-5 {
4363
- position: relative;
4364
- right: 31.25%;
4365
- left: auto; }
4366
-
4367
- .medium-push-6 {
4368
- position: relative;
4369
- left: 37.5%;
4370
- right: auto; }
4371
-
4372
- .medium-pull-6 {
4373
- position: relative;
4374
- right: 37.5%;
4375
- left: auto; }
4376
-
4377
- .medium-push-7 {
4378
- position: relative;
4379
- left: 43.75%;
4380
- right: auto; }
4381
-
4382
- .medium-pull-7 {
4383
- position: relative;
4384
- right: 43.75%;
4385
- left: auto; }
4386
-
4387
- .medium-push-8 {
4388
- position: relative;
4389
- left: 50%;
4390
- right: auto; }
4391
-
4392
- .medium-pull-8 {
4393
- position: relative;
4394
- right: 50%;
4395
- left: auto; }
4396
-
4397
- .medium-push-9 {
4398
- position: relative;
4399
- left: 56.25%;
4400
- right: auto; }
4401
-
4402
- .medium-pull-9 {
4403
- position: relative;
4404
- right: 56.25%;
4405
- left: auto; }
4406
-
4407
- .medium-push-10 {
4408
- position: relative;
4409
- left: 62.5%;
4410
- right: auto; }
4411
-
4412
- .medium-pull-10 {
4413
- position: relative;
4414
- right: 62.5%;
4415
- left: auto; }
4416
-
4417
- .medium-push-11 {
4418
- position: relative;
4419
- left: 68.75%;
4420
- right: auto; }
4421
-
4422
- .medium-pull-11 {
4423
- position: relative;
4424
- right: 68.75%;
4425
- left: auto; }
4426
-
4427
- .medium-push-12 {
4428
- position: relative;
4429
- left: 75%;
4430
- right: auto; }
4431
-
4432
- .medium-pull-12 {
4433
- position: relative;
4434
- right: 75%;
4435
- left: auto; }
4436
-
4437
- .medium-push-13 {
4438
- position: relative;
4439
- left: 81.25%;
4440
- right: auto; }
4441
-
4442
- .medium-pull-13 {
4443
- position: relative;
4444
- right: 81.25%;
4445
- left: auto; }
4446
-
4447
- .medium-push-14 {
4448
- position: relative;
4449
- left: 87.5%;
4450
- right: auto; }
4451
-
4452
- .medium-pull-14 {
4453
- position: relative;
4454
- right: 87.5%;
4455
- left: auto; }
4456
-
4457
- .medium-push-15 {
4458
- position: relative;
4459
- left: 93.75%;
4460
- right: auto; }
4461
-
4462
- .medium-pull-15 {
4463
- position: relative;
4464
- right: 93.75%;
4465
- left: auto; }
4466
-
4467
3889
  .column,
4468
3890
  .columns {
4469
3891
  position: relative;
@@ -4580,344 +4002,10 @@ select {
4580
4002
  margin-right: auto;
4581
4003
  float: none; }
4582
4004
 
4583
- .column.medium-uncentered,
4584
- .columns.medium-uncentered {
4585
- margin-left: 0;
4586
- margin-right: 0;
4587
- float: left; }
4588
-
4589
4005
  .column.medium-centered:last-child,
4590
4006
  .columns.medium-centered:last-child {
4591
- float: none; }
4592
-
4593
- .column.medium-uncentered:last-child,
4594
- .columns.medium-uncentered:last-child {
4595
- float: left; }
4596
-
4597
- .column.medium-uncentered.opposite,
4598
- .columns.medium-uncentered.opposite {
4599
- float: right; }
4600
-
4601
- .push-0 {
4602
- position: relative;
4603
- left: 0%;
4604
- right: auto; }
4605
-
4606
- .pull-0 {
4607
- position: relative;
4608
- right: 0%;
4609
- left: auto; }
4610
-
4611
- .push-1 {
4612
- position: relative;
4613
- left: 6.25%;
4614
- right: auto; }
4615
-
4616
- .pull-1 {
4617
- position: relative;
4618
- right: 6.25%;
4619
- left: auto; }
4620
-
4621
- .push-2 {
4622
- position: relative;
4623
- left: 12.5%;
4624
- right: auto; }
4625
-
4626
- .pull-2 {
4627
- position: relative;
4628
- right: 12.5%;
4629
- left: auto; }
4630
-
4631
- .push-3 {
4632
- position: relative;
4633
- left: 18.75%;
4634
- right: auto; }
4635
-
4636
- .pull-3 {
4637
- position: relative;
4638
- right: 18.75%;
4639
- left: auto; }
4640
-
4641
- .push-4 {
4642
- position: relative;
4643
- left: 25%;
4644
- right: auto; }
4645
-
4646
- .pull-4 {
4647
- position: relative;
4648
- right: 25%;
4649
- left: auto; }
4650
-
4651
- .push-5 {
4652
- position: relative;
4653
- left: 31.25%;
4654
- right: auto; }
4655
-
4656
- .pull-5 {
4657
- position: relative;
4658
- right: 31.25%;
4659
- left: auto; }
4660
-
4661
- .push-6 {
4662
- position: relative;
4663
- left: 37.5%;
4664
- right: auto; }
4665
-
4666
- .pull-6 {
4667
- position: relative;
4668
- right: 37.5%;
4669
- left: auto; }
4670
-
4671
- .push-7 {
4672
- position: relative;
4673
- left: 43.75%;
4674
- right: auto; }
4675
-
4676
- .pull-7 {
4677
- position: relative;
4678
- right: 43.75%;
4679
- left: auto; }
4680
-
4681
- .push-8 {
4682
- position: relative;
4683
- left: 50%;
4684
- right: auto; }
4685
-
4686
- .pull-8 {
4687
- position: relative;
4688
- right: 50%;
4689
- left: auto; }
4690
-
4691
- .push-9 {
4692
- position: relative;
4693
- left: 56.25%;
4694
- right: auto; }
4695
-
4696
- .pull-9 {
4697
- position: relative;
4698
- right: 56.25%;
4699
- left: auto; }
4700
-
4701
- .push-10 {
4702
- position: relative;
4703
- left: 62.5%;
4704
- right: auto; }
4705
-
4706
- .pull-10 {
4707
- position: relative;
4708
- right: 62.5%;
4709
- left: auto; }
4710
-
4711
- .push-11 {
4712
- position: relative;
4713
- left: 68.75%;
4714
- right: auto; }
4715
-
4716
- .pull-11 {
4717
- position: relative;
4718
- right: 68.75%;
4719
- left: auto; }
4720
-
4721
- .push-12 {
4722
- position: relative;
4723
- left: 75%;
4724
- right: auto; }
4725
-
4726
- .pull-12 {
4727
- position: relative;
4728
- right: 75%;
4729
- left: auto; }
4730
-
4731
- .push-13 {
4732
- position: relative;
4733
- left: 81.25%;
4734
- right: auto; }
4735
-
4736
- .pull-13 {
4737
- position: relative;
4738
- right: 81.25%;
4739
- left: auto; }
4740
-
4741
- .push-14 {
4742
- position: relative;
4743
- left: 87.5%;
4744
- right: auto; }
4745
-
4746
- .pull-14 {
4747
- position: relative;
4748
- right: 87.5%;
4749
- left: auto; }
4750
-
4751
- .push-15 {
4752
- position: relative;
4753
- left: 93.75%;
4754
- right: auto; }
4755
-
4756
- .pull-15 {
4757
- position: relative;
4758
- right: 93.75%;
4759
- left: auto; } }
4007
+ float: none; } }
4760
4008
  @media only screen and (min-width: 64.063em) {
4761
- .large-push-0 {
4762
- position: relative;
4763
- left: 0%;
4764
- right: auto; }
4765
-
4766
- .large-pull-0 {
4767
- position: relative;
4768
- right: 0%;
4769
- left: auto; }
4770
-
4771
- .large-push-1 {
4772
- position: relative;
4773
- left: 6.25%;
4774
- right: auto; }
4775
-
4776
- .large-pull-1 {
4777
- position: relative;
4778
- right: 6.25%;
4779
- left: auto; }
4780
-
4781
- .large-push-2 {
4782
- position: relative;
4783
- left: 12.5%;
4784
- right: auto; }
4785
-
4786
- .large-pull-2 {
4787
- position: relative;
4788
- right: 12.5%;
4789
- left: auto; }
4790
-
4791
- .large-push-3 {
4792
- position: relative;
4793
- left: 18.75%;
4794
- right: auto; }
4795
-
4796
- .large-pull-3 {
4797
- position: relative;
4798
- right: 18.75%;
4799
- left: auto; }
4800
-
4801
- .large-push-4 {
4802
- position: relative;
4803
- left: 25%;
4804
- right: auto; }
4805
-
4806
- .large-pull-4 {
4807
- position: relative;
4808
- right: 25%;
4809
- left: auto; }
4810
-
4811
- .large-push-5 {
4812
- position: relative;
4813
- left: 31.25%;
4814
- right: auto; }
4815
-
4816
- .large-pull-5 {
4817
- position: relative;
4818
- right: 31.25%;
4819
- left: auto; }
4820
-
4821
- .large-push-6 {
4822
- position: relative;
4823
- left: 37.5%;
4824
- right: auto; }
4825
-
4826
- .large-pull-6 {
4827
- position: relative;
4828
- right: 37.5%;
4829
- left: auto; }
4830
-
4831
- .large-push-7 {
4832
- position: relative;
4833
- left: 43.75%;
4834
- right: auto; }
4835
-
4836
- .large-pull-7 {
4837
- position: relative;
4838
- right: 43.75%;
4839
- left: auto; }
4840
-
4841
- .large-push-8 {
4842
- position: relative;
4843
- left: 50%;
4844
- right: auto; }
4845
-
4846
- .large-pull-8 {
4847
- position: relative;
4848
- right: 50%;
4849
- left: auto; }
4850
-
4851
- .large-push-9 {
4852
- position: relative;
4853
- left: 56.25%;
4854
- right: auto; }
4855
-
4856
- .large-pull-9 {
4857
- position: relative;
4858
- right: 56.25%;
4859
- left: auto; }
4860
-
4861
- .large-push-10 {
4862
- position: relative;
4863
- left: 62.5%;
4864
- right: auto; }
4865
-
4866
- .large-pull-10 {
4867
- position: relative;
4868
- right: 62.5%;
4869
- left: auto; }
4870
-
4871
- .large-push-11 {
4872
- position: relative;
4873
- left: 68.75%;
4874
- right: auto; }
4875
-
4876
- .large-pull-11 {
4877
- position: relative;
4878
- right: 68.75%;
4879
- left: auto; }
4880
-
4881
- .large-push-12 {
4882
- position: relative;
4883
- left: 75%;
4884
- right: auto; }
4885
-
4886
- .large-pull-12 {
4887
- position: relative;
4888
- right: 75%;
4889
- left: auto; }
4890
-
4891
- .large-push-13 {
4892
- position: relative;
4893
- left: 81.25%;
4894
- right: auto; }
4895
-
4896
- .large-pull-13 {
4897
- position: relative;
4898
- right: 81.25%;
4899
- left: auto; }
4900
-
4901
- .large-push-14 {
4902
- position: relative;
4903
- left: 87.5%;
4904
- right: auto; }
4905
-
4906
- .large-pull-14 {
4907
- position: relative;
4908
- right: 87.5%;
4909
- left: auto; }
4910
-
4911
- .large-push-15 {
4912
- position: relative;
4913
- left: 93.75%;
4914
- right: auto; }
4915
-
4916
- .large-pull-15 {
4917
- position: relative;
4918
- right: 93.75%;
4919
- left: auto; }
4920
-
4921
4009
  .column,
4922
4010
  .columns {
4923
4011
  position: relative;
@@ -4940,438 +4028,97 @@ select {
4940
4028
  .large-5 {
4941
4029
  width: 31.25%; }
4942
4030
 
4943
- .large-6 {
4944
- width: 37.5%; }
4945
-
4946
- .large-7 {
4947
- width: 43.75%; }
4948
-
4949
- .large-8 {
4950
- width: 50%; }
4951
-
4952
- .large-9 {
4953
- width: 56.25%; }
4954
-
4955
- .large-10 {
4956
- width: 62.5%; }
4957
-
4958
- .large-11 {
4959
- width: 68.75%; }
4960
-
4961
- .large-12 {
4962
- width: 75%; }
4963
-
4964
- .large-13 {
4965
- width: 81.25%; }
4966
-
4967
- .large-14 {
4968
- width: 87.5%; }
4969
-
4970
- .large-15 {
4971
- width: 93.75%; }
4972
-
4973
- .large-16 {
4974
- width: 100%; }
4975
-
4976
- .large-offset-0 {
4977
- margin-left: 0% !important; }
4978
-
4979
- .large-offset-1 {
4980
- margin-left: 6.25% !important; }
4981
-
4982
- .large-offset-2 {
4983
- margin-left: 12.5% !important; }
4984
-
4985
- .large-offset-3 {
4986
- margin-left: 18.75% !important; }
4987
-
4988
- .large-offset-4 {
4989
- margin-left: 25% !important; }
4990
-
4991
- .large-offset-5 {
4992
- margin-left: 31.25% !important; }
4993
-
4994
- .large-offset-6 {
4995
- margin-left: 37.5% !important; }
4996
-
4997
- .large-offset-7 {
4998
- margin-left: 43.75% !important; }
4999
-
5000
- .large-offset-8 {
5001
- margin-left: 50% !important; }
5002
-
5003
- .large-offset-9 {
5004
- margin-left: 56.25% !important; }
5005
-
5006
- .large-offset-10 {
5007
- margin-left: 62.5% !important; }
5008
-
5009
- .large-offset-11 {
5010
- margin-left: 68.75% !important; }
5011
-
5012
- .large-offset-12 {
5013
- margin-left: 75% !important; }
5014
-
5015
- .large-offset-13 {
5016
- margin-left: 81.25% !important; }
5017
-
5018
- .large-offset-14 {
5019
- margin-left: 87.5% !important; }
5020
-
5021
- .large-offset-15 {
5022
- margin-left: 93.75% !important; }
5023
-
5024
- .large-reset-order {
5025
- margin-left: 0;
5026
- margin-right: 0;
5027
- left: auto;
5028
- right: auto;
5029
- float: left; }
5030
-
5031
- .column.large-centered,
5032
- .columns.large-centered {
5033
- margin-left: auto;
5034
- margin-right: auto;
5035
- float: none; }
5036
-
5037
- .column.large-uncentered,
5038
- .columns.large-uncentered {
5039
- margin-left: 0;
5040
- margin-right: 0;
5041
- float: left; }
5042
-
5043
- .column.large-centered:last-child,
5044
- .columns.large-centered:last-child {
5045
- float: none; }
5046
-
5047
- .column.large-uncentered:last-child,
5048
- .columns.large-uncentered:last-child {
5049
- float: left; }
5050
-
5051
- .column.large-uncentered.opposite,
5052
- .columns.large-uncentered.opposite {
5053
- float: right; }
5054
-
5055
- .push-0 {
5056
- position: relative;
5057
- left: 0%;
5058
- right: auto; }
5059
-
5060
- .pull-0 {
5061
- position: relative;
5062
- right: 0%;
5063
- left: auto; }
5064
-
5065
- .push-1 {
5066
- position: relative;
5067
- left: 6.25%;
5068
- right: auto; }
5069
-
5070
- .pull-1 {
5071
- position: relative;
5072
- right: 6.25%;
5073
- left: auto; }
5074
-
5075
- .push-2 {
5076
- position: relative;
5077
- left: 12.5%;
5078
- right: auto; }
5079
-
5080
- .pull-2 {
5081
- position: relative;
5082
- right: 12.5%;
5083
- left: auto; }
5084
-
5085
- .push-3 {
5086
- position: relative;
5087
- left: 18.75%;
5088
- right: auto; }
5089
-
5090
- .pull-3 {
5091
- position: relative;
5092
- right: 18.75%;
5093
- left: auto; }
5094
-
5095
- .push-4 {
5096
- position: relative;
5097
- left: 25%;
5098
- right: auto; }
5099
-
5100
- .pull-4 {
5101
- position: relative;
5102
- right: 25%;
5103
- left: auto; }
5104
-
5105
- .push-5 {
5106
- position: relative;
5107
- left: 31.25%;
5108
- right: auto; }
5109
-
5110
- .pull-5 {
5111
- position: relative;
5112
- right: 31.25%;
5113
- left: auto; }
5114
-
5115
- .push-6 {
5116
- position: relative;
5117
- left: 37.5%;
5118
- right: auto; }
5119
-
5120
- .pull-6 {
5121
- position: relative;
5122
- right: 37.5%;
5123
- left: auto; }
5124
-
5125
- .push-7 {
5126
- position: relative;
5127
- left: 43.75%;
5128
- right: auto; }
5129
-
5130
- .pull-7 {
5131
- position: relative;
5132
- right: 43.75%;
5133
- left: auto; }
5134
-
5135
- .push-8 {
5136
- position: relative;
5137
- left: 50%;
5138
- right: auto; }
5139
-
5140
- .pull-8 {
5141
- position: relative;
5142
- right: 50%;
5143
- left: auto; }
5144
-
5145
- .push-9 {
5146
- position: relative;
5147
- left: 56.25%;
5148
- right: auto; }
5149
-
5150
- .pull-9 {
5151
- position: relative;
5152
- right: 56.25%;
5153
- left: auto; }
5154
-
5155
- .push-10 {
5156
- position: relative;
5157
- left: 62.5%;
5158
- right: auto; }
5159
-
5160
- .pull-10 {
5161
- position: relative;
5162
- right: 62.5%;
5163
- left: auto; }
5164
-
5165
- .push-11 {
5166
- position: relative;
5167
- left: 68.75%;
5168
- right: auto; }
5169
-
5170
- .pull-11 {
5171
- position: relative;
5172
- right: 68.75%;
5173
- left: auto; }
5174
-
5175
- .push-12 {
5176
- position: relative;
5177
- left: 75%;
5178
- right: auto; }
5179
-
5180
- .pull-12 {
5181
- position: relative;
5182
- right: 75%;
5183
- left: auto; }
5184
-
5185
- .push-13 {
5186
- position: relative;
5187
- left: 81.25%;
5188
- right: auto; }
5189
-
5190
- .pull-13 {
5191
- position: relative;
5192
- right: 81.25%;
5193
- left: auto; }
5194
-
5195
- .push-14 {
5196
- position: relative;
5197
- left: 87.5%;
5198
- right: auto; }
5199
-
5200
- .pull-14 {
5201
- position: relative;
5202
- right: 87.5%;
5203
- left: auto; }
5204
-
5205
- .push-15 {
5206
- position: relative;
5207
- left: 93.75%;
5208
- right: auto; }
5209
-
5210
- .pull-15 {
5211
- position: relative;
5212
- right: 93.75%;
5213
- left: auto; } }
5214
- @media only screen and (min-width: 90.063em) {
5215
- .xlarge-push-0 {
5216
- position: relative;
5217
- left: 0%;
5218
- right: auto; }
5219
-
5220
- .xlarge-pull-0 {
5221
- position: relative;
5222
- right: 0%;
5223
- left: auto; }
5224
-
5225
- .xlarge-push-1 {
5226
- position: relative;
5227
- left: 6.25%;
5228
- right: auto; }
5229
-
5230
- .xlarge-pull-1 {
5231
- position: relative;
5232
- right: 6.25%;
5233
- left: auto; }
5234
-
5235
- .xlarge-push-2 {
5236
- position: relative;
5237
- left: 12.5%;
5238
- right: auto; }
4031
+ .large-6 {
4032
+ width: 37.5%; }
5239
4033
 
5240
- .xlarge-pull-2 {
5241
- position: relative;
5242
- right: 12.5%;
5243
- left: auto; }
4034
+ .large-7 {
4035
+ width: 43.75%; }
5244
4036
 
5245
- .xlarge-push-3 {
5246
- position: relative;
5247
- left: 18.75%;
5248
- right: auto; }
4037
+ .large-8 {
4038
+ width: 50%; }
5249
4039
 
5250
- .xlarge-pull-3 {
5251
- position: relative;
5252
- right: 18.75%;
5253
- left: auto; }
4040
+ .large-9 {
4041
+ width: 56.25%; }
5254
4042
 
5255
- .xlarge-push-4 {
5256
- position: relative;
5257
- left: 25%;
5258
- right: auto; }
4043
+ .large-10 {
4044
+ width: 62.5%; }
5259
4045
 
5260
- .xlarge-pull-4 {
5261
- position: relative;
5262
- right: 25%;
5263
- left: auto; }
4046
+ .large-11 {
4047
+ width: 68.75%; }
5264
4048
 
5265
- .xlarge-push-5 {
5266
- position: relative;
5267
- left: 31.25%;
5268
- right: auto; }
4049
+ .large-12 {
4050
+ width: 75%; }
5269
4051
 
5270
- .xlarge-pull-5 {
5271
- position: relative;
5272
- right: 31.25%;
5273
- left: auto; }
4052
+ .large-13 {
4053
+ width: 81.25%; }
5274
4054
 
5275
- .xlarge-push-6 {
5276
- position: relative;
5277
- left: 37.5%;
5278
- right: auto; }
4055
+ .large-14 {
4056
+ width: 87.5%; }
5279
4057
 
5280
- .xlarge-pull-6 {
5281
- position: relative;
5282
- right: 37.5%;
5283
- left: auto; }
4058
+ .large-15 {
4059
+ width: 93.75%; }
5284
4060
 
5285
- .xlarge-push-7 {
5286
- position: relative;
5287
- left: 43.75%;
5288
- right: auto; }
4061
+ .large-16 {
4062
+ width: 100%; }
5289
4063
 
5290
- .xlarge-pull-7 {
5291
- position: relative;
5292
- right: 43.75%;
5293
- left: auto; }
4064
+ .large-offset-0 {
4065
+ margin-left: 0% !important; }
5294
4066
 
5295
- .xlarge-push-8 {
5296
- position: relative;
5297
- left: 50%;
5298
- right: auto; }
4067
+ .large-offset-1 {
4068
+ margin-left: 6.25% !important; }
5299
4069
 
5300
- .xlarge-pull-8 {
5301
- position: relative;
5302
- right: 50%;
5303
- left: auto; }
4070
+ .large-offset-2 {
4071
+ margin-left: 12.5% !important; }
5304
4072
 
5305
- .xlarge-push-9 {
5306
- position: relative;
5307
- left: 56.25%;
5308
- right: auto; }
4073
+ .large-offset-3 {
4074
+ margin-left: 18.75% !important; }
5309
4075
 
5310
- .xlarge-pull-9 {
5311
- position: relative;
5312
- right: 56.25%;
5313
- left: auto; }
4076
+ .large-offset-4 {
4077
+ margin-left: 25% !important; }
5314
4078
 
5315
- .xlarge-push-10 {
5316
- position: relative;
5317
- left: 62.5%;
5318
- right: auto; }
4079
+ .large-offset-5 {
4080
+ margin-left: 31.25% !important; }
5319
4081
 
5320
- .xlarge-pull-10 {
5321
- position: relative;
5322
- right: 62.5%;
5323
- left: auto; }
4082
+ .large-offset-6 {
4083
+ margin-left: 37.5% !important; }
5324
4084
 
5325
- .xlarge-push-11 {
5326
- position: relative;
5327
- left: 68.75%;
5328
- right: auto; }
4085
+ .large-offset-7 {
4086
+ margin-left: 43.75% !important; }
5329
4087
 
5330
- .xlarge-pull-11 {
5331
- position: relative;
5332
- right: 68.75%;
5333
- left: auto; }
4088
+ .large-offset-8 {
4089
+ margin-left: 50% !important; }
5334
4090
 
5335
- .xlarge-push-12 {
5336
- position: relative;
5337
- left: 75%;
5338
- right: auto; }
4091
+ .large-offset-9 {
4092
+ margin-left: 56.25% !important; }
5339
4093
 
5340
- .xlarge-pull-12 {
5341
- position: relative;
5342
- right: 75%;
5343
- left: auto; }
4094
+ .large-offset-10 {
4095
+ margin-left: 62.5% !important; }
5344
4096
 
5345
- .xlarge-push-13 {
5346
- position: relative;
5347
- left: 81.25%;
5348
- right: auto; }
4097
+ .large-offset-11 {
4098
+ margin-left: 68.75% !important; }
5349
4099
 
5350
- .xlarge-pull-13 {
5351
- position: relative;
5352
- right: 81.25%;
5353
- left: auto; }
4100
+ .large-offset-12 {
4101
+ margin-left: 75% !important; }
5354
4102
 
5355
- .xlarge-push-14 {
5356
- position: relative;
5357
- left: 87.5%;
5358
- right: auto; }
4103
+ .large-offset-13 {
4104
+ margin-left: 81.25% !important; }
5359
4105
 
5360
- .xlarge-pull-14 {
5361
- position: relative;
5362
- right: 87.5%;
5363
- left: auto; }
4106
+ .large-offset-14 {
4107
+ margin-left: 87.5% !important; }
5364
4108
 
5365
- .xlarge-push-15 {
5366
- position: relative;
5367
- left: 93.75%;
5368
- right: auto; }
4109
+ .large-offset-15 {
4110
+ margin-left: 93.75% !important; }
5369
4111
 
5370
- .xlarge-pull-15 {
5371
- position: relative;
5372
- right: 93.75%;
5373
- left: auto; }
4112
+ .column.large-centered,
4113
+ .columns.large-centered {
4114
+ margin-left: auto;
4115
+ margin-right: auto;
4116
+ float: none; }
5374
4117
 
4118
+ .column.large-centered:last-child,
4119
+ .columns.large-centered:last-child {
4120
+ float: none; } }
4121
+ @media only screen and (min-width: 90.063em) {
5375
4122
  .column,
5376
4123
  .columns {
5377
4124
  position: relative;
@@ -5488,184 +4235,10 @@ select {
5488
4235
  margin-right: auto;
5489
4236
  float: none; }
5490
4237
 
5491
- .column.xlarge-uncentered,
5492
- .columns.xlarge-uncentered {
5493
- margin-left: 0;
5494
- margin-right: 0;
5495
- float: left; }
5496
-
5497
4238
  .column.xlarge-centered:last-child,
5498
4239
  .columns.xlarge-centered:last-child {
5499
- float: none; }
5500
-
5501
- .column.xlarge-uncentered:last-child,
5502
- .columns.xlarge-uncentered:last-child {
5503
- float: left; }
5504
-
5505
- .column.xlarge-uncentered.opposite,
5506
- .columns.xlarge-uncentered.opposite {
5507
- float: right; } }
4240
+ float: none; } }
5508
4241
  @media only screen and (min-width: 120.063em) {
5509
- .xxlarge-push-0 {
5510
- position: relative;
5511
- left: 0%;
5512
- right: auto; }
5513
-
5514
- .xxlarge-pull-0 {
5515
- position: relative;
5516
- right: 0%;
5517
- left: auto; }
5518
-
5519
- .xxlarge-push-1 {
5520
- position: relative;
5521
- left: 6.25%;
5522
- right: auto; }
5523
-
5524
- .xxlarge-pull-1 {
5525
- position: relative;
5526
- right: 6.25%;
5527
- left: auto; }
5528
-
5529
- .xxlarge-push-2 {
5530
- position: relative;
5531
- left: 12.5%;
5532
- right: auto; }
5533
-
5534
- .xxlarge-pull-2 {
5535
- position: relative;
5536
- right: 12.5%;
5537
- left: auto; }
5538
-
5539
- .xxlarge-push-3 {
5540
- position: relative;
5541
- left: 18.75%;
5542
- right: auto; }
5543
-
5544
- .xxlarge-pull-3 {
5545
- position: relative;
5546
- right: 18.75%;
5547
- left: auto; }
5548
-
5549
- .xxlarge-push-4 {
5550
- position: relative;
5551
- left: 25%;
5552
- right: auto; }
5553
-
5554
- .xxlarge-pull-4 {
5555
- position: relative;
5556
- right: 25%;
5557
- left: auto; }
5558
-
5559
- .xxlarge-push-5 {
5560
- position: relative;
5561
- left: 31.25%;
5562
- right: auto; }
5563
-
5564
- .xxlarge-pull-5 {
5565
- position: relative;
5566
- right: 31.25%;
5567
- left: auto; }
5568
-
5569
- .xxlarge-push-6 {
5570
- position: relative;
5571
- left: 37.5%;
5572
- right: auto; }
5573
-
5574
- .xxlarge-pull-6 {
5575
- position: relative;
5576
- right: 37.5%;
5577
- left: auto; }
5578
-
5579
- .xxlarge-push-7 {
5580
- position: relative;
5581
- left: 43.75%;
5582
- right: auto; }
5583
-
5584
- .xxlarge-pull-7 {
5585
- position: relative;
5586
- right: 43.75%;
5587
- left: auto; }
5588
-
5589
- .xxlarge-push-8 {
5590
- position: relative;
5591
- left: 50%;
5592
- right: auto; }
5593
-
5594
- .xxlarge-pull-8 {
5595
- position: relative;
5596
- right: 50%;
5597
- left: auto; }
5598
-
5599
- .xxlarge-push-9 {
5600
- position: relative;
5601
- left: 56.25%;
5602
- right: auto; }
5603
-
5604
- .xxlarge-pull-9 {
5605
- position: relative;
5606
- right: 56.25%;
5607
- left: auto; }
5608
-
5609
- .xxlarge-push-10 {
5610
- position: relative;
5611
- left: 62.5%;
5612
- right: auto; }
5613
-
5614
- .xxlarge-pull-10 {
5615
- position: relative;
5616
- right: 62.5%;
5617
- left: auto; }
5618
-
5619
- .xxlarge-push-11 {
5620
- position: relative;
5621
- left: 68.75%;
5622
- right: auto; }
5623
-
5624
- .xxlarge-pull-11 {
5625
- position: relative;
5626
- right: 68.75%;
5627
- left: auto; }
5628
-
5629
- .xxlarge-push-12 {
5630
- position: relative;
5631
- left: 75%;
5632
- right: auto; }
5633
-
5634
- .xxlarge-pull-12 {
5635
- position: relative;
5636
- right: 75%;
5637
- left: auto; }
5638
-
5639
- .xxlarge-push-13 {
5640
- position: relative;
5641
- left: 81.25%;
5642
- right: auto; }
5643
-
5644
- .xxlarge-pull-13 {
5645
- position: relative;
5646
- right: 81.25%;
5647
- left: auto; }
5648
-
5649
- .xxlarge-push-14 {
5650
- position: relative;
5651
- left: 87.5%;
5652
- right: auto; }
5653
-
5654
- .xxlarge-pull-14 {
5655
- position: relative;
5656
- right: 87.5%;
5657
- left: auto; }
5658
-
5659
- .xxlarge-push-15 {
5660
- position: relative;
5661
- left: 93.75%;
5662
- right: auto; }
5663
-
5664
- .xxlarge-pull-15 {
5665
- position: relative;
5666
- right: 93.75%;
5667
- left: auto; }
5668
-
5669
4242
  .column,
5670
4243
  .columns {
5671
4244
  position: relative;
@@ -5782,23 +4355,13 @@ select {
5782
4355
  margin-right: auto;
5783
4356
  float: none; }
5784
4357
 
5785
- .column.xxlarge-uncentered,
5786
- .columns.xxlarge-uncentered {
5787
- margin-left: 0;
5788
- margin-right: 0;
5789
- float: left; }
5790
-
5791
4358
  .column.xxlarge-centered:last-child,
5792
4359
  .columns.xxlarge-centered:last-child {
5793
4360
  float: none; }
5794
4361
 
5795
4362
  .column.xxlarge-uncentered:last-child,
5796
4363
  .columns.xxlarge-uncentered:last-child {
5797
- float: left; }
5798
-
5799
- .column.xxlarge-uncentered.opposite,
5800
- .columns.xxlarge-uncentered.opposite {
5801
- float: right; } }
4364
+ float: left; } }
5802
4365
  [class*="block-grid-"] {
5803
4366
  display: block;
5804
4367
  padding: 0;
@@ -6371,9 +4934,6 @@ select {
6371
4934
  -webkit-border-radius: 0px;
6372
4935
  line-height: normal; }
6373
4936
 
6374
- select.radius {
6375
- border-radius: 3px; }
6376
-
6377
4937
  select:disabled {
6378
4938
  cursor: default; }
6379
4939
 
@@ -6382,33 +4942,12 @@ input[type="file"],
6382
4942
  input[type="checkbox"],
6383
4943
  input[type="radio"],
6384
4944
  select {
6385
- margin: 0 0 1rem 0; }
6386
-
6387
- input[type="checkbox"] + label,
6388
- input[type="radio"] + label {
6389
- display: inline-block;
6390
- margin-left: 0.5rem;
6391
- margin-right: 1rem;
6392
- margin-bottom: 0;
6393
- vertical-align: baseline; }
4945
+ margin: 0; }
6394
4946
 
6395
4947
  /* Normalize file input width */
6396
4948
  input[type="file"] {
6397
4949
  width: 100%; }
6398
4950
 
6399
- /* HTML5 Number spinners settings */
6400
- /* We add basic fieldset styling */
6401
- fieldset {
6402
- padding: 1.25rem;
6403
- margin: 1.125rem 0; }
6404
-
6405
- fieldset legend {
6406
- font-weight: bold;
6407
- background: white;
6408
- padding: 0 0.1875rem;
6409
- margin: 0;
6410
- margin-left: -0.1875rem; }
6411
-
6412
4951
  .inline-list {
6413
4952
  margin: 0;
6414
4953
  padding: 0;
@@ -6424,81 +4963,6 @@ fieldset legend {
6424
4963
  .inline-list > li > * {
6425
4964
  display: block; }
6426
4965
 
6427
- @-webkit-keyframes rotate {
6428
- from {
6429
- -webkit-transform: rotate(0deg); }
6430
- to {
6431
- -webkit-transform: rotate(360deg); } }
6432
- @-moz-keyframes rotate {
6433
- from {
6434
- -moz-transform: rotate(0deg); }
6435
- to {
6436
- -moz-transform: rotate(360deg); } }
6437
- @-o-keyframes rotate {
6438
- from {
6439
- -o-transform: rotate(0deg); }
6440
- to {
6441
- -o-transform: rotate(360deg); } }
6442
- @keyframes rotate {
6443
- from {
6444
- transform: rotate(0deg); }
6445
- to {
6446
- transform: rotate(360deg); } }
6447
- ul.pagination {
6448
- display: block;
6449
- min-height: 1.5rem;
6450
- margin-left: -0.3125rem; }
6451
-
6452
- ul.pagination li {
6453
- height: 1.5rem;
6454
- color: #222222;
6455
- font-size: 0.875rem;
6456
- margin-left: 0.3125rem; }
6457
-
6458
- ul.pagination li a, ul.pagination li button {
6459
- display: block;
6460
- padding: 0.0625rem 0.625rem 0.0625rem;
6461
- color: #999999;
6462
- background: none;
6463
- border-radius: 3px;
6464
- font-weight: normal;
6465
- font-size: 1em;
6466
- line-height: inherit;
6467
- transition: background-color 300ms ease-out; }
6468
-
6469
- ul.pagination li:hover a,
6470
- ul.pagination li a:focus, ul.pagination li:hover button,
6471
- ul.pagination li button:focus {
6472
- background: #e6e6e6; }
6473
-
6474
- ul.pagination li.unavailable a, ul.pagination li.unavailable button {
6475
- cursor: default;
6476
- color: #999999; }
6477
-
6478
- ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
6479
- background: transparent; }
6480
-
6481
- ul.pagination li.current a, ul.pagination li.current button {
6482
- background: #008cba;
6483
- color: white;
6484
- font-weight: bold;
6485
- cursor: default; }
6486
-
6487
- ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
6488
- background: #008cba; }
6489
-
6490
- ul.pagination li {
6491
- float: left;
6492
- display: block; }
6493
-
6494
- /* Pagination centred wrapper */
6495
- .pagination-centered {
6496
- text-align: center; }
6497
-
6498
- .pagination-centered ul.pagination li {
6499
- float: none;
6500
- display: inline-block; }
6501
-
6502
4966
  .reveal-modal-bg {
6503
4967
  position: fixed;
6504
4968
  top: 0;
@@ -6746,30 +5210,6 @@ table tr td {
6746
5210
 
6747
5211
  .xlarge-text-justify {
6748
5212
  text-align: justify !important; } }
6749
- @media only screen and (min-width: 120.063em) and (max-width: 999999999999) {
6750
- .xxlarge-only-text-left {
6751
- text-align: left !important; }
6752
-
6753
- .xxlarge-only-text-right {
6754
- text-align: right !important; }
6755
-
6756
- .xxlarge-only-text-center {
6757
- text-align: center !important; }
6758
-
6759
- .xxlarge-only-text-justify {
6760
- text-align: justify !important; } }
6761
- @media only screen and (min-width: 120.063em) {
6762
- .xxlarge-text-left {
6763
- text-align: left !important; }
6764
-
6765
- .xxlarge-text-right {
6766
- text-align: right !important; }
6767
-
6768
- .xxlarge-text-center {
6769
- text-align: center !important; }
6770
-
6771
- .xxlarge-text-justify {
6772
- text-align: justify !important; } }
6773
5213
  /* Typography resets */
6774
5214
  div,
6775
5215
  dl,
@@ -6828,42 +5268,15 @@ b {
6828
5268
  ul,
6829
5269
  ol,
6830
5270
  dl {
6831
- margin-bottom: 1.25rem;
6832
- list-style-position: outside;
6833
- font-family: inherit; }
6834
-
6835
- ul.no-bullet {
6836
- margin-left: 0; }
6837
-
6838
- ul.no-bullet li ul,
6839
- ul.no-bullet li ol {
6840
5271
  margin-bottom: 0;
5272
+ margin-left: 0;
5273
+ list-style-position: outside;
5274
+ font-family: inherit;
6841
5275
  list-style: none; }
6842
5276
 
6843
5277
  /* Unordered Lists */
6844
5278
  ul li ul,
6845
- ul li ol {
6846
- margin-bottom: 0; }
6847
-
6848
- ul.square li ul, ul.circle li ul, ul.disc li ul {
6849
- list-style: inherit; }
6850
-
6851
- ul.square {
6852
- list-style-type: square;
6853
- margin-left: 1.1rem; }
6854
-
6855
- ul.circle {
6856
- list-style-type: circle;
6857
- margin-left: 1.1rem; }
6858
-
6859
- ul.disc {
6860
- list-style-type: disc;
6861
- margin-left: 1.1rem; }
6862
-
6863
- ul.no-bullet {
6864
- list-style: none; }
6865
-
6866
- /* Ordered Lists */
5279
+ ul li ol,
6867
5280
  ol li ul,
6868
5281
  ol li ol {
6869
5282
  margin-bottom: 0; }
@@ -7433,7 +5846,6 @@ h1, h2, h3, h4, h5, h6, p {
7433
5846
  * user zoom.
7434
5847
  */
7435
5848
  html {
7436
- font-family: sans-serif;
7437
5849
  /* 1 */
7438
5850
  -ms-text-size-adjust: 100%;
7439
5851
  /* 2 */
@@ -7480,6 +5892,10 @@ video {
7480
5892
  vertical-align: baseline;
7481
5893
  /* 2 */ }
7482
5894
 
5895
+ p {
5896
+ margin: 0;
5897
+ padding: 0; }
5898
+
7483
5899
  /**
7484
5900
  * Prevent modern browsers from displaying `audio` without controls.
7485
5901
  * Remove excess height in iOS 5 devices.
@@ -7532,14 +5948,6 @@ strong {
7532
5948
  dfn {
7533
5949
  font-style: italic; }
7534
5950
 
7535
- /**
7536
- * Address variable `h1` font-size and margin within `section` and `article`
7537
- * contexts in Firefox 4+, Safari, and Chrome.
7538
- */
7539
- h1 {
7540
- font-size: 2em;
7541
- margin: 0.67em 0; }
7542
-
7543
5951
  /**
7544
5952
  * Address styling not present in IE 8/9.
7545
5953
  */
@@ -7569,6 +5977,9 @@ sup {
7569
5977
  sub {
7570
5978
  bottom: -0.25em; }
7571
5979
 
5980
+ h1, h2, h3, h4, h5, h6 {
5981
+ margin: 0; }
5982
+
7572
5983
  /* Embedded content
7573
5984
  ========================================================================== */
7574
5985
  /**
@@ -7589,7 +6000,7 @@ svg:not(:root) {
7589
6000
  * Address margin not present in IE 8/9 and Safari.
7590
6001
  */
7591
6002
  figure {
7592
- margin: 1em 40px; }
6003
+ margin: 0; }
7593
6004
 
7594
6005
  /**
7595
6006
  * Address differences between Firefox and other browsers.
@@ -7613,7 +6024,7 @@ kbd,
7613
6024
  pre,
7614
6025
  samp {
7615
6026
  font-family: monospace, monospace;
7616
- font-size: 1em; }
6027
+ font-size: 14px; }
7617
6028
 
7618
6029
  /* Forms
7619
6030
  ========================================================================== */
@@ -7742,9 +6153,9 @@ input[type="search"]::-webkit-search-decoration {
7742
6153
  * Define consistent border, margin, and padding.
7743
6154
  */
7744
6155
  fieldset {
7745
- border: 1px solid #c0c0c0;
7746
- margin: 0 2px;
7747
- padding: 0.35em 0.625em 0.75em; }
6156
+ border: none;
6157
+ margin: 0;
6158
+ padding: 0; }
7748
6159
 
7749
6160
  /**
7750
6161
  * 1. Correct `color` not being inherited in IE 8/9/10/11.
@@ -16355,7 +14766,7 @@ a.badge:hover, a.badge:active {
16355
14766
  z-index: 2147483642;
16356
14767
  position: fixed;
16357
14768
  border: none !important; }
16358
- @media only screen and (min-width: lower-bound(40.063em, 64em)) {
14769
+ @media only screen and (min-width: 40.063em) {
16359
14770
  .reveal-modal .padding-left-large-medium-up {
16360
14771
  padding-left: 25px; } }
16361
14772
  .reveal-modal .overflow-hidden {
@@ -16522,7 +14933,7 @@ a.badge:hover, a.badge:active {
16522
14933
  margin: 0 10px 0 0;
16523
14934
  padding-left: 5px; }
16524
14935
 
16525
- @media only screen and (min-width: lower-bound(64.063em, 90em)) {
14936
+ @media only screen and (min-width: 64.063em) {
16526
14937
  .footer-inline a, .footer-inline p {
16527
14938
  line-height: 60px; }
16528
14939
  .footer-inline a {
@@ -16534,7 +14945,7 @@ a.badge:hover, a.badge:active {
16534
14945
  .footer--made-by {
16535
14946
  float: right;
16536
14947
  text-align: right; } }
16537
- @media only screen and (min-width: lower-bound(40.063em, 64em)) {
14948
+ @media only screen and (min-width: 40.063em) {
16538
14949
  .footer-inline {
16539
14950
  padding: 0; }
16540
14951
  .footer-inline a, .footer-inline p {
@@ -16550,7 +14961,7 @@ a.badge:hover, a.badge:active {
16550
14961
  .footer--made-by {
16551
14962
  text-align: center;
16552
14963
  padding-left: 0; } }
16553
- @media only screen and (min-width: lower-bound(40.063em, 64em)) and (max-width: upper-bound(40.063em, 64em)) {
14964
+ @media only screen and (min-width: 40.063em) and (max-width: 64em) {
16554
14965
  .footer--link-list {
16555
14966
  display: flex;
16556
14967
  align-items: center;
@@ -17135,6 +15546,9 @@ a.text--yellow.is-disabled:link, a.text--yellow.is-disabled:visited, a.text--yel
17135
15546
  .text--transparent {
17136
15547
  color: rgba(94, 120, 135, 0.5); }
17137
15548
 
15549
+ .text---uppercase {
15550
+ text-transform: uppercase; }
15551
+
17138
15552
  .text-contain.text-1 p {
17139
15553
  margin-bottom: 24px; }
17140
15554
  .text-contain.text-2 p {