-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
963 lines (775 loc) · 55.3 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
/*
Theme Name: Pure Theme
Theme URI: http://www.purecharity.com
Github Theme URI: https://github.com/purecharity/pure-theme
Description: Created by Pure Charity
Version: 2.2.0
Author: Todd Hiestand
Author URI: http://www.purecharity.com/
*/
/* line 1, sass/partials/_format.scss */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, dl, address { margin: .7em 0; padding: 0; line-height: 163%; }
/* line 7, sass/partials/_format.scss */
h1, h2, h3, h4, h5, h6 { font-weight: 600; }
/* line 11, sass/partials/_format.scss */
.ss-icon { vertical-align: middle; }
/* line 13, sass/partials/_format.scss */
h1 { font-size: 2em; }
/* line 14, sass/partials/_format.scss */
h2 { font-size: 1.8em; }
/* line 15, sass/partials/_format.scss */
h3 { font-size: 1.6em; }
/* line 16, sass/partials/_format.scss */
h4 { font-size: 1.4em; }
/* line 17, sass/partials/_format.scss */
h5 { font-size: 1.2em; }
/* line 18, sass/partials/_format.scss */
h6 { font-size: 1em; }
/* line 20, sass/partials/_format.scss */
body { margin: 0 auto; padding: 0; font-family: "Lato", sans-serif; font-style: normal; font-weight: 400; color: #333; background: #fff; -webkit-font-smoothing: antialiased; }
/* line 30, sass/partials/_format.scss */
blockquote { padding: 2px 20px; margin: 5px 30px; border-left: 1px dotted #ccc; }
/* line 36, sass/partials/_format.scss */
a { color: #CF754C; text-decoration: none; }
/* line 37, sass/partials/_format.scss */
a:hover { color: #000; }
/* line 39, sass/partials/_format.scss */
em, i { font-style: italic; }
/* line 40, sass/partials/_format.scss */
strong, b { font-weight: 600; }
/* line 42, sass/partials/_format.scss */
ul { margin: 0; padding: 0; }
/* line 47, sass/partials/_format.scss */
.pin { width: 100%; z-index: 99999; position: relative; background: #000; opacity: .9; }
/* line 55, sass/partials/_format.scss */
.pinned { position: fixed !important; background: #000; opacity: .9; }
/* Page Layout */
/* line 63, sass/partials/_format.scss */
.wide-container { width: 100%; background: #fff; }
/* line 66, sass/partials/_format.scss */
.wide-container.header-wide { background: #fff; }
/* line 69, sass/partials/_format.scss */
.wide-container.footer-wide { background: #fff; }
/* page layout */
/* line 77, sass/partials/_format.scss */
.post-body p { margin: .7em 0; }
/* line 80, sass/partials/_format.scss */
.post-body ul { padding-left: 1.5em; }
/* line 82, sass/partials/_format.scss */
.post-body ul li { list-style: disc; }
/* line 86, sass/partials/_format.scss */
.post-body ol { padding-left: 1.5em; }
/* line 88, sass/partials/_format.scss */
.post-body ol li { list-style: decimal; }
/* line 94, sass/partials/_format.scss */
.centered { text-align: center; }
/* line 98, sass/partials/_format.scss */
.clear_block { float: left; width: 100%; padding: 10px; }
/* line 1, sass/partials/_forms.scss */
fieldset { border: none; }
/* line 5, sass/partials/_forms.scss */
input#search { width: 100%; margin-bottom: 10px; }
/* line 10, sass/partials/_forms.scss */
textarea#comment { width: 100%; }
/* wordpress image styles */
/* line 3, sass/partials/_images.scss */
img { max-width: 100%; margin: 0; padding: 0; height: auto; }
/* line 8, sass/partials/_images.scss */
img.wp-post-image { float: left; margin: 0 1em 1em 0; }
/* line 15, sass/partials/_images.scss */
.single-article .wp-post-image { float: left; margin: 0 1em 1em 0; }
/* line 21, sass/partials/_images.scss */
iframe { max-width: 100%; }
/* line 23, sass/partials/_images.scss */
img.alignright { float: right; margin: 0 0 1em 1em; }
/* line 24, sass/partials/_images.scss */
img.alignleft { float: left; margin: 0 1em 1em 0; }
/* line 25, sass/partials/_images.scss */
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
/* line 26, sass/partials/_images.scss */
a img.alignright { float: right; margin: 0 0 1em 1em; }
/* line 27, sass/partials/_images.scss */
a img.alignleft { float: left; margin: 0 1em 1em 0; }
/* line 28, sass/partials/_images.scss */
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
/* ===== Top ===== */
/* line 2, sass/partials/_nav.scss */
.col.nav { float: right; padding-right: 20px; }
/* line 6, sass/partials/_nav.scss */
.navigation { font-weight: 600; }
/* line 8, sass/partials/_nav.scss */
.navigation ul.menu { list-style: none; margin: 0px 0px; padding: 0 20px 0 0; width: 100%; float: left; text-align: right; z-index: 3; display: inline-block; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
/* line 23, sass/partials/_nav.scss */
.navigation ul.menu li { display: inline-block; position: relative; padding: 0; margin: 0; }
/* line 28, sass/partials/_nav.scss */
.navigation ul.menu li a { display: block; text-decoration: none; padding: 0 10px; line-height: 43px; color: #fff; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }
/* line 39, sass/partials/_nav.scss */
.navigation ul.menu li a:hover { position: relative; color: #fff !important; text-shadow: none; }
/* line 45, sass/partials/_nav.scss */
.navigation ul.menu li:hover { position: relative; color: #fff !important; text-shadow: none; }
/* line 49, sass/partials/_nav.scss */
.navigation ul.menu li:hover a { color: #fff !important; }
/* line 55, sass/partials/_nav.scss */
.navigation ul.menu li.current-page-parent a, .navigation ul.menu li.current_page_item a { color: #fff; text-shadow: none; }
/* line 61, sass/partials/_nav.scss */
.navigation ul.menu ul { background: #444; text-align: left; }
/* line 64, sass/partials/_nav.scss */
.navigation ul.menu ul:hover { color: #fff !important; }
/* line 67, sass/partials/_nav.scss */
.navigation ul.menu ul li { border: none; background: #444; }
/* line 70, sass/partials/_nav.scss */
.navigation ul.menu ul li:active { color: #fff !important; }
/* line 73, sass/partials/_nav.scss */
.navigation ul.menu ul li a { float: none; width: 200px; line-height: normal; font-variant: normal; font-weight: normal; font-size: 14px; text-transform: none; padding: 12px 15px; background: none !important; font-style: normal; text-shadow: none; color: #000; }
/* line 88, sass/partials/_nav.scss */
.navigation ul.menu ul ul { background: #555; margin-left: -14px; }
/* line 96, sass/partials/_nav.scss */
.navigation .menu ul ul, .navigation .menu ul li:hover ul ul { position: absolute; display: none; }
/* line 101, sass/partials/_nav.scss */
.navigation .menu ul ul li:hover ul, .navigation .menu ul li:hover ul li:hover ul { display: block; top: 0px; left: 100%; }
/* ===== Second and Third Level ===== */
/* line 109, sass/partials/_nav.scss */
.navigation .menu ul li:hover ul { display: block; position: absolute; left: 0; top: 100%; width: auto; height: auto; margin: 0; padding: 0; }
/* line 120, sass/partials/_nav.scss */
.navigation .menu ul ul ul li a { color: #000; font-weight: bold; }
/* line 124, sass/partials/_nav.scss */
.navigation .menu ul ul li:hover > a { background: #CCCB6C; color: #fff; }
/* line 128, sass/partials/_nav.scss */
.navigation .menu ul ul ul li:hover > a { background: #444 !important; color: #fff !important; }
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ========================================================================== HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined in IE 8/9. */
/* line 11, sass/partials/_normalize.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
/** Correct `inline-block` display not defined in IE 8/9. */
/* line 30, sass/partials/_normalize.scss */
audio, canvas, video { display: inline-block; }
/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
/* line 41, sass/partials/_normalize.scss */
audio:not([controls]) { display: none; height: 0; }
/** Address `[hidden]` styling not present in IE 8/9. Hide the `template` element in IE, Safari, and Firefox < 22. */
/* line 51, sass/partials/_normalize.scss */
[hidden], template { display: none; }
/* ========================================================================== Base ========================================================================== */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
/* line 66, sass/partials/_normalize.scss */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }
/** Remove default margin. */
/* line 76, sass/partials/_normalize.scss */
body { margin: 0; }
/* ========================================================================== Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
/* line 88, sass/partials/_normalize.scss */
a { background: transparent; }
/** Address `outline` inconsistency between Chrome and other browsers. */
/* line 96, sass/partials/_normalize.scss */
a:focus { outline: thin dotted; }
/** Improve readability when focused and also mouse hovered in all browsers. */
/* line 104, sass/partials/_normalize.scss */
a:active, a:hover { outline: 0; }
/* ========================================================================== Typography ========================================================================== */
/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari 5, and Chrome. */
/* line 118, sass/partials/_normalize.scss */
h1 { font-size: 2em; margin: 0.67em 0; }
/** Address styling not present in IE 8/9, Safari 5, and Chrome. */
/* line 127, sass/partials/_normalize.scss */
abbr[title] { border-bottom: 1px dotted; }
/** Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
/* line 135, sass/partials/_normalize.scss */
b, strong { font-weight: bold; }
/* line 140, sass/partials/_normalize.scss */
em, i { font-style: italic; }
/** Address styling not present in Safari 5 and Chrome. */
/* line 147, sass/partials/_normalize.scss */
dfn { font-style: italic; }
/** Address differences between Firefox and other browsers. */
/* line 155, sass/partials/_normalize.scss */
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
/** Address styling not present in IE 8/9. */
/* line 165, sass/partials/_normalize.scss */
mark { background: #ff0; color: #000; }
/** Correct font family set oddly in Safari 5 and Chrome. */
/* line 174, sass/partials/_normalize.scss */
code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; }
/** Improve readability of pre-formatted text in all browsers. */
/* line 186, sass/partials/_normalize.scss */
pre { white-space: pre-wrap; }
/** Set consistent quote types. */
/* line 194, sass/partials/_normalize.scss */
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
/** Address inconsistent and variable font size in all browsers. */
/* line 202, sass/partials/_normalize.scss */
small { font-size: 80%; }
/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
/* line 210, sass/partials/_normalize.scss */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
/* line 218, sass/partials/_normalize.scss */
sup { top: -0.5em; }
/* line 222, sass/partials/_normalize.scss */
sub { bottom: -0.25em; }
/* ========================================================================== Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9. */
/* line 234, sass/partials/_normalize.scss */
img { border: 0; }
/** Correct overflow displayed oddly in IE 9. */
/* line 242, sass/partials/_normalize.scss */
svg:not(:root) { overflow: hidden; }
/* ========================================================================== Figures ========================================================================== */
/** Address margin not present in IE 8/9 and Safari 5. */
/* line 254, sass/partials/_normalize.scss */
figure { margin: 0; }
/* ========================================================================== Forms ========================================================================== */
/** Define consistent border, margin, and padding. */
/* line 266, sass/partials/_normalize.scss */
fieldset { border: none; margin: 0 2px; padding: 0; }
/** 1. Correct `color` not being inherited in IE 8/9. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
/* line 277, sass/partials/_normalize.scss */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }
/** 1. Correct font family not being inherited in all browsers. 2. Correct font size not being inherited in all browsers. 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. */
/* line 288, sass/partials/_normalize.scss */
button, input, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 2 */ margin: 0; /* 3 */ }
/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
/* line 302, sass/partials/_normalize.scss */
button, input { line-height: normal; }
/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+. Correct `select` style inheritance in Firefox 4+ and Opera. */
/* line 314, sass/partials/_normalize.scss */
button, select { text-transform: none; }
/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
/* line 327, sass/partials/_normalize.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }
/** Re-set default cursor for disabled elements. */
/* line 339, sass/partials/_normalize.scss */
button[disabled], html input[disabled] { cursor: default; }
/** 1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */
/* line 349, sass/partials/_normalize.scss */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }
/** 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof). */
/* line 361, sass/partials/_normalize.scss */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }
/** Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */
/* line 373, sass/partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
/** Remove inner padding and border in Firefox 4+. */
/* line 382, sass/partials/_normalize.scss */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
/** 1. Remove default vertical scrollbar in IE 8/9. 2. Improve readability and alignment in all browsers. */
/* line 393, sass/partials/_normalize.scss */
textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ }
/* ========================================================================== Tables ========================================================================== */
/** Remove most spacing between table cells. */
/* line 406, sass/partials/_normalize.scss */
table { border-collapse: collapse; border-spacing: 0; }
/* special typography */
/* line 4, sass/partials/_buttons.scss */
a.button { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size: .9em; background: #CCCB6C; padding: 10px; color: #fff; font-weight: 600; text-transform: uppercase; position: relative; border: none; top: 0; left: 0; vertical-align: middle; margin: 0; line-height: 100%; cursor: pointer; width: auto; overflow: visible; text-decoration: none; vertical-align: middle; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: inline-block; line-height: 100%; zoom: 1; -webkit-transition: background 0.3s ease-in-out; -moz-transition: background 0.3s ease-in-out; -ms-transition: background 0.3s ease-in-out; -o-transition: background 0.3s ease-in-out; transition: background 0.3s ease-in-out; }
/* line 31, sass/partials/_buttons.scss */
a.button.small { padding: 6px; font-size: .8em; }
/* line 35, sass/partials/_buttons.scss */
a.button.medium { padding: 8px; font-size: .9em; }
/* line 39, sass/partials/_buttons.scss */
a.button.large { padding: 10px; font-size: 1.1em; }
/* line 43, sass/partials/_buttons.scss */
a.button.ghost { border: 1px solid #fff; color: #FFF !important; border-radius: 5px; background: none !important; }
/* line 49, sass/partials/_buttons.scss */
a.button:hover { background: #CF754C; }
/* line 52, sass/partials/_buttons.scss */
a.button.resource { margin-bottom: 20px; }
/* line 1, sass/partials/_pagination.scss */
.pagination { float: left; width: 100%; }
/* line 4, sass/partials/_pagination.scss */
.pagination ul { list-style: none; margin: 2em auto; padding: 0; text-align: center; color: #555555; font-size: 90%; }
/* line 11, sass/partials/_pagination.scss */
.pagination ul li { display: inline; }
/* line 15, sass/partials/_pagination.scss */
.pagination ul a.page-numbers { background-color: #EEEEEE; margin: 2px; padding: 5px 10px; display: inline-block; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; font-weight: 700; }
/* line 23, sass/partials/_pagination.scss */
.pagination ul a:hover { background: #CCCB6C; color: #fff; }
/* line 29, sass/partials/_pagination.scss */
.pagination ul span.current { background: #CCCB6C; color: #fff; display: inline-block; padding: 5px 10px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
/*
24 COLUMN - RESPONSIVE GRID SYSTEM
DEVELOPED BY DENIS LEBLANC
URL - http://responsive.gs
VERSION - 2.0
LICENSED UNDER GPL & MIT
*/
/* SET ALL ELEMENTS BOX-SIZING TO BORDER-BOX
If you need support for IE7 and lower use polyfill: https://github.com/Schepp/box-sizing-polyfill */
/* line 12, sass/partials/_responsive-gs-24col.scss */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* MAIN CONTAINER */
/* line 18, sass/partials/_responsive-gs-24col.scss */
.container { width: 960px; max-width: 95%; margin: 0 auto; }
/* SELF CLEARING FLOATS - CLEARFIX METHOD */
/* line 25, sass/partials/_responsive-gs-24col.scss */
.row:after, .col:after, .clr:after, .group:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }
/* DEFAULT ROW STYLES */
/* line 34, sass/partials/_responsive-gs-24col.scss */
.row { padding-top: 1.5em; padding-bottom: 1.5em; }
/* set according to preference*/
/* line 35, sass/partials/_responsive-gs-24col.scss */
.row.nopadrow { padding-top: 0; padding-bottom: 0; }
/* set according to preference*/
/* line 36, sass/partials/_responsive-gs-24col.scss */
.row.nopadbottom { padding-bottom: 0; }
/* line 37, sass/partials/_responsive-gs-24col.scss */
.row.nopadtop { padding-top: 0; }
/* line 39, sass/partials/_responsive-gs-24col.scss */
.no-top-margin { margin-top: 0 !important; }
/* line 40, sass/partials/_responsive-gs-24col.scss */
.no-bottom-margin { margin-bottom: 0 !important; }
/* line 41, sass/partials/_responsive-gs-24col.scss */
.margin-top-20 { margin-top: 20px !important; }
/* line 42, sass/partials/_responsive-gs-24col.scss */
.margin-bottom-20 { margin-bottom: 20px !important; }
/* line 43, sass/partials/_responsive-gs-24col.scss */
.margin-top-40 { margin-top: 40px !important; }
/* line 44, sass/partials/_responsive-gs-24col.scss */
.no-padding-bottom { padding-bottom: 0 !important; }
/* line 45, sass/partials/_responsive-gs-24col.scss */
.no-padding-top { padding-top: 0 !important; }
/* line 46, sass/partials/_responsive-gs-24col.scss */
.alignRight { text-align: right; }
/* line 47, sass/partials/_responsive-gs-24col.scss */
.alignLeft { text-align: left; }
/* DEFAULT COLUMN STYLES */
/* line 50, sass/partials/_responsive-gs-24col.scss */
.col { display: block; float: left; width: 100%; }
@media (min-width: 768px) { /* line 57, sass/partials/_responsive-gs-24col.scss */
.col { margin-left: 3%; } }
/* RESET MARGINS */
/* line 63, sass/partials/_responsive-gs-24col.scss */
.col:first-child { margin-left: 0; }
/* all browsers except IE6 and lower */
/* COLUMN WIDTH ON DISPLAYS +768px */
@media (min-width: 769px) { /* line 67, sass/partials/_responsive-gs-24col.scss */
.span_1 { width: 1.25%; }
/* line 68, sass/partials/_responsive-gs-24col.scss */
.span_2 { width: 5.5%; }
/* line 69, sass/partials/_responsive-gs-24col.scss */
.span_3 { width: 9.75%; }
/* line 70, sass/partials/_responsive-gs-24col.scss */
.span_4 { width: 14.0%; }
/* line 71, sass/partials/_responsive-gs-24col.scss */
.span_5 { width: 18.25%; }
/* line 72, sass/partials/_responsive-gs-24col.scss */
.span_6 { width: 22.5%; }
/* line 73, sass/partials/_responsive-gs-24col.scss */
.span_7 { width: 26.75%; }
/* line 74, sass/partials/_responsive-gs-24col.scss */
.span_8 { width: 31.0%; }
/* line 75, sass/partials/_responsive-gs-24col.scss */
.span_9 { width: 35.25%; }
/* line 76, sass/partials/_responsive-gs-24col.scss */
.span_10 { width: 39.5%; }
/* line 77, sass/partials/_responsive-gs-24col.scss */
.span_11 { width: 43.75%; }
/* line 78, sass/partials/_responsive-gs-24col.scss */
.span_12 { width: 48.0%; }
/* line 79, sass/partials/_responsive-gs-24col.scss */
.span_13 { width: 52.25%; }
/* line 80, sass/partials/_responsive-gs-24col.scss */
.span_14 { width: 56.5%; }
/* line 81, sass/partials/_responsive-gs-24col.scss */
.span_15 { width: 60.75%; }
/* line 82, sass/partials/_responsive-gs-24col.scss */
.span_16 { width: 65.0%; }
/* line 83, sass/partials/_responsive-gs-24col.scss */
.span_17 { width: 69.25%; }
/* line 84, sass/partials/_responsive-gs-24col.scss */
.span_18 { width: 73.5%; }
/* line 85, sass/partials/_responsive-gs-24col.scss */
.span_19 { width: 77.75%; }
/* line 86, sass/partials/_responsive-gs-24col.scss */
.span_20 { width: 82.0%; }
/* line 87, sass/partials/_responsive-gs-24col.scss */
.span_21 { width: 86.25%; }
/* line 88, sass/partials/_responsive-gs-24col.scss */
.span_22 { width: 90.5%; }
/* line 89, sass/partials/_responsive-gs-24col.scss */
.span_23 { width: 94.75%; }
/* line 90, sass/partials/_responsive-gs-24col.scss */
.span_24 { width: 100%; } }
/* line 93, sass/partials/_responsive-gs-24col.scss */
.col.centered { position: relative; margin-left: auto; margin-right: auto; float: none !important; }
/* line 1, sass/partials/_theme.scss */
.noheaderimage { font-size: 2em; padding: 30px 0; background: #EEEEEE; text-align: center; }
/* line 6, sass/partials/_theme.scss */
.noheaderimage h1 { margin: 0; }
/* line 11, sass/partials/_theme.scss */
.header-content { z-index: 1; position: absolute; width: 100%; top: 0; }
/* line 18, sass/partials/_theme.scss */
.home-head { height: 102vh; position: relative; }
/* line 21, sass/partials/_theme.scss */
.home-head a.bx-prev, .home-head a.bx-next { color: #fff !important; }
/* line 27, sass/partials/_theme.scss */
.siteid h1 { margin: 18px 20px; padding: 0; text-indent: 100%; white-space: nowrap; overflow: hidden; width: 200px; height: 90px; z-index: 200; position: relative; font-size: 2em; }
/* line 38, sass/partials/_theme.scss */
.siteid h1 a { display: block; color: #fff; width: 200px; height: 90px; }
/* line 49, sass/partials/_theme.scss */
.bxslider.slider-header li { height: 102vh; display: block; background-position: center center; background-repeat: no-repeat; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; color: #fff; text-align: center; }
/* line 59, sass/partials/_theme.scss */
.bxslider.slider-header li.overlayon:before { content: " "; display: block; height: 378px; width: 100%; position: absolute; bottom: 0; left: 0; background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.07) 26%, rgba(0, 0, 0, 0.5) 71%, rgba(0, 0, 0, 0.7) 100%); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.05) 26%, rgba(0, 0, 0, 0.5) 71%, rgba(0, 0, 0, 0.7) 100%); background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.07) 26%, rgba(0, 0, 0, 0.5) 71%, rgba(0, 0, 0, 0.7) 100%); background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.07) 26%, rgba(0, 0, 0, 0.5) 71%, rgba(0, 0, 0, 0.7) 100%); -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); -ms-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }
/* line 77, sass/partials/_theme.scss */
.bxslider.slider-header li.overlayon:after { content: " "; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); -ms-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }
/* line 93, sass/partials/_theme.scss */
.bxslider.slider-header .slide-content { position: absolute; top: 50%; left: 50%; margin: 0; line-height: 120%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); z-index: 1; font-size: 1.4em; }
/* line 106, sass/partials/_theme.scss */
.bxslider.slider-header h2 { font-size: 2em; margin: 0 0 30px 0; line-height: 100%; z-index: 1; position: relative; }
/* line 116, sass/partials/_theme.scss */
.single-header-image { height: 102vh; display: block; background-position: center center; background-repeat: no-repeat; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; color: #fff; text-align: center; }
/* line 126, sass/partials/_theme.scss */
.single-header-image.overlayon:before { content: " "; display: block; height: 378px; width: 100%; position: absolute; bottom: 0; left: 0; background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.07) 26%, rgba(0, 0, 0, 0.5) 71%, rgba(0, 0, 0, 0.7) 100%); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.05) 26%, rgba(0, 0, 0, 0.5) 71%, rgba(0, 0, 0, 0.7) 100%); background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.07) 26%, rgba(0, 0, 0, 0.5) 71%, rgba(0, 0, 0, 0.7) 100%); background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.07) 26%, rgba(0, 0, 0, 0.5) 71%, rgba(0, 0, 0, 0.7) 100%); -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); -ms-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }
/* line 144, sass/partials/_theme.scss */
.single-header-image.overlayon:after { content: " "; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); -ms-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }
/* line 159, sass/partials/_theme.scss */
.single-header-image .slide-content { position: absolute; top: 50%; left: 50%; margin: 0; line-height: 120%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); z-index: 2; font-size: 1.4em; }
/* line 174, sass/partials/_theme.scss */
.blurb-content { text-align: center; }
/* line 178, sass/partials/_theme.scss */
.content-section { padding: 50px 0; }
/* line 180, sass/partials/_theme.scss */
.content-section h3.content-heading { text-align: center; }
/* line 183, sass/partials/_theme.scss */
.content-section.main-content-section { text-align: inherit; }
/* line 186, sass/partials/_theme.scss */
.content-section.general_content { padding: 0 0 40px 0; }
/* line 189, sass/partials/_theme.scss */
.content-section.bgimage_content_section { padding: 200px 0; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; font-size: 1.4em; }
/* line 196, sass/partials/_theme.scss */
.content-section.bgimage_content_section p, .content-section.bgimage_content_section h3 { position: relative; z-index: 1; }
/* line 200, sass/partials/_theme.scss */
.content-section.bgimage_content_section.overlayon:before { content: " "; display: block; height: 378px; width: 100%; position: absolute; bottom: 0; left: 0; background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.07) 26%, rgba(0, 0, 0, 0.5) 71%, rgba(0, 0, 0, 0.7) 100%); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.05) 26%, rgba(0, 0, 0, 0.5) 71%, rgba(0, 0, 0, 0.7) 100%); background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.07) 26%, rgba(0, 0, 0, 0.5) 71%, rgba(0, 0, 0, 0.7) 100%); background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.07) 26%, rgba(0, 0, 0, 0.5) 71%, rgba(0, 0, 0, 0.7) 100%); -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); -ms-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }
/* line 218, sass/partials/_theme.scss */
.content-section.bgimage_content_section.overlayon:after { content: " "; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); -ms-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }
/* line 235, sass/partials/_theme.scss */
.content-section .videoembed p { margin: 0; }
/* line 243, sass/partials/_theme.scss */
.bx-quote { padding-bottom: 40px; font-style: italic; font-size: 1.6em; line-height: 133%; }
/* line 250, sass/partials/_theme.scss */
.intro { font-size: 1.4em; }
/* line 254, sass/partials/_theme.scss */
.cause-section { color: #fff; text-align: center; position: relative; margin: 0 5% 5% 5%; width: 90%; background-position: center center; background-repeat: no-repeat; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; }
/* line 265, sass/partials/_theme.scss */
.cause-section h3 { color: #fff; text-transform: uppercase; display: inline-block; }
/* line 270, sass/partials/_theme.scss */
.cause-section p.intro { line-height: 130%; }
/* line 273, sass/partials/_theme.scss */
.cause-section a { color: #fff !important; }
/* line 275, sass/partials/_theme.scss */
.cause-section a:hover { color: #fff !important; }
/* line 279, sass/partials/_theme.scss */
.cause-section:hover { background: rgba(0, 0, 0, 0.6) !important; }
/* line 282, sass/partials/_theme.scss */
.cause-section:after { content: ""; opacity: 0.5; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: -1; background-position: center center; background-repeat: no-repeat; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; }
/* line 297, sass/partials/_theme.scss */
.cause-section a { display: block; padding: 140px 0; }
/* line 301, sass/partials/_theme.scss */
.cause-section .feature1, .cause-section .feature2, .cause-section .feature3, .cause-section .feature4 { position: relative; }
/* line 306, sass/partials/_theme.scss */
.cause-section .feature1:hover, .cause-section .feature2:hover, .cause-section .feature3:hover, .cause-section .feature4:hover { background: rgba(0, 0, 0, 0.6) !important; }
/* line 309, sass/partials/_theme.scss */
.cause-section .feature1:after, .cause-section .feature2:after, .cause-section .feature3:after, .cause-section .feature4:after { content: ""; opacity: 0.5; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: -1; }
/* line 324, sass/partials/_theme.scss */
.page-head { height: 72vh; position: relative; }
/* line 329, sass/partials/_theme.scss */
.page-header { height: 72vh; display: block; background-position: center center; background-repeat: no-repeat; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; color: #fff; text-align: center; z-index: 1; position: absolute; width: 100%; top: 0; }
/* line 343, sass/partials/_theme.scss */
.page-header .page-header-content { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); z-index: 1; }
/* line 352, sass/partials/_theme.scss */
.page-header .page-header-content h1 { margin: 0; font-size: 4em; line-height: 120%; }
/* line 358, sass/partials/_theme.scss */
.page-header.overlayon:after { content: " "; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); -ms-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }
/* line 373, sass/partials/_theme.scss */
.page-header.overlayon:before { content: " "; display: block; height: 378px; width: 100%; position: absolute; bottom: 0; left: 0; background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.07) 26%, rgba(0, 0, 0, 0.5) 71%, rgba(0, 0, 0, 0.7) 100%); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.05) 26%, rgba(0, 0, 0, 0.5) 71%, rgba(0, 0, 0, 0.7) 100%); background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.07) 26%, rgba(0, 0, 0, 0.5) 71%, rgba(0, 0, 0, 0.7) 100%); background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.07) 26%, rgba(0, 0, 0, 0.5) 71%, rgba(0, 0, 0, 0.7) 100%); -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); -ms-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }
/* line 393, sass/partials/_theme.scss */
.post-body { padding-top: 30px; }
/* line 397, sass/partials/_theme.scss */
.sidebar { padding-top: 40px; font-size: .9em; }
/* line 400, sass/partials/_theme.scss */
.sidebar h4 { font-size: 1em; }
/* line 403, sass/partials/_theme.scss */
.sidebar ul { list-style: none; }
/* line 406, sass/partials/_theme.scss */
.sidebar .sidebar-section { margin-bottom: 40px; }
/* line 413, sass/partials/_theme.scss */
.footer { border-top: 1px solid #ddd; font-size: .8em; }
/* line 416, sass/partials/_theme.scss */
.footer ul { list-style: none; margin: 0; padding: 0; }
/* line 420, sass/partials/_theme.scss */
.footer ul li { margin: 0; }
/* line 426, sass/partials/_theme.scss */
.footer-wide { font-size: .9em; }
/* line 430, sass/partials/_theme.scss */
ul.social-icons { list-style: none; margin: 0; text-align: right; }
/* line 434, sass/partials/_theme.scss */
ul.social-icons li { display: inline-block; margin: 0; font-size: 2em; }
/* line 442, sass/partials/_theme.scss */
.fr-list-container.is-grid { font-size: .8em; }
/* line 446, sass/partials/_theme.scss */
.ss-pika { margin-right: 10px; }
/* line 455, sass/partials/_theme.scss */
.article { padding: 50px 0; }
/* line 457, sass/partials/_theme.scss */
.article.resource { padding: 20px 0; border-top: 1px solid #ddd; }
/* line 463, sass/partials/_theme.scss */
h2.tagtitle { font-size: .9em; margin-top: 0; }
/* line 468, sass/partials/_theme.scss */
.restags { line-height: 150%; }
/* line 472, sass/partials/_theme.scss */
.meta { font-size: 11px; font-style: italic; }
/* line 477, sass/partials/_theme.scss */
.author { margin-left: 20px; }
/* line 482, sass/partials/_theme.scss */
.featured-image img { -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; }
/* line 487, sass/partials/_theme.scss */
.comments-row { border-top: 1px solid #ddd; padding: 20px 0; margin-top: 40px; }
/* line 491, sass/partials/_theme.scss */
.comments-row ol { margin: 0; padding: 0; list-style: none; }
/* line 496, sass/partials/_theme.scss */
.comments-row li { list-style: none; margin: 0; padding: 0; }
/* line 501, sass/partials/_theme.scss */
.comments-row .comment-author { padding: 0px; font-weight: 600; }
/* line 504, sass/partials/_theme.scss */
.comments-row .comment-author img { float: left; margin: 0 10px 10px 0; }
/* line 509, sass/partials/_theme.scss */
.comments-row .comment-meta { font-size: .9em; }
/* line 512, sass/partials/_theme.scss */
.comments-row .children { margin-left: 40px; }
/* line 515, sass/partials/_theme.scss */
.comments-row .comment-body { margin: 20px 0; padding: 20px 0; border-bottom: 1px solid #ddd; }
/* line 525, sass/partials/_theme.scss */
.leader-section h2 { font-weight: 600; text-align: center; }
/* line 531, sass/partials/_theme.scss */
ul.leader-container { text-align: center !important; }
/* line 533, sass/partials/_theme.scss */
ul.leader-container li.col { display: inline-block; float: none; min-height: 320px; vertical-align: top; }
/* line 538, sass/partials/_theme.scss */
ul.leader-container li.col.secondary-leader { width: 18.25%; font-size: .7em; }
/* line 542, sass/partials/_theme.scss */
ul.leader-container li.col .leadercontact { font-size: 1.8em; }
/* line 546, sass/partials/_theme.scss */
ul.leader-container img { width: 100%; height: auto; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; }
/* line 551, sass/partials/_theme.scss */
ul.leader-container h3, ul.leader-container h4 { font-size: 1.2em; font-weight: 600; }
/* line 555, sass/partials/_theme.scss */
ul.leader-container .leader-position { font-size: 1em; }
/* line 560, sass/partials/_theme.scss */
.image-block { padding: 10px; /*height: 180px;*/ }
/* line 564, sass/partials/_theme.scss */
.image-block .image { height: 180px; background-size: cover !important; background-position: center; position: relative; }
/* line 570, sass/partials/_theme.scss */
.image-block .image:before { content: " "; display: block; height: 90px; width: 100%; position: absolute; bottom: 0; left: 0; background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.07) 26%, rgba(0, 0, 0, 0.5) 71%, rgba(0, 0, 0, 0.7) 100%); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.05) 26%, rgba(0, 0, 0, 0.5) 71%, rgba(0, 0, 0, 0.7) 100%); background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.07) 26%, rgba(0, 0, 0, 0.5) 71%, rgba(0, 0, 0, 0.7) 100%); background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.07) 26%, rgba(0, 0, 0, 0.5) 71%, rgba(0, 0, 0, 0.7) 100%); -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); -ms-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }
/* line 589, sass/partials/_theme.scss */
.image-block .image h2 { position: absolute; bottom: 8px; left: 20px; font-size: 13px; font-weight: normal; color: #FFF; text-transform: uppercase; text-shadow: 1px 1px 1px black; font-family: "Proxima Nova",sans-serif; }
/* line 600, sass/partials/_theme.scss */
.image-block p { font-size: 12px; color: #666; margin-top: 12px; }
/* line 607, sass/partials/_theme.scss */
.fullwidthimage img { width: 100%; height: auto; }
/* line 614, sass/partials/_theme.scss */
.pcsponsor-item { background: none !important; }
/* line 618, sass/partials/_theme.scss */
.pcsponsor-content h4, .pcsponsor-content p { color: #545454 !important; }
/* line 623, sass/partials/_theme.scss */
.poweredby { margin-top: 70px; }
/* line 627, sass/partials/_theme.scss */
.content-section.bgimage_content_section { font-size: 2em; padding: 100px 0; }
/* line 632, sass/partials/_theme.scss */
.general_content_section_bgcolor { padding-top: 0; padding-bottom: 0; }
/* line 637, sass/partials/_theme.scss */
.spon_box { height: 21em; background-repeat: no-repeat; background-size: cover; margin-bottom: 32px; position: relative; color: #fff; }
/* line 644, sass/partials/_theme.scss */
.spon_box a { display: block; }
/* line 645, sass/partials/_theme.scss */
.spon_box.tall_box { height: 44em; }
/* line 648, sass/partials/_theme.scss */
.spon_box .spon-box-content { position: absolute; bottom: 0%; left: 0; width: 100%; z-index: 1; font-size: .8em; padding: 10px; background: #545454; }
/* line 658, sass/partials/_theme.scss */
.spon_box h3 { margin: 0; color: #D8E737; }
/* line 662, sass/partials/_theme.scss */
.spon_box p { margin-top: 0; line-height: 125%; }
/* line 1, sass/partials/_mobile.scss */
.mobileshow { display: none; }
/* line 5, sass/partials/_mobile.scss */
.menu-btn { float: right; margin-top: 27px; margin-right: 20px; padding-bottom: 10px; text-align: right; font-size: 2.2em; font-weight: 600; }
/* line 15, sass/partials/_mobile.scss */
a.mobilepagebtn { color: #000; }
@media only screen and (max-width: 768px) { /* line 22, sass/partials/_mobile.scss */
.donatebuttons { margin-top: 40px; }
/* line 26, sass/partials/_mobile.scss */
.sitesid h1 { float: none; text-align: left; height: 100px; display: block; margin: 0 auto; }
/* line 34, sass/partials/_mobile.scss */
.site-header { display: none; }
/* line 38, sass/partials/_mobile.scss */
.mobileshow { display: block; }
/* line 43, sass/partials/_mobile.scss */
.mobilehide { display: none !important; } }
@media only screen and (max-width: 421px) { /* line 55, sass/partials/_mobile.scss */
.mobileshow { display: inline; }
/* line 59, sass/partials/_mobile.scss */
.bx-next, .bx-prev { display: none; }
/* line 63, sass/partials/_mobile.scss */
.mobile-causes-nav.phone-only { display: inline; }
/* line 68, sass/partials/_mobile.scss */
ul.leader-container li.col { width: 75%; }
/* line 70, sass/partials/_mobile.scss */
ul.leader-container li.col.secondary-leader { width: 75%; font-size: 1em; }
/* line 77, sass/partials/_mobile.scss */
.bx-wrapper .featured-fundraisers-slider, .bx-viewport .featured-fundraisers-slider, .bx-wrapper .featured-fundraisers-slider li { height: 421px !important; }
/* line 79, sass/partials/_mobile.scss */
.discover-fundraisers iframe { height: 401px; }
/* line 82, sass/partials/_mobile.scss */
.donate-template { height: 172vh; }
/* line 86, sass/partials/_mobile.scss */
.donate-page { height: 172vh; } }
/*! Pushy - v0.9.1 - 2013-9-16
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
/* line 8, sass/partials/_pushy.scss */
#container { z-index: 9999; }
/* line 12, sass/partials/_pushy.scss */
.pushy { position: fixed; width: 200px; height: 100%; top: 0; z-index: 9999; background: #EEEEEE; font-size: 1em; font-weight: bold; overflow: auto; -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */ }
/* line 23, sass/partials/_pushy.scss */
.pushy ul.menu { padding: 20px; font-weight: 600; text-transform: uppercase; list-style: none; }
/* line 28, sass/partials/_pushy.scss */
.pushy ul.menu.sub-menu { padding: 0; font-weight: 300; text-transform: capitalize; }
/* line 32, sass/partials/_pushy.scss */
.pushy ul.menu.sub-menu li { margin-top: 0; }
/* line 36, sass/partials/_pushy.scss */
.pushy ul.menu li { list-style: none; display: block; }
/* line 39, sass/partials/_pushy.scss */
.pushy ul.menu li.menu-item-has-children { margin: 20px 0; padding-top: 20px; border-top: 2px solid #fff; }
/* line 46, sass/partials/_pushy.scss */
.pushy a { display: block; color: #CCCB6C; line-height: 160%; text-decoration: none; }
/* line 51, sass/partials/_pushy.scss */
.pushy a:hover { background: none; color: #ccc; }
/* line 58, sass/partials/_pushy.scss */
.pushy-right { right: 0; -webkit-transform: translate3d(200px, 0, 0); -moz-transform: translate3d(200px, 0, 0); -ms-transform: translate3d(200px, 0, 0); -o-transform: translate3d(200px, 0, 0); transform: translate3d(200px, 0, 0); }
/* line 67, sass/partials/_pushy.scss */
.pushy-left { right: 0; -webkit-transform: translate3d(200px, 0, 0); -moz-transform: translate3d(200px, 0, 0); -ms-transform: translate3d(200px, 0, 0); -o-transform: translate3d(200px, 0, 0); transform: translate3d(200px, 0, 0); }
/* line 76, sass/partials/_pushy.scss */
.pushy-open { right: 0; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
/* line 85, sass/partials/_pushy.scss */
.container-push, .push-push { -webkit-transform: translate3d(-200px, 0, 0); -moz-transform: translate3d(-200px, 0, 0); -ms-transform: translate3d(-200px, 0, 0); -o-transform: translate3d(-200px, 0, 0); transform: translate3d(-200px, 0, 0); }
/* Menu Transitions */
/* line 95, sass/partials/_pushy.scss */
.pushy, #container, .push { -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); -moz-transition: -moz-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); -o-transition: -o-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); /* improves performance issues on mobile*/ }
/* Site Overlay */
/* line 107, sass/partials/_pushy.scss */
.site-overlay { display: none; }
/* line 112, sass/partials/_pushy.scss */
.pushy-active .site-overlay { display: block; position: fixed; top: 0; bottom: 0; left: 0; right: 200px; z-index: 99999; }
/* Example Media Query */
@media screen and (max-width: 768px) { /* line 125, sass/partials/_pushy.scss */
.pushy { font-size: 1.0em; } }
/* Overlay */
/* Container */
/* line 5, sass/partials/_modal.scss */
#basic-modal-content { display: none; }
/* line 9, sass/partials/_modal.scss */
#simplemodal-overlay { background: #fff; }
/* line 13, sass/partials/_modal.scss */
#simplemodal-container { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; height: 300px; width: 500px; background: #EEEEEE; border: 3px solid #333; padding: 20px; z-index: 99999 !important; font-size: .9em; }
/* line 22, sass/partials/_modal.scss */
#simplemodal-container p { line-height: 133%; }
/* line 25, sass/partials/_modal.scss */
#simplemodal-container h3 { margin-top: 0; margin-bottom: 8px; }
/* line 30, sass/partials/_modal.scss */
#simplemodal-container a.modalCloseImg { background: url(./images/close.png) no-repeat; width: 30px; height: 29px; display: inline; z-index: 3200; position: absolute; top: -15px; right: -16px; cursor: pointer; }
/* line 41, sass/partials/_modal.scss */
#simplemodal-container a.button { background: #CCCB6C; color: #fff; }
/* line 49, sass/partials/_modal.scss */
.modal img { float: left; width: 100%; height: auto; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; }
@media screen and (max-width: 768px) { /* line 59, sass/partials/_modal.scss */
#simplemodal-container { width: 95%; height: 330px; } }
/* line 5, sass/partials/_donate.scss */
.donate-template { height: 122vh; }
/* line 9, sass/partials/_donate.scss */
.donate-page { height: 122vh; }
/* line 11, sass/partials/_donate.scss */
.donate-page.overlayon:before { content: " "; display: block; height: 82vh; width: 100%; position: absolute; bottom: 0; left: 0; background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.07) 26%, rgba(0, 0, 0, 0.5) 71%, rgba(0, 0, 0, 0.7) 100%); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.05) 26%, rgba(0, 0, 0, 0.5) 71%, rgba(0, 0, 0, 0.7) 100%); background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.07) 26%, rgba(0, 0, 0, 0.5) 71%, rgba(0, 0, 0, 0.7) 100%); background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.07) 26%, rgba(0, 0, 0, 0.5) 71%, rgba(0, 0, 0, 0.7) 100%); -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); -ms-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }
/* line 29, sass/partials/_donate.scss */
.donate-page.overlayon:after { content: " "; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); -ms-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1); }
/* line 46, sass/partials/_donate.scss */
.donatebody { color: #fff; font-size: 1.3em; padding: 200px 0; z-index: 1; position: relative; }
/* line 52, sass/partials/_donate.scss */
.donatebody h1 { margin: 0; }
/* line 56, sass/partials/_donate.scss */
.donatebody h1 { margin: 0; text-align: center; z-index: 1; position: relative; }
/* line 62, sass/partials/_donate.scss */
.donatebody .donateintro p { text-align: center; margin: 0; line-height: 133%; z-index: 1; position: relative; }
/* line 71, sass/partials/_donate.scss */
.donatebuttons { position: relative; z-index: 1; }
/* line 76, sass/partials/_donate.scss */
ul.donate-options { margin-top: 0px; text-align: center; list-style: none; }
/* line 80, sass/partials/_donate.scss */
ul.donate-options li { list-style: none; margin-bottom: 10px; }
/* line 84, sass/partials/_donate.scss */
ul.donate-options a { font-weight: 600; width: 300px; }
/* line 90, sass/partials/_donate.scss */
ul.generaldonation { margin-bottom: 10px; list-style: none; }
/* line 93, sass/partials/_donate.scss */
ul.generaldonation a.button { padding: 20px; width: 300px; }
/* line 100, sass/partials/_donate.scss */
a.alt-donate-buttons { width: 100%; margin-bottom: 5px; }
/* line 105, sass/partials/_donate.scss */
input.donatesubmit { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size: .9em; background: #CCCB6C; padding: 10px; color: #fff; font-weight: 600; text-transform: uppercase; border: none; margin-bottom: 10px; -webkit-transition: background 0.3s ease-in-out; -moz-transition: background 0.3s ease-in-out; -ms-transition: background 0.3s ease-in-out; -o-transition: background 0.3s ease-in-out; transition: background 0.3s ease-in-out; }
/* line 116, sass/partials/_donate.scss */
input.donatesubmit:hover { background: #CF754C; color: #fff !important; }
/* line 122, sass/partials/_donate.scss */
.donatefield { padding: 10px; margin-bottom: 10px; background: #fff; border-radius: 5px; border: none; font-style: italic; }
/** BxSlider v4.0 - Fully loaded, responsive content slider http://bxslider.com Written by: Steven Wanderski, 2012 http://stevenwanderski.com (while drinking Belgian ales and listening to jazz) CEO and founder of bxCreative, LTD http://bxcreative.com */
/** RESET AND LAYOUT
===================================*/
/* line 17, sass/partials/_bxslider.scss */
.bx-wrapper { position: relative; margin: 0 auto 0px; padding: 0; *zoom: 1; }
/* line 24, sass/partials/_bxslider.scss */
.bx-wrapper img { max-width: 100%; display: block; }
/** THEME
===================================*/
/* line 32, sass/partials/_bxslider.scss */
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto { position: absolute; width: 100%; }
/* LOADER */
/* line 40, sass/partials/_bxslider.scss */
.bx-wrapper .bx-loading { min-height: 50px; background: url(../images/bx_loader.gif) center center no-repeat #fff; height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 2000; }
/* PAGER */
/* line 53, sass/partials/_bxslider.scss */
.bx-pager { padding-top: 30px; text-align: center; }
/* line 60, sass/partials/_bxslider.scss */
.bx-pager .bx-pager-item, .bx-controls-auto .bx-controls-auto-item { display: inline-block; *zoom: 1; *display: inline; }
/* line 67, sass/partials/_bxslider.scss */
.bx-pager.bx-default-pager a { background: #666; text-indent: -9999px; display: block; width: 30px; height: 10px; width: 10px; margin: 0 2px; outline: 0; -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; }
/* line 81, sass/partials/_bxslider.scss */
.bx-pager.bx-default-pager a:hover, .bx-pager.bx-default-pager a.active { background: #CC6633; }
/* DIRECTION CONTROLS (NEXT / PREV) */
/* line 88, sass/partials/_bxslider.scss */
.bx-wrapper .bx-prev { left: -100px; }
/* line 92, sass/partials/_bxslider.scss */
.bx-wrapper .bx-next { right: -100px; }
/* line 97, sass/partials/_bxslider.scss */
.bx-wrapper .bx-controls-direction a { position: absolute; top: 50%; margin-top: -16px; margin-left: 0px; outline: 0; color: #CC6633; font-size: 1.4em; }
/* line 107, sass/partials/_bxslider.scss */
.bx-wrapper .bx-controls-direction a.disabled { display: none; }
/* AUTO CONTROLS (START / STOP) */
/* line 113, sass/partials/_bxslider.scss */
.bx-wrapper .bx-controls-auto { text-align: center; }
/* line 117, sass/partials/_bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-start { display: block; text-indent: -9999px; width: 10px; height: 11px; outline: 0; background: url(images/controls.png) -86px -11px no-repeat; margin: 0 3px; }
/* line 127, sass/partials/_bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active { background-position: -86px 0; }
/* line 132, sass/partials/_bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-stop { display: block; text-indent: -9999px; width: 9px; height: 11px; outline: 0; background: url(images/controls.png) -86px -44px no-repeat; margin: 0 3px; }
/* line 142, sass/partials/_bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active { background-position: -86px -33px; }
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* line 149, sass/partials/_bxslider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager { text-align: left; width: 80%; }
/* line 154, sass/partials/_bxslider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto { right: 0; width: 35px; }
/* IMAGE CAPTIONS */
/* line 161, sass/partials/_bxslider.scss */
.bx-wrapper .bx-caption { position: absolute; bottom: 0; left: 0; background: #666 \9; background: rgba(80, 80, 80, 0.75); width: 100%; }
/* line 170, sass/partials/_bxslider.scss */
.bx-wrapper .bx-caption span { color: #fff; font-family: Arial; display: block; font-size: .85em; padding: 10px; }