OLD | NEW |
1 .m-a-na { | 1 .m-a-na { |
2 margin: 0 0 !important; } | 2 margin: 0 0 !important; } |
3 | 3 |
4 .m-t-na { | 4 .m-t-na { |
5 margin-top: 0 !important; } | 5 margin-top: 0 !important; } |
6 | 6 |
7 .m-b-na { | 7 .m-b-na { |
8 margin-bottom: 0 !important; } | 8 margin-bottom: 0 !important; } |
9 | 9 |
10 .m-x-na { | 10 .m-x-na { |
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
414 width: 100%; | 414 width: 100%; |
415 margin-bottom: 16px; | 415 margin-bottom: 16px; |
416 padding: 0; | 416 padding: 0; |
417 font-size: 18px; | 417 font-size: 18px; |
418 line-height: inherit; } | 418 line-height: inherit; } |
419 | 419 |
420 a, img { | 420 a, img { |
421 border: none; | 421 border: none; |
422 outline: none; } | 422 outline: none; } |
423 | 423 |
424 h2 + .row, .center blockquote + .row, | |
425 h1 + .row, | |
426 h2 + hr + .row, .center blockquote + hr + .row, | |
427 h1 + hr + .row { | |
428 margin-top: -16px; } | |
429 | |
430 .section { | 424 .section { |
431 margin: 96px 0; } | 425 margin: 96px 0; } |
| 426 @media (max-width: 768px) { |
| 427 .section { |
| 428 margin: 32px 0; } } |
432 | 429 |
433 .section .section { | 430 .section .section { |
434 margin: 64px 0; } | 431 margin: 64px 0; } |
| 432 @media (max-width: 768px) { |
| 433 .section .section { |
| 434 margin: 32px 0; } } |
435 | 435 |
436 h1, h2, .center blockquote, h3, .group.items .item::before, h4, h5, h6 .h1, .h2,
.h3, .h4, .h5, .h6 { | 436 h1, h2, .center blockquote, h3, .group.items .item::before, h4, h5, h6 .h1, .h2,
.h3, .h4, .h5, .h6 { |
437 text-transform: uppercase; | 437 text-transform: uppercase; |
438 font-weight: 700; | 438 font-weight: 700; |
439 line-height: 120%; } | 439 line-height: 120%; } |
440 | 440 |
441 h1, | 441 h1, |
442 .h1 { | 442 .h1 { |
443 margin: 96px 0 64px 0; | 443 margin: 96px 0 64px 0; |
444 text-transform: none; | 444 text-transform: none; |
445 font-size: 42px; | 445 font-size: 42px; |
446 font-weight: 300; } | 446 font-weight: 300; } |
| 447 @media (max-width: 768px) { |
| 448 h1, |
| 449 .h1 { |
| 450 font-size: 30px; |
| 451 margin-top: 32px; } } |
| 452 @media (max-width: 544px) { |
| 453 h1, |
| 454 .h1 { |
| 455 font-size: 26px; |
| 456 margin-bottom: 44px; } } |
447 | 457 |
448 h2, .center blockquote, | 458 h2, .center blockquote, |
449 .h2 { | 459 .h2 { |
450 margin: 64px 0 32px 0; | 460 margin: 64px 0 32px 0; |
451 font-size: 28px; | 461 font-size: 28px; |
452 font-weight: 700; } | 462 font-weight: 700; } |
| 463 @media (max-width: 768px) { |
| 464 h2, .center blockquote, |
| 465 .h2 { |
| 466 font-size: 24px; |
| 467 margin-top: 32px; } } |
| 468 @media (max-width: 544px) { |
| 469 h2, .center blockquote, |
| 470 .h2 { |
| 471 font-size: 22px; |
| 472 margin-bottom: 16px; } } |
453 | 473 |
454 h3, .card h1, .card h2, .card .center blockquote, .center .card blockquote, .car
d h3, .card h4, .card h5, .card h6 .h1, h6 .card .h1, .card .h2, .card .h3, .car
d .h4, .card .h5, .card .h6, .group.items .item::before, | 474 h3, .card h1, .card h2, .card .center blockquote, .center .card blockquote, .car
d h3, .card h4, .card h5, .card h6 .h1, h6 .card .h1, .card .h2, .card .h3, .car
d .h4, .card .h5, .card .h6, .group.items .item::before, |
455 .h3, | 475 .h3, |
456 .group.items .item h1, | 476 .group.items .item h1, |
457 .group.items .item h2, | 477 .group.items .item h2, |
458 .group.items .item .center blockquote, | 478 .group.items .item .center blockquote, |
459 .center .group.items .item blockquote, | 479 .center .group.items .item blockquote, |
460 .group.items .item h3, | 480 .group.items .item h3, |
461 .group.items .item .item::before, | 481 .group.items .item .item::before, |
462 .group.items .item h4, | 482 .group.items .item h4, |
463 .group.items .item h5, | 483 .group.items .item h5, |
464 .group.items .item h6 .h1, | 484 .group.items .item h6 .h1, |
465 h6 .group.items .item .h1, | 485 h6 .group.items .item .h1, |
466 .group.items .item .h2, | 486 .group.items .item .h2, |
467 .group.items .item .h3, | 487 .group.items .item .h3, |
468 .group.items .item .h4, | 488 .group.items .item .h4, |
469 .group.items .item .h5, | 489 .group.items .item .h5, |
470 .group.items .item .h6 { | 490 .group.items .item .h6 { |
471 margin: 64px 0 32px 0; | 491 margin: 64px 0 32px 0; |
472 font-size: 22px; | 492 font-size: 22px; |
473 font-weight: 700; } | 493 font-weight: 700; } |
| 494 @media (max-width: 768px) { |
| 495 h3, .card h1, .card h2, .card .center blockquote, .center .card blockquote,
.card h3, .card h4, .card h5, .card h6 .h1, h6 .card .h1, .card .h2, .card .h3,
.card .h4, .card .h5, .card .h6, .group.items .item::before, |
| 496 .h3, |
| 497 .group.items .item h1, |
| 498 .group.items .item h2, |
| 499 .group.items .item .center blockquote, |
| 500 .center .group.items .item blockquote, |
| 501 .group.items .item h3, |
| 502 .group.items .item .item::before, |
| 503 .group.items .item h4, |
| 504 .group.items .item h5, |
| 505 .group.items .item h6 .h1, |
| 506 h6 .group.items .item .h1, |
| 507 .group.items .item .h2, |
| 508 .group.items .item .h3, |
| 509 .group.items .item .h4, |
| 510 .group.items .item .h5, |
| 511 .group.items .item .h6 { |
| 512 font-size: 20px; |
| 513 margin-top: 32px; } } |
| 514 @media (max-width: 544px) { |
| 515 h3, .card h1, .card h2, .card .center blockquote, .center .card blockquote,
.card h3, .card h4, .card h5, .card h6 .h1, h6 .card .h1, .card .h2, .card .h3,
.card .h4, .card .h5, .card .h6, .group.items .item::before, |
| 516 .h3, |
| 517 .group.items .item h1, |
| 518 .group.items .item h2, |
| 519 .group.items .item .center blockquote, |
| 520 .center .group.items .item blockquote, |
| 521 .group.items .item h3, |
| 522 .group.items .item .item::before, |
| 523 .group.items .item h4, |
| 524 .group.items .item h5, |
| 525 .group.items .item h6 .h1, |
| 526 h6 .group.items .item .h1, |
| 527 .group.items .item .h2, |
| 528 .group.items .item .h3, |
| 529 .group.items .item .h4, |
| 530 .group.items .item .h5, |
| 531 .group.items .item .h6 { |
| 532 margin-bottom: 16px; } } |
474 | 533 |
475 h4, | 534 h4, |
476 .h4 { | 535 .h4 { |
477 margin: 32px 0 16px 0; | 536 margin: 32px 0 16px 0; |
478 font-size: 20px; | 537 font-size: 20px; |
479 font-weight: 700; } | 538 font-weight: 700; } |
| 539 @media (max-width: 544px) { |
| 540 h4, |
| 541 .h4 { |
| 542 font-size: 18px; } } |
480 | 543 |
481 h5, .card.list h1, .card.list h2, .card.list .center blockquote, .center .card.l
ist blockquote, .card.list h3, .card.list .group.items .item::before, .group.ite
ms .card.list .item::before, .card.list h4, .card.list h5, .card.list h6 .h1, h6
.card.list .h1, .card.list .h2, .card.list .h3, .card.list .h4, .card.list .h5,
.card.list .h6, #footer h1, #footer h2, #footer .center blockquote, .center #fo
oter blockquote, #footer h3, #footer .group.items .item::before, .group.items #f
ooter .item::before, #footer h4, #footer h5, #footer h6 .h1, h6 #footer .h1, #fo
oter .h2, #footer .h3, #footer .h4, #footer .h5, #footer .h6, | 544 h5, .card.list h1, .card.list h2, .card.list .center blockquote, .center .card.l
ist blockquote, .card.list h3, .card.list .group.items .item::before, .group.ite
ms .card.list .item::before, .card.list h4, .card.list h5, .card.list h6 .h1, h6
.card.list .h1, .card.list .h2, .card.list .h3, .card.list .h4, .card.list .h5,
.card.list .h6, #footer h1, #footer h2, #footer .center blockquote, .center #fo
oter blockquote, #footer h3, #footer .group.items .item::before, .group.items #f
ooter .item::before, #footer h4, #footer h5, #footer h6 .h1, h6 #footer .h1, #fo
oter .h2, #footer .h3, #footer .h4, #footer .h5, #footer .h6, |
482 .h5 { | 545 .h5 { |
483 margin: 16px 0; | 546 margin: 16px 0; |
484 font-size: 18px; } | 547 font-size: 18px; } |
| 548 @media (max-width: 544px) { |
| 549 h5, .card.list h1, .card.list h2, .card.list .center blockquote, .center .ca
rd.list blockquote, .card.list h3, .card.list .group.items .item::before, .group
.items .card.list .item::before, .card.list h4, .card.list h5, .card.list h6 .h1
, h6 .card.list .h1, .card.list .h2, .card.list .h3, .card.list .h4, .card.list
.h5, .card.list .h6, #footer h1, #footer h2, #footer .center blockquote, .center
#footer blockquote, #footer h3, #footer .group.items .item::before, .group.item
s #footer .item::before, #footer h4, #footer h5, #footer h6 .h1, h6 #footer .h1,
#footer .h2, #footer .h3, #footer .h4, #footer .h5, #footer .h6, |
| 550 .h5 { |
| 551 font-size: 16px; } } |
485 | 552 |
486 h6, | 553 h6, |
487 .h6 { | 554 .h6 { |
488 margin: 16px 0; | 555 margin: 16px 0; |
489 font-size: 18px; | 556 font-size: 18px; |
490 font-weight: 400; } | 557 font-weight: 400; } |
| 558 @media (max-width: 544px) { |
| 559 h6, |
| 560 .h6 { |
| 561 font-size: 16px; } } |
491 | 562 |
492 html, | 563 html, |
493 body { | 564 body { |
494 color: #161616; | 565 color: #161616; |
495 font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI",
"Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetic
a Neue", sans-serif; | 566 font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI",
"Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetic
a Neue", sans-serif; |
496 font-size: 18px; | 567 font-size: 18px; |
497 font-weight: 300; | 568 font-weight: 300; |
498 line-height: 120%; } | 569 line-height: 120%; } |
| 570 @media (max-width: 544px) { |
| 571 html, |
| 572 body { |
| 573 font-size: 16px; } } |
499 | 574 |
500 small, | 575 small, |
501 .small { | 576 .small { |
502 margin-bottom: 8px; | 577 margin-bottom: 8px; |
503 font-size: 70%; | 578 font-size: 70%; |
504 line-height: 80%; } | 579 line-height: 80%; } |
505 | 580 |
506 blockquote, | 581 blockquote, |
507 p, | 582 p, |
508 ul, | 583 ul, |
509 ol, | 584 ol, |
510 dl, | 585 dl, |
511 .block { | 586 .block { |
512 margin: 16px 0; } | 587 margin: 16px 0; } |
513 | 588 |
| 589 .row p:first-child { |
| 590 margin-top: 0; } |
| 591 |
514 a { | 592 a { |
515 cursor: pointer; | 593 cursor: pointer; |
516 text-decoration: underline; | 594 text-decoration: underline; |
517 color: #8CC63E; | 595 color: #8CC63E; |
518 font-weight: 400; } | 596 font-weight: 400; } |
519 | 597 |
520 a:hover, a:active { | 598 a:hover, a:active { |
521 color: #292929; } | 599 color: #292929; } |
522 | 600 |
523 strong a { | 601 strong a { |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
600 dt { | 678 dt { |
601 margin: 16px 0; } | 679 margin: 16px 0; } |
602 | 680 |
603 dd { | 681 dd { |
604 margin: 16px 0 32px 0; } | 682 margin: 16px 0 32px 0; } |
605 | 683 |
606 dt { | 684 dt { |
607 font-size: 20px; | 685 font-size: 20px; |
608 text-transform: uppercase; | 686 text-transform: uppercase; |
609 font-weight: 700; } | 687 font-weight: 700; } |
| 688 @media (max-width: 768px) { |
| 689 dt { |
| 690 font-size: 18px; } } |
610 | 691 |
611 blockquote { | 692 blockquote { |
612 margin: 0; | 693 margin: 0; |
613 padding: 0 32px; | 694 padding: 0 32px; |
614 text-transform: uppercase; | 695 text-transform: uppercase; |
615 font-size: 18px; | 696 font-size: 18px; |
616 font-weight: 400; | 697 font-weight: 400; |
617 font-style: italic; } | 698 font-style: italic; } |
618 | 699 |
619 html[dir="ltr"] blockquote { | 700 html[dir="ltr"] blockquote { |
620 border-left: 4px solid #E1E1E1; } | 701 border-left: 4px solid #E1E1E1; } |
621 | 702 |
622 html[dir="rtl"] blockquote { | 703 html[dir="rtl"] blockquote { |
623 border-right: 4px solid #E1E1E1; } | 704 border-right: 4px solid #E1E1E1; } |
624 | 705 |
625 html .center blockquote { | 706 html .center blockquote { |
626 border: none; } | 707 border: none; } |
627 | 708 |
628 .center blockquote { | 709 .center blockquote { |
629 margin: 0; | 710 margin: 0; |
630 padding: 96px 0; | 711 padding: 64px 0; |
631 font-style: normal; } | 712 font-style: normal; } |
| 713 @media (max-width: 768px) { |
| 714 .center blockquote { |
| 715 font-size: 22px; |
| 716 padding: 32px 0; } } |
632 | 717 |
633 .center blockquote p:last-child { | 718 .center blockquote p:last-child { |
634 margin-top: -8px; } | 719 margin-top: -8px; } |
635 | 720 |
636 cite { | 721 cite { |
637 font-size: 14px; | 722 font-size: 14px; |
638 font-style: normal; } | 723 font-style: normal; } |
639 | 724 |
640 cite::before { | 725 cite::before { |
641 content: "-- "; } | 726 content: "-- "; } |
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
850 min-height: 1px; | 935 min-height: 1px; |
851 padding-right: 16px; | 936 padding-right: 16px; |
852 padding-left: 16px; } | 937 padding-left: 16px; } |
853 | 938 |
854 html[dir="ltr"] .row .col-3, html[dir="ltr"] .row .col-4, html[dir="ltr"] .row .
col-5, html[dir="ltr"] .row .col-6, html[dir="ltr"] .row .col-7, html[dir="ltr"]
.row .col-8, html[dir="ltr"] .row .col-9 { | 939 html[dir="ltr"] .row .col-3, html[dir="ltr"] .row .col-4, html[dir="ltr"] .row .
col-5, html[dir="ltr"] .row .col-6, html[dir="ltr"] .row .col-7, html[dir="ltr"]
.row .col-8, html[dir="ltr"] .row .col-9 { |
855 float: left; } | 940 float: left; } |
856 | 941 |
857 html[dir="rtl"] .row .col-3, html[dir="rtl"] .row .col-4, html[dir="rtl"] .row .
col-5, html[dir="rtl"] .row .col-6, html[dir="rtl"] .row .col-7, html[dir="rtl"]
.row .col-8, html[dir="rtl"] .row .col-9 { | 942 html[dir="rtl"] .row .col-3, html[dir="rtl"] .row .col-4, html[dir="rtl"] .row .
col-5, html[dir="rtl"] .row .col-6, html[dir="rtl"] .row .col-7, html[dir="rtl"]
.row .col-8, html[dir="rtl"] .row .col-9 { |
858 float: right; } | 943 float: right; } |
859 | 944 |
| 945 @media (max-width: 991px) { |
| 946 .row .col-3, .row .col-4, .row .col-5, .row .col-6, .row .col-7, .row .col-8,
.row .col-9 { |
| 947 padding-top: 8px; |
| 948 padding-bottom: 8px; } } |
| 949 |
860 @media (min-width: 544px) { | 950 @media (min-width: 544px) { |
861 .col-3 { | 951 .col-3 { |
862 width: 50%; } | 952 width: 50%; } |
863 html[dir="ltr"] .push-3 { | 953 html[dir="ltr"] .push-3 { |
864 left: 50%; } | 954 left: 50%; } |
865 html[dir="ltr"] .pull-3 { | 955 html[dir="ltr"] .pull-3 { |
866 right: 50%; } | 956 right: 50%; } |
867 html[dir="rtl"] .push-3 { | 957 html[dir="rtl"] .push-3 { |
868 right: 50%; } | 958 right: 50%; } |
869 html[dir="rtl"] .pull-3 { | 959 html[dir="rtl"] .pull-3 { |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
937 | 1027 |
938 .card { | 1028 .card { |
939 padding: 32px; | 1029 padding: 32px; |
940 color: #161616; | 1030 color: #161616; |
941 border: 1px solid #161616; | 1031 border: 1px solid #161616; |
942 background-color: #FFFFFF; } | 1032 background-color: #FFFFFF; } |
943 | 1033 |
944 .card h1, .card h2, .card .center blockquote, .center .card blockquote, .card h3
, .card .group.items .item::before, .group.items .card .item::before, .card h4,
.card h5, .card h6 .h1, h6 .card .h1, .card .h2, .card .h3, .card .h4, .card .h5
, .card .h6 { | 1034 .card h1, .card h2, .card .center blockquote, .center .card blockquote, .card h3
, .card .group.items .item::before, .group.items .card .item::before, .card h4,
.card h5, .card h6 .h1, h6 .card .h1, .card .h2, .card .h3, .card .h4, .card .h5
, .card .h6 { |
945 height: 48px; | 1035 height: 48px; |
946 margin: 16px 0 16px 0; } | 1036 margin: 16px 0 16px 0; } |
| 1037 @media (max-width: 544px) { |
| 1038 .card h1, .card h2, .card .center blockquote, .center .card blockquote, .car
d h3, .card .group.items .item::before, .group.items .card .item::before, .card
h4, .card h5, .card h6 .h1, h6 .card .h1, .card .h2, .card .h3, .card .h4, .card
.h5, .card .h6 { |
| 1039 height: auto; } } |
947 | 1040 |
948 .card-icon { | 1041 .card-icon { |
949 margin: 16px 0; } | 1042 margin: 16px 0; } |
950 | 1043 |
951 .center .card-icon { | 1044 .center .card-icon { |
952 margin: 48px 0 32px 0; } | 1045 margin: 48px 0 32px 0; } |
| 1046 @media (max-width: 768px) { |
| 1047 .center .card-icon { |
| 1048 margin-top: 32px; } } |
| 1049 @media (max-width: 544px) { |
| 1050 .center .card-icon { |
| 1051 margin-top: 16px; } } |
953 | 1052 |
954 img.card-icon, | 1053 img.card-icon, |
955 .card-icon img { | 1054 .card-icon img { |
956 height: 48px; } | 1055 height: 48px; } |
957 | 1056 |
958 .card img.block { | 1057 .card img.block { |
959 margin: 0; } | 1058 margin: 0; } |
960 | 1059 |
961 .card-summary { | 1060 .card-summary { |
962 margin: 32px 0; | 1061 margin: 32px 0; |
963 height: 64px; } | 1062 height: 64px; } |
| 1063 @media (max-width: 544px) { |
| 1064 .card-summary { |
| 1065 margin: 16px; |
| 1066 height: auto; } } |
964 | 1067 |
965 .card button, .card input[type="button"], .card input[type="reset"], .card input
[type="submit"], .card .btn-outline-primary, .card .btn-outline-accent, .card .b
tn-primary, .card .btn-accent { | 1068 .card button, .card input[type="button"], .card input[type="reset"], .card input
[type="submit"], .card .btn-outline-primary, .card .btn-outline-accent, .card .b
tn-primary, .card .btn-accent { |
966 display: block; | 1069 display: block; |
967 width: 100%; | 1070 width: 100%; |
968 margin-bottom: -8px; } | 1071 margin-bottom: -8px; } |
969 | 1072 |
970 .card li::before { | 1073 .card li::before { |
971 width: 32px; | 1074 width: 32px; |
972 text-align: left; } | 1075 text-align: left; } |
973 | 1076 |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1029 left: 0; } | 1132 left: 0; } |
1030 | 1133 |
1031 html[dir="rtl"] .items .item::before { | 1134 html[dir="rtl"] .items .item::before { |
1032 right: 0; } | 1135 right: 0; } |
1033 | 1136 |
1034 .group-container { | 1137 .group-container { |
1035 width: 100%; | 1138 width: 100%; |
1036 max-width: 1140px; | 1139 max-width: 1140px; |
1037 margin: 0 auto; | 1140 margin: 0 auto; |
1038 padding: 96px 0; } | 1141 padding: 96px 0; } |
| 1142 @media (max-width: 992px) { |
| 1143 .group-container { |
| 1144 padding: 8px; } } |
1039 | 1145 |
1040 .group-container > h1, .group-container > h2, .center .group-container > blockqu
ote, .group-container > h3, .group.items .group-container > .item::before, .grou
p-container > h4, .group-container > h5, h6 .group-container > .h1, .group-conta
iner > .h2, .group-container > .h3, .group-container > .h4, .group-container > .
h5, .group-container > .h6, | 1146 .group-container > h1, .group-container > h2, .center .group-container > blockqu
ote, .group-container > h3, .group.items .group-container > .item::before, .grou
p-container > h4, .group-container > h5, h6 .group-container > .h1, .group-conta
iner > .h2, .group-container > .h3, .group-container > .h4, .group-container > .
h5, .group-container > .h6, |
1041 .group-container > p { | 1147 .group-container > p { |
1042 margin: 96px auto; | 1148 margin: 64px auto; |
1043 padding: 0 16px; } | 1149 padding: 0 16px; } |
1044 | 1150 |
| 1151 @media (max-width: 992px) { |
| 1152 .group-container > p { |
| 1153 margin: 32px auto; } } |
| 1154 |
1045 .group { | 1155 .group { |
1046 display: table; | 1156 display: table; |
1047 width: 100%; | 1157 width: 100%; |
1048 table-layout: fixed; } | 1158 table-layout: fixed; } |
1049 | 1159 |
1050 .group-container .group { | 1160 .group-container .group { |
1051 margin-bottom: 0; } | 1161 margin-bottom: 0; } |
1052 | 1162 |
1053 .group-container > h1, .group-container > h2, .center .group-container > blockqu
ote, .group-container > h3, .group.items .group-container > .item::before, .grou
p-container > h4, .group-container > h5, h6 .group-container > .h1, .group-conta
iner > .h2, .group-container > .h3, .group-container > .h4, .group-container > .
h5, .group-container > .h6 { | 1163 .group-container > h1, .group-container > h2, .center .group-container > blockqu
ote, .group-container > h3, .group.items .group-container > .item::before, .grou
p-container > h4, .group-container > h5, h6 .group-container > .h1, .group-conta
iner > .h2, .group-container > .h3, .group-container > .h4, .group-container > .
h5, .group-container > .h6 { |
1054 margin-top: 0; } | 1164 margin-top: 0; } |
| 1165 @media (max-width: 992px) { |
| 1166 .group-container > h1, .group-container > h2, .center .group-container > blo
ckquote, .group-container > h3, .group.items .group-container > .item::before, .
group-container > h4, .group-container > h5, h6 .group-container > .h1, .group-c
ontainer > .h2, .group-container > .h3, .group-container > .h4, .group-container
> .h5, .group-container > .h6 { |
| 1167 margin: 32px auto; } } |
1055 | 1168 |
1056 .group .card, | 1169 .group .card, |
1057 .group .item { | 1170 .group .item { |
1058 display: table-cell; | 1171 display: table-cell; |
1059 vertical-align: top; } | 1172 vertical-align: top; } |
1060 | 1173 |
1061 .group.items .item::before { | 1174 .group.items .item::before { |
1062 margin-top: 16px; | 1175 margin-top: 16px; |
1063 text-align: center; | 1176 text-align: center; |
1064 width: 45px; } | 1177 width: 45px; } |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1189 .masthead .container { | 1302 .masthead .container { |
1190 padding: 0; } | 1303 padding: 0; } |
1191 .col-6.masthead-body { | 1304 .col-6.masthead-body { |
1192 padding: 16px 32px; } | 1305 padding: 16px 32px; } |
1193 .masthead-img img { | 1306 .masthead-img img { |
1194 padding: 32px 16px 0 16px; | 1307 padding: 32px 16px 0 16px; |
1195 margin: 0; } } | 1308 margin: 0; } } |
1196 | 1309 |
1197 .footnote { | 1310 .footnote { |
1198 margin-top: 64px; } | 1311 margin-top: 64px; } |
| 1312 @media (max-width: 768px) { |
| 1313 .footnote { |
| 1314 margin-top: 32px; } } |
1199 | 1315 |
1200 .footnote-ref { | 1316 .footnote-ref { |
1201 font-weight: 700; | 1317 font-weight: 700; |
1202 font-size: 12px; } | 1318 font-size: 12px; } |
1203 | 1319 |
1204 .footnote li > p { | 1320 .footnote li > p { |
1205 margin: 0; | 1321 margin: 0; |
1206 display: inline-block; } | 1322 display: inline-block; } |
1207 | 1323 |
1208 #navbar { | 1324 #navbar { |
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1522 padding-left: 208px; } | 1638 padding-left: 208px; } |
1523 html[dir="rtl"] .outer { | 1639 html[dir="rtl"] .outer { |
1524 padding-right: 208px; } } | 1640 padding-right: 208px; } } |
1525 | 1641 |
1526 #footer { | 1642 #footer { |
1527 padding-top: 64px; | 1643 padding-top: 64px; |
1528 padding-bottom: 96px; | 1644 padding-bottom: 96px; |
1529 font-size: 70%; | 1645 font-size: 70%; |
1530 background-color: #292929; | 1646 background-color: #292929; |
1531 color: #FFFFFF; } | 1647 color: #FFFFFF; } |
| 1648 @media (max-width: 768px) { |
| 1649 #footer { |
| 1650 padding-top: 32px; |
| 1651 padding-bottom: 64px; } } |
| 1652 @media (max-width: 544px) { |
| 1653 #footer { |
| 1654 padding-top: 16px; |
| 1655 padding-bottom: 16px; } } |
1532 #footer h1, #footer h2, #footer .center blockquote, .center #footer blockquote
, #footer h3, #footer .group.items .item::before, .group.items #footer .item::be
fore, #footer h4, #footer h5, #footer h6 .h1, h6 #footer .h1, #footer .h2, #foot
er .h3, #footer .h4, #footer .h5, #footer .h6 { | 1656 #footer h1, #footer h2, #footer .center blockquote, .center #footer blockquote
, #footer h3, #footer .group.items .item::before, .group.items #footer .item::be
fore, #footer h4, #footer h5, #footer h6 .h1, h6 #footer .h1, #footer .h2, #foot
er .h3, #footer .h4, #footer .h5, #footer .h6 { |
1533 position: relative; | 1657 position: relative; |
1534 margin-bottom: 32px; | 1658 margin-bottom: 32px; |
1535 padding-top: 8px; } | 1659 padding-top: 8px; } |
| 1660 @media (max-width: 544px) { |
| 1661 #footer h1, #footer h2, #footer .center blockquote, .center #footer blockq
uote, #footer h3, #footer .group.items .item::before, .group.items #footer .item
::before, #footer h4, #footer h5, #footer h6 .h1, h6 #footer .h1, #footer .h2, #
footer .h3, #footer .h4, #footer .h5, #footer .h6 { |
| 1662 margin-bottom: 16px; } } |
1536 #footer h1::before, #footer h2::before, #footer .center blockquote::before, .c
enter #footer blockquote::before, #footer h3::before, #footer .group.items .item
::before, .group.items #footer .item::before, #footer h4::before, #footer h5::be
fore, #footer h6 .h1::before, h6 #footer .h1::before, #footer .h2::before, #foot
er .h3::before, #footer .h4::before, #footer .h5::before, #footer .h6::before { | 1663 #footer h1::before, #footer h2::before, #footer .center blockquote::before, .c
enter #footer blockquote::before, #footer h3::before, #footer .group.items .item
::before, .group.items #footer .item::before, #footer h4::before, #footer h5::be
fore, #footer h6 .h1::before, h6 #footer .h1::before, #footer .h2::before, #foot
er .h3::before, #footer .h4::before, #footer .h5::before, #footer .h6::before { |
1537 display: block; | 1664 display: block; |
1538 position: absolute; | 1665 position: absolute; |
1539 top: 0; | 1666 top: 0; |
1540 left: 0; | 1667 left: 0; |
1541 width: 16px; | 1668 width: 16px; |
1542 height: 0; | 1669 height: 0; |
1543 content: " "; | 1670 content: " "; |
1544 border-top: 2px solid #FFFFFF; } | 1671 border-top: 2px solid #FFFFFF; } |
1545 #footer a { | 1672 #footer a { |
1546 color: #FFFFFF; } | 1673 color: #FFFFFF; } |
1547 #footer a:hover { | 1674 #footer a:hover { |
1548 text-decoration: underline; | 1675 text-decoration: underline; |
1549 color: #8CC63E !important; } | 1676 color: #8CC63E !important; } |
1550 #footer p { | 1677 #footer p { |
1551 color: #E1E1E1; } | 1678 color: #E1E1E1; } |
OLD | NEW |