@cagovweb/state-template 6.2.0 → 6.2.1-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,7 +18,7 @@
18
18
 
19
19
  .color-primary,
20
20
  .color-p2 {
21
- color: #447766;
21
+ color: #476;
22
22
  }
23
23
 
24
24
  .color-primary-hover:hover,
@@ -77,7 +77,7 @@
77
77
 
78
78
  .bg-primary,
79
79
  .bg-p2 {
80
- background-color: #447766 !important;
80
+ background-color: #476 !important;
81
81
  }
82
82
 
83
83
  .bg-primary-hover:hover,
@@ -184,12 +184,12 @@
184
184
 
185
185
  .bg-primary-before::before,
186
186
  .bg-primary-after::after {
187
- background-color: #447766 !important;
187
+ background-color: #476 !important;
188
188
  }
189
189
 
190
190
  /* border colors */
191
191
  .brd-primary {
192
- border-color: #447766 !important;
192
+ border-color: #476 !important;
193
193
  }
194
194
 
195
195
  .brd-primary-light {
@@ -258,7 +258,7 @@
258
258
 
259
259
  /* Underline colors */
260
260
  .underline-primary {
261
- background-image: linear-gradient(to right, #447766 50%, transparent 50%);
261
+ background-image: linear-gradient(to right, #476 50%, transparent 50%);
262
262
  background-repeat: repeat-x;
263
263
  background-size: 2px 1px;
264
264
  background-position: center bottom 4%;
@@ -268,7 +268,7 @@
268
268
 
269
269
  .underline-hover-primary:hover,
270
270
  .underline-hover-primary:focus {
271
- background-image: linear-gradient(to right, #447766 50%, transparent 50%);
271
+ background-image: linear-gradient(to right, #476 50%, transparent 50%);
272
272
  background-repeat: repeat-x;
273
273
  background-size: 2px 1px;
274
274
  background-position: center bottom 4%;
@@ -334,15 +334,15 @@
334
334
  /source/scss/colortheme/cs-global-header.scss
335
335
  ----------------------------------------- */
336
336
  .utility-header {
337
- background: #447766;
337
+ background: #476;
338
338
  color: #ffffff;
339
339
  }
340
340
 
341
341
  @media (max-width: 767px) {
342
342
  .nav-full-width-icons .settings-links .utility-links a,
343
343
  .nav-full-width-icons .settings-links .utility-links button {
344
- border: 1px solid #447766;
345
- color: #447766;
344
+ border: 1px solid #476;
345
+ color: #476;
346
346
  }
347
347
  }
348
348
  .global-header {
@@ -362,7 +362,7 @@
362
362
  ----------------------------------------- */
363
363
  /* Targets icon of first h1 on the page */
364
364
  h1 span[class^=ca-gov-icon-]:first-child {
365
- color: #447766;
365
+ color: #476;
366
366
  }
367
367
 
368
368
  /* -----------------------------------------
@@ -375,7 +375,7 @@ h1 span[class^=ca-gov-icon-]:first-child {
375
375
  nav-item-search.active > a,
376
376
  nav-item-search.active .first-level-btn,
377
377
  nav-item-search.active .first-level-link {
378
- color: #447766;
378
+ color: #476;
379
379
  }
380
380
  .nav-item.active > a > span[class^=ca-gov-icon],
381
381
  .nav-item.active .first-level-btn > span[class^=ca-gov-icon],
@@ -403,7 +403,7 @@ nav-item-search:hover .first-level-link,
403
403
  nav-item-search:focus > a,
404
404
  nav-item-search:focus .first-level-btn,
405
405
  nav-item-search:focus .first-level-link {
406
- color: #447766;
406
+ color: #476;
407
407
  }
408
408
  .nav-item:hover > a > span[class^=ca-gov-icon],
409
409
  .nav-item:hover .first-level-btn > span[class^=ca-gov-icon],
@@ -420,12 +420,12 @@ nav-item-search:focus .first-level-link > span[class^=ca-gov-icon] {
420
420
  }
421
421
 
422
422
  .nav-arrow-down {
423
- background: #447766;
423
+ background: #476;
424
424
  }
425
425
 
426
426
  .first-level-link,
427
427
  .first-level-btn {
428
- color: #447766;
428
+ color: #476;
429
429
  }
430
430
  .first-level-link > span[class^=ca-gov-icon]:not(.carrot),
431
431
  .first-level-btn > span[class^=ca-gov-icon]:not(.carrot) {
@@ -463,7 +463,7 @@ nav-item-search:focus .first-level-link > span[class^=ca-gov-icon] {
463
463
  }
464
464
 
465
465
  .second-level-link {
466
- color: #447766;
466
+ color: #476;
467
467
  }
468
468
  .second-level-link [class^=ca-gov-icon-] {
469
469
  color: #5e5e6a;
@@ -514,12 +514,12 @@ nav-item-search:focus .first-level-link > span[class^=ca-gov-icon] {
514
514
  .nav-media {
515
515
  background: transparent;
516
516
  }
517
- .nav-media .media:hover {
518
- background: #fff;
519
- }
520
517
  .nav-media .media {
521
518
  border-bottom: 4px solid #fff;
522
519
  }
520
+ .nav-media .media:hover {
521
+ background: #fff;
522
+ }
523
523
  @media (max-width: 767px) {
524
524
  .nav-media .media {
525
525
  border-bottom: 4px solid #fff;
@@ -534,11 +534,11 @@ nav-item-search:focus .first-level-link > span[class^=ca-gov-icon] {
534
534
  background-color: transparent;
535
535
  }
536
536
  .nav-item:hover::after, .nav-item:focus::after {
537
- background-color: #447766;
537
+ background-color: #476;
538
538
  }
539
- /*full width navigation*/
539
+ /* full width navigation */
540
540
  .nav-full-width {
541
- background: #447766;
541
+ background: #476;
542
542
  }
543
543
  .nav-full-width .main-navigation .nav-item:hover,
544
544
  .nav-full-width .main-navigation .nav-item:focus,
@@ -563,7 +563,7 @@ nav-item-search:focus .first-level-link > span[class^=ca-gov-icon] {
563
563
  }
564
564
  }
565
565
  .has-sub .rotate {
566
- color: #447766;
566
+ color: #476;
567
567
  }
568
568
 
569
569
  /* Dark Mobile menu */
@@ -604,6 +604,9 @@ nav-item-search:focus .first-level-link > span[class^=ca-gov-icon] {
604
604
  background-color: #fff;
605
605
  border-color: #fff;
606
606
  }
607
+ .search-container .gsc-search-button .ca-gov-icon-search {
608
+ color: #5e5e6a;
609
+ }
607
610
  .search-container .gsc-search-button:hover, .search-container .gsc-search-button:focus {
608
611
  background-color: #fafafa;
609
612
  border-color: #fafafa;
@@ -611,9 +614,6 @@ nav-item-search:focus .first-level-link > span[class^=ca-gov-icon] {
611
614
  .search-container .gsc-search-button:hover .ca-gov-icon-search, .search-container .gsc-search-button:focus .ca-gov-icon-search {
612
615
  color: #3b3a48;
613
616
  }
614
- .search-container .gsc-search-button .ca-gov-icon-search {
615
- color: #5e5e6a;
616
- }
617
617
  }
618
618
  .search-container:hover .search-textfield, .search-container:focus .search-textfield, .search-container.active .search-textfield {
619
619
  background-color: #fff;
@@ -629,14 +629,14 @@ nav-item-search:focus .first-level-link > span[class^=ca-gov-icon] {
629
629
  background: #555555;
630
630
  }
631
631
 
632
- .featured-search.active .container #Search .close-search-btn .sr-only,
633
- .search-container .close-search .sr-only {
634
- color: #447766;
632
+ .search-container .close-search .sr-only,
633
+ .featured-search.active .container #Search .close-search-btn .sr-only {
634
+ color: #476;
635
635
  text-decoration: underline;
636
636
  }
637
- .featured-search.active .container #Search .close-search-btn .sr-only:hover, .featured-search.active .container #Search .close-search-btn .sr-only:focus,
638
- .search-container .close-search .sr-only:hover,
639
- .search-container .close-search .sr-only:focus {
637
+ .search-container .close-search .sr-only:hover, .search-container .close-search .sr-only:focus,
638
+ .featured-search.active .container #Search .close-search-btn .sr-only:hover,
639
+ .featured-search.active .container #Search .close-search-btn .sr-only:focus {
640
640
  color: #376053;
641
641
  text-decoration: none;
642
642
  }
@@ -692,7 +692,7 @@ figure {
692
692
  }
693
693
 
694
694
  a {
695
- color: #447766;
695
+ color: #476;
696
696
  }
697
697
  a:hover, a:focus {
698
698
  color: #376053;
@@ -719,7 +719,7 @@ a:focus {
719
719
  }
720
720
  .section-overstated,
721
721
  .card-overstated {
722
- background: #447766;
722
+ background: #476;
723
723
  color: #ffffff;
724
724
  }
725
725
  .section-overstated a:not(.btn),
@@ -746,16 +746,16 @@ a:focus {
746
746
  .section-overstated .btn-primary,
747
747
  .card-overstated .btn-primary {
748
748
  color: #fff;
749
- background-color: #447766;
749
+ background-color: #476;
750
750
  border-color: #ffffff;
751
751
  font-weight: 600;
752
752
  }
753
- .section-overstated .btn-primary:hover, .section-overstated .btn-primary:focus, .section-overstated .btn-primary:not(:disabled):not(.disabled):active, .section-overstated .btn-primary:not(:disabled):not(.disabled).active,
753
+ .section-overstated .btn-primary:hover, .section-overstated .btn-primary:focus, .section-overstated .btn-primary:not(:disabled, .disabled):active, .section-overstated .btn-primary:not(:disabled, .disabled).active,
754
754
  .section-overstated .btn-primary .show > .dropdown-toggle, .open > .dropdown-toggle .section-overstated .btn-primary,
755
755
  .card-overstated .btn-primary:hover,
756
756
  .card-overstated .btn-primary:focus,
757
- .card-overstated .btn-primary:not(:disabled):not(.disabled):active,
758
- .card-overstated .btn-primary:not(:disabled):not(.disabled).active,
757
+ .card-overstated .btn-primary:not(:disabled, .disabled):active,
758
+ .card-overstated .btn-primary:not(:disabled, .disabled).active,
759
759
  .card-overstated .btn-primary .show > .dropdown-toggle,
760
760
  .open > .dropdown-toggle .card-overstated .btn-primary {
761
761
  color: #fff;
@@ -767,9 +767,9 @@ a:focus {
767
767
  .card-overstated .btn-primary:focus {
768
768
  outline: solid 2px #2ea3f2 !important;
769
769
  }
770
- .section-overstated .btn-primary:not(:disabled):not(.disabled):active, .section-overstated .btn-primary:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .section-overstated .btn-primary,
771
- .card-overstated .btn-primary:not(:disabled):not(.disabled):active,
772
- .card-overstated .btn-primary:not(:disabled):not(.disabled).active,
770
+ .section-overstated .btn-primary:not(:disabled, .disabled):active, .section-overstated .btn-primary:not(:disabled, .disabled).active, .open > .dropdown-toggle .section-overstated .btn-primary,
771
+ .card-overstated .btn-primary:not(:disabled, .disabled):active,
772
+ .card-overstated .btn-primary:not(:disabled, .disabled).active,
773
773
  .open > .dropdown-toggle .card-overstated .btn-primary {
774
774
  background-image: none;
775
775
  }
@@ -789,12 +789,12 @@ fieldset[disabled] .card-overstated .btn-primary:hover,
789
789
  fieldset[disabled] .card-overstated .btn-primary:focus,
790
790
  fieldset[disabled] .card-overstated .btn-primary:active,
791
791
  fieldset[disabled] .card-overstated .btn-primary.active {
792
- background-color: #447766 !important;
792
+ background-color: #476 !important;
793
793
  border-color: #ffffff;
794
794
  }
795
795
  .section-overstated .btn-primary .badge,
796
796
  .card-overstated .btn-primary .badge {
797
- color: #447766;
797
+ color: #476;
798
798
  background-color: #fff;
799
799
  }
800
800
  .section-overstated .btn-standout,
@@ -804,12 +804,12 @@ fieldset[disabled] .card-overstated .btn-primary.active {
804
804
  border-color: #ffffff;
805
805
  font-weight: 600;
806
806
  }
807
- .section-overstated .btn-standout:hover, .section-overstated .btn-standout:focus, .section-overstated .btn-standout:not(:disabled):not(.disabled):active, .section-overstated .btn-standout:not(:disabled):not(.disabled).active,
807
+ .section-overstated .btn-standout:hover, .section-overstated .btn-standout:focus, .section-overstated .btn-standout:not(:disabled, .disabled):active, .section-overstated .btn-standout:not(:disabled, .disabled).active,
808
808
  .section-overstated .btn-standout .show > .dropdown-toggle, .open > .dropdown-toggle .section-overstated .btn-standout,
809
809
  .card-overstated .btn-standout:hover,
810
810
  .card-overstated .btn-standout:focus,
811
- .card-overstated .btn-standout:not(:disabled):not(.disabled):active,
812
- .card-overstated .btn-standout:not(:disabled):not(.disabled).active,
811
+ .card-overstated .btn-standout:not(:disabled, .disabled):active,
812
+ .card-overstated .btn-standout:not(:disabled, .disabled).active,
813
813
  .card-overstated .btn-standout .show > .dropdown-toggle,
814
814
  .open > .dropdown-toggle .card-overstated .btn-standout {
815
815
  color: #fff;
@@ -821,9 +821,9 @@ fieldset[disabled] .card-overstated .btn-primary.active {
821
821
  .card-overstated .btn-standout:focus {
822
822
  outline: solid 2px #2ea3f2 !important;
823
823
  }
824
- .section-overstated .btn-standout:not(:disabled):not(.disabled):active, .section-overstated .btn-standout:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .section-overstated .btn-standout,
825
- .card-overstated .btn-standout:not(:disabled):not(.disabled):active,
826
- .card-overstated .btn-standout:not(:disabled):not(.disabled).active,
824
+ .section-overstated .btn-standout:not(:disabled, .disabled):active, .section-overstated .btn-standout:not(:disabled, .disabled).active, .open > .dropdown-toggle .section-overstated .btn-standout,
825
+ .card-overstated .btn-standout:not(:disabled, .disabled):active,
826
+ .card-overstated .btn-standout:not(:disabled, .disabled).active,
827
827
  .open > .dropdown-toggle .card-overstated .btn-standout {
828
828
  background-image: none;
829
829
  }
@@ -898,16 +898,16 @@ fieldset[disabled] .card-overstated .btn-standout.active {
898
898
  .section-standout .btn-primary,
899
899
  .card-standout .btn-primary {
900
900
  color: #fff;
901
- background-color: #447766;
901
+ background-color: #476;
902
902
  border-color: #ffffff;
903
903
  font-weight: 600;
904
904
  }
905
- .section-standout .btn-primary:hover, .section-standout .btn-primary:focus, .section-standout .btn-primary:not(:disabled):not(.disabled):active, .section-standout .btn-primary:not(:disabled):not(.disabled).active,
905
+ .section-standout .btn-primary:hover, .section-standout .btn-primary:focus, .section-standout .btn-primary:not(:disabled, .disabled):active, .section-standout .btn-primary:not(:disabled, .disabled).active,
906
906
  .section-standout .btn-primary .show > .dropdown-toggle, .open > .dropdown-toggle .section-standout .btn-primary,
907
907
  .card-standout .btn-primary:hover,
908
908
  .card-standout .btn-primary:focus,
909
- .card-standout .btn-primary:not(:disabled):not(.disabled):active,
910
- .card-standout .btn-primary:not(:disabled):not(.disabled).active,
909
+ .card-standout .btn-primary:not(:disabled, .disabled):active,
910
+ .card-standout .btn-primary:not(:disabled, .disabled).active,
911
911
  .card-standout .btn-primary .show > .dropdown-toggle,
912
912
  .open > .dropdown-toggle .card-standout .btn-primary {
913
913
  color: #fff;
@@ -919,9 +919,9 @@ fieldset[disabled] .card-overstated .btn-standout.active {
919
919
  .card-standout .btn-primary:focus {
920
920
  outline: solid 2px #2ea3f2 !important;
921
921
  }
922
- .section-standout .btn-primary:not(:disabled):not(.disabled):active, .section-standout .btn-primary:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .section-standout .btn-primary,
923
- .card-standout .btn-primary:not(:disabled):not(.disabled):active,
924
- .card-standout .btn-primary:not(:disabled):not(.disabled).active,
922
+ .section-standout .btn-primary:not(:disabled, .disabled):active, .section-standout .btn-primary:not(:disabled, .disabled).active, .open > .dropdown-toggle .section-standout .btn-primary,
923
+ .card-standout .btn-primary:not(:disabled, .disabled):active,
924
+ .card-standout .btn-primary:not(:disabled, .disabled).active,
925
925
  .open > .dropdown-toggle .card-standout .btn-primary {
926
926
  background-image: none;
927
927
  }
@@ -941,12 +941,12 @@ fieldset[disabled] .card-standout .btn-primary:hover,
941
941
  fieldset[disabled] .card-standout .btn-primary:focus,
942
942
  fieldset[disabled] .card-standout .btn-primary:active,
943
943
  fieldset[disabled] .card-standout .btn-primary.active {
944
- background-color: #447766 !important;
944
+ background-color: #476 !important;
945
945
  border-color: #ffffff;
946
946
  }
947
947
  .section-standout .btn-primary .badge,
948
948
  .card-standout .btn-primary .badge {
949
- color: #447766;
949
+ color: #476;
950
950
  background-color: #fff;
951
951
  }
952
952
  .section-standout .btn-standout,
@@ -956,12 +956,12 @@ fieldset[disabled] .card-standout .btn-primary.active {
956
956
  border-color: #ffffff;
957
957
  font-weight: 600;
958
958
  }
959
- .section-standout .btn-standout:hover, .section-standout .btn-standout:focus, .section-standout .btn-standout:not(:disabled):not(.disabled):active, .section-standout .btn-standout:not(:disabled):not(.disabled).active,
959
+ .section-standout .btn-standout:hover, .section-standout .btn-standout:focus, .section-standout .btn-standout:not(:disabled, .disabled):active, .section-standout .btn-standout:not(:disabled, .disabled).active,
960
960
  .section-standout .btn-standout .show > .dropdown-toggle, .open > .dropdown-toggle .section-standout .btn-standout,
961
961
  .card-standout .btn-standout:hover,
962
962
  .card-standout .btn-standout:focus,
963
- .card-standout .btn-standout:not(:disabled):not(.disabled):active,
964
- .card-standout .btn-standout:not(:disabled):not(.disabled).active,
963
+ .card-standout .btn-standout:not(:disabled, .disabled):active,
964
+ .card-standout .btn-standout:not(:disabled, .disabled).active,
965
965
  .card-standout .btn-standout .show > .dropdown-toggle,
966
966
  .open > .dropdown-toggle .card-standout .btn-standout {
967
967
  color: #fff;
@@ -973,9 +973,9 @@ fieldset[disabled] .card-standout .btn-primary.active {
973
973
  .card-standout .btn-standout:focus {
974
974
  outline: solid 2px #2ea3f2 !important;
975
975
  }
976
- .section-standout .btn-standout:not(:disabled):not(.disabled):active, .section-standout .btn-standout:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .section-standout .btn-standout,
977
- .card-standout .btn-standout:not(:disabled):not(.disabled):active,
978
- .card-standout .btn-standout:not(:disabled):not(.disabled).active,
976
+ .section-standout .btn-standout:not(:disabled, .disabled):active, .section-standout .btn-standout:not(:disabled, .disabled).active, .open > .dropdown-toggle .section-standout .btn-standout,
977
+ .card-standout .btn-standout:not(:disabled, .disabled):active,
978
+ .card-standout .btn-standout:not(:disabled, .disabled).active,
979
979
  .open > .dropdown-toggle .card-standout .btn-standout {
980
980
  background-image: none;
981
981
  }
@@ -1040,16 +1040,16 @@ fieldset[disabled] .card-standout .btn-standout.active {
1040
1040
  .section-impact .btn-primary,
1041
1041
  .card-impact .btn-primary {
1042
1042
  color: #fff;
1043
- background-color: #447766;
1043
+ background-color: #476;
1044
1044
  border-color: #ffffff;
1045
1045
  font-weight: 600;
1046
1046
  }
1047
- .section-impact .btn-primary:hover, .section-impact .btn-primary:focus, .section-impact .btn-primary:not(:disabled):not(.disabled):active, .section-impact .btn-primary:not(:disabled):not(.disabled).active,
1047
+ .section-impact .btn-primary:hover, .section-impact .btn-primary:focus, .section-impact .btn-primary:not(:disabled, .disabled):active, .section-impact .btn-primary:not(:disabled, .disabled).active,
1048
1048
  .section-impact .btn-primary .show > .dropdown-toggle, .open > .dropdown-toggle .section-impact .btn-primary,
1049
1049
  .card-impact .btn-primary:hover,
1050
1050
  .card-impact .btn-primary:focus,
1051
- .card-impact .btn-primary:not(:disabled):not(.disabled):active,
1052
- .card-impact .btn-primary:not(:disabled):not(.disabled).active,
1051
+ .card-impact .btn-primary:not(:disabled, .disabled):active,
1052
+ .card-impact .btn-primary:not(:disabled, .disabled).active,
1053
1053
  .card-impact .btn-primary .show > .dropdown-toggle,
1054
1054
  .open > .dropdown-toggle .card-impact .btn-primary {
1055
1055
  color: #fff;
@@ -1061,9 +1061,9 @@ fieldset[disabled] .card-standout .btn-standout.active {
1061
1061
  .card-impact .btn-primary:focus {
1062
1062
  outline: solid 2px #2ea3f2 !important;
1063
1063
  }
1064
- .section-impact .btn-primary:not(:disabled):not(.disabled):active, .section-impact .btn-primary:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .section-impact .btn-primary,
1065
- .card-impact .btn-primary:not(:disabled):not(.disabled):active,
1066
- .card-impact .btn-primary:not(:disabled):not(.disabled).active,
1064
+ .section-impact .btn-primary:not(:disabled, .disabled):active, .section-impact .btn-primary:not(:disabled, .disabled).active, .open > .dropdown-toggle .section-impact .btn-primary,
1065
+ .card-impact .btn-primary:not(:disabled, .disabled):active,
1066
+ .card-impact .btn-primary:not(:disabled, .disabled).active,
1067
1067
  .open > .dropdown-toggle .card-impact .btn-primary {
1068
1068
  background-image: none;
1069
1069
  }
@@ -1083,12 +1083,12 @@ fieldset[disabled] .card-impact .btn-primary:hover,
1083
1083
  fieldset[disabled] .card-impact .btn-primary:focus,
1084
1084
  fieldset[disabled] .card-impact .btn-primary:active,
1085
1085
  fieldset[disabled] .card-impact .btn-primary.active {
1086
- background-color: #447766 !important;
1086
+ background-color: #476 !important;
1087
1087
  border-color: #ffffff;
1088
1088
  }
1089
1089
  .section-impact .btn-primary .badge,
1090
1090
  .card-impact .btn-primary .badge {
1091
- color: #447766;
1091
+ color: #476;
1092
1092
  background-color: #fff;
1093
1093
  }
1094
1094
  .section-impact .btn-standout,
@@ -1098,12 +1098,12 @@ fieldset[disabled] .card-impact .btn-primary.active {
1098
1098
  border-color: #ffffff;
1099
1099
  font-weight: 600;
1100
1100
  }
1101
- .section-impact .btn-standout:hover, .section-impact .btn-standout:focus, .section-impact .btn-standout:not(:disabled):not(.disabled):active, .section-impact .btn-standout:not(:disabled):not(.disabled).active,
1101
+ .section-impact .btn-standout:hover, .section-impact .btn-standout:focus, .section-impact .btn-standout:not(:disabled, .disabled):active, .section-impact .btn-standout:not(:disabled, .disabled).active,
1102
1102
  .section-impact .btn-standout .show > .dropdown-toggle, .open > .dropdown-toggle .section-impact .btn-standout,
1103
1103
  .card-impact .btn-standout:hover,
1104
1104
  .card-impact .btn-standout:focus,
1105
- .card-impact .btn-standout:not(:disabled):not(.disabled):active,
1106
- .card-impact .btn-standout:not(:disabled):not(.disabled).active,
1105
+ .card-impact .btn-standout:not(:disabled, .disabled):active,
1106
+ .card-impact .btn-standout:not(:disabled, .disabled).active,
1107
1107
  .card-impact .btn-standout .show > .dropdown-toggle,
1108
1108
  .open > .dropdown-toggle .card-impact .btn-standout {
1109
1109
  color: #fff;
@@ -1115,9 +1115,9 @@ fieldset[disabled] .card-impact .btn-primary.active {
1115
1115
  .card-impact .btn-standout:focus {
1116
1116
  outline: solid 2px #2ea3f2 !important;
1117
1117
  }
1118
- .section-impact .btn-standout:not(:disabled):not(.disabled):active, .section-impact .btn-standout:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .section-impact .btn-standout,
1119
- .card-impact .btn-standout:not(:disabled):not(.disabled):active,
1120
- .card-impact .btn-standout:not(:disabled):not(.disabled).active,
1118
+ .section-impact .btn-standout:not(:disabled, .disabled):active, .section-impact .btn-standout:not(:disabled, .disabled).active, .open > .dropdown-toggle .section-impact .btn-standout,
1119
+ .card-impact .btn-standout:not(:disabled, .disabled):active,
1120
+ .card-impact .btn-standout:not(:disabled, .disabled).active,
1121
1121
  .open > .dropdown-toggle .card-impact .btn-standout {
1122
1122
  background-image: none;
1123
1123
  }
@@ -1153,12 +1153,12 @@ fieldset[disabled] .card-impact .btn-standout.active {
1153
1153
  font-weight: 600;
1154
1154
  margin-bottom: 12px;
1155
1155
  }
1156
- .section-impact .btn-default:hover, .section-impact .btn-default:focus, .section-impact .btn-default:not(:disabled):not(.disabled):active, .section-impact .btn-default:not(:disabled):not(.disabled).active,
1156
+ .section-impact .btn-default:hover, .section-impact .btn-default:focus, .section-impact .btn-default:not(:disabled, .disabled):active, .section-impact .btn-default:not(:disabled, .disabled).active,
1157
1157
  .section-impact .btn-default .show > .dropdown-toggle, .open > .dropdown-toggle .section-impact .btn-default,
1158
1158
  .card-impact .btn-default:hover,
1159
1159
  .card-impact .btn-default:focus,
1160
- .card-impact .btn-default:not(:disabled):not(.disabled):active,
1161
- .card-impact .btn-default:not(:disabled):not(.disabled).active,
1160
+ .card-impact .btn-default:not(:disabled, .disabled):active,
1161
+ .card-impact .btn-default:not(:disabled, .disabled).active,
1162
1162
  .card-impact .btn-default .show > .dropdown-toggle,
1163
1163
  .open > .dropdown-toggle .card-impact .btn-default {
1164
1164
  color: #fff;
@@ -1170,9 +1170,9 @@ fieldset[disabled] .card-impact .btn-standout.active {
1170
1170
  .card-impact .btn-default:focus {
1171
1171
  outline: solid 2px #2ea3f2 !important;
1172
1172
  }
1173
- .section-impact .btn-default:not(:disabled):not(.disabled):active, .section-impact .btn-default:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .section-impact .btn-default,
1174
- .card-impact .btn-default:not(:disabled):not(.disabled):active,
1175
- .card-impact .btn-default:not(:disabled):not(.disabled).active,
1173
+ .section-impact .btn-default:not(:disabled, .disabled):active, .section-impact .btn-default:not(:disabled, .disabled).active, .open > .dropdown-toggle .section-impact .btn-default,
1174
+ .card-impact .btn-default:not(:disabled, .disabled):active,
1175
+ .card-impact .btn-default:not(:disabled, .disabled).active,
1176
1176
  .open > .dropdown-toggle .card-impact .btn-default {
1177
1177
  background-image: none;
1178
1178
  }
@@ -1207,7 +1207,7 @@ fieldset[disabled] .card-impact .btn-default.active {
1207
1207
  }
1208
1208
  .section-primary,
1209
1209
  .card-primary {
1210
- background: #447766;
1210
+ background: #476;
1211
1211
  color: #ffffff;
1212
1212
  }
1213
1213
  .section-primary a:not(.btn),
@@ -1234,16 +1234,16 @@ fieldset[disabled] .card-impact .btn-default.active {
1234
1234
  .section-primary .btn-primary,
1235
1235
  .card-primary .btn-primary {
1236
1236
  color: #fff;
1237
- background-color: #447766;
1237
+ background-color: #476;
1238
1238
  border-color: #ffffff;
1239
1239
  font-weight: 600;
1240
1240
  }
1241
- .section-primary .btn-primary:hover, .section-primary .btn-primary:focus, .section-primary .btn-primary:not(:disabled):not(.disabled):active, .section-primary .btn-primary:not(:disabled):not(.disabled).active,
1241
+ .section-primary .btn-primary:hover, .section-primary .btn-primary:focus, .section-primary .btn-primary:not(:disabled, .disabled):active, .section-primary .btn-primary:not(:disabled, .disabled).active,
1242
1242
  .section-primary .btn-primary .show > .dropdown-toggle, .open > .dropdown-toggle .section-primary .btn-primary,
1243
1243
  .card-primary .btn-primary:hover,
1244
1244
  .card-primary .btn-primary:focus,
1245
- .card-primary .btn-primary:not(:disabled):not(.disabled):active,
1246
- .card-primary .btn-primary:not(:disabled):not(.disabled).active,
1245
+ .card-primary .btn-primary:not(:disabled, .disabled):active,
1246
+ .card-primary .btn-primary:not(:disabled, .disabled).active,
1247
1247
  .card-primary .btn-primary .show > .dropdown-toggle,
1248
1248
  .open > .dropdown-toggle .card-primary .btn-primary {
1249
1249
  color: #fff;
@@ -1255,9 +1255,9 @@ fieldset[disabled] .card-impact .btn-default.active {
1255
1255
  .card-primary .btn-primary:focus {
1256
1256
  outline: solid 2px #2ea3f2 !important;
1257
1257
  }
1258
- .section-primary .btn-primary:not(:disabled):not(.disabled):active, .section-primary .btn-primary:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .section-primary .btn-primary,
1259
- .card-primary .btn-primary:not(:disabled):not(.disabled):active,
1260
- .card-primary .btn-primary:not(:disabled):not(.disabled).active,
1258
+ .section-primary .btn-primary:not(:disabled, .disabled):active, .section-primary .btn-primary:not(:disabled, .disabled).active, .open > .dropdown-toggle .section-primary .btn-primary,
1259
+ .card-primary .btn-primary:not(:disabled, .disabled):active,
1260
+ .card-primary .btn-primary:not(:disabled, .disabled).active,
1261
1261
  .open > .dropdown-toggle .card-primary .btn-primary {
1262
1262
  background-image: none;
1263
1263
  }
@@ -1277,12 +1277,12 @@ fieldset[disabled] .card-primary .btn-primary:hover,
1277
1277
  fieldset[disabled] .card-primary .btn-primary:focus,
1278
1278
  fieldset[disabled] .card-primary .btn-primary:active,
1279
1279
  fieldset[disabled] .card-primary .btn-primary.active {
1280
- background-color: #447766 !important;
1280
+ background-color: #476 !important;
1281
1281
  border-color: #ffffff;
1282
1282
  }
1283
1283
  .section-primary .btn-primary .badge,
1284
1284
  .card-primary .btn-primary .badge {
1285
- color: #447766;
1285
+ color: #476;
1286
1286
  background-color: #fff;
1287
1287
  }
1288
1288
  .section-primary .btn-standout,
@@ -1292,12 +1292,12 @@ fieldset[disabled] .card-primary .btn-primary.active {
1292
1292
  border-color: #ffffff;
1293
1293
  font-weight: 600;
1294
1294
  }
1295
- .section-primary .btn-standout:hover, .section-primary .btn-standout:focus, .section-primary .btn-standout:not(:disabled):not(.disabled):active, .section-primary .btn-standout:not(:disabled):not(.disabled).active,
1295
+ .section-primary .btn-standout:hover, .section-primary .btn-standout:focus, .section-primary .btn-standout:not(:disabled, .disabled):active, .section-primary .btn-standout:not(:disabled, .disabled).active,
1296
1296
  .section-primary .btn-standout .show > .dropdown-toggle, .open > .dropdown-toggle .section-primary .btn-standout,
1297
1297
  .card-primary .btn-standout:hover,
1298
1298
  .card-primary .btn-standout:focus,
1299
- .card-primary .btn-standout:not(:disabled):not(.disabled):active,
1300
- .card-primary .btn-standout:not(:disabled):not(.disabled).active,
1299
+ .card-primary .btn-standout:not(:disabled, .disabled):active,
1300
+ .card-primary .btn-standout:not(:disabled, .disabled).active,
1301
1301
  .card-primary .btn-standout .show > .dropdown-toggle,
1302
1302
  .open > .dropdown-toggle .card-primary .btn-standout {
1303
1303
  color: #fff;
@@ -1309,9 +1309,9 @@ fieldset[disabled] .card-primary .btn-primary.active {
1309
1309
  .card-primary .btn-standout:focus {
1310
1310
  outline: solid 2px #2ea3f2 !important;
1311
1311
  }
1312
- .section-primary .btn-standout:not(:disabled):not(.disabled):active, .section-primary .btn-standout:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .section-primary .btn-standout,
1313
- .card-primary .btn-standout:not(:disabled):not(.disabled):active,
1314
- .card-primary .btn-standout:not(:disabled):not(.disabled).active,
1312
+ .section-primary .btn-standout:not(:disabled, .disabled):active, .section-primary .btn-standout:not(:disabled, .disabled).active, .open > .dropdown-toggle .section-primary .btn-standout,
1313
+ .card-primary .btn-standout:not(:disabled, .disabled):active,
1314
+ .card-primary .btn-standout:not(:disabled, .disabled).active,
1315
1315
  .open > .dropdown-toggle .card-primary .btn-standout {
1316
1316
  background-image: none;
1317
1317
  }
@@ -1368,16 +1368,16 @@ fieldset[disabled] .card-primary .btn-standout.active {
1368
1368
  .section-inverted .btn-primary,
1369
1369
  .card-inverted .btn-primary {
1370
1370
  color: #fff;
1371
- background-color: #447766;
1371
+ background-color: #476;
1372
1372
  border-color: #ffffff;
1373
1373
  font-weight: 600;
1374
1374
  }
1375
- .section-inverted .btn-primary:hover, .section-inverted .btn-primary:focus, .section-inverted .btn-primary:not(:disabled):not(.disabled):active, .section-inverted .btn-primary:not(:disabled):not(.disabled).active,
1375
+ .section-inverted .btn-primary:hover, .section-inverted .btn-primary:focus, .section-inverted .btn-primary:not(:disabled, .disabled):active, .section-inverted .btn-primary:not(:disabled, .disabled).active,
1376
1376
  .section-inverted .btn-primary .show > .dropdown-toggle, .open > .dropdown-toggle .section-inverted .btn-primary,
1377
1377
  .card-inverted .btn-primary:hover,
1378
1378
  .card-inverted .btn-primary:focus,
1379
- .card-inverted .btn-primary:not(:disabled):not(.disabled):active,
1380
- .card-inverted .btn-primary:not(:disabled):not(.disabled).active,
1379
+ .card-inverted .btn-primary:not(:disabled, .disabled):active,
1380
+ .card-inverted .btn-primary:not(:disabled, .disabled).active,
1381
1381
  .card-inverted .btn-primary .show > .dropdown-toggle,
1382
1382
  .open > .dropdown-toggle .card-inverted .btn-primary {
1383
1383
  color: #fff;
@@ -1389,9 +1389,9 @@ fieldset[disabled] .card-primary .btn-standout.active {
1389
1389
  .card-inverted .btn-primary:focus {
1390
1390
  outline: solid 2px #2ea3f2 !important;
1391
1391
  }
1392
- .section-inverted .btn-primary:not(:disabled):not(.disabled):active, .section-inverted .btn-primary:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .section-inverted .btn-primary,
1393
- .card-inverted .btn-primary:not(:disabled):not(.disabled):active,
1394
- .card-inverted .btn-primary:not(:disabled):not(.disabled).active,
1392
+ .section-inverted .btn-primary:not(:disabled, .disabled):active, .section-inverted .btn-primary:not(:disabled, .disabled).active, .open > .dropdown-toggle .section-inverted .btn-primary,
1393
+ .card-inverted .btn-primary:not(:disabled, .disabled):active,
1394
+ .card-inverted .btn-primary:not(:disabled, .disabled).active,
1395
1395
  .open > .dropdown-toggle .card-inverted .btn-primary {
1396
1396
  background-image: none;
1397
1397
  }
@@ -1411,12 +1411,12 @@ fieldset[disabled] .card-inverted .btn-primary:hover,
1411
1411
  fieldset[disabled] .card-inverted .btn-primary:focus,
1412
1412
  fieldset[disabled] .card-inverted .btn-primary:active,
1413
1413
  fieldset[disabled] .card-inverted .btn-primary.active {
1414
- background-color: #447766 !important;
1414
+ background-color: #476 !important;
1415
1415
  border-color: #ffffff;
1416
1416
  }
1417
1417
  .section-inverted .btn-primary .badge,
1418
1418
  .card-inverted .btn-primary .badge {
1419
- color: #447766;
1419
+ color: #476;
1420
1420
  background-color: #fff;
1421
1421
  }
1422
1422
  .section-inverted .btn-standout,
@@ -1426,12 +1426,12 @@ fieldset[disabled] .card-inverted .btn-primary.active {
1426
1426
  border-color: #ffffff;
1427
1427
  font-weight: 600;
1428
1428
  }
1429
- .section-inverted .btn-standout:hover, .section-inverted .btn-standout:focus, .section-inverted .btn-standout:not(:disabled):not(.disabled):active, .section-inverted .btn-standout:not(:disabled):not(.disabled).active,
1429
+ .section-inverted .btn-standout:hover, .section-inverted .btn-standout:focus, .section-inverted .btn-standout:not(:disabled, .disabled):active, .section-inverted .btn-standout:not(:disabled, .disabled).active,
1430
1430
  .section-inverted .btn-standout .show > .dropdown-toggle, .open > .dropdown-toggle .section-inverted .btn-standout,
1431
1431
  .card-inverted .btn-standout:hover,
1432
1432
  .card-inverted .btn-standout:focus,
1433
- .card-inverted .btn-standout:not(:disabled):not(.disabled):active,
1434
- .card-inverted .btn-standout:not(:disabled):not(.disabled).active,
1433
+ .card-inverted .btn-standout:not(:disabled, .disabled):active,
1434
+ .card-inverted .btn-standout:not(:disabled, .disabled).active,
1435
1435
  .card-inverted .btn-standout .show > .dropdown-toggle,
1436
1436
  .open > .dropdown-toggle .card-inverted .btn-standout {
1437
1437
  color: #fff;
@@ -1443,9 +1443,9 @@ fieldset[disabled] .card-inverted .btn-primary.active {
1443
1443
  .card-inverted .btn-standout:focus {
1444
1444
  outline: solid 2px #2ea3f2 !important;
1445
1445
  }
1446
- .section-inverted .btn-standout:not(:disabled):not(.disabled):active, .section-inverted .btn-standout:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .section-inverted .btn-standout,
1447
- .card-inverted .btn-standout:not(:disabled):not(.disabled):active,
1448
- .card-inverted .btn-standout:not(:disabled):not(.disabled).active,
1446
+ .section-inverted .btn-standout:not(:disabled, .disabled):active, .section-inverted .btn-standout:not(:disabled, .disabled).active, .open > .dropdown-toggle .section-inverted .btn-standout,
1447
+ .card-inverted .btn-standout:not(:disabled, .disabled):active,
1448
+ .card-inverted .btn-standout:not(:disabled, .disabled).active,
1449
1449
  .open > .dropdown-toggle .card-inverted .btn-standout {
1450
1450
  background-image: none;
1451
1451
  }
@@ -1585,7 +1585,7 @@ a.text-white:not(.btn):hover {
1585
1585
  }
1586
1586
 
1587
1587
  .progress-bar-primary {
1588
- background-color: #447766;
1588
+ background-color: #476;
1589
1589
  }
1590
1590
  .progress-striped .progress-bar-primary {
1591
1591
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
@@ -1620,13 +1620,6 @@ a.text-white:not(.btn):hover {
1620
1620
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1621
1621
  }
1622
1622
 
1623
- .progress-bar-accent1 {
1624
- background-color: #1b79c0;
1625
- }
1626
- .progress-striped .progress-bar-accent1 {
1627
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1628
- }
1629
-
1630
1623
  .progress-bar-accent2 {
1631
1624
  background-color: #077cbb;
1632
1625
  }
@@ -1740,7 +1733,7 @@ a.text-white:not(.btn):hover {
1740
1733
  color: #ffffff;
1741
1734
  }
1742
1735
  .testimonial-primary {
1743
- background: #447766;
1736
+ background: #476;
1744
1737
  color: #ffffff;
1745
1738
  }
1746
1739
  .testimonial-primary a:not(.btn) {
@@ -2024,6 +2017,7 @@ a.text-white:not(.btn):hover {
2024
2017
  background-color: #b83928;
2025
2018
  }
2026
2019
 
2020
+ /* stylelint-disable-next-line no-duplicate-selectors */
2027
2021
  .card-inverse .card-header,
2028
2022
  .card-inverted .card-header {
2029
2023
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
@@ -2042,7 +2036,8 @@ a.text-white:not(.btn):hover {
2042
2036
  .card-default {
2043
2037
  border-color: #ddd;
2044
2038
  }
2045
- .panel-default > .panel-heading, .panel-default > .card-heading,
2039
+ .panel-default > .panel-heading,
2040
+ .panel-default > .card-heading,
2046
2041
  .card-default > .panel-heading,
2047
2042
  .card-default > .card-heading {
2048
2043
  color: #3b3a48;
@@ -2050,7 +2045,8 @@ a.text-white:not(.btn):hover {
2050
2045
  border-color: #ddd;
2051
2046
  }
2052
2047
  .panel-default > .panel-heading + .panel-collapse > .panel-body,
2053
- .panel-default > .panel-heading + .card-collapse > .card-body, .panel-default > .card-heading + .panel-collapse > .panel-body,
2048
+ .panel-default > .panel-heading + .card-collapse > .card-body,
2049
+ .panel-default > .card-heading + .panel-collapse > .panel-body,
2054
2050
  .panel-default > .card-heading + .card-collapse > .card-body,
2055
2051
  .card-default > .panel-heading + .panel-collapse > .panel-body,
2056
2052
  .card-default > .panel-heading + .card-collapse > .card-body,
@@ -2058,14 +2054,16 @@ a.text-white:not(.btn):hover {
2058
2054
  .card-default > .card-heading + .card-collapse > .card-body {
2059
2055
  border-top-color: #ddd;
2060
2056
  }
2061
- .panel-default > .panel-heading .badge, .panel-default > .card-heading .badge,
2057
+ .panel-default > .panel-heading .badge,
2058
+ .panel-default > .card-heading .badge,
2062
2059
  .card-default > .panel-heading .badge,
2063
2060
  .card-default > .card-heading .badge {
2064
2061
  color: #a1cca1;
2065
2062
  background-color: #3b3a48;
2066
2063
  }
2067
2064
  .panel-default > .panel-footer + .panel-collapse > .panel-body,
2068
- .panel-default > .panel-footer + .card-collapse > .card-body, .panel-default > .card-footer + .panel-collapse > .panel-body,
2065
+ .panel-default > .panel-footer + .card-collapse > .card-body,
2066
+ .panel-default > .card-footer + .panel-collapse > .panel-body,
2069
2067
  .panel-default > .card-footer + .card-collapse > .card-body,
2070
2068
  .card-default > .panel-footer + .panel-collapse > .panel-body,
2071
2069
  .card-default > .panel-footer + .card-collapse > .card-body,
@@ -2133,15 +2131,17 @@ a.text-white:not(.btn):hover {
2133
2131
  .card-overstated {
2134
2132
  border-color: #ddd;
2135
2133
  }
2136
- .panel-overstated > .panel-heading, .panel-overstated > .card-heading,
2134
+ .panel-overstated > .panel-heading,
2135
+ .panel-overstated > .card-heading,
2137
2136
  .card-overstated > .panel-heading,
2138
2137
  .card-overstated > .card-heading {
2139
2138
  color: #fff;
2140
- background-color: #447766;
2141
- border-color: #447766;
2139
+ background-color: #476;
2140
+ border-color: #476;
2142
2141
  }
2143
2142
  .panel-overstated > .panel-heading + .panel-collapse > .panel-body,
2144
- .panel-overstated > .panel-heading + .card-collapse > .card-body, .panel-overstated > .card-heading + .panel-collapse > .panel-body,
2143
+ .panel-overstated > .panel-heading + .card-collapse > .card-body,
2144
+ .panel-overstated > .card-heading + .panel-collapse > .panel-body,
2145
2145
  .panel-overstated > .card-heading + .card-collapse > .card-body,
2146
2146
  .card-overstated > .panel-heading + .panel-collapse > .panel-body,
2147
2147
  .card-overstated > .panel-heading + .card-collapse > .card-body,
@@ -2149,14 +2149,16 @@ a.text-white:not(.btn):hover {
2149
2149
  .card-overstated > .card-heading + .card-collapse > .card-body {
2150
2150
  border-top-color: #ddd;
2151
2151
  }
2152
- .panel-overstated > .panel-heading .badge, .panel-overstated > .card-heading .badge,
2152
+ .panel-overstated > .panel-heading .badge,
2153
+ .panel-overstated > .card-heading .badge,
2153
2154
  .card-overstated > .panel-heading .badge,
2154
2155
  .card-overstated > .card-heading .badge {
2155
- color: #447766;
2156
+ color: #476;
2156
2157
  background-color: #fff;
2157
2158
  }
2158
2159
  .panel-overstated > .panel-footer + .panel-collapse > .panel-body,
2159
- .panel-overstated > .panel-footer + .card-collapse > .card-body, .panel-overstated > .card-footer + .panel-collapse > .panel-body,
2160
+ .panel-overstated > .panel-footer + .card-collapse > .card-body,
2161
+ .panel-overstated > .card-footer + .panel-collapse > .panel-body,
2160
2162
  .panel-overstated > .card-footer + .card-collapse > .card-body,
2161
2163
  .card-overstated > .panel-footer + .panel-collapse > .panel-body,
2162
2164
  .card-overstated > .panel-footer + .card-collapse > .card-body,
@@ -2207,7 +2209,7 @@ a.text-white:not(.btn):hover {
2207
2209
  .card-overstated .card-header .options .btn-default {
2208
2210
  --bs-btn-color: #fff;
2209
2211
  --bs-btn-bg: #355d50;
2210
- --bs-btn-border-color: #447766;
2212
+ --bs-btn-border-color: #476;
2211
2213
  --bs-btn-hover-color: #fff;
2212
2214
  --bs-btn-hover-bg: #2d4f44;
2213
2215
  --bs-btn-hover-border-color: #365f52;
@@ -2218,7 +2220,7 @@ a.text-white:not(.btn):hover {
2218
2220
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2219
2221
  --bs-btn-disabled-color: #fff;
2220
2222
  --bs-btn-disabled-bg: #355d50;
2221
- --bs-btn-disabled-border-color: #447766;
2223
+ --bs-btn-disabled-border-color: #476;
2222
2224
  }
2223
2225
  .panel-overstated .panel-body,
2224
2226
  .panel-overstated .card-body,
@@ -2264,7 +2266,8 @@ a.text-white:not(.btn):hover {
2264
2266
  .card-understated {
2265
2267
  border-color: #ddd;
2266
2268
  }
2267
- .panel-understated > .panel-heading, .panel-understated > .card-heading,
2269
+ .panel-understated > .panel-heading,
2270
+ .panel-understated > .card-heading,
2268
2271
  .card-understated > .panel-heading,
2269
2272
  .card-understated > .card-heading {
2270
2273
  color: #3b3a48;
@@ -2272,7 +2275,8 @@ a.text-white:not(.btn):hover {
2272
2275
  border-color: #e8f1ee;
2273
2276
  }
2274
2277
  .panel-understated > .panel-heading + .panel-collapse > .panel-body,
2275
- .panel-understated > .panel-heading + .card-collapse > .card-body, .panel-understated > .card-heading + .panel-collapse > .panel-body,
2278
+ .panel-understated > .panel-heading + .card-collapse > .card-body,
2279
+ .panel-understated > .card-heading + .panel-collapse > .panel-body,
2276
2280
  .panel-understated > .card-heading + .card-collapse > .card-body,
2277
2281
  .card-understated > .panel-heading + .panel-collapse > .panel-body,
2278
2282
  .card-understated > .panel-heading + .card-collapse > .card-body,
@@ -2280,14 +2284,16 @@ a.text-white:not(.btn):hover {
2280
2284
  .card-understated > .card-heading + .card-collapse > .card-body {
2281
2285
  border-top-color: #ddd;
2282
2286
  }
2283
- .panel-understated > .panel-heading .badge, .panel-understated > .card-heading .badge,
2287
+ .panel-understated > .panel-heading .badge,
2288
+ .panel-understated > .card-heading .badge,
2284
2289
  .card-understated > .panel-heading .badge,
2285
2290
  .card-understated > .card-heading .badge {
2286
2291
  color: #e8f1ee;
2287
2292
  background-color: #3b3a48;
2288
2293
  }
2289
2294
  .panel-understated > .panel-footer + .panel-collapse > .panel-body,
2290
- .panel-understated > .panel-footer + .card-collapse > .card-body, .panel-understated > .card-footer + .panel-collapse > .panel-body,
2295
+ .panel-understated > .panel-footer + .card-collapse > .card-body,
2296
+ .panel-understated > .card-footer + .panel-collapse > .panel-body,
2291
2297
  .panel-understated > .card-footer + .card-collapse > .card-body,
2292
2298
  .card-understated > .panel-footer + .panel-collapse > .panel-body,
2293
2299
  .card-understated > .panel-footer + .card-collapse > .card-body,
@@ -2364,7 +2370,8 @@ a.text-white:not(.btn):hover {
2364
2370
  .card-standout {
2365
2371
  border-color: #ddd;
2366
2372
  }
2367
- .panel-standout > .panel-heading, .panel-standout > .card-heading,
2373
+ .panel-standout > .panel-heading,
2374
+ .panel-standout > .card-heading,
2368
2375
  .card-standout > .panel-heading,
2369
2376
  .card-standout > .card-heading {
2370
2377
  color: #fff;
@@ -2372,7 +2379,8 @@ a.text-white:not(.btn):hover {
2372
2379
  border-color: #194949;
2373
2380
  }
2374
2381
  .panel-standout > .panel-heading + .panel-collapse > .panel-body,
2375
- .panel-standout > .panel-heading + .card-collapse > .card-body, .panel-standout > .card-heading + .panel-collapse > .panel-body,
2382
+ .panel-standout > .panel-heading + .card-collapse > .card-body,
2383
+ .panel-standout > .card-heading + .panel-collapse > .panel-body,
2376
2384
  .panel-standout > .card-heading + .card-collapse > .card-body,
2377
2385
  .card-standout > .panel-heading + .panel-collapse > .panel-body,
2378
2386
  .card-standout > .panel-heading + .card-collapse > .card-body,
@@ -2380,14 +2388,16 @@ a.text-white:not(.btn):hover {
2380
2388
  .card-standout > .card-heading + .card-collapse > .card-body {
2381
2389
  border-top-color: #ddd;
2382
2390
  }
2383
- .panel-standout > .panel-heading .badge, .panel-standout > .card-heading .badge,
2391
+ .panel-standout > .panel-heading .badge,
2392
+ .panel-standout > .card-heading .badge,
2384
2393
  .card-standout > .panel-heading .badge,
2385
2394
  .card-standout > .card-heading .badge {
2386
2395
  color: #194949;
2387
2396
  background-color: #fff;
2388
2397
  }
2389
2398
  .panel-standout > .panel-footer + .panel-collapse > .panel-body,
2390
- .panel-standout > .panel-footer + .card-collapse > .card-body, .panel-standout > .card-footer + .panel-collapse > .panel-body,
2399
+ .panel-standout > .panel-footer + .card-collapse > .card-body,
2400
+ .panel-standout > .card-footer + .panel-collapse > .panel-body,
2391
2401
  .panel-standout > .card-footer + .card-collapse > .card-body,
2392
2402
  .card-standout > .panel-footer + .panel-collapse > .panel-body,
2393
2403
  .card-standout > .panel-footer + .card-collapse > .card-body,
@@ -2541,7 +2551,7 @@ a.text-white:not(.btn):hover {
2541
2551
  color: #fbad23 !important;
2542
2552
  }
2543
2553
  .text-accent-p2 {
2544
- color: #447766 !important;
2554
+ color: #476 !important;
2545
2555
  }
2546
2556
  .text-accent-p3 {
2547
2557
  color: #194949 !important;
@@ -2557,11 +2567,11 @@ a.text-white:not(.btn):hover {
2557
2567
  }
2558
2568
 
2559
2569
  .color-primary--hover:hover {
2560
- color: #447766;
2570
+ color: #476;
2561
2571
  }
2562
2572
 
2563
2573
  .bg-primary--hover:hover {
2564
- background-color: #447766;
2574
+ background-color: #476;
2565
2575
  }
2566
2576
 
2567
2577
  .label-primary {
@@ -2572,7 +2582,7 @@ a.text-white:not(.btn):hover {
2572
2582
 
2573
2583
  .label-info {
2574
2584
  color: #fff;
2575
- background-color: #447766;
2585
+ background-color: #476;
2576
2586
  }
2577
2587
 
2578
2588
  .label-secondary {
@@ -2663,11 +2673,11 @@ a.text-white:not(.btn):hover {
2663
2673
  ----------------------------------------- */
2664
2674
  .btn-primary {
2665
2675
  color: #fff;
2666
- background-color: #447766;
2667
- border-color: #447766;
2676
+ background-color: #476;
2677
+ border-color: #476;
2668
2678
  font-weight: 600;
2669
2679
  }
2670
- .btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
2680
+ .btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled, .disabled):active, .btn-primary:not(:disabled, .disabled).active,
2671
2681
  .btn-primary .show > .dropdown-toggle, .open > .dropdown-toggle .btn-primary {
2672
2682
  color: #fff;
2673
2683
  background-color: #376053;
@@ -2677,15 +2687,15 @@ a.text-white:not(.btn):hover {
2677
2687
  .btn-primary:focus {
2678
2688
  outline: solid 2px #2ea3f2 !important;
2679
2689
  }
2680
- .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .btn-primary {
2690
+ .btn-primary:not(:disabled, .disabled):active, .btn-primary:not(:disabled, .disabled).active, .open > .dropdown-toggle .btn-primary {
2681
2691
  background-image: none;
2682
2692
  }
2683
2693
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
2684
- background-color: #447766 !important;
2685
- border-color: #447766;
2694
+ background-color: #476 !important;
2695
+ border-color: #476;
2686
2696
  }
2687
2697
  .btn-primary .badge {
2688
- color: #447766;
2698
+ color: #476;
2689
2699
  background-color: #fff;
2690
2700
  }
2691
2701
  .btn-primary:disabled {
@@ -2696,12 +2706,12 @@ a.text-white:not(.btn):hover {
2696
2706
  }
2697
2707
 
2698
2708
  .btn-outline-primary {
2699
- color: #447766;
2709
+ color: #476;
2700
2710
  background-color: #fff;
2701
- border-color: #447766;
2711
+ border-color: #476;
2702
2712
  font-weight: 600;
2703
2713
  }
2704
- .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
2714
+ .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled, .disabled):active, .btn-outline-primary:not(:disabled, .disabled).active,
2705
2715
  .btn-outline-primary .show > .dropdown-toggle, .open > .dropdown-toggle .btn-outline-primary {
2706
2716
  color: #376053;
2707
2717
  background-color: #fff;
@@ -2711,16 +2721,16 @@ a.text-white:not(.btn):hover {
2711
2721
  .btn-outline-primary:focus {
2712
2722
  outline: solid 2px #2ea3f2 !important;
2713
2723
  }
2714
- .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .btn-outline-primary {
2724
+ .btn-outline-primary:not(:disabled, .disabled):active, .btn-outline-primary:not(:disabled, .disabled).active, .open > .dropdown-toggle .btn-outline-primary {
2715
2725
  background-image: none;
2716
2726
  }
2717
2727
  .btn-outline-primary.disabled, .btn-outline-primary.disabled:hover, .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled:active, .btn-outline-primary.disabled.active, .btn-outline-primary[disabled], .btn-outline-primary[disabled]:hover, .btn-outline-primary[disabled]:focus, .btn-outline-primary[disabled]:active, .btn-outline-primary[disabled].active, fieldset[disabled] .btn-outline-primary, fieldset[disabled] .btn-outline-primary:hover, fieldset[disabled] .btn-outline-primary:focus, fieldset[disabled] .btn-outline-primary:active, fieldset[disabled] .btn-outline-primary.active {
2718
2728
  background-color: #fff !important;
2719
- border-color: #447766;
2729
+ border-color: #476;
2720
2730
  }
2721
2731
  .btn-outline-primary .badge {
2722
2732
  color: #fff;
2723
- background-color: #447766;
2733
+ background-color: #476;
2724
2734
  }
2725
2735
 
2726
2736
  .btn-default {
@@ -2729,7 +2739,7 @@ a.text-white:not(.btn):hover {
2729
2739
  border-color: #5e5e6a;
2730
2740
  font-weight: 600;
2731
2741
  }
2732
- .btn-default:hover, .btn-default:focus, .btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active,
2742
+ .btn-default:hover, .btn-default:focus, .btn-default:not(:disabled, .disabled):active, .btn-default:not(:disabled, .disabled).active,
2733
2743
  .btn-default .show > .dropdown-toggle, .open > .dropdown-toggle .btn-default {
2734
2744
  color: #000;
2735
2745
  background-color: rgb(255, 255, 255);
@@ -2739,7 +2749,7 @@ a.text-white:not(.btn):hover {
2739
2749
  .btn-default:focus {
2740
2750
  outline: solid 2px #2ea3f2 !important;
2741
2751
  }
2742
- .btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .btn-default {
2752
+ .btn-default:not(:disabled, .disabled):active, .btn-default:not(:disabled, .disabled).active, .open > .dropdown-toggle .btn-default {
2743
2753
  background-image: none;
2744
2754
  }
2745
2755
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
@@ -2757,7 +2767,7 @@ a.text-white:not(.btn):hover {
2757
2767
  border-color: #194949;
2758
2768
  font-weight: 600;
2759
2769
  }
2760
- .btn-standout:hover, .btn-standout:focus, .btn-standout:not(:disabled):not(.disabled):active, .btn-standout:not(:disabled):not(.disabled).active,
2770
+ .btn-standout:hover, .btn-standout:focus, .btn-standout:not(:disabled, .disabled):active, .btn-standout:not(:disabled, .disabled).active,
2761
2771
  .btn-standout .show > .dropdown-toggle, .open > .dropdown-toggle .btn-standout {
2762
2772
  color: #fff;
2763
2773
  background-color: #102e2e;
@@ -2767,7 +2777,7 @@ a.text-white:not(.btn):hover {
2767
2777
  .btn-standout:focus {
2768
2778
  outline: solid 2px #2ea3f2 !important;
2769
2779
  }
2770
- .btn-standout:not(:disabled):not(.disabled):active, .btn-standout:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .btn-standout {
2780
+ .btn-standout:not(:disabled, .disabled):active, .btn-standout:not(:disabled, .disabled).active, .open > .dropdown-toggle .btn-standout {
2771
2781
  background-image: none;
2772
2782
  }
2773
2783
  .btn-standout.disabled, .btn-standout.disabled:hover, .btn-standout.disabled:focus, .btn-standout.disabled:active, .btn-standout.disabled.active, .btn-standout[disabled], .btn-standout[disabled]:hover, .btn-standout[disabled]:focus, .btn-standout[disabled]:active, .btn-standout[disabled].active, fieldset[disabled] .btn-standout, fieldset[disabled] .btn-standout:hover, fieldset[disabled] .btn-standout:focus, fieldset[disabled] .btn-standout:active, fieldset[disabled] .btn-standout.active {
@@ -2791,7 +2801,7 @@ a.text-white:not(.btn):hover {
2791
2801
  border-color: #194949;
2792
2802
  font-weight: 600;
2793
2803
  }
2794
- .btn-outline-standout:hover, .btn-outline-standout:focus, .btn-outline-standout:not(:disabled):not(.disabled):active, .btn-outline-standout:not(:disabled):not(.disabled).active,
2804
+ .btn-outline-standout:hover, .btn-outline-standout:focus, .btn-outline-standout:not(:disabled, .disabled):active, .btn-outline-standout:not(:disabled, .disabled).active,
2795
2805
  .btn-outline-standout .show > .dropdown-toggle, .open > .dropdown-toggle .btn-outline-standout {
2796
2806
  color: #102e2e;
2797
2807
  background-color: #fff;
@@ -2801,7 +2811,7 @@ a.text-white:not(.btn):hover {
2801
2811
  .btn-outline-standout:focus {
2802
2812
  outline: solid 2px #2ea3f2 !important;
2803
2813
  }
2804
- .btn-outline-standout:not(:disabled):not(.disabled):active, .btn-outline-standout:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .btn-outline-standout {
2814
+ .btn-outline-standout:not(:disabled, .disabled):active, .btn-outline-standout:not(:disabled, .disabled).active, .open > .dropdown-toggle .btn-outline-standout {
2805
2815
  background-image: none;
2806
2816
  }
2807
2817
  .btn-outline-standout.disabled, .btn-outline-standout.disabled:hover, .btn-outline-standout.disabled:focus, .btn-outline-standout.disabled:active, .btn-outline-standout.disabled.active, .btn-outline-standout[disabled], .btn-outline-standout[disabled]:hover, .btn-outline-standout[disabled]:focus, .btn-outline-standout[disabled]:active, .btn-outline-standout[disabled].active, fieldset[disabled] .btn-outline-standout, fieldset[disabled] .btn-outline-standout:hover, fieldset[disabled] .btn-outline-standout:focus, fieldset[disabled] .btn-outline-standout:active, fieldset[disabled] .btn-outline-standout.active {
@@ -2819,7 +2829,7 @@ a.text-white:not(.btn):hover {
2819
2829
  border-color: #fcba46;
2820
2830
  font-weight: 600;
2821
2831
  }
2822
- .btn-highlight:hover, .btn-highlight:focus, .btn-highlight:not(:disabled):not(.disabled):active, .btn-highlight:not(:disabled):not(.disabled).active,
2832
+ .btn-highlight:hover, .btn-highlight:focus, .btn-highlight:not(:disabled, .disabled):active, .btn-highlight:not(:disabled, .disabled).active,
2823
2833
  .btn-highlight .show > .dropdown-toggle, .open > .dropdown-toggle .btn-highlight {
2824
2834
  color: #3b3a48;
2825
2835
  background-color: #fcc769;
@@ -2829,7 +2839,7 @@ a.text-white:not(.btn):hover {
2829
2839
  .btn-highlight:focus {
2830
2840
  outline: solid 2px #2ea3f2 !important;
2831
2841
  }
2832
- .btn-highlight:not(:disabled):not(.disabled):active, .btn-highlight:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .btn-highlight {
2842
+ .btn-highlight:not(:disabled, .disabled):active, .btn-highlight:not(:disabled, .disabled).active, .open > .dropdown-toggle .btn-highlight {
2833
2843
  background-image: none;
2834
2844
  }
2835
2845
  .btn-highlight.disabled, .btn-highlight.disabled:hover, .btn-highlight.disabled:focus, .btn-highlight.disabled:active, .btn-highlight.disabled.active, .btn-highlight[disabled], .btn-highlight[disabled]:hover, .btn-highlight[disabled]:focus, .btn-highlight[disabled]:active, .btn-highlight[disabled].active, fieldset[disabled] .btn-highlight, fieldset[disabled] .btn-highlight:hover, fieldset[disabled] .btn-highlight:focus, fieldset[disabled] .btn-highlight:active, fieldset[disabled] .btn-highlight.active {
@@ -2847,7 +2857,7 @@ a.text-white:not(.btn):hover {
2847
2857
  border-color: #fcba46;
2848
2858
  font-weight: 600;
2849
2859
  }
2850
- .btn-outline-highlight:hover, .btn-outline-highlight:focus, .btn-outline-highlight:not(:disabled):not(.disabled):active, .btn-outline-highlight:not(:disabled):not(.disabled).active,
2860
+ .btn-outline-highlight:hover, .btn-outline-highlight:focus, .btn-outline-highlight:not(:disabled, .disabled):active, .btn-outline-highlight:not(:disabled, .disabled).active,
2851
2861
  .btn-outline-highlight .show > .dropdown-toggle, .open > .dropdown-toggle .btn-outline-highlight {
2852
2862
  color: #3b3a48;
2853
2863
  background-color: #fafafa;
@@ -2857,7 +2867,7 @@ a.text-white:not(.btn):hover {
2857
2867
  .btn-outline-highlight:focus {
2858
2868
  outline: solid 2px #2ea3f2 !important;
2859
2869
  }
2860
- .btn-outline-highlight:not(:disabled):not(.disabled):active, .btn-outline-highlight:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .btn-outline-highlight {
2870
+ .btn-outline-highlight:not(:disabled, .disabled):active, .btn-outline-highlight:not(:disabled, .disabled).active, .open > .dropdown-toggle .btn-outline-highlight {
2861
2871
  background-image: none;
2862
2872
  }
2863
2873
  .btn-outline-highlight.disabled, .btn-outline-highlight.disabled:hover, .btn-outline-highlight.disabled:focus, .btn-outline-highlight.disabled:active, .btn-outline-highlight.disabled.active, .btn-outline-highlight[disabled], .btn-outline-highlight[disabled]:hover, .btn-outline-highlight[disabled]:focus, .btn-outline-highlight[disabled]:active, .btn-outline-highlight[disabled].active, fieldset[disabled] .btn-outline-highlight, fieldset[disabled] .btn-outline-highlight:hover, fieldset[disabled] .btn-outline-highlight:focus, fieldset[disabled] .btn-outline-highlight:active, fieldset[disabled] .btn-outline-highlight.active {
@@ -2875,7 +2885,7 @@ a.text-white:not(.btn):hover {
2875
2885
  border-color: #555555;
2876
2886
  font-weight: 600;
2877
2887
  }
2878
- .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
2888
+ .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not(:disabled, .disabled):active, .btn-secondary:not(:disabled, .disabled).active,
2879
2889
  .btn-secondary .show > .dropdown-toggle, .open > .dropdown-toggle .btn-secondary {
2880
2890
  color: #02374e;
2881
2891
  background-color: #fff;
@@ -2885,7 +2895,7 @@ a.text-white:not(.btn):hover {
2885
2895
  .btn-secondary:focus {
2886
2896
  outline: solid 2px #2ea3f2 !important;
2887
2897
  }
2888
- .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .btn-secondary {
2898
+ .btn-secondary:not(:disabled, .disabled):active, .btn-secondary:not(:disabled, .disabled).active, .open > .dropdown-toggle .btn-secondary {
2889
2899
  background-image: none;
2890
2900
  }
2891
2901
  .btn-secondary.disabled, .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled:active, .btn-secondary.disabled.active, .btn-secondary[disabled], .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled]:active, .btn-secondary[disabled].active, fieldset[disabled] .btn-secondary, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary:active, fieldset[disabled] .btn-secondary.active {
@@ -2913,7 +2923,7 @@ a.text-white:not(.btn):hover {
2913
2923
  border-color: #555555;
2914
2924
  font-weight: 600;
2915
2925
  }
2916
- .btn-s1:hover, .btn-s1:focus, .btn-s1:not(:disabled):not(.disabled):active, .btn-s1:not(:disabled):not(.disabled).active,
2926
+ .btn-s1:hover, .btn-s1:focus, .btn-s1:not(:disabled, .disabled):active, .btn-s1:not(:disabled, .disabled).active,
2917
2927
  .btn-s1 .show > .dropdown-toggle, .open > .dropdown-toggle .btn-s1 {
2918
2928
  color: #000;
2919
2929
  background-color: #fff;
@@ -2923,7 +2933,7 @@ a.text-white:not(.btn):hover {
2923
2933
  .btn-s1:focus {
2924
2934
  outline: solid 2px #2ea3f2 !important;
2925
2935
  }
2926
- .btn-s1:not(:disabled):not(.disabled):active, .btn-s1:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .btn-s1 {
2936
+ .btn-s1:not(:disabled, .disabled):active, .btn-s1:not(:disabled, .disabled).active, .open > .dropdown-toggle .btn-s1 {
2927
2937
  background-image: none;
2928
2938
  }
2929
2939
  .btn-s1.disabled, .btn-s1.disabled:hover, .btn-s1.disabled:focus, .btn-s1.disabled:active, .btn-s1.disabled.active, .btn-s1[disabled], .btn-s1[disabled]:hover, .btn-s1[disabled]:focus, .btn-s1[disabled]:active, .btn-s1[disabled].active, fieldset[disabled] .btn-s1, fieldset[disabled] .btn-s1:hover, fieldset[disabled] .btn-s1:focus, fieldset[disabled] .btn-s1:active, fieldset[disabled] .btn-s1.active {
@@ -2948,7 +2958,7 @@ a.text-white:not(.btn):hover {
2948
2958
  border-color: #555555;
2949
2959
  font-weight: 600;
2950
2960
  }
2951
- .btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
2961
+ .btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:not(:disabled, .disabled):active, .btn-outline-secondary:not(:disabled, .disabled).active,
2952
2962
  .btn-outline-secondary .show > .dropdown-toggle, .open > .dropdown-toggle .btn-outline-secondary {
2953
2963
  color: #444444;
2954
2964
  background-color: #fff;
@@ -2958,7 +2968,7 @@ a.text-white:not(.btn):hover {
2958
2968
  .btn-outline-secondary:focus {
2959
2969
  outline: solid 2px #2ea3f2 !important;
2960
2970
  }
2961
- .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .btn-outline-secondary {
2971
+ .btn-outline-secondary:not(:disabled, .disabled):active, .btn-outline-secondary:not(:disabled, .disabled).active, .open > .dropdown-toggle .btn-outline-secondary {
2962
2972
  background-image: none;
2963
2973
  }
2964
2974
  .btn-outline-secondary.disabled, .btn-outline-secondary.disabled:hover, .btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled:active, .btn-outline-secondary.disabled.active, .btn-outline-secondary[disabled], .btn-outline-secondary[disabled]:hover, .btn-outline-secondary[disabled]:focus, .btn-outline-secondary[disabled]:active, .btn-outline-secondary[disabled].active, fieldset[disabled] .btn-outline-secondary, fieldset[disabled] .btn-outline-secondary:hover, fieldset[disabled] .btn-outline-secondary:focus, fieldset[disabled] .btn-outline-secondary:active, fieldset[disabled] .btn-outline-secondary.active {
@@ -2976,7 +2986,7 @@ a.text-white:not(.btn):hover {
2976
2986
  border-color: #fff;
2977
2987
  font-weight: 600;
2978
2988
  }
2979
- .btn-light:hover, .btn-light:focus, .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
2989
+ .btn-light:hover, .btn-light:focus, .btn-light:not(:disabled, .disabled):active, .btn-light:not(:disabled, .disabled).active,
2980
2990
  .btn-light .show > .dropdown-toggle, .open > .dropdown-toggle .btn-light {
2981
2991
  color: #000;
2982
2992
  background-color: #ededef;
@@ -2986,7 +2996,7 @@ a.text-white:not(.btn):hover {
2986
2996
  .btn-light:focus {
2987
2997
  outline: solid 2px #2ea3f2 !important;
2988
2998
  }
2989
- .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .btn-light {
2999
+ .btn-light:not(:disabled, .disabled):active, .btn-light:not(:disabled, .disabled).active, .open > .dropdown-toggle .btn-light {
2990
3000
  background-image: none;
2991
3001
  }
2992
3002
  .btn-light.disabled, .btn-light.disabled:hover, .btn-light.disabled:focus, .btn-light.disabled:active, .btn-light.disabled.active, .btn-light[disabled], .btn-light[disabled]:hover, .btn-light[disabled]:focus, .btn-light[disabled]:active, .btn-light[disabled].active, fieldset[disabled] .btn-light, fieldset[disabled] .btn-light:hover, fieldset[disabled] .btn-light:focus, fieldset[disabled] .btn-light:active, fieldset[disabled] .btn-light.active {
@@ -3004,7 +3014,7 @@ a.text-white:not(.btn):hover {
3004
3014
  border-color: #fff;
3005
3015
  font-weight: 600;
3006
3016
  }
3007
- .btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
3017
+ .btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:not(:disabled, .disabled):active, .btn-outline-light:not(:disabled, .disabled).active,
3008
3018
  .btn-outline-light .show > .dropdown-toggle, .open > .dropdown-toggle .btn-outline-light {
3009
3019
  color: #ededef;
3010
3020
  background-color: transparent;
@@ -3014,7 +3024,7 @@ a.text-white:not(.btn):hover {
3014
3024
  .btn-outline-light:focus {
3015
3025
  outline: solid 2px #2ea3f2 !important;
3016
3026
  }
3017
- .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .btn-outline-light {
3027
+ .btn-outline-light:not(:disabled, .disabled):active, .btn-outline-light:not(:disabled, .disabled).active, .open > .dropdown-toggle .btn-outline-light {
3018
3028
  background-image: none;
3019
3029
  }
3020
3030
  .btn-outline-light.disabled, .btn-outline-light.disabled:hover, .btn-outline-light.disabled:focus, .btn-outline-light.disabled:active, .btn-outline-light.disabled.active, .btn-outline-light[disabled], .btn-outline-light[disabled]:hover, .btn-outline-light[disabled]:focus, .btn-outline-light[disabled]:active, .btn-outline-light[disabled].active, fieldset[disabled] .btn-outline-light, fieldset[disabled] .btn-outline-light:hover, fieldset[disabled] .btn-outline-light:focus, fieldset[disabled] .btn-outline-light:active, fieldset[disabled] .btn-outline-light.active {
@@ -3027,12 +3037,12 @@ a.text-white:not(.btn):hover {
3027
3037
  }
3028
3038
 
3029
3039
  .check-icon-radio {
3030
- color: #447766;
3031
- border-color: #447766;
3040
+ color: #476;
3041
+ border-color: #476;
3032
3042
  }
3033
3043
 
3034
3044
  .check-icon-checkbox {
3035
- border-color: #447766;
3045
+ border-color: #476;
3036
3046
  }
3037
3047
 
3038
3048
  input[type=checkbox]:checked + i,
@@ -3040,43 +3050,43 @@ input[type=radio]:checked + i,
3040
3050
  input[type=checkbox]:checked + * i,
3041
3051
  input[type=radio]:checked + * i {
3042
3052
  color: #fff;
3043
- background-color: #447766;
3044
- border-color: #447766;
3053
+ background-color: #476;
3054
+ border-color: #476;
3045
3055
  }
3046
3056
 
3047
3057
  .bg-primary--checked.checked,
3048
3058
  .checked .bg-primary--checked {
3049
- background-color: #447766 !important;
3059
+ background-color: #476 !important;
3050
3060
  }
3051
3061
 
3052
3062
  /* -----------------------------------------
3053
3063
  FORM
3054
3064
  /source/scss/colortheme/cs-form.scss
3055
3065
  ----------------------------------------- */
3056
- .custom-file-label:after {
3057
- background-color: #447766;
3066
+ .custom-file-label::after {
3067
+ background-color: #476;
3058
3068
  }
3059
3069
 
3060
3070
  .check-icon-radio {
3061
- color: #447766;
3062
- border-color: #447766;
3071
+ color: #476;
3072
+ border-color: #476;
3063
3073
  }
3064
3074
 
3065
3075
  .check-icon-checkbox {
3066
- border-color: #447766;
3076
+ border-color: #476;
3067
3077
  }
3068
3078
 
3069
3079
  input[type=checkbox]:checked + i,
3070
3080
  input[type=radio]:checked + i,
3071
3081
  input[type=checkbox]:checked + * i,
3072
3082
  input[type=radio]:checked + * i {
3073
- background-color: #447766;
3074
- border-color: #447766;
3083
+ background-color: #476;
3084
+ border-color: #476;
3075
3085
  }
3076
3086
 
3077
3087
  .bg-primary--checked.checked,
3078
3088
  .checked .bg-primary--checked {
3079
- background-color: #447766 !important;
3089
+ background-color: #476 !important;
3080
3090
  }
3081
3091
 
3082
3092
  /* primary Color */
@@ -3084,7 +3094,7 @@ input[type=checkbox]:checked + .bg-primary--checked,
3084
3094
  input[type=radio]:checked + .bg-primary--checked,
3085
3095
  input[type=checkbox]:checked + * .bg-primary--checked,
3086
3096
  input[type=radio]:checked + * .bg-primary--checked {
3087
- background-color: #447766;
3097
+ background-color: #476;
3088
3098
  }
3089
3099
 
3090
3100
  /* highlight Color */
@@ -3102,17 +3112,17 @@ input[type=radio]:focus + div {
3102
3112
  }
3103
3113
 
3104
3114
  .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
3105
- background-color: #447766;
3115
+ background-color: #476;
3106
3116
  }
3107
3117
 
3108
3118
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
3109
- background-color: #447766;
3119
+ background-color: #476;
3110
3120
  }
3111
3121
 
3112
3122
  .form-check-input:checked,
3113
3123
  .custom-control-input:checked {
3114
- background-color: #447766;
3115
- border-color: #447766;
3124
+ background-color: #476;
3125
+ border-color: #476;
3116
3126
  }
3117
3127
 
3118
3128
  /* -----------------------------------------
@@ -3121,7 +3131,7 @@ input[type=radio]:focus + div {
3121
3131
  ----------------------------------------- */
3122
3132
  .bg-blue-gradient {
3123
3133
  background-repeat: repeat-x;
3124
- background-image: linear-gradient(225deg, #72af9b, #447766);
3134
+ background-image: linear-gradient(225deg, #72af9b, #476);
3125
3135
  }
3126
3136
 
3127
3137
  .circle-icon {
@@ -3149,88 +3159,88 @@ input[type=radio]:focus + div {
3149
3159
  /source/scss/colortheme/cs-panes.scss
3150
3160
  ----------------------------------------- */
3151
3161
  @media (min-width: 768px) {
3152
- .bg-highlight.group-right:before,
3153
- .bg-p1.group-right:before {
3162
+ .bg-highlight.group-right::before,
3163
+ .bg-p1.group-right::before {
3154
3164
  border-right-color: #fbad23;
3155
3165
  }
3156
- .bg-highlight.group-left:after,
3157
- .bg-p1.group-left:after {
3166
+ .bg-highlight.group-left::after,
3167
+ .bg-p1.group-left::after {
3158
3168
  border-left-color: #fbad23;
3159
3169
  }
3160
- .section-primary.group-right:before,
3161
- .bg-primary.group-right:before,
3162
- .bg-p2.group-right:before {
3163
- border-right-color: #447766;
3170
+ .section-primary.group-right::before,
3171
+ .bg-primary.group-right::before,
3172
+ .bg-p2.group-right::before {
3173
+ border-right-color: #476;
3164
3174
  }
3165
- .section-primary.group-left:after,
3166
- .bg-primary.group-left:after,
3167
- .bg-p2.group-left:after {
3168
- border-left-color: #447766;
3175
+ .section-primary.group-left::after,
3176
+ .bg-primary.group-left::after,
3177
+ .bg-p2.group-left::after {
3178
+ border-left-color: #476;
3169
3179
  }
3170
- .section-default.group-right:before {
3180
+ .section-default.group-right::before {
3171
3181
  border-right-color: whitesmoke;
3172
3182
  }
3173
- .section-default.group-left:after {
3183
+ .section-default.group-left::after {
3174
3184
  border-left-color: whitesmoke;
3175
3185
  }
3176
- .section-standout.group-right:before,
3177
- .bg-standout.group-right:before,
3178
- .bg-p3.group-right:before {
3186
+ .section-standout.group-right::before,
3187
+ .bg-standout.group-right::before,
3188
+ .bg-p3.group-right::before {
3179
3189
  border-right-color: #194949;
3180
3190
  }
3181
- .section-standout.group-left:after,
3182
- .bg-standout.group-left:after,
3183
- .bg-p3.group-left:after {
3191
+ .section-standout.group-left::after,
3192
+ .bg-standout.group-left::after,
3193
+ .bg-p3.group-left::after {
3184
3194
  border-left-color: #194949;
3185
3195
  }
3186
- .section-understated.group-right:before,
3187
- .bg-s1.group-right:before {
3196
+ .section-understated.group-right::before,
3197
+ .bg-s1.group-right::before {
3188
3198
  border-right-color: #e8f1ee;
3189
3199
  }
3190
- .section-understated.group-left:after,
3191
- .bg-s1.group-left:after {
3200
+ .section-understated.group-left::after,
3201
+ .bg-s1.group-left::after {
3192
3202
  border-left-color: #e8f1ee;
3193
3203
  }
3194
- .section-inverted.group-right:before {
3204
+ .section-inverted.group-right::before {
3195
3205
  border-right-color: #222222;
3196
3206
  }
3197
- .section-inverted.group-left:after {
3207
+ .section-inverted.group-left::after {
3198
3208
  border-left-color: #222222;
3199
3209
  }
3200
3210
  }
3201
3211
  @media (max-width: 767px) {
3202
- .bg-highlight.group-right:before,
3203
- .bg-p1.group-right:before,
3204
- .bg-highlight.group-left:after,
3205
- .bg-p1.group-left:after {
3212
+ .bg-highlight.group-right::before,
3213
+ .bg-p1.group-right::before,
3214
+ .bg-highlight.group-left::after,
3215
+ .bg-p1.group-left::after {
3206
3216
  border-bottom-color: #fbad23;
3207
3217
  }
3208
- .section-primary.group-right:before,
3209
- .bg-primary.group-right:before,
3210
- .bg-p2.group-right:before,
3211
- .section-primary.group-left:after,
3212
- .bg-primary.group-left:after,
3213
- .bg-p2.group-left:after {
3214
- border-bottom-color: #447766;
3218
+ .section-primary.group-right::before,
3219
+ .bg-primary.group-right::before,
3220
+ .bg-p2.group-right::before,
3221
+ .section-primary.group-left::after,
3222
+ .bg-primary.group-left::after,
3223
+ .bg-p2.group-left::after {
3224
+ border-bottom-color: #476;
3215
3225
  }
3216
- .section-default.group-right:before, .section-default.group-left:after {
3226
+ .section-default.group-right::before, .section-default.group-left::after {
3217
3227
  border-bottom-color: whitesmoke;
3218
3228
  }
3219
- .section-standout.group-right:before,
3220
- .bg-standout.group-right:before,
3221
- .bg-p3.group-right:before,
3222
- .section-standout.group-left:after,
3223
- .bg-standout.group-left:after,
3224
- .bg-p3.group-left:after {
3229
+ .section-standout.group-right::before,
3230
+ .bg-standout.group-right::before,
3231
+ .bg-p3.group-right::before,
3232
+ .section-standout.group-left::after,
3233
+ .bg-standout.group-left::after,
3234
+ .bg-p3.group-left::after {
3225
3235
  border-bottom-color: #194949;
3226
3236
  }
3227
- .section-understated.group-right:before,
3228
- .bg-s1 .group-right:before,
3229
- .section-understated.group-left:after,
3230
- .bg-s1.group-left:after {
3237
+ .section-understated.group-right::before,
3238
+ .bg-s1 .group-right::before,
3239
+ .section-understated.group-left::after,
3240
+ .bg-s1.group-left::after {
3231
3241
  border-bottom-color: #e8f1ee;
3232
3242
  }
3233
- .section-inverted.group-right:before, .section-inverted.group-left:after {
3243
+ .section-inverted.group-right::before, .section-inverted.group-left::after {
3234
3244
  border-bottom-color: #222222;
3235
3245
  }
3236
3246
  }
@@ -3239,8 +3249,8 @@ input[type=radio]:focus + div {
3239
3249
  /source/scss/colortheme/cs-return-top.scss
3240
3250
  ----------------------------------------- */
3241
3251
  .return-top {
3242
- border-color: #447766;
3243
- color: #447766;
3252
+ border-color: #476;
3253
+ color: #476;
3244
3254
  }
3245
3255
  .return-top.is-visible:hover, .return-top.is-visible:focus {
3246
3256
  color: #376053;
@@ -3251,8 +3261,8 @@ input[type=radio]:focus + div {
3251
3261
  SIDE NAVIGATION
3252
3262
  /source/scss/colortheme/cs-side-navigation.scss
3253
3263
  ----------------------------------------- */
3254
- .side-navigation ul li a.active:before,
3255
- .list-navigation li a.active:before {
3264
+ .side-navigation ul li a.active::before,
3265
+ .list-navigation li a.active::before {
3256
3266
  border-left-color: #fbad23;
3257
3267
  }
3258
3268
 
@@ -3261,7 +3271,7 @@ input[type=radio]:focus + div {
3261
3271
  background-color: #e8f1ee;
3262
3272
  }
3263
3273
  .sidenav-mobile-btn .sidenav-toggle {
3264
- color: #447766;
3274
+ color: #476;
3265
3275
  }
3266
3276
  .sidenav-mobile-btn .sidenav-toggle:hover, .sidenav-mobile-btn .sidenav-toggle:focus {
3267
3277
  color: #376053;
@@ -3270,70 +3280,69 @@ input[type=radio]:focus + div {
3270
3280
  .mobile-sidenav {
3271
3281
  background-color: #194949;
3272
3282
  }
3273
- .mobile-sidenav .side-navigation ul li a,
3274
- .mobile-sidenav .list-navigation li a {
3283
+ .mobile-sidenav .list-navigation li a,
3284
+ .mobile-sidenav .side-navigation ul li a {
3275
3285
  color: #fff;
3276
3286
  border-bottom-color: #194949;
3277
3287
  }
3278
- .mobile-sidenav .side-navigation ul li a:hover, .mobile-sidenav .side-navigation ul li a:focus,
3279
- .mobile-sidenav .list-navigation li a:hover,
3280
- .mobile-sidenav .list-navigation li a:focus {
3288
+ .mobile-sidenav .list-navigation li a:hover, .mobile-sidenav .list-navigation li a:focus,
3289
+ .mobile-sidenav .side-navigation ul li a:hover,
3290
+ .mobile-sidenav .side-navigation ul li a:focus {
3281
3291
  color: #fff;
3282
3292
  background-color: #226464;
3283
3293
  }
3284
- .mobile-sidenav .side-navigation ul li a.active,
3285
- .mobile-sidenav .list-navigation li a.active {
3294
+ .mobile-sidenav .list-navigation li a.active,
3295
+ .mobile-sidenav .side-navigation ul li a.active {
3286
3296
  background-color: #226464;
3287
3297
  }
3288
- .mobile-sidenav .side-navigation ul li a.active:before,
3289
- .mobile-sidenav .list-navigation li a.active:before {
3298
+ .mobile-sidenav .list-navigation li a.active::before,
3299
+ .mobile-sidenav .side-navigation ul li a.active::before {
3290
3300
  color: #fff;
3291
3301
  border-left-color: #fbad23;
3292
3302
  }
3293
- .mobile-sidenav .side-navigation ul li a.active:hover, .mobile-sidenav .side-navigation ul li a.active:focus,
3294
- .mobile-sidenav .list-navigation li a.active:hover,
3295
- .mobile-sidenav .list-navigation li a.active:focus {
3303
+ .mobile-sidenav .list-navigation li a.active:hover, .mobile-sidenav .list-navigation li a.active:focus,
3304
+ .mobile-sidenav .side-navigation ul li a.active:hover,
3305
+ .mobile-sidenav .side-navigation ul li a.active:focus {
3296
3306
  color: #fff;
3297
3307
  background-color: #194949;
3298
3308
  }
3299
- .mobile-sidenav .side-navigation ul li a ul li a.active::before,
3300
- .mobile-sidenav .list-navigation li a ul li a.active::before {
3309
+ .mobile-sidenav .list-navigation li a ul li a.active::before,
3310
+ .mobile-sidenav .side-navigation ul li a ul li a.active::before {
3301
3311
  border-left-color: #fbad23;
3302
3312
  }
3303
3313
 
3304
3314
  /* DESKTOP */
3305
3315
  @media (min-width: 992px) {
3306
- .side-navigation ul li a,
3307
- .list-navigation li a {
3316
+ .list-navigation li a,
3317
+ .side-navigation ul li a {
3308
3318
  color: #5e5e6a;
3309
3319
  }
3310
- .side-navigation ul li a:hover, .side-navigation ul li a:hover,
3311
3320
  .list-navigation li a:hover,
3312
- .list-navigation li a:hover {
3321
+ .side-navigation ul li a:hover {
3313
3322
  color: #3b3a48;
3314
3323
  }
3315
- .side-navigation ul li a.active:before,
3316
- .list-navigation li a.active:before {
3324
+ .list-navigation li a.active::before,
3325
+ .side-navigation ul li a.active::before {
3317
3326
  border-left-color: #fbad23;
3318
3327
  }
3319
- .side-navigation ul li ul li a.active::before,
3320
- .list-navigation li ul li a.active::before {
3328
+ .list-navigation li ul li a.active::before,
3329
+ .side-navigation ul li ul li a.active::before {
3321
3330
  border-left-color: #fbad23;
3322
3331
  }
3323
3332
  a.sidenav {
3324
3333
  color: #5e5e6a;
3325
3334
  }
3326
- a.sidenav:hover, a.sidenav:hover {
3335
+ a.sidenav:hover {
3327
3336
  color: #3b3a48;
3328
3337
  }
3329
- a.sidenav.active:before {
3338
+ a.sidenav.active::before {
3330
3339
  border-left-color: #fbad23;
3331
3340
  }
3332
3341
  }
3333
3342
  /* bootstrap side navigation */
3334
3343
  .list-group-item.active {
3335
- background-color: #447766;
3336
- border-color: #447766;
3344
+ background-color: #476;
3345
+ border-color: #476;
3337
3346
  }
3338
3347
  .list-group-item.active:hover {
3339
3348
  background-color: #376053 !important;
@@ -3367,7 +3376,7 @@ input[type=radio]:focus + div {
3367
3376
 
3368
3377
  .list-group.section-overstated .list-group-item,
3369
3378
  .list-group.section-overstated .list-group-item > button {
3370
- background: #447766 !important;
3379
+ background: #476 !important;
3371
3380
  color: #ffffff !important;
3372
3381
  }
3373
3382
  .list-group.section-overstated .list-group-item:hover, .list-group.section-overstated .list-group-item:focus, .list-group.section-overstated .list-group-item.open,
@@ -3380,14 +3389,14 @@ input[type=radio]:focus + div {
3380
3389
  .list-group.section-overstated .list-group-item.active,
3381
3390
  .list-group.section-overstated .list-group-item > button.active {
3382
3391
  background-color: #fff !important;
3383
- border-color: #447766;
3384
- color: #447766 !important;
3392
+ border-color: #476;
3393
+ color: #476 !important;
3385
3394
  }
3386
3395
  .list-group.section-overstated .list-group-item.active:hover, .list-group.section-overstated .list-group-item.active:focus,
3387
3396
  .list-group.section-overstated .list-group-item > button.active:hover,
3388
3397
  .list-group.section-overstated .list-group-item > button.active:focus {
3389
3398
  background-color: #f8f9fa !important;
3390
- border-color: #447766;
3399
+ border-color: #476;
3391
3400
  }
3392
3401
 
3393
3402
  .list-group.section-impact .list-group-item,
@@ -3416,7 +3425,7 @@ input[type=radio]:focus + div {
3416
3425
 
3417
3426
  .list-group.section-primary .list-group-item,
3418
3427
  .list-group.section-primary .list-group-item > button {
3419
- background: #447766 !important;
3428
+ background: #476 !important;
3420
3429
  color: #ffffff !important;
3421
3430
  }
3422
3431
  .list-group.section-primary .list-group-item:hover, .list-group.section-primary .list-group-item:focus, .list-group.section-primary .list-group-item.open,
@@ -3429,14 +3438,14 @@ input[type=radio]:focus + div {
3429
3438
  .list-group.section-primary .list-group-item.active,
3430
3439
  .list-group.section-primary .list-group-item > button.active {
3431
3440
  background-color: #fff !important;
3432
- border-color: #447766;
3433
- color: #447766 !important;
3441
+ border-color: #476;
3442
+ color: #476 !important;
3434
3443
  }
3435
3444
  .list-group.section-primary .list-group-item.active:hover, .list-group.section-primary .list-group-item.active:focus,
3436
3445
  .list-group.section-primary .list-group-item > button.active:hover,
3437
3446
  .list-group.section-primary .list-group-item > button.active:focus {
3438
3447
  background-color: #f8f9fa !important;
3439
- border-color: #447766;
3448
+ border-color: #476;
3440
3449
  }
3441
3450
 
3442
3451
  .list-group.section-inverted .list-group-item,
@@ -3501,8 +3510,8 @@ input[type=radio]:focus + div {
3501
3510
  }
3502
3511
  .list-group.section-understated .list-group-item.active,
3503
3512
  .list-group.section-understated .list-group-item > button.active {
3504
- background-color: #447766 !important;
3505
- border-color: #447766;
3513
+ background-color: #476 !important;
3514
+ border-color: #476;
3506
3515
  color: #fff !important;
3507
3516
  }
3508
3517
  .list-group.section-understated .list-group-item.active:hover, .list-group.section-understated .list-group-item.active:focus,
@@ -3524,8 +3533,8 @@ input[type=radio]:focus + div {
3524
3533
  }
3525
3534
  .list-group.section-default .list-group-item.active,
3526
3535
  .list-group.section-default .list-group-item > button.active {
3527
- background-color: #447766 !important;
3528
- border-color: #447766;
3536
+ background-color: #476 !important;
3537
+ border-color: #476;
3529
3538
  color: #fff !important;
3530
3539
  }
3531
3540
  .list-group.section-default .list-group-item.active:hover, .list-group.section-default .list-group-item.active:focus,
@@ -3562,7 +3571,7 @@ cagov-accordion.sidenav details summary.active {
3562
3571
  cagov-accordion.sidenav details summary.active:hover, cagov-accordion.sidenav details summary.active:focus {
3563
3572
  color: #000 !important;
3564
3573
  }
3565
- cagov-accordion.sidenav details summary.active:before {
3574
+ cagov-accordion.sidenav details summary.active::before {
3566
3575
  background-color: #fbad23 !important;
3567
3576
  }
3568
3577
 
@@ -3572,7 +3581,7 @@ cagov-accordion.sidenav details summary.active:before {
3572
3581
  .side-subnav li a:hover, .side-subnav li a:focus {
3573
3582
  color: #000;
3574
3583
  }
3575
- .side-subnav li a.active:before {
3584
+ .side-subnav li a.active::before {
3576
3585
  border-left-color: #fbad23;
3577
3586
  }
3578
3587
 
@@ -3580,12 +3589,22 @@ cagov-accordion.sidenav details summary.active:before {
3580
3589
  color: #4a4958;
3581
3590
  }
3582
3591
  .side-nav .accordion .accordion__heading.active .accordion__trigger {
3583
- background-color: #447766, 7%;
3592
+ background-color: #476, 7%;
3584
3593
  }
3585
3594
  .side-nav .accordion .accordion__heading.active .accordion__trigger:hover, .side-nav .accordion .accordion__heading.active .accordion__trigger:focus {
3586
3595
  background-color: #376053 !important;
3587
3596
  }
3588
3597
 
3598
+ .side-nav.section-understated .accordion .accordion__heading .accordion__trigger {
3599
+ color: #4a4958;
3600
+ }
3601
+ .side-nav.section-understated .accordion .accordion__heading.active .accordion__trigger {
3602
+ background-color: #476 !important;
3603
+ }
3604
+ .side-nav.section-understated .accordion .accordion__heading.active .accordion__trigger:hover, .side-nav.section-understated .accordion .accordion__heading.active .accordion__trigger:focus {
3605
+ background-color: #376053 !important;
3606
+ }
3607
+
3589
3608
  .side-nav.section-standout .accordion .accordion__heading.active .accordion__trigger {
3590
3609
  color: #4a4958 !important;
3591
3610
  background-color: #fafafa !important;
@@ -3604,16 +3623,6 @@ cagov-accordion.sidenav details summary.active:before {
3604
3623
  background-color: #ededef !important;
3605
3624
  }
3606
3625
 
3607
- .side-nav.section-understated .accordion .accordion__heading .accordion__trigger {
3608
- color: #4a4958;
3609
- }
3610
- .side-nav.section-understated .accordion .accordion__heading.active .accordion__trigger {
3611
- background-color: #447766 !important;
3612
- }
3613
- .side-nav.section-understated .accordion .accordion__heading.active .accordion__trigger:hover, .side-nav.section-understated .accordion .accordion__heading.active .accordion__trigger:focus {
3614
- background-color: #376053 !important;
3615
- }
3616
-
3617
3626
  /* -----------------------------------------
3618
3627
  ALERT
3619
3628
  /source/scss/colortheme/cs-alert.scss
@@ -3707,8 +3716,8 @@ cagov-accordion.sidenav details summary.active:before {
3707
3716
  /source/scss/colortheme/cs-link-grid.scss
3708
3717
  ----------------------------------------- */
3709
3718
  .link-grid {
3710
- color: #447766;
3711
- border-bottom: 4px solid #447766;
3719
+ color: #476;
3720
+ border-bottom: 4px solid #476;
3712
3721
  }
3713
3722
  .link-grid:hover, .link-grid:focus {
3714
3723
  color: #376053;
@@ -3726,13 +3735,13 @@ cagov-accordion.sidenav details summary.active:before {
3726
3735
  /source/scss/colortheme/cs-blockquote.scss
3727
3736
  ----------------------------------------- */
3728
3737
  blockquote {
3729
- border-color: #447766;
3738
+ border-color: #476;
3730
3739
  }
3731
3740
  blockquote::before {
3732
- color: #447766;
3741
+ color: #476;
3733
3742
  }
3734
3743
  blockquote.prominent {
3735
- background-color: #447766;
3744
+ background-color: #476;
3736
3745
  color: #fff;
3737
3746
  }
3738
3747
  blockquote.prominent::before {
@@ -3772,41 +3781,35 @@ blockquote.prominent footer {
3772
3781
  background: #e8f1ee;
3773
3782
  color: #000;
3774
3783
  }
3775
- .utility-header .social-media-links a {
3784
+ .utility-header a {
3776
3785
  color: #000;
3777
- text-decoration: none;
3778
3786
  }
3779
- .utility-header .social-media-links a:hover, .utility-header .social-media-links a:focus {
3787
+ .utility-header a:hover, .utility-header a:focus, .utility-header a.hovered {
3780
3788
  color: #4a4958;
3781
3789
  }
3782
- .utility-header .settings-links button {
3790
+ .utility-header .social-media-links a {
3783
3791
  color: #000;
3792
+ text-decoration: none;
3784
3793
  }
3785
- .utility-header .settings-links button:hover, .utility-header .settings-links button:focus {
3794
+ .utility-header .social-media-links a:hover, .utility-header .social-media-links a:focus {
3786
3795
  color: #4a4958;
3787
3796
  }
3788
- .utility-header a {
3797
+ .utility-header button {
3789
3798
  color: #000;
3790
3799
  }
3791
- .utility-header a:hover, .utility-header a:focus, .utility-header a.hovered {
3800
+ .utility-header button:hover, .utility-header button:focus {
3792
3801
  color: #4a4958;
3793
3802
  }
3794
3803
  .utility-header ul li {
3795
3804
  padding: 0 8px;
3796
3805
  }
3797
- .utility-header ul li button {
3798
- color: #000;
3799
- }
3800
- .utility-header ul li button:hover, .utility-header ul li button:focus {
3801
- color: #4a4958;
3802
- }
3803
3806
 
3804
3807
  /* -----------------------------------------
3805
3808
  SITE HEADER
3806
3809
  /source/scss/colortheme/cs-site-header.scss
3807
3810
  ----------------------------------------- */
3808
3811
  .toggle-menu span {
3809
- background-color: #447766;
3812
+ background-color: #476;
3810
3813
  }
3811
3814
 
3812
3815
  .mobile-controls {
@@ -3821,92 +3824,10 @@ blockquote.prominent footer {
3821
3824
  text-decoration: none;
3822
3825
  }
3823
3826
  .mobile-control.toggle-sub-nav {
3824
- color: #447766;
3827
+ color: #476;
3825
3828
  background-color: #e8f1ee;
3826
3829
  }
3827
3830
  .mobile-control.toggle-sub-nav:hover, .mobile-control.toggle-sub-nav:focus {
3828
3831
  outline: none;
3829
3832
  background-color: #eef5f3;
3830
3833
  }
3831
-
3832
- /* -----------------------------------------
3833
- HIGH CONTRAST MODE
3834
- /source/scss/colortheme/cs-high-contrast.scss
3835
- ----------------------------------------- */
3836
- html.high-contrast {
3837
- /* General Reset */
3838
- /* Additional custom overrides */
3839
- }
3840
- html.high-contrast * {
3841
- background-color: #000 !important;
3842
- background-image: none !important;
3843
- border-color: #ffd600 !important;
3844
- box-shadow: none !important;
3845
- color: #ffd600 !important;
3846
- text-shadow: none !important;
3847
- }
3848
- html.high-contrast .gauge-detail,
3849
- html.high-contrast .gauge-number,
3850
- html.high-contrast .percent-detail {
3851
- background: none !important;
3852
- }
3853
- html.high-contrast .service-tile .teaser:before {
3854
- border: none !important;
3855
- }
3856
- html.high-contrast .enableHighContrastMode.active,
3857
- html.high-contrast .disableHighContrastMode.active {
3858
- background: #ffd600 !important;
3859
- color: #000 !important;
3860
- }
3861
- html.high-contrast .close {
3862
- opacity: 1;
3863
- }
3864
- html.high-contrast input[type=checkbox]:checked + i,
3865
- html.high-contrast input[type=radio]:checked + i,
3866
- html.high-contrast input[type=checkbox]:checked + * i,
3867
- html.high-contrast input[type=radio]:checked + * i {
3868
- color: #000 !important;
3869
- background-color: #ffd600 !important;
3870
- border-color: #ffd600;
3871
- }
3872
- html.high-contrast .bg-primary--checked.checked,
3873
- html.high-contrast .checked .bg-primary--checked {
3874
- background-color: #ffd600 !important;
3875
- }
3876
- html.high-contrast .check-icon-checkbox {
3877
- color: #000 !important;
3878
- border-color: #ffd600 !important;
3879
- }
3880
- html.high-contrast .check-icon-checkbox i {
3881
- color: #000 !important;
3882
- }
3883
- html.high-contrast .select {
3884
- border: 1px solid #ffd600 !important;
3885
- }
3886
- html.high-contrast .select::after {
3887
- border-left: 1px solid #ffd600 !important;
3888
- background: #000 !important;
3889
- }
3890
- html.high-contrast .check {
3891
- border: 1px solid #ffd600 !important;
3892
- }
3893
- html.high-contrast input[type=checkbox]:checked + .bg-primary--checked,
3894
- html.high-contrast input[type=radio]:checked + .bg-primary--checked,
3895
- html.high-contrast input[type=checkbox]:checked + * .bg-primary--checked,
3896
- html.high-contrast input[type=radio]:checked + * .bg-primary--checked {
3897
- background-color: #ffd600 !important;
3898
- color: #000 !important;
3899
- }
3900
- html.high-contrast input[type=checkbox]:checked + .bg-highlight--checked,
3901
- html.high-contrast input[type=radio]:checked + .bg-highlight--checked,
3902
- html.high-contrast input[type=checkbox]:checked + * .bg-highlight--checked,
3903
- html.high-contrast input[type=radio]:checked + * .bg-highlight--checked {
3904
- background-color: #ffd600 !important;
3905
- color: #000 !important;
3906
- }
3907
- html.high-contrast input[type=checkbox]:checked + .color-white--checked,
3908
- html.high-contrast input[type=radio]:checked + .color-white--checked,
3909
- html.high-contrast input[type=checkbox]:checked + * .color-white--checked,
3910
- html.high-contrast input[type=radio]:checked + * .color-white--checked {
3911
- color: #000 !important;
3912
- }