/**
 * CA State Template v5.5 -  @version v5.5.11 -  12/30/2019 
  STYLES COMPILED FROM SOURCE (SCSS) DO NOT MODIFY */
/* -----------------------------------------
   TRINITY
----------------------------------------- */
/* -----------------------------------------
   COLOR SCHEME GLOBALS
   /source/scss/colorscheme/cs-global.scss
----------------------------------------- */
/* ----- THEME COLORS -----  */
.color-highlight, .color-p1 {
  color: #C19E73 !important;
}

.color-highlight-hover:hover, .color-highlight-hover:focus {
  color: #C19E73 !important;
}

.color-primary, .color-p2 {
  color: #446A7C !important;
}

.color-primary-hover:hover, .color-primary-hover:focus {
  color: #446A7C !important;
}

.color-standout, .color-p3 {
  color: #21272A !important;
}

.color-standout-hover:hover, .color-standout-hover:focus {
  color: #21272A !important;
}

/*  SECONDARY THEME COLORS	*/
.color-s1 {
  color: #f9f8f8 !important;
}

.color-s2 {
  color: #e2dfda !important;
}

.color-s3 {
  color: #ccc8bf !important;
}

/* background colors */
.bg-highlight, .bg-p1 {
  background-color: #C19E73 !important;
}

.bg-highlight-hover:hover, .bg-highlight-hover:focus {
  background-color: #C19E73 !important;
}

.bg-primary, .bg-p2 {
  background-color: #446A7C !important;
}

.bg-primary-hover:hover, .bg-primary-hover:focus {
  background-color: #446A7C !important;
}

.bg-standout, .bg-p3 {
  background-color: #21272A !important;
}

.bg-standout-hover:hover, .bg-standout-hover:focus {
  background-color: #21272A !important;
}

.bg-s1 {
  background-color: #f9f8f8 !important;
}

.bg-s2 {
  background-color: #e2dfda !important;
}

.bg-s3 {
  background-color: #ccc8bf !important;
}

.bg-primary-light {
  background-color: #b4c3cb !important;
}

.bg-primary-light-hover:hover, .bg-primary-light-hover:focus {
  background-color: #b4c3cb !important;
}

.bg-highlight-light {
  background-color: #e0cfb9 !important;
}

.bg-highlight-light-hover:hover, .bg-highlight-light-hover:focus {
  background-color: #e0cfb9 !important;
}

.bg-standout-light {
  background-color: #a6a9aa !important;
}

.bg-standout-light-hover:hover, .bg-standout-light-hover:focus {
  background-color: #a6a9aa !important;
}

.bg-secondary-light {
  background-color: #e0ded9 !important;
}

.bg-secondary-light-hover:hover, .bg-secondary-light-hover:focus {
  background-color: #e0ded9 !important;
}

.bg-secondary-before::before, .bg-secondary-after::after {
  background-color: #ccc8bf !important;
}

.bg-highlight-before::before, .bg-highlight-after::after {
  background-color: #C19E73 !important;
}

.bg-standout-before::before, .bg-standout-after::after {
  background-color: #21272A !important;
}

.bg-primary-before::before, .bg-primary-after::after {
  background-color: #446A7C !important;
}

/* border colors */
.brd-primary {
  border-color: #446A7C !important;
}

.brd-primary-light {
  border-color: #b4c3cb !important;
}

.brd-primary-dark {
  border-color: #324e5b !important;
}

.brd-standout {
  border-color: #21272A !important;
}

.brd-standout-light {
  border-color: #a6a9aa !important;
}

.brd-standout-dark {
  border-color: #0b0c0d !important;
}

.brd-highlight {
  border-color: #C19E73 !important;
}

.brd-highlight-light {
  border-color: #cdb18f !important;
}

.brd-highlight-dark {
  border-color: #b18650 !important;
}

.brd-s1 {
  border-color: #f9f8f8 !important;
}

.brd-s2 {
  border-color: #e2dfda !important;
}

.brd-s3 {
  border-color: #ccc8bf !important;
}

.brd-primary-light-before::before, .brd-primary-light-after::after {
  border-color: #b4c3cb !important;
}

.brd-highlight-light-before::before, .brd-highlight-light-after::after {
  border-color: #e0cfb9 !important;
}

.brd-standout-light-before::before, .brd-standout-light-after::after {
  border-color: #a6a9aa !important;
}

.brd-secondary-light-before::before, .brd-secondary-light-after::after {
  border-color: #e0ded9 !important;
}

/* Underline colors */
.underline-primary {
  background-image: linear-gradient(to right, #446A7C 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 2px 1px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-decoration: none !important;
}

.underline-hover-primary:hover, .underline-hover-primary:focus {
  background-image: linear-gradient(to right, #446A7C 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 2px 1px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-decoration: none !important;
}

.underline-highlight {
  background-image: linear-gradient(to right, #C19E73 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 2px 1px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-decoration: none !important;
}

.underline-hover-highlight:hover, .underline-hover-highlight:focus {
  background-image: linear-gradient(to right, #C19E73 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 2px 1px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-decoration: none !important;
}

.underline-standout {
  background-image: linear-gradient(to right, #21272A 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 2px 1px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-decoration: none !important;
}

.underline-hover-standout:hover, .underline-hover-standout:focus {
  background-image: linear-gradient(to right, #21272A 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 2px 1px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-decoration: none !important;
}

/* -----------------------------------------
   LAYOUT
   /source/scss/colorscheme/layout.scss
----------------------------------------- */
/* Primary page with/without two-column */
.primary {
  /* Primary page with two column */
}

.primary.two-column {
  /* Main content contains 2col bg and footer bg */
}

.primary.two-column .main-content {
  background-color: #fff;
}

/* -----------------------------------------
   GLOBAL HEADER
   /source/scss/colorscheme/global-header.scss
----------------------------------------- */
.utility-header {
  background: #446A7C;
  color: #ffffff;
}

@media (max-width: 767px) {
  .nav-full-width-icons .settings-links .utility-links a, .nav-full-width-icons .settings-links .utility-links button {
	border: 1px solid #446A7C;
	color: #446A7C;
  }
}

.global-header {
  /* Default header pattern */
  /* Small screen gets solid color */
}

.explore-invite a:hover span[class^="ca-gov-icon-"] {
  color: #C19E73;
}

.explore-invite a:hover .explore-title {
  color: #C19E73;
}

/* -----------------------------------------
   GLOBAL FOOTER
   /source/scss/colorscheme/global-footer.scss
----------------------------------------- */
.global-footer {
  background: #222222;
}

/* Targets icon of first h1 on the page  */
h1 span[class^="ca-gov-icon-"]:first-child {
  color: #446A7C;
}

/* -----------------------------------------
   NAVIGATION
   /source/scss/colorscheme/cs-navigation.scss
----------------------------------------- */
.navigation-search {
  border-bottom-color: #C19E73;
}

.mobile-controls {
  background: #fff;
}

.toggle-menu span {
  background-color: #446A7C !important;
}

.mobile-control {
  color: #446A7C;
}

.mobile-control a {
  color: #446A7C;
  text-decoration: none;
}

.mobile-control.toggle-sub-nav {
  color: #446A7C;
  background-color: #f4f3f3;
}

.mobile-control.toggle-sub-nav:hover, .mobile-control.toggle-sub-nav:focus {
  outline: none;
  background-color: #f9f8f8;
}

.nav-item.active > a, .nav-item.active .first-level-btn, .nav-item.active .first-level-link, nav-item-search.active > a, nav-item-search.active .first-level-btn, nav-item-search.active .first-level-link {
  color: #446A7C;
}

.nav-item.active > a > span[class^="ca-gov-icon"], .nav-item.active .first-level-btn > span[class^="ca-gov-icon"], .nav-item.active .first-level-link > span[class^="ca-gov-icon"], nav-item-search.active > a > span[class^="ca-gov-icon"], nav-item-search.active .first-level-btn > span[class^="ca-gov-icon"], nav-item-search.active .first-level-link > span[class^="ca-gov-icon"] {
  color: #446A7C;
}

@media (min-width: 768px) {
  .nav-item:hover, .nav-item:focus, nav-item-search:hover, nav-item-search:focus {
	background-color: #f9f8f8;
  }
}

.nav-item:hover > a, .nav-item:hover .first-level-btn, .nav-item:hover .first-level-link, .nav-item:focus > a, .nav-item:focus .first-level-btn, .nav-item:focus .first-level-link, nav-item-search:hover > a, nav-item-search:hover .first-level-btn, nav-item-search:hover .first-level-link, nav-item-search:focus > a, nav-item-search:focus .first-level-btn, nav-item-search:focus .first-level-link {
  color: #446A7C;
}

.nav-item:hover > a > span[class^="ca-gov-icon"], .nav-item:hover .first-level-btn > span[class^="ca-gov-icon"], .nav-item:hover .first-level-link > span[class^="ca-gov-icon"], .nav-item:focus > a > span[class^="ca-gov-icon"], .nav-item:focus .first-level-btn > span[class^="ca-gov-icon"], .nav-item:focus .first-level-link > span[class^="ca-gov-icon"], nav-item-search:hover > a > span[class^="ca-gov-icon"], nav-item-search:hover .first-level-btn > span[class^="ca-gov-icon"], nav-item-search:hover .first-level-link > span[class^="ca-gov-icon"], nav-item-search:focus > a > span[class^="ca-gov-icon"], nav-item-search:focus .first-level-btn > span[class^="ca-gov-icon"], nav-item-search:focus .first-level-link > span[class^="ca-gov-icon"] {
  color: #446A7C;
}

.nav-arrow-down {
  background: #446A7C;
}

.first-level-link, .first-level-btn {
  color: #555555;
}

.first-level-link > span[class^="ca-gov-icon"]:not(.carrot), .first-level-btn > span[class^="ca-gov-icon"]:not(.carrot) {
  /* Navigation icons */
  color: #cecece;
}

.first-level-link:hover, .first-level-link:focus, .first-level-btn:hover, .first-level-btn:focus {
  color: #02374e;
}

@media (max-width: 767px) {
  .first-level-link, .first-level-btn {
	border-bottom: 1px solid #f9f8f8;
  }
}

.second-level-link {
  color: #446A7C;
}

.second-level-link [class^="ca-gov-icon-"] {
  color: #446A7C;
}

.second-level-nav > li {
  border: 1px solid transparent;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

.second-level-nav > li:hover, .second-level-nav > li:focus {
  background: #fff;
}

@media (max-width: 767px) {
  .second-level-nav > li {
	border-right: none;
	border-bottom: 1px solid #f9f8f8;
  }
  .second-level-nav > li:hover, .second-level-nav > li:focus {
	background: #fefdfd;
  }
}

.second-level-nav .link-description {
  color: #555555;
}

.sub-nav {
  background: #f9f8f8;
}

@media (max-width: 767px) {
  .sub-nav {
	border-top: none;
	border-bottom: none;
  }
}

.nav-media {
  background: transparent;
}

.nav-media .media:hover {
  background: #fff;
}

.nav-media .media {
  border-bottom: 4px solid #fff;
}

@media (max-width: 767px) {
  .nav-media .media {
	border-bottom: 4px solid #fff;
  }
  .nav-media .media:hover, .nav-media .media:focus {
	background: #fefdfd;
  }
}

@media (min-width: 768px) {
  .nav-item::after {
	background-color: transparent;
  }
  .nav-item:hover::after, .nav-item:focus::after {
	background-color: #446A7C;
  }
  /*full width navigation*/
  .nav-full-width {
	background: #446A7C;
  }
  .nav-full-width .main-navigation .nav-item:hover, .nav-full-width .main-navigation .nav-item:focus, .nav-full-width .main-navigation .nav-item.active:hover {
	background-color: #365362;
  }
  .nav-full-width .main-navigation .nav-item.active {
	background-color: #3b5c6c;
  }
}

.has-sub .rotate {
  color: #ccc8bf;
}

/* side navigation */
.list-group.section-standout .list-group-item {
  background-color: #21272A;
  color: #ffffff;
}

.list-group.section-standout .list-group-item:hover, .list-group.section-standout .list-group-item:focus, .list-group.section-standout .list-group-item.open {
  background: #111416;
  color: #ffffff;
}

.list-group.section-overstated .list-group-item {
  background: #446A7C;
  color: #ffffff;
}

.list-group.section-overstated .list-group-item:hover, .list-group.section-overstated .list-group-item:focus, .list-group.section-overstated .list-group-item.open {
  background: #375665;
  color: #ffffff;
}

.list-group.section-impact .list-group-item {
  background: #21272A;
  color: #ffffff;
}

.list-group.section-impact .list-group-item:hover, .list-group.section-impact .list-group-item:focus {
  background: #111416;
  color: #ffffff;
}

.list-group.section-primary .list-group-item {
  background: #446A7C;
  color: #ffffff;
}

.list-group.section-primary .list-group-item:hover, .list-group.section-primary .list-group-item:focus, .list-group.section-primary .list-group-item.open {
  background: #375665;
  color: #ffffff;
}

.list-group.section-inverted .list-group-item {
  background: #222222;
  color: #fff;
}

.list-group.section-inverted .list-group-item:hover, .list-group.section-inverted .list-group-item:focus, .list-group.section-inverted .list-group-item.open {
  background: #111111;
  color: #fff;
}

.list-group.section-danger .list-group-item {
  background: #D24532;
  color: #000000;
}

.list-group.section-danger .list-group-item:hover, .list-group.section-danger .list-group-item:focus, .list-group.section-danger .list-group-item.open {
  background: #b83928;
  color: #000000;
}

.list-group.section-understated .list-group-item {
  background: #f9f8f8;
}

.list-group.section-understated .list-group-item:hover, .list-group.section-understated .list-group-item:focus, .list-group.section-understated .list-group-item.open {
  background: #e9e5e5;
}

.list-group.section-default .list-group-item {
  background: whitesmoke;
}

.list-group.section-default .list-group-item:hover, .list-group.section-default .list-group-item:focus, .list-group.section-default .list-group-item.open {
  background: #e3e3e3;
}

/* -----------------------------------------
   SEARCH
   /source/scss/colorscheme.search.scss
----------------------------------------- */
.search-container .search-textfield {
  background-color: rgba(255, 255, 255, 0.8);
}

.search-container .submit-container button {
  color: #446A7C;
  border-color: rgba(255, 255, 255, 0.8);
}

.search-container:hover .search-textfield, .search-container:focus .search-textfield, .search-container.active .search-textfield {
  background-color: #fff;
}

.search-container:hover .submit-container button, .search-container:focus .submit-container button, .search-container.active .submit-container button {
  border-color: #fff;
}

.search-container.active {
  background: rgba(0, 0, 0, 0.7);
}

.search-container.active .submit-container button {
  border-color: #bdbdbd;
  background: #555555;
}

.search-container.active .search-textfield {
  border-color: #bdbdbd;
}

/* -----------------------------------------
   TABS
   /source/scss/colorscheme/cs-tabs.scss
----------------------------------------- */
.tab-group {
  background: #fff;
}

.tab-group .nav-tabs {
  background: #e2dfda;
}

/* -----------------------------------------
   MEDIA
   /source/scss/colorscheme/media.scss
----------------------------------------- */
figure {
  background-color: #f9f8f8;
  border-color: #e2dfda;
}

/* -----------------------------------------
   PANELS
   /source/scss/colorscheme/location.scss
----------------------------------------- */
.location.mini [class^="ca-gov-icon"] {
  background: #21272A;
  color: #ffffff;
}

/* -----------------------------------------
   TYPOGRAPHY
   /source/scss/colorscheme/typography.scss
----------------------------------------- */
.published {
  color: #555555;
}

/* -----------------------------------------
   SECTIONS
   /source/scss/colorscheme/sections.scss
----------------------------------------- */
.section-default, .card-default {
  background: whitesmoke;
}

.section-search, .card-search {
  background: #d6d6d6;
}

.section-understated, .card-understated {
  background: #f9f8f8;
}

.section-overstated, .card-overstated {
  background: #446A7C;
  color: #ffffff;
}

.section-overstated a:not(.btn), .card-overstated a:not(.btn) {
  color: #fff;
  text-decoration: none;
}

.section-overstated a:not(.btn):hover, .section-overstated a:not(.btn):focus, .card-overstated a:not(.btn):hover, .card-overstated a:not(.btn):focus {
  color: #f9f8f8;
  text-decoration: underline;
}

.section-overstated a:not(.btn):focus, .card-overstated a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.section-overstated a:not(.btn), .card-overstated a:not(.btn) {
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 2px 1px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-decoration: none !important;
}

.section-overstated a:not(.btn):hover, .card-overstated a:not(.btn):hover {
  background-image: linear-gradient(to right, #f9f8f8 50%, transparent 50%);
  text-decoration: none !important;
}

.section-overstated .btn-primary, .card-overstated .btn-primary {
  color: #fff;
  background-color: #446A7C;
  border-color: #ffffff;
}

.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, .section-overstated .btn-primary .show > .dropdown-toggle, .open > .dropdown-toggle .section-overstated .btn-primary, .card-overstated .btn-primary:hover, .card-overstated .btn-primary:focus, .card-overstated .btn-primary:not(:disabled):not(.disabled):active, .card-overstated .btn-primary:not(:disabled):not(.disabled).active, .card-overstated .btn-primary .show > .dropdown-toggle, .open > .dropdown-toggle .card-overstated .btn-primary {
  color: #fff;
  background-color: #375665;
  border-color: #ffffff;
}

.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, .card-overstated .btn-primary:not(:disabled):not(.disabled):active, .card-overstated .btn-primary:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .card-overstated .btn-primary {
  background-image: none;
}

.section-overstated .btn-primary.disabled, .section-overstated .btn-primary.disabled:hover, .section-overstated .btn-primary.disabled:focus, .section-overstated .btn-primary.disabled:active, .section-overstated .btn-primary.disabled.active, .section-overstated .btn-primary[disabled], .section-overstated .btn-primary[disabled]:hover, .section-overstated .btn-primary[disabled]:focus, .section-overstated .btn-primary[disabled]:active, .section-overstated .btn-primary[disabled].active, fieldset[disabled] .section-overstated .btn-primary, fieldset[disabled] .section-overstated .btn-primary:hover, fieldset[disabled] .section-overstated .btn-primary:focus, fieldset[disabled] .section-overstated .btn-primary:active, fieldset[disabled] .section-overstated .btn-primary.active, .card-overstated .btn-primary.disabled, .card-overstated .btn-primary.disabled:hover, .card-overstated .btn-primary.disabled:focus, .card-overstated .btn-primary.disabled:active, .card-overstated .btn-primary.disabled.active, .card-overstated .btn-primary[disabled], .card-overstated .btn-primary[disabled]:hover, .card-overstated .btn-primary[disabled]:focus, .card-overstated .btn-primary[disabled]:active, .card-overstated .btn-primary[disabled].active, fieldset[disabled] .card-overstated .btn-primary, fieldset[disabled] .card-overstated .btn-primary:hover, fieldset[disabled] .card-overstated .btn-primary:focus, fieldset[disabled] .card-overstated .btn-primary:active, fieldset[disabled] .card-overstated .btn-primary.active {
  background-color: #446A7C !important;
  border-color: #ffffff;
}

.section-overstated .btn-primary .badge, .card-overstated .btn-primary .badge {
  color: #446A7C;
  background-color: #fff;
}

.section-overstated .btn-standout, .card-overstated .btn-standout {
  color: #fff;
  background-color: #21272A;
  border-color: #ffffff;
}

.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, .section-overstated .btn-standout .show > .dropdown-toggle, .open > .dropdown-toggle .section-overstated .btn-standout, .card-overstated .btn-standout:hover, .card-overstated .btn-standout:focus, .card-overstated .btn-standout:not(:disabled):not(.disabled):active, .card-overstated .btn-standout:not(:disabled):not(.disabled).active, .card-overstated .btn-standout .show > .dropdown-toggle, .open > .dropdown-toggle .card-overstated .btn-standout {
  color: #fff;
  background-color: #111416;
  border-color: #ffffff;
}

.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, .card-overstated .btn-standout:not(:disabled):not(.disabled):active, .card-overstated .btn-standout:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .card-overstated .btn-standout {
  background-image: none;
}

.section-overstated .btn-standout.disabled, .section-overstated .btn-standout.disabled:hover, .section-overstated .btn-standout.disabled:focus, .section-overstated .btn-standout.disabled:active, .section-overstated .btn-standout.disabled.active, .section-overstated .btn-standout[disabled], .section-overstated .btn-standout[disabled]:hover, .section-overstated .btn-standout[disabled]:focus, .section-overstated .btn-standout[disabled]:active, .section-overstated .btn-standout[disabled].active, fieldset[disabled] .section-overstated .btn-standout, fieldset[disabled] .section-overstated .btn-standout:hover, fieldset[disabled] .section-overstated .btn-standout:focus, fieldset[disabled] .section-overstated .btn-standout:active, fieldset[disabled] .section-overstated .btn-standout.active, .card-overstated .btn-standout.disabled, .card-overstated .btn-standout.disabled:hover, .card-overstated .btn-standout.disabled:focus, .card-overstated .btn-standout.disabled:active, .card-overstated .btn-standout.disabled.active, .card-overstated .btn-standout[disabled], .card-overstated .btn-standout[disabled]:hover, .card-overstated .btn-standout[disabled]:focus, .card-overstated .btn-standout[disabled]:active, .card-overstated .btn-standout[disabled].active, fieldset[disabled] .card-overstated .btn-standout, fieldset[disabled] .card-overstated .btn-standout:hover, fieldset[disabled] .card-overstated .btn-standout:focus, fieldset[disabled] .card-overstated .btn-standout:active, fieldset[disabled] .card-overstated .btn-standout.active {
  background-color: #21272A !important;
  border-color: #ffffff;
}

.section-overstated .btn-standout .badge, .card-overstated .btn-standout .badge {
  color: #21272A;
  background-color: #fff;
}

.section-standout, .card-standout {
  background: #21272A;
  color: #ffffff;
}

.section-standout a:not(.btn), .card-standout a:not(.btn) {
  color: #ccc8bf;
  text-decoration: none;
}

.section-standout a:not(.btn):hover, .section-standout a:not(.btn):focus, .card-standout a:not(.btn):hover, .card-standout a:not(.btn):focus {
  color: #c0baaf;
  text-decoration: underline;
}

.section-standout a:not(.btn):focus, .card-standout a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.section-standout a:not(.btn), .card-standout a:not(.btn) {
  background-image: linear-gradient(to right, #ccc8bf 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 2px 1px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-decoration: none !important;
}

.section-standout a:not(.btn):hover, .card-standout a:not(.btn):hover {
  background-image: linear-gradient(to right, #c0baaf 50%, transparent 50%);
  text-decoration: none !important;
}

.section-standout .half-gauge-chart .donut-background, .card-standout .half-gauge-chart .donut-background {
  fill: #d6d6d6;
}

.section-standout .half-gauge-chart .donut-halfmark, .card-standout .half-gauge-chart .donut-halfmark {
  stroke: whitesmoke;
}

.section-standout .btn-primary, .card-standout .btn-primary {
  color: #fff;
  background-color: #446A7C;
  border-color: #ffffff;
}

.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, .section-standout .btn-primary .show > .dropdown-toggle, .open > .dropdown-toggle .section-standout .btn-primary, .card-standout .btn-primary:hover, .card-standout .btn-primary:focus, .card-standout .btn-primary:not(:disabled):not(.disabled):active, .card-standout .btn-primary:not(:disabled):not(.disabled).active, .card-standout .btn-primary .show > .dropdown-toggle, .open > .dropdown-toggle .card-standout .btn-primary {
  color: #fff;
  background-color: #375665;
  border-color: #ffffff;
}

.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, .card-standout .btn-primary:not(:disabled):not(.disabled):active, .card-standout .btn-primary:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .card-standout .btn-primary {
  background-image: none;
}

.section-standout .btn-primary.disabled, .section-standout .btn-primary.disabled:hover, .section-standout .btn-primary.disabled:focus, .section-standout .btn-primary.disabled:active, .section-standout .btn-primary.disabled.active, .section-standout .btn-primary[disabled], .section-standout .btn-primary[disabled]:hover, .section-standout .btn-primary[disabled]:focus, .section-standout .btn-primary[disabled]:active, .section-standout .btn-primary[disabled].active, fieldset[disabled] .section-standout .btn-primary, fieldset[disabled] .section-standout .btn-primary:hover, fieldset[disabled] .section-standout .btn-primary:focus, fieldset[disabled] .section-standout .btn-primary:active, fieldset[disabled] .section-standout .btn-primary.active, .card-standout .btn-primary.disabled, .card-standout .btn-primary.disabled:hover, .card-standout .btn-primary.disabled:focus, .card-standout .btn-primary.disabled:active, .card-standout .btn-primary.disabled.active, .card-standout .btn-primary[disabled], .card-standout .btn-primary[disabled]:hover, .card-standout .btn-primary[disabled]:focus, .card-standout .btn-primary[disabled]:active, .card-standout .btn-primary[disabled].active, fieldset[disabled] .card-standout .btn-primary, fieldset[disabled] .card-standout .btn-primary:hover, fieldset[disabled] .card-standout .btn-primary:focus, fieldset[disabled] .card-standout .btn-primary:active, fieldset[disabled] .card-standout .btn-primary.active {
  background-color: #446A7C !important;
  border-color: #ffffff;
}

.section-standout .btn-primary .badge, .card-standout .btn-primary .badge {
  color: #446A7C;
  background-color: #fff;
}

.section-standout .btn-standout, .card-standout .btn-standout {
  color: #fff;
  background-color: #21272A;
  border-color: #ffffff;
}

.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, .section-standout .btn-standout .show > .dropdown-toggle, .open > .dropdown-toggle .section-standout .btn-standout, .card-standout .btn-standout:hover, .card-standout .btn-standout:focus, .card-standout .btn-standout:not(:disabled):not(.disabled):active, .card-standout .btn-standout:not(:disabled):not(.disabled).active, .card-standout .btn-standout .show > .dropdown-toggle, .open > .dropdown-toggle .card-standout .btn-standout {
  color: #fff;
  background-color: #111416;
  border-color: #ffffff;
}

.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, .card-standout .btn-standout:not(:disabled):not(.disabled):active, .card-standout .btn-standout:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .card-standout .btn-standout {
  background-image: none;
}

.section-standout .btn-standout.disabled, .section-standout .btn-standout.disabled:hover, .section-standout .btn-standout.disabled:focus, .section-standout .btn-standout.disabled:active, .section-standout .btn-standout.disabled.active, .section-standout .btn-standout[disabled], .section-standout .btn-standout[disabled]:hover, .section-standout .btn-standout[disabled]:focus, .section-standout .btn-standout[disabled]:active, .section-standout .btn-standout[disabled].active, fieldset[disabled] .section-standout .btn-standout, fieldset[disabled] .section-standout .btn-standout:hover, fieldset[disabled] .section-standout .btn-standout:focus, fieldset[disabled] .section-standout .btn-standout:active, fieldset[disabled] .section-standout .btn-standout.active, .card-standout .btn-standout.disabled, .card-standout .btn-standout.disabled:hover, .card-standout .btn-standout.disabled:focus, .card-standout .btn-standout.disabled:active, .card-standout .btn-standout.disabled.active, .card-standout .btn-standout[disabled], .card-standout .btn-standout[disabled]:hover, .card-standout .btn-standout[disabled]:focus, .card-standout .btn-standout[disabled]:active, .card-standout .btn-standout[disabled].active, fieldset[disabled] .card-standout .btn-standout, fieldset[disabled] .card-standout .btn-standout:hover, fieldset[disabled] .card-standout .btn-standout:focus, fieldset[disabled] .card-standout .btn-standout:active, fieldset[disabled] .card-standout .btn-standout.active {
  background-color: #21272A !important;
  border-color: #ffffff;
}

.section-standout .btn-standout .badge, .card-standout .btn-standout .badge {
  color: #21272A;
  background-color: #fff;
}

.section-impact, .card-impact {
  background: #21272A;
  color: #ffffff;
}

.section-impact a:not(.btn), .card-impact a:not(.btn) {
  color: #ccc8bf;
  text-decoration: none;
}

.section-impact a:not(.btn):hover, .section-impact a:not(.btn):focus, .card-impact a:not(.btn):hover, .card-impact a:not(.btn):focus {
  color: #c0baaf;
  text-decoration: underline;
}

.section-impact a:not(.btn):focus, .card-impact a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.section-impact a:not(.btn), .card-impact a:not(.btn) {
  background-image: linear-gradient(to right, #ccc8bf 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 2px 1px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-decoration: none !important;
}

.section-impact a:not(.btn):hover, .card-impact a:not(.btn):hover {
  background-image: linear-gradient(to right, #c0baaf 50%, transparent 50%);
  text-decoration: none !important;
}

.section-impact .half-gauge-chart .donut-background, .card-impact .half-gauge-chart .donut-background {
  fill: #d6d6d6;
}

.section-impact .half-gauge-chart .donut-halfmark, .card-impact .half-gauge-chart .donut-halfmark {
  stroke: whitesmoke;
}

.section-impact .btn-primary, .card-impact .btn-primary {
  color: #fff;
  background-color: #446A7C;
  border-color: #ffffff;
}

.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, .section-impact .btn-primary .show > .dropdown-toggle, .open > .dropdown-toggle .section-impact .btn-primary, .card-impact .btn-primary:hover, .card-impact .btn-primary:focus, .card-impact .btn-primary:not(:disabled):not(.disabled):active, .card-impact .btn-primary:not(:disabled):not(.disabled).active, .card-impact .btn-primary .show > .dropdown-toggle, .open > .dropdown-toggle .card-impact .btn-primary {
  color: #fff;
  background-color: #375665;
  border-color: #ffffff;
}

.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, .card-impact .btn-primary:not(:disabled):not(.disabled):active, .card-impact .btn-primary:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .card-impact .btn-primary {
  background-image: none;
}

.section-impact .btn-primary.disabled, .section-impact .btn-primary.disabled:hover, .section-impact .btn-primary.disabled:focus, .section-impact .btn-primary.disabled:active, .section-impact .btn-primary.disabled.active, .section-impact .btn-primary[disabled], .section-impact .btn-primary[disabled]:hover, .section-impact .btn-primary[disabled]:focus, .section-impact .btn-primary[disabled]:active, .section-impact .btn-primary[disabled].active, fieldset[disabled] .section-impact .btn-primary, fieldset[disabled] .section-impact .btn-primary:hover, fieldset[disabled] .section-impact .btn-primary:focus, fieldset[disabled] .section-impact .btn-primary:active, fieldset[disabled] .section-impact .btn-primary.active, .card-impact .btn-primary.disabled, .card-impact .btn-primary.disabled:hover, .card-impact .btn-primary.disabled:focus, .card-impact .btn-primary.disabled:active, .card-impact .btn-primary.disabled.active, .card-impact .btn-primary[disabled], .card-impact .btn-primary[disabled]:hover, .card-impact .btn-primary[disabled]:focus, .card-impact .btn-primary[disabled]:active, .card-impact .btn-primary[disabled].active, fieldset[disabled] .card-impact .btn-primary, fieldset[disabled] .card-impact .btn-primary:hover, fieldset[disabled] .card-impact .btn-primary:focus, fieldset[disabled] .card-impact .btn-primary:active, fieldset[disabled] .card-impact .btn-primary.active {
  background-color: #446A7C !important;
  border-color: #ffffff;
}

.section-impact .btn-primary .badge, .card-impact .btn-primary .badge {
  color: #446A7C;
  background-color: #fff;
}

.section-impact .btn-standout, .card-impact .btn-standout {
  color: #fff;
  background-color: #21272A;
  border-color: #ffffff;
}

.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, .section-impact .btn-standout .show > .dropdown-toggle, .open > .dropdown-toggle .section-impact .btn-standout, .card-impact .btn-standout:hover, .card-impact .btn-standout:focus, .card-impact .btn-standout:not(:disabled):not(.disabled):active, .card-impact .btn-standout:not(:disabled):not(.disabled).active, .card-impact .btn-standout .show > .dropdown-toggle, .open > .dropdown-toggle .card-impact .btn-standout {
  color: #fff;
  background-color: #111416;
  border-color: #ffffff;
}

.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, .card-impact .btn-standout:not(:disabled):not(.disabled):active, .card-impact .btn-standout:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .card-impact .btn-standout {
  background-image: none;
}

.section-impact .btn-standout.disabled, .section-impact .btn-standout.disabled:hover, .section-impact .btn-standout.disabled:focus, .section-impact .btn-standout.disabled:active, .section-impact .btn-standout.disabled.active, .section-impact .btn-standout[disabled], .section-impact .btn-standout[disabled]:hover, .section-impact .btn-standout[disabled]:focus, .section-impact .btn-standout[disabled]:active, .section-impact .btn-standout[disabled].active, fieldset[disabled] .section-impact .btn-standout, fieldset[disabled] .section-impact .btn-standout:hover, fieldset[disabled] .section-impact .btn-standout:focus, fieldset[disabled] .section-impact .btn-standout:active, fieldset[disabled] .section-impact .btn-standout.active, .card-impact .btn-standout.disabled, .card-impact .btn-standout.disabled:hover, .card-impact .btn-standout.disabled:focus, .card-impact .btn-standout.disabled:active, .card-impact .btn-standout.disabled.active, .card-impact .btn-standout[disabled], .card-impact .btn-standout[disabled]:hover, .card-impact .btn-standout[disabled]:focus, .card-impact .btn-standout[disabled]:active, .card-impact .btn-standout[disabled].active, fieldset[disabled] .card-impact .btn-standout, fieldset[disabled] .card-impact .btn-standout:hover, fieldset[disabled] .card-impact .btn-standout:focus, fieldset[disabled] .card-impact .btn-standout:active, fieldset[disabled] .card-impact .btn-standout.active {
  background-color: #21272A !important;
  border-color: #ffffff;
}

.section-impact .btn-standout .badge, .card-impact .btn-standout .badge {
  color: #21272A;
  background-color: #fff;
}

.section-impact .btn-default, .card-impact .btn-default {
  color: #fff;
  background-color: transparent;
  border-color: #e2dfda;
  margin-bottom: 11.5px;
}

.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, .section-impact .btn-default .show > .dropdown-toggle, .open > .dropdown-toggle .section-impact .btn-default, .card-impact .btn-default:hover, .card-impact .btn-default:focus, .card-impact .btn-default:not(:disabled):not(.disabled):active, .card-impact .btn-default:not(:disabled):not(.disabled).active, .card-impact .btn-default .show > .dropdown-toggle, .open > .dropdown-toggle .card-impact .btn-default {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #fff;
}

.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, .card-impact .btn-default:not(:disabled):not(.disabled):active, .card-impact .btn-default:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .card-impact .btn-default {
  background-image: none;
}

.section-impact .btn-default.disabled, .section-impact .btn-default.disabled:hover, .section-impact .btn-default.disabled:focus, .section-impact .btn-default.disabled:active, .section-impact .btn-default.disabled.active, .section-impact .btn-default[disabled], .section-impact .btn-default[disabled]:hover, .section-impact .btn-default[disabled]:focus, .section-impact .btn-default[disabled]:active, .section-impact .btn-default[disabled].active, fieldset[disabled] .section-impact .btn-default, fieldset[disabled] .section-impact .btn-default:hover, fieldset[disabled] .section-impact .btn-default:focus, fieldset[disabled] .section-impact .btn-default:active, fieldset[disabled] .section-impact .btn-default.active, .card-impact .btn-default.disabled, .card-impact .btn-default.disabled:hover, .card-impact .btn-default.disabled:focus, .card-impact .btn-default.disabled:active, .card-impact .btn-default.disabled.active, .card-impact .btn-default[disabled], .card-impact .btn-default[disabled]:hover, .card-impact .btn-default[disabled]:focus, .card-impact .btn-default[disabled]:active, .card-impact .btn-default[disabled].active, fieldset[disabled] .card-impact .btn-default, fieldset[disabled] .card-impact .btn-default:hover, fieldset[disabled] .card-impact .btn-default:focus, fieldset[disabled] .card-impact .btn-default:active, fieldset[disabled] .card-impact .btn-default.active {
  background-color: transparent !important;
  border-color: #e2dfda;
}

.section-impact .btn-default .badge, .card-impact .btn-default .badge {
  color: transparent;
  background-color: #fff;
}

.section-impact .btn-default [class^="ca-gov-icon-"], .card-impact .btn-default [class^="ca-gov-icon-"] {
  color: #e2dfda;
  padding: 0 5px;
}

.section-primary, .card-primary {
  background: #446A7C;
  color: #ffffff;
}

.section-primary a:not(.btn), .card-primary a:not(.btn) {
  color: #fff;
  text-decoration: none;
}

.section-primary a:not(.btn):hover, .section-primary a:not(.btn):focus, .card-primary a:not(.btn):hover, .card-primary a:not(.btn):focus {
  color: #f9f8f8;
  text-decoration: underline;
}

.section-primary a:not(.btn):focus, .card-primary a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.section-primary a:not(.btn), .card-primary a:not(.btn) {
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 2px 1px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-decoration: none !important;
}

.section-primary a:not(.btn):hover, .card-primary a:not(.btn):hover {
  background-image: linear-gradient(to right, #f9f8f8 50%, transparent 50%);
  text-decoration: none !important;
}

.section-primary .btn-primary, .card-primary .btn-primary {
  color: #fff;
  background-color: #446A7C;
  border-color: #ffffff;
}

.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, .section-primary .btn-primary .show > .dropdown-toggle, .open > .dropdown-toggle .section-primary .btn-primary, .card-primary .btn-primary:hover, .card-primary .btn-primary:focus, .card-primary .btn-primary:not(:disabled):not(.disabled):active, .card-primary .btn-primary:not(:disabled):not(.disabled).active, .card-primary .btn-primary .show > .dropdown-toggle, .open > .dropdown-toggle .card-primary .btn-primary {
  color: #fff;
  background-color: #375665;
  border-color: #ffffff;
}

.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, .card-primary .btn-primary:not(:disabled):not(.disabled):active, .card-primary .btn-primary:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .card-primary .btn-primary {
  background-image: none;
}

.section-primary .btn-primary.disabled, .section-primary .btn-primary.disabled:hover, .section-primary .btn-primary.disabled:focus, .section-primary .btn-primary.disabled:active, .section-primary .btn-primary.disabled.active, .section-primary .btn-primary[disabled], .section-primary .btn-primary[disabled]:hover, .section-primary .btn-primary[disabled]:focus, .section-primary .btn-primary[disabled]:active, .section-primary .btn-primary[disabled].active, fieldset[disabled] .section-primary .btn-primary, fieldset[disabled] .section-primary .btn-primary:hover, fieldset[disabled] .section-primary .btn-primary:focus, fieldset[disabled] .section-primary .btn-primary:active, fieldset[disabled] .section-primary .btn-primary.active, .card-primary .btn-primary.disabled, .card-primary .btn-primary.disabled:hover, .card-primary .btn-primary.disabled:focus, .card-primary .btn-primary.disabled:active, .card-primary .btn-primary.disabled.active, .card-primary .btn-primary[disabled], .card-primary .btn-primary[disabled]:hover, .card-primary .btn-primary[disabled]:focus, .card-primary .btn-primary[disabled]:active, .card-primary .btn-primary[disabled].active, fieldset[disabled] .card-primary .btn-primary, fieldset[disabled] .card-primary .btn-primary:hover, fieldset[disabled] .card-primary .btn-primary:focus, fieldset[disabled] .card-primary .btn-primary:active, fieldset[disabled] .card-primary .btn-primary.active {
  background-color: #446A7C !important;
  border-color: #ffffff;
}

.section-primary .btn-primary .badge, .card-primary .btn-primary .badge {
  color: #446A7C;
  background-color: #fff;
}

.section-primary .btn-standout, .card-primary .btn-standout {
  color: #fff;
  background-color: #21272A;
  border-color: #ffffff;
}

.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, .section-primary .btn-standout .show > .dropdown-toggle, .open > .dropdown-toggle .section-primary .btn-standout, .card-primary .btn-standout:hover, .card-primary .btn-standout:focus, .card-primary .btn-standout:not(:disabled):not(.disabled):active, .card-primary .btn-standout:not(:disabled):not(.disabled).active, .card-primary .btn-standout .show > .dropdown-toggle, .open > .dropdown-toggle .card-primary .btn-standout {
  color: #fff;
  background-color: #111416;
  border-color: #ffffff;
}

.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, .card-primary .btn-standout:not(:disabled):not(.disabled):active, .card-primary .btn-standout:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .card-primary .btn-standout {
  background-image: none;
}

.section-primary .btn-standout.disabled, .section-primary .btn-standout.disabled:hover, .section-primary .btn-standout.disabled:focus, .section-primary .btn-standout.disabled:active, .section-primary .btn-standout.disabled.active, .section-primary .btn-standout[disabled], .section-primary .btn-standout[disabled]:hover, .section-primary .btn-standout[disabled]:focus, .section-primary .btn-standout[disabled]:active, .section-primary .btn-standout[disabled].active, fieldset[disabled] .section-primary .btn-standout, fieldset[disabled] .section-primary .btn-standout:hover, fieldset[disabled] .section-primary .btn-standout:focus, fieldset[disabled] .section-primary .btn-standout:active, fieldset[disabled] .section-primary .btn-standout.active, .card-primary .btn-standout.disabled, .card-primary .btn-standout.disabled:hover, .card-primary .btn-standout.disabled:focus, .card-primary .btn-standout.disabled:active, .card-primary .btn-standout.disabled.active, .card-primary .btn-standout[disabled], .card-primary .btn-standout[disabled]:hover, .card-primary .btn-standout[disabled]:focus, .card-primary .btn-standout[disabled]:active, .card-primary .btn-standout[disabled].active, fieldset[disabled] .card-primary .btn-standout, fieldset[disabled] .card-primary .btn-standout:hover, fieldset[disabled] .card-primary .btn-standout:focus, fieldset[disabled] .card-primary .btn-standout:active, fieldset[disabled] .card-primary .btn-standout.active {
  background-color: #21272A !important;
  border-color: #ffffff;
}

.section-primary .btn-standout .badge, .card-primary .btn-standout .badge {
  color: #21272A;
  background-color: #fff;
}

.section-inverted, .card-inverted {
  background: #222222;
  color: #fff;
}

.section-inverted a:not(.btn), .card-inverted a:not(.btn) {
  color: #ccc8bf;
  text-decoration: none;
}

.section-inverted a:not(.btn):hover, .section-inverted a:not(.btn):focus, .card-inverted a:not(.btn):hover, .card-inverted a:not(.btn):focus {
  color: #bcb7ab;
  text-decoration: underline;
}

.section-inverted a:not(.btn):focus, .card-inverted a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.section-inverted a:not(.btn), .card-inverted a:not(.btn) {
  background-image: linear-gradient(to right, #ccc8bf 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 2px 1px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-decoration: none !important;
}

.section-inverted a:not(.btn):hover, .card-inverted a:not(.btn):hover {
  background-image: linear-gradient(to right, #bcb7ab 50%, transparent 50%);
  text-decoration: none !important;
}

.section-inverted .btn-primary, .card-inverted .btn-primary {
  color: #fff;
  background-color: #446A7C;
  border-color: #ffffff;
}

.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, .section-inverted .btn-primary .show > .dropdown-toggle, .open > .dropdown-toggle .section-inverted .btn-primary, .card-inverted .btn-primary:hover, .card-inverted .btn-primary:focus, .card-inverted .btn-primary:not(:disabled):not(.disabled):active, .card-inverted .btn-primary:not(:disabled):not(.disabled).active, .card-inverted .btn-primary .show > .dropdown-toggle, .open > .dropdown-toggle .card-inverted .btn-primary {
  color: #fff;
  background-color: #375665;
  border-color: #ffffff;
}

.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, .card-inverted .btn-primary:not(:disabled):not(.disabled):active, .card-inverted .btn-primary:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .card-inverted .btn-primary {
  background-image: none;
}

.section-inverted .btn-primary.disabled, .section-inverted .btn-primary.disabled:hover, .section-inverted .btn-primary.disabled:focus, .section-inverted .btn-primary.disabled:active, .section-inverted .btn-primary.disabled.active, .section-inverted .btn-primary[disabled], .section-inverted .btn-primary[disabled]:hover, .section-inverted .btn-primary[disabled]:focus, .section-inverted .btn-primary[disabled]:active, .section-inverted .btn-primary[disabled].active, fieldset[disabled] .section-inverted .btn-primary, fieldset[disabled] .section-inverted .btn-primary:hover, fieldset[disabled] .section-inverted .btn-primary:focus, fieldset[disabled] .section-inverted .btn-primary:active, fieldset[disabled] .section-inverted .btn-primary.active, .card-inverted .btn-primary.disabled, .card-inverted .btn-primary.disabled:hover, .card-inverted .btn-primary.disabled:focus, .card-inverted .btn-primary.disabled:active, .card-inverted .btn-primary.disabled.active, .card-inverted .btn-primary[disabled], .card-inverted .btn-primary[disabled]:hover, .card-inverted .btn-primary[disabled]:focus, .card-inverted .btn-primary[disabled]:active, .card-inverted .btn-primary[disabled].active, fieldset[disabled] .card-inverted .btn-primary, fieldset[disabled] .card-inverted .btn-primary:hover, fieldset[disabled] .card-inverted .btn-primary:focus, fieldset[disabled] .card-inverted .btn-primary:active, fieldset[disabled] .card-inverted .btn-primary.active {
  background-color: #446A7C !important;
  border-color: #ffffff;
}

.section-inverted .btn-primary .badge, .card-inverted .btn-primary .badge {
  color: #446A7C;
  background-color: #fff;
}

.section-inverted .btn-standout, .card-inverted .btn-standout {
  color: #fff;
  background-color: #21272A;
  border-color: #ffffff;
}

.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, .section-inverted .btn-standout .show > .dropdown-toggle, .open > .dropdown-toggle .section-inverted .btn-standout, .card-inverted .btn-standout:hover, .card-inverted .btn-standout:focus, .card-inverted .btn-standout:not(:disabled):not(.disabled):active, .card-inverted .btn-standout:not(:disabled):not(.disabled).active, .card-inverted .btn-standout .show > .dropdown-toggle, .open > .dropdown-toggle .card-inverted .btn-standout {
  color: #fff;
  background-color: #111416;
  border-color: #ffffff;
}

.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, .card-inverted .btn-standout:not(:disabled):not(.disabled):active, .card-inverted .btn-standout:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .card-inverted .btn-standout {
  background-image: none;
}

.section-inverted .btn-standout.disabled, .section-inverted .btn-standout.disabled:hover, .section-inverted .btn-standout.disabled:focus, .section-inverted .btn-standout.disabled:active, .section-inverted .btn-standout.disabled.active, .section-inverted .btn-standout[disabled], .section-inverted .btn-standout[disabled]:hover, .section-inverted .btn-standout[disabled]:focus, .section-inverted .btn-standout[disabled]:active, .section-inverted .btn-standout[disabled].active, fieldset[disabled] .section-inverted .btn-standout, fieldset[disabled] .section-inverted .btn-standout:hover, fieldset[disabled] .section-inverted .btn-standout:focus, fieldset[disabled] .section-inverted .btn-standout:active, fieldset[disabled] .section-inverted .btn-standout.active, .card-inverted .btn-standout.disabled, .card-inverted .btn-standout.disabled:hover, .card-inverted .btn-standout.disabled:focus, .card-inverted .btn-standout.disabled:active, .card-inverted .btn-standout.disabled.active, .card-inverted .btn-standout[disabled], .card-inverted .btn-standout[disabled]:hover, .card-inverted .btn-standout[disabled]:focus, .card-inverted .btn-standout[disabled]:active, .card-inverted .btn-standout[disabled].active, fieldset[disabled] .card-inverted .btn-standout, fieldset[disabled] .card-inverted .btn-standout:hover, fieldset[disabled] .card-inverted .btn-standout:focus, fieldset[disabled] .card-inverted .btn-standout:active, fieldset[disabled] .card-inverted .btn-standout.active {
  background-color: #21272A !important;
  border-color: #ffffff;
}

.section-inverted .btn-standout .badge, .card-inverted .btn-standout .badge {
  color: #21272A;
  background-color: #fff;
}

.section-danger, .card-danger {
  background: #D24532;
  color: #000000;
}

.section-danger a:not(.btn), .card-danger a:not(.btn) {
  color: #000;
  text-decoration: none;
}

.section-danger a:not(.btn):hover, .section-danger a:not(.btn):focus, .card-danger a:not(.btn):hover, .card-danger a:not(.btn):focus {
  color: #000;
  text-decoration: underline;
}

.section-danger a:not(.btn):focus, .card-danger a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.section-danger a:not(.btn), .card-danger a:not(.btn) {
  background-image: linear-gradient(to right, #000 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 2px 1px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-decoration: none !important;
}

.section-danger a:not(.btn):hover, .card-danger a:not(.btn):hover {
  background-image: linear-gradient(to right, #000 50%, transparent 50%);
  text-decoration: none !important;
}

.bg-highlight a:not(.btn) {
  color: #333333;
  text-decoration: none;
}

.bg-highlight a:not(.btn):hover, .bg-highlight a:not(.btn):focus {
  color: #000;
  text-decoration: underline;
}

.bg-highlight a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.bg-highlight a:not(.btn) {
  background-image: linear-gradient(to right, #333333 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 2px 1px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-decoration: none !important;
}

.bg-highlight a:not(.btn):hover {
  background-image: linear-gradient(to right, #000 50%, transparent 50%);
  text-decoration: none !important;
}

.bg-primary {
  color: #fff;
}

.bg-primary a:not(.btn) {
  color: #fff;
  text-decoration: none;
}

.bg-primary a:not(.btn):hover, .bg-primary a:not(.btn):focus {
  color: #f9f8f8;
  text-decoration: underline;
}

.bg-primary a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.bg-primary a:not(.btn) {
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 2px 1px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-decoration: none !important;
}

.bg-primary a:not(.btn):hover {
  background-image: linear-gradient(to right, #f9f8f8 50%, transparent 50%);
  text-decoration: none !important;
}

.bg-standout {
  color: #fff;
}

.bg-standout a:not(.btn) {
  color: #ccc8bf;
  text-decoration: none;
}

.bg-standout a:not(.btn):hover, .bg-standout a:not(.btn):focus {
  color: #c0baaf;
  text-decoration: underline;
}

.bg-standout a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.bg-standout a:not(.btn) {
  background-image: linear-gradient(to right, #ccc8bf 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 2px 1px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-decoration: none !important;
}

.bg-standout a:not(.btn):hover {
  background-image: linear-gradient(to right, #c0baaf 50%, transparent 50%);
  text-decoration: none !important;
}

a.text-white:not(.btn) {
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 2px 1px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-decoration: none !important;
}

a.text-white:not(.btn):hover {
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 2px 1px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-decoration: none !important;
}

/* -----------------------------------------
   HEADER SLIDESHOW BANNER
   /source/scss/colorscheme/cs-header-slideshow-banner.scss
----------------------------------------- */
.header-slideshow-banner {
  background: #000;
}

/* -----------------------------------------
   PROGRESS BARS
   /source/scss/cagov/cs-progress-bar.scss
----------------------------------------- */
/* Traditional Colors */
.progress-bar-default {
  background-color: #d6d6d6;
}

.progress-striped .progress-bar-default {
  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);
}

.progress-bar-primary {
  background-color: #446A7C;
}

.progress-striped .progress-bar-primary {
  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);
}

.progress-bar-understated {
  background-color: #f9f8f8;
}

.progress-striped .progress-bar-understated {
  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);
}

.progress-bar-overstated {
  background-color: #ccc8bf;
}

.progress-striped .progress-bar-overstated {
  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);
}

.progress-bar-standout {
  background-color: #21272A;
}

.progress-striped .progress-bar-standout {
  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);
}

/* Accent Colors */
.progress-bar-accent1 {
  background-color: #1B79C0;
}

.progress-striped .progress-bar-accent1 {
  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);
}

.progress-bar-accent1 {
  background-color: #1B79C0;
}

.progress-striped .progress-bar-accent1 {
  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);
}

.progress-bar-accent2 {
  background-color: #077CBB;
}

.progress-striped .progress-bar-accent2 {
  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);
}

.progress-bar-accent3 {
  background-color: #258378;
}

.progress-striped .progress-bar-accent3 {
  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);
}

.progress-bar-accent4 {
  background-color: #32852E;
}

.progress-striped .progress-bar-accent4 {
  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);
}

.progress-bar-accent5 {
  background-color: #815ab4;
}

.progress-striped .progress-bar-accent5 {
  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);
}

.progress-bar-accent6 {
  background-color: #BE37CD;
}

.progress-striped .progress-bar-accent6 {
  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);
}

.progress-bar-accent7 {
  background-color: #C93E2C;
}

.progress-striped .progress-bar-accent7 {
  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);
}

.progress-bar-accent8 {
  background-color: #BB520C;
}

.progress-striped .progress-bar-accent8 {
  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);
}

.progress-bar-accent9 {
  background-color: #f7e455;
}

.progress-striped .progress-bar-accent9 {
  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);
}

/* -----------------------------------------
   COMMENT
   /source/scss/colorscheme/cs-testimonials.scss
----------------------------------------- */
.testimonial-default {
  background: whitesmoke;
}

.testimonial-understated {
  background: #f9f8f8;
}

.testimonial-overstated {
  background: #ccc8bf;
  color: #333333;
}

.testimonial-overstated a:not(.btn) {
  color: #333333;
  text-decoration: none;
}

.testimonial-overstated a:not(.btn):hover, .testimonial-overstated a:not(.btn):focus {
  color: #000;
  text-decoration: underline;
}

.testimonial-overstated a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.testimonial-overstated a:not(.btn) {
  background-image: linear-gradient(to right, #333333 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 2px 1px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-decoration: none !important;
}

.testimonial-overstated a:not(.btn):hover {
  background-image: linear-gradient(to right, #000 50%, transparent 50%);
  text-decoration: none !important;
}

.testimonial-overstated footer {
  color: #000000;
}

.testimonial-standout {
  background: #21272A;
  color: #ffffff;
}

.testimonial-standout a:not(.btn) {
  color: #C19E73;
  text-decoration: none;
}

.testimonial-standout a:not(.btn):hover, .testimonial-standout a:not(.btn):focus {
  color: #fff;
  text-decoration: underline;
}

.testimonial-standout a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.testimonial-standout a:not(.btn) {
  background-image: linear-gradient(to right, #C19E73 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 2px 1px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-decoration: none !important;
}

.testimonial-standout a:not(.btn):hover {
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
  text-decoration: none !important;
}

.testimonial-standout footer {
  color: #ffffff;
}

.testimonial-primary {
  background: #446A7C;
  color: #ffffff;
}

.testimonial-primary a:not(.btn) {
  color: #fff;
  text-decoration: none;
}

.testimonial-primary a:not(.btn):hover, .testimonial-primary a:not(.btn):focus {
  color: #f9f8f8;
  text-decoration: underline;
}

.testimonial-primary a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.testimonial-primary a:not(.btn) {
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 2px 1px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-decoration: none !important;
}

.testimonial-primary a:not(.btn):hover {
  background-image: linear-gradient(to right, #f9f8f8 50%, transparent 50%);
  text-decoration: none !important;
}

.testimonial-primary footer {
  color: #ffffff;
}

.testimonial-highlight {
  background: #C19E73;
  color: #333333;
}

.testimonial-highlight a:not(.btn) {
  color: #333333;
  text-decoration: none;
}

.testimonial-highlight a:not(.btn):hover, .testimonial-highlight a:not(.btn):focus {
  color: #000;
  text-decoration: underline;
}

.testimonial-highlight a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.testimonial-highlight a:not(.btn) {
  background-image: linear-gradient(to right, #333333 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 2px 1px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-decoration: none !important;
}

.testimonial-highlight a:not(.btn):hover {
  background-image: linear-gradient(to right, #000 50%, transparent 50%);
  text-decoration: none !important;
}

.testimonial-highlight footer {
  color: #000000;
}

.testimonial-inverted {
  background: #222222;
  color: #fff;
}

.testimonial-inverted a:not(.btn) {
  color: #C19E73;
  text-decoration: none;
}

.testimonial-inverted a:not(.btn):hover, .testimonial-inverted a:not(.btn):focus {
  color: #fff;
  text-decoration: underline;
}

.testimonial-inverted a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.testimonial-inverted a:not(.btn) {
  background-image: linear-gradient(to right, #C19E73 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 2px 1px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-decoration: none !important;
}

.testimonial-inverted a:not(.btn):hover {
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
  text-decoration: none !important;
}

.testimonial-inverted footer {
  color: #ffffff;
}

.testimonial-danger {
  background: #D24532;
  color: #000000;
}

.testimonial-danger a:not(.btn) {
  color: #000;
  text-decoration: none;
}

.testimonial-danger a:not(.btn):hover, .testimonial-danger a:not(.btn):focus {
  color: #000;
  text-decoration: underline;
}

.testimonial-danger a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.testimonial-danger a:not(.btn) {
  background-image: linear-gradient(to right, #000 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 2px 1px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-decoration: none !important;
}

.testimonial-danger a:not(.btn):hover {
  background-image: linear-gradient(to right, #000 50%, transparent 50%);
  text-decoration: none !important;
}

.testimonial-danger footer {
  color: #000000;
}

/* -----------------------------------------
   CARDS
   /source/scss/colorscheme/cs-cards.scss
----------------------------------------- */
.card-primary {
  background-color: #046B99;
  border-color: #046B99;
  color: #ffffff;
}

.card-primary a:not(.btn) {
  color: #fff;
  text-decoration: none;
}

.card-primary a:not(.btn):hover, .card-primary a:not(.btn):focus {
  color: #f9f8f8;
  text-decoration: underline;
}

.card-primary a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.card-primary a:not(.btn) {
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 2px 1px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-decoration: none !important;
}

.card-primary a:not(.btn):hover {
  background-image: linear-gradient(to right, #f9f8f8 50%, transparent 50%);
  text-decoration: none !important;
}

.card-primary .card-header {
  border-bottom: 1px solid #046B99;
  background-color: #035a80;
}

.card-primary .card-footer {
  border-top: 1px solid #046B99;
  background-color: #035a80;
}

.card-inverted, .card-inverse {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

.card-inverted a:not(.btn), .card-inverse a:not(.btn) {
  color: #ccc8bf;
  text-decoration: none;
}

.card-inverted a:not(.btn):hover, .card-inverted a:not(.btn):focus, .card-inverse a:not(.btn):hover, .card-inverse a:not(.btn):focus {
  color: #bcb7ab;
  text-decoration: underline;
}

.card-inverted a:not(.btn):focus, .card-inverse a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.card-inverted a:not(.btn), .card-inverse a:not(.btn) {
  background-image: linear-gradient(to right, #ccc8bf 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 2px 1px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-decoration: none !important;
}

.card-inverted a:not(.btn):hover, .card-inverse a:not(.btn):hover {
  background-image: linear-gradient(to right, #bcb7ab 50%, transparent 50%);
  text-decoration: none !important;
}

.card-inverted .card-header, .card-inverse .card-header {
  border-bottom: 1px solid #000000;
  background-color: black;
}

.card-inverted .card-footer, .card-inverse .card-footer {
  border-top: 1px solid #000000;
  background-color: black;
}

.card-success {
  background-color: #32852E;
  border-color: #32852E;
  color: #ffffff;
}

.card-success a:not(.btn) {
  color: #333333;
  text-decoration: none;
}

.card-success a:not(.btn):hover, .card-success a:not(.btn):focus {
  color: #000;
  text-decoration: underline;
}

.card-success a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.card-success a:not(.btn) {
  background-image: linear-gradient(to right, #333333 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 2px 1px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-decoration: none !important;
}

.card-success a:not(.btn):hover {
  background-image: linear-gradient(to right, #000 50%, transparent 50%);
  text-decoration: none !important;
}

.card-success .card-header {
  border-bottom: 1px solid #32852E;
  background-color: #2b7227;
}

.card-success .card-footer {
  border-top: 1px solid #32852E;
  background-color: #2b7227;
}

.card-info {
  background-color: #1C7DB5;
  border-color: #1C7DB5;
  color: #ffffff;
}

.card-info a:not(.btn) {
  color: #fff;
  text-decoration: none;
}

.card-info a:not(.btn):hover, .card-info a:not(.btn):focus {
  color: #fff;
  text-decoration: underline;
}

.card-info a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.card-info a:not(.btn) {
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 2px 1px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-decoration: none !important;
}

.card-info a:not(.btn):hover {
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
  text-decoration: none !important;
}

.card-info .card-header {
  border-bottom: 1px solid #1C7DB5;
  background-color: #196e9f;
}

.card-info .card-footer {
  border-top: 1px solid #1C7DB5;
  background-color: #196e9f;
}

.card-warning {
  background-color: #C2570F;
  border-color: #C2570F;
  color: #ffffff;
}

.card-warning a:not(.btn) {
  color: #333333;
  text-decoration: none;
}

.card-warning a:not(.btn):hover, .card-warning a:not(.btn):focus {
  color: #000;
  text-decoration: underline;
}

.card-warning a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.card-warning a:not(.btn) {
  background-image: linear-gradient(to right, #333333 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 2px 1px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-decoration: none !important;
}

.card-warning a:not(.btn):hover {
  background-image: linear-gradient(to right, #000 50%, transparent 50%);
  text-decoration: none !important;
}

.card-warning .card-header {
  border-bottom: 1px solid #C2570F;
  background-color: #aa4c0d;
}

.card-warning .card-footer {
  border-top: 1px solid #C2570F;
  background-color: #aa4c0d;
}

.card-danger {
  background-color: #D24532;
  border-color: #D24532;
  color: #000000;
}

.card-danger a:not(.btn) {
  color: #000;
  text-decoration: none;
}

.card-danger a:not(.btn):hover, .card-danger a:not(.btn):focus {
  color: #000;
  text-decoration: underline;
}

.card-danger a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.card-danger a:not(.btn) {
  background-image: linear-gradient(to right, #000 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 2px 1px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-decoration: none !important;
}

.card-danger a:not(.btn):hover {
  background-image: linear-gradient(to right, #000 50%, transparent 50%);
  text-decoration: none !important;
}

.card-danger .card-header {
  border-bottom: 1px solid #D24532;
  background-color: #c03c2a;
}

.card-danger .card-footer {
  border-top: 1px solid #D24532;
  background-color: #c03c2a;
}

.card-inverse .card-header, .card-inverted .card-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.card-inverse .card-footer, .card-inverted .card-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* -----------------------------------------
   CARDS THAT USED TO BE PANELS IN BOOTSTRAP 3
   leaving .panel class for backward compatibility
----------------------------------------- */
/* Default Cards */
.panel-default, .card-default {
  border-color: #ddd;
}

.panel-default > .panel-heading, .panel-default > .card-heading, .card-default > .panel-heading, .card-default > .card-heading {
  color: #333333;
  background-color: #e2dfda;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body, .panel-default > .panel-heading + .card-collapse > .card-body, .panel-default > .card-heading + .panel-collapse > .panel-body, .panel-default > .card-heading + .card-collapse > .card-body, .card-default > .panel-heading + .panel-collapse > .panel-body, .card-default > .panel-heading + .card-collapse > .card-body, .card-default > .card-heading + .panel-collapse > .panel-body, .card-default > .card-heading + .card-collapse > .card-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge, .panel-default > .card-heading .badge, .card-default > .panel-heading .badge, .card-default > .card-heading .badge {
  color: #e2dfda;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body, .panel-default > .panel-footer + .card-collapse > .card-body, .panel-default > .card-footer + .panel-collapse > .panel-body, .panel-default > .card-footer + .card-collapse > .card-body, .card-default > .panel-footer + .panel-collapse > .panel-body, .card-default > .panel-footer + .card-collapse > .card-body, .card-default > .card-footer + .panel-collapse > .panel-body, .card-default > .card-footer + .card-collapse > .card-body {
  border-bottom-color: #ddd;
}

.panel-default .panel-heading h2 span[class^="ca-gov-icon-"], .panel-default .panel-heading h3 span[class^="ca-gov-icon-"], .panel-default .panel-heading h4 span[class^="ca-gov-icon-"], .panel-default .panel-heading h5 span[class^="ca-gov-icon-"], .panel-default .card-heading h2 span[class^="ca-gov-icon-"], .panel-default .card-heading h3 span[class^="ca-gov-icon-"], .panel-default .card-heading h4 span[class^="ca-gov-icon-"], .panel-default .card-heading h5 span[class^="ca-gov-icon-"], .panel-default .card-header h2 span[class^="ca-gov-icon-"], .panel-default .card-header h3 span[class^="ca-gov-icon-"], .panel-default .card-header h4 span[class^="ca-gov-icon-"], .panel-default .card-header h5 span[class^="ca-gov-icon-"], .card-default .panel-heading h2 span[class^="ca-gov-icon-"], .card-default .panel-heading h3 span[class^="ca-gov-icon-"], .card-default .panel-heading h4 span[class^="ca-gov-icon-"], .card-default .panel-heading h5 span[class^="ca-gov-icon-"], .card-default .card-heading h2 span[class^="ca-gov-icon-"], .card-default .card-heading h3 span[class^="ca-gov-icon-"], .card-default .card-heading h4 span[class^="ca-gov-icon-"], .card-default .card-heading h5 span[class^="ca-gov-icon-"], .card-default .card-header h2 span[class^="ca-gov-icon-"], .card-default .card-header h3 span[class^="ca-gov-icon-"], .card-default .card-header h4 span[class^="ca-gov-icon-"], .card-default .card-header h5 span[class^="ca-gov-icon-"] {
  color: #21272A;
}

.panel-default .panel-heading .options .btn-default, .panel-default .card-heading .options .btn-default, .panel-default .card-header .options .btn-default, .card-default .panel-heading .options .btn-default, .card-default .card-heading .options .btn-default, .card-default .card-header .options .btn-default {
  color: #212529;
  background-color: #f6f5f4;
  border-color: #ddd;
}

.panel-default .panel-heading .options .btn-default:hover, .panel-default .card-heading .options .btn-default:hover, .panel-default .card-header .options .btn-default:hover, .card-default .panel-heading .options .btn-default:hover, .card-default .card-heading .options .btn-default:hover, .card-default .card-header .options .btn-default:hover {
  color: #212529;
  background-color: #e5e2df;
  border-color: #c4c4c4;
}

.panel-default .panel-heading .options .btn-default:focus, .panel-default .panel-heading .options .btn-default.focus, .panel-default .card-heading .options .btn-default:focus, .panel-default .card-heading .options .btn-default.focus, .panel-default .card-header .options .btn-default:focus, .panel-default .card-header .options .btn-default.focus, .card-default .panel-heading .options .btn-default:focus, .card-default .panel-heading .options .btn-default.focus, .card-default .card-heading .options .btn-default:focus, .card-default .card-heading .options .btn-default.focus, .card-default .card-header .options .btn-default:focus, .card-default .card-header .options .btn-default.focus {
  color: #212529;
  background-color: #e5e2df;
  border-color: #c4c4c4;
  box-shadow: 0 0 0 0.2rem rgba(193, 193, 194, 0.5);
}

.panel-default .panel-heading .options .btn-default.disabled, .panel-default .panel-heading .options .btn-default:disabled, .panel-default .card-heading .options .btn-default.disabled, .panel-default .card-heading .options .btn-default:disabled, .panel-default .card-header .options .btn-default.disabled, .panel-default .card-header .options .btn-default:disabled, .card-default .panel-heading .options .btn-default.disabled, .card-default .panel-heading .options .btn-default:disabled, .card-default .card-heading .options .btn-default.disabled, .card-default .card-heading .options .btn-default:disabled, .card-default .card-header .options .btn-default.disabled, .card-default .card-header .options .btn-default:disabled {
  color: #212529;
  background-color: #f6f5f4;
  border-color: #ddd;
}

.panel-default .panel-heading .options .btn-default:not(:disabled):not(.disabled):active, .panel-default .panel-heading .options .btn-default:not(:disabled):not(.disabled).active,
.show > .panel-default .panel-heading .options .btn-default.dropdown-toggle, .panel-default .card-heading .options .btn-default:not(:disabled):not(.disabled):active, .panel-default .card-heading .options .btn-default:not(:disabled):not(.disabled).active,
.show > .panel-default .card-heading .options .btn-default.dropdown-toggle, .panel-default .card-header .options .btn-default:not(:disabled):not(.disabled):active, .panel-default .card-header .options .btn-default:not(:disabled):not(.disabled).active,
.show > .panel-default .card-header .options .btn-default.dropdown-toggle, .card-default .panel-heading .options .btn-default:not(:disabled):not(.disabled):active, .card-default .panel-heading .options .btn-default:not(:disabled):not(.disabled).active,
.show > .card-default .panel-heading .options .btn-default.dropdown-toggle, .card-default .card-heading .options .btn-default:not(:disabled):not(.disabled):active, .card-default .card-heading .options .btn-default:not(:disabled):not(.disabled).active,
.show > .card-default .card-heading .options .btn-default.dropdown-toggle, .card-default .card-header .options .btn-default:not(:disabled):not(.disabled):active, .card-default .card-header .options .btn-default:not(:disabled):not(.disabled).active,
.show > .card-default .card-header .options .btn-default.dropdown-toggle {
  color: #212529;
  background-color: #dfdcd8;
  border-color: #bdbdbd;
}

.panel-default .panel-heading .options .btn-default:not(:disabled):not(.disabled):active:focus, .panel-default .panel-heading .options .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .panel-default .panel-heading .options .btn-default.dropdown-toggle:focus, .panel-default .card-heading .options .btn-default:not(:disabled):not(.disabled):active:focus, .panel-default .card-heading .options .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .panel-default .card-heading .options .btn-default.dropdown-toggle:focus, .panel-default .card-header .options .btn-default:not(:disabled):not(.disabled):active:focus, .panel-default .card-header .options .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .panel-default .card-header .options .btn-default.dropdown-toggle:focus, .card-default .panel-heading .options .btn-default:not(:disabled):not(.disabled):active:focus, .card-default .panel-heading .options .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .card-default .panel-heading .options .btn-default.dropdown-toggle:focus, .card-default .card-heading .options .btn-default:not(:disabled):not(.disabled):active:focus, .card-default .card-heading .options .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .card-default .card-heading .options .btn-default.dropdown-toggle:focus, .card-default .card-header .options .btn-default:not(:disabled):not(.disabled):active:focus, .card-default .card-header .options .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .card-default .card-header .options .btn-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(193, 193, 194, 0.5);
}

.panel-default .panel-body, .panel-default .card-body, .card-default .panel-body, .card-default .card-body {
  background: #f9f8f8;
  color: #333333;
}

/* Overstated Cards */
.panel-overstated, .card-overstated {
  border-color: #ddd;
}

.panel-overstated > .panel-heading, .panel-overstated > .card-heading, .card-overstated > .panel-heading, .card-overstated > .card-heading {
  color: #fff;
  background-color: #446A7C;
  border-color: #446A7C;
}

.panel-overstated > .panel-heading + .panel-collapse > .panel-body, .panel-overstated > .panel-heading + .card-collapse > .card-body, .panel-overstated > .card-heading + .panel-collapse > .panel-body, .panel-overstated > .card-heading + .card-collapse > .card-body, .card-overstated > .panel-heading + .panel-collapse > .panel-body, .card-overstated > .panel-heading + .card-collapse > .card-body, .card-overstated > .card-heading + .panel-collapse > .panel-body, .card-overstated > .card-heading + .card-collapse > .card-body {
  border-top-color: #ddd;
}

.panel-overstated > .panel-heading .badge, .panel-overstated > .card-heading .badge, .card-overstated > .panel-heading .badge, .card-overstated > .card-heading .badge {
  color: #446A7C;
  background-color: #fff;
}

.panel-overstated > .panel-footer + .panel-collapse > .panel-body, .panel-overstated > .panel-footer + .card-collapse > .card-body, .panel-overstated > .card-footer + .panel-collapse > .panel-body, .panel-overstated > .card-footer + .card-collapse > .card-body, .card-overstated > .panel-footer + .panel-collapse > .panel-body, .card-overstated > .panel-footer + .card-collapse > .card-body, .card-overstated > .card-footer + .panel-collapse > .panel-body, .card-overstated > .card-footer + .card-collapse > .card-body {
  border-bottom-color: #ddd;
}

.panel-overstated .panel-heading, .panel-overstated .card-heading, .panel-overstated .card-header, .card-overstated .panel-heading, .card-overstated .card-heading, .card-overstated .card-header {
  border-bottom-width: 5px;
  border-bottom-style: solid;
}

.panel-overstated .panel-heading h2 span[class^="ca-gov-icon-"], .panel-overstated .panel-heading h3 span[class^="ca-gov-icon-"], .panel-overstated .panel-heading h4 span[class^="ca-gov-icon-"], .panel-overstated .panel-heading h5 span[class^="ca-gov-icon-"], .panel-overstated .card-heading h2 span[class^="ca-gov-icon-"], .panel-overstated .card-heading h3 span[class^="ca-gov-icon-"], .panel-overstated .card-heading h4 span[class^="ca-gov-icon-"], .panel-overstated .card-heading h5 span[class^="ca-gov-icon-"], .panel-overstated .card-header h2 span[class^="ca-gov-icon-"], .panel-overstated .card-header h3 span[class^="ca-gov-icon-"], .panel-overstated .card-header h4 span[class^="ca-gov-icon-"], .panel-overstated .card-header h5 span[class^="ca-gov-icon-"], .card-overstated .panel-heading h2 span[class^="ca-gov-icon-"], .card-overstated .panel-heading h3 span[class^="ca-gov-icon-"], .card-overstated .panel-heading h4 span[class^="ca-gov-icon-"], .card-overstated .panel-heading h5 span[class^="ca-gov-icon-"], .card-overstated .card-heading h2 span[class^="ca-gov-icon-"], .card-overstated .card-heading h3 span[class^="ca-gov-icon-"], .card-overstated .card-heading h4 span[class^="ca-gov-icon-"], .card-overstated .card-heading h5 span[class^="ca-gov-icon-"], .card-overstated .card-header h2 span[class^="ca-gov-icon-"], .card-overstated .card-header h3 span[class^="ca-gov-icon-"], .card-overstated .card-header h4 span[class^="ca-gov-icon-"], .card-overstated .card-header h5 span[class^="ca-gov-icon-"] {
  color: #fff;
}

.panel-overstated .panel-heading .options .btn-default, .panel-overstated .card-heading .options .btn-default, .panel-overstated .card-header .options .btn-default, .card-overstated .panel-heading .options .btn-default, .card-overstated .card-heading .options .btn-default, .card-overstated .card-header .options .btn-default {
  color: #fff;
  background-color: #365362;
  border-color: #446A7C;
}

.panel-overstated .panel-heading .options .btn-default:hover, .panel-overstated .card-heading .options .btn-default:hover, .panel-overstated .card-header .options .btn-default:hover, .card-overstated .panel-heading .options .btn-default:hover, .card-overstated .card-heading .options .btn-default:hover, .card-overstated .card-header .options .btn-default:hover {
  color: #fff;
  background-color: #283e49;
  border-color: #324e5b;
}

.panel-overstated .panel-heading .options .btn-default:focus, .panel-overstated .panel-heading .options .btn-default.focus, .panel-overstated .card-heading .options .btn-default:focus, .panel-overstated .card-heading .options .btn-default.focus, .panel-overstated .card-header .options .btn-default:focus, .panel-overstated .card-header .options .btn-default.focus, .card-overstated .panel-heading .options .btn-default:focus, .card-overstated .panel-heading .options .btn-default.focus, .card-overstated .card-heading .options .btn-default:focus, .card-overstated .card-heading .options .btn-default.focus, .card-overstated .card-header .options .btn-default:focus, .card-overstated .card-header .options .btn-default.focus {
  color: #fff;
  background-color: #283e49;
  border-color: #324e5b;
  box-shadow: 0 0 0 0.2rem rgba(96, 128, 144, 0.5);
}

.panel-overstated .panel-heading .options .btn-default.disabled, .panel-overstated .panel-heading .options .btn-default:disabled, .panel-overstated .card-heading .options .btn-default.disabled, .panel-overstated .card-heading .options .btn-default:disabled, .panel-overstated .card-header .options .btn-default.disabled, .panel-overstated .card-header .options .btn-default:disabled, .card-overstated .panel-heading .options .btn-default.disabled, .card-overstated .panel-heading .options .btn-default:disabled, .card-overstated .card-heading .options .btn-default.disabled, .card-overstated .card-heading .options .btn-default:disabled, .card-overstated .card-header .options .btn-default.disabled, .card-overstated .card-header .options .btn-default:disabled {
  color: #fff;
  background-color: #365362;
  border-color: #446A7C;
}

.panel-overstated .panel-heading .options .btn-default:not(:disabled):not(.disabled):active, .panel-overstated .panel-heading .options .btn-default:not(:disabled):not(.disabled).active,
.show > .panel-overstated .panel-heading .options .btn-default.dropdown-toggle, .panel-overstated .card-heading .options .btn-default:not(:disabled):not(.disabled):active, .panel-overstated .card-heading .options .btn-default:not(:disabled):not(.disabled).active,
.show > .panel-overstated .card-heading .options .btn-default.dropdown-toggle, .panel-overstated .card-header .options .btn-default:not(:disabled):not(.disabled):active, .panel-overstated .card-header .options .btn-default:not(:disabled):not(.disabled).active,
.show > .panel-overstated .card-header .options .btn-default.dropdown-toggle, .card-overstated .panel-heading .options .btn-default:not(:disabled):not(.disabled):active, .card-overstated .panel-heading .options .btn-default:not(:disabled):not(.disabled).active,
.show > .card-overstated .panel-heading .options .btn-default.dropdown-toggle, .card-overstated .card-heading .options .btn-default:not(:disabled):not(.disabled):active, .card-overstated .card-heading .options .btn-default:not(:disabled):not(.disabled).active,
.show > .card-overstated .card-heading .options .btn-default.dropdown-toggle, .card-overstated .card-header .options .btn-default:not(:disabled):not(.disabled):active, .card-overstated .card-header .options .btn-default:not(:disabled):not(.disabled).active,
.show > .card-overstated .card-header .options .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #233741;
  border-color: #2d4753;
}

.panel-overstated .panel-heading .options .btn-default:not(:disabled):not(.disabled):active:focus, .panel-overstated .panel-heading .options .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .panel-overstated .panel-heading .options .btn-default.dropdown-toggle:focus, .panel-overstated .card-heading .options .btn-default:not(:disabled):not(.disabled):active:focus, .panel-overstated .card-heading .options .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .panel-overstated .card-heading .options .btn-default.dropdown-toggle:focus, .panel-overstated .card-header .options .btn-default:not(:disabled):not(.disabled):active:focus, .panel-overstated .card-header .options .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .panel-overstated .card-header .options .btn-default.dropdown-toggle:focus, .card-overstated .panel-heading .options .btn-default:not(:disabled):not(.disabled):active:focus, .card-overstated .panel-heading .options .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .card-overstated .panel-heading .options .btn-default.dropdown-toggle:focus, .card-overstated .card-heading .options .btn-default:not(:disabled):not(.disabled):active:focus, .card-overstated .card-heading .options .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .card-overstated .card-heading .options .btn-default.dropdown-toggle:focus, .card-overstated .card-header .options .btn-default:not(:disabled):not(.disabled):active:focus, .card-overstated .card-header .options .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .card-overstated .card-header .options .btn-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(96, 128, 144, 0.5);
}

.panel-overstated .panel-body, .panel-overstated .card-body, .card-overstated .panel-body, .card-overstated .card-body {
  background: #f9f8f8;
  color: #333333;
}

.panel-overstated .panel-body a:not(.btn), .panel-overstated .card-body a:not(.btn), .card-overstated .panel-body a:not(.btn), .card-overstated .card-body a:not(.btn) {
  color: #046B99;
  text-decoration: none;
}

.panel-overstated .panel-body a:not(.btn):hover, .panel-overstated .panel-body a:not(.btn):focus, .panel-overstated .card-body a:not(.btn):hover, .panel-overstated .card-body a:not(.btn):focus, .card-overstated .panel-body a:not(.btn):hover, .card-overstated .panel-body a:not(.btn):focus, .card-overstated .card-body a:not(.btn):hover, .card-overstated .card-body a:not(.btn):focus {
  color: #02374e;
  text-decoration: underline;
}

.panel-overstated .panel-body a:not(.btn):focus, .panel-overstated .card-body a:not(.btn):focus, .card-overstated .panel-body a:not(.btn):focus, .card-overstated .card-body a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.panel-overstated .panel-body a:not(.btn), .panel-overstated .card-body a:not(.btn), .card-overstated .panel-body a:not(.btn), .card-overstated .card-body a:not(.btn) {
  background-image: linear-gradient(to right, #046B99 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 2px 1px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-decoration: none !important;
}

.panel-overstated .panel-body a:not(.btn):hover, .panel-overstated .card-body a:not(.btn):hover, .card-overstated .panel-body a:not(.btn):hover, .card-overstated .card-body a:not(.btn):hover {
  background-image: linear-gradient(to right, #02374e 50%, transparent 50%);
  text-decoration: none !important;
}

/* Uderstated Cards */
.panel-understated, .card-understated {
  border-color: #ddd;
}

.panel-understated > .panel-heading, .panel-understated > .card-heading, .card-understated > .panel-heading, .card-understated > .card-heading {
  color: #333333;
  background-color: #f9f8f8;
  border-color: #f9f8f8;
}

.panel-understated > .panel-heading + .panel-collapse > .panel-body, .panel-understated > .panel-heading + .card-collapse > .card-body, .panel-understated > .card-heading + .panel-collapse > .panel-body, .panel-understated > .card-heading + .card-collapse > .card-body, .card-understated > .panel-heading + .panel-collapse > .panel-body, .card-understated > .panel-heading + .card-collapse > .card-body, .card-understated > .card-heading + .panel-collapse > .panel-body, .card-understated > .card-heading + .card-collapse > .card-body {
  border-top-color: #ddd;
}

.panel-understated > .panel-heading .badge, .panel-understated > .card-heading .badge, .card-understated > .panel-heading .badge, .card-understated > .card-heading .badge {
  color: #f9f8f8;
  background-color: #333333;
}

.panel-understated > .panel-footer + .panel-collapse > .panel-body, .panel-understated > .panel-footer + .card-collapse > .card-body, .panel-understated > .card-footer + .panel-collapse > .panel-body, .panel-understated > .card-footer + .card-collapse > .card-body, .card-understated > .panel-footer + .panel-collapse > .panel-body, .card-understated > .panel-footer + .card-collapse > .card-body, .card-understated > .card-footer + .panel-collapse > .panel-body, .card-understated > .card-footer + .card-collapse > .card-body {
  border-bottom-color: #ddd;
}

.panel-understated .panel-heading, .panel-understated .card-heading, .panel-understated .card-header, .card-understated .panel-heading, .card-understated .card-heading, .card-understated .card-header {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.panel-understated .panel-heading h2 span[class^="ca-gov-icon-"], .panel-understated .panel-heading h3 span[class^="ca-gov-icon-"], .panel-understated .panel-heading h4 span[class^="ca-gov-icon-"], .panel-understated .panel-heading h5 span[class^="ca-gov-icon-"], .panel-understated .card-heading h2 span[class^="ca-gov-icon-"], .panel-understated .card-heading h3 span[class^="ca-gov-icon-"], .panel-understated .card-heading h4 span[class^="ca-gov-icon-"], .panel-understated .card-heading h5 span[class^="ca-gov-icon-"], .panel-understated .card-header h2 span[class^="ca-gov-icon-"], .panel-understated .card-header h3 span[class^="ca-gov-icon-"], .panel-understated .card-header h4 span[class^="ca-gov-icon-"], .panel-understated .card-header h5 span[class^="ca-gov-icon-"], .card-understated .panel-heading h2 span[class^="ca-gov-icon-"], .card-understated .panel-heading h3 span[class^="ca-gov-icon-"], .card-understated .panel-heading h4 span[class^="ca-gov-icon-"], .card-understated .panel-heading h5 span[class^="ca-gov-icon-"], .card-understated .card-heading h2 span[class^="ca-gov-icon-"], .card-understated .card-heading h3 span[class^="ca-gov-icon-"], .card-understated .card-heading h4 span[class^="ca-gov-icon-"], .card-understated .card-heading h5 span[class^="ca-gov-icon-"], .card-understated .card-header h2 span[class^="ca-gov-icon-"], .card-understated .card-header h3 span[class^="ca-gov-icon-"], .card-understated .card-header h4 span[class^="ca-gov-icon-"], .card-understated .card-header h5 span[class^="ca-gov-icon-"] {
  color: #21272A;
}

.panel-understated .panel-heading .options .btn-default, .panel-understated .card-heading .options .btn-default, .panel-understated .card-header .options .btn-default, .card-understated .panel-heading .options .btn-default, .card-understated .card-heading .options .btn-default, .card-understated .card-header .options .btn-default {
  color: #212529;
  background-color: #e6e2e2;
  border-color: #ddd;
}

.panel-understated .panel-heading .options .btn-default:hover, .panel-understated .card-heading .options .btn-default:hover, .panel-understated .card-header .options .btn-default:hover, .card-understated .panel-heading .options .btn-default:hover, .card-understated .card-heading .options .btn-default:hover, .card-understated .card-header .options .btn-default:hover {
  color: #212529;
  background-color: #d5cdcd;
  border-color: #c4c4c4;
}

.panel-understated .panel-heading .options .btn-default:focus, .panel-understated .panel-heading .options .btn-default.focus, .panel-understated .card-heading .options .btn-default:focus, .panel-understated .card-heading .options .btn-default.focus, .panel-understated .card-header .options .btn-default:focus, .panel-understated .card-header .options .btn-default.focus, .card-understated .panel-heading .options .btn-default:focus, .card-understated .panel-heading .options .btn-default.focus, .card-understated .card-heading .options .btn-default:focus, .card-understated .card-heading .options .btn-default.focus, .card-understated .card-header .options .btn-default:focus, .card-understated .card-header .options .btn-default.focus {
  color: #212529;
  background-color: #d5cdcd;
  border-color: #c4c4c4;
  box-shadow: 0 0 0 0.2rem rgba(193, 193, 194, 0.5);
}

.panel-understated .panel-heading .options .btn-default.disabled, .panel-understated .panel-heading .options .btn-default:disabled, .panel-understated .card-heading .options .btn-default.disabled, .panel-understated .card-heading .options .btn-default:disabled, .panel-understated .card-header .options .btn-default.disabled, .panel-understated .card-header .options .btn-default:disabled, .card-understated .panel-heading .options .btn-default.disabled, .card-understated .panel-heading .options .btn-default:disabled, .card-understated .card-heading .options .btn-default.disabled, .card-understated .card-heading .options .btn-default:disabled, .card-understated .card-header .options .btn-default.disabled, .card-understated .card-header .options .btn-default:disabled {
  color: #212529;
  background-color: #e6e2e2;
  border-color: #ddd;
}

.panel-understated .panel-heading .options .btn-default:not(:disabled):not(.disabled):active, .panel-understated .panel-heading .options .btn-default:not(:disabled):not(.disabled).active,
.show > .panel-understated .panel-heading .options .btn-default.dropdown-toggle, .panel-understated .card-heading .options .btn-default:not(:disabled):not(.disabled):active, .panel-understated .card-heading .options .btn-default:not(:disabled):not(.disabled).active,
.show > .panel-understated .card-heading .options .btn-default.dropdown-toggle, .panel-understated .card-header .options .btn-default:not(:disabled):not(.disabled):active, .panel-understated .card-header .options .btn-default:not(:disabled):not(.disabled).active,
.show > .panel-understated .card-header .options .btn-default.dropdown-toggle, .card-understated .panel-heading .options .btn-default:not(:disabled):not(.disabled):active, .card-understated .panel-heading .options .btn-default:not(:disabled):not(.disabled).active,
.show > .card-understated .panel-heading .options .btn-default.dropdown-toggle, .card-understated .card-heading .options .btn-default:not(:disabled):not(.disabled):active, .card-understated .card-heading .options .btn-default:not(:disabled):not(.disabled).active,
.show > .card-understated .card-heading .options .btn-default.dropdown-toggle, .card-understated .card-header .options .btn-default:not(:disabled):not(.disabled):active, .card-understated .card-header .options .btn-default:not(:disabled):not(.disabled).active,
.show > .card-understated .card-header .options .btn-default.dropdown-toggle {
  color: #212529;
  background-color: #cfc7c7;
  border-color: #bdbdbd;
}

.panel-understated .panel-heading .options .btn-default:not(:disabled):not(.disabled):active:focus, .panel-understated .panel-heading .options .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .panel-understated .panel-heading .options .btn-default.dropdown-toggle:focus, .panel-understated .card-heading .options .btn-default:not(:disabled):not(.disabled):active:focus, .panel-understated .card-heading .options .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .panel-understated .card-heading .options .btn-default.dropdown-toggle:focus, .panel-understated .card-header .options .btn-default:not(:disabled):not(.disabled):active:focus, .panel-understated .card-header .options .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .panel-understated .card-header .options .btn-default.dropdown-toggle:focus, .card-understated .panel-heading .options .btn-default:not(:disabled):not(.disabled):active:focus, .card-understated .panel-heading .options .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .card-understated .panel-heading .options .btn-default.dropdown-toggle:focus, .card-understated .card-heading .options .btn-default:not(:disabled):not(.disabled):active:focus, .card-understated .card-heading .options .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .card-understated .card-heading .options .btn-default.dropdown-toggle:focus, .card-understated .card-header .options .btn-default:not(:disabled):not(.disabled):active:focus, .card-understated .card-header .options .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .card-understated .card-header .options .btn-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(193, 193, 194, 0.5);
}

.panel-understated .panel-body, .panel-understated .card-body, .card-understated .panel-body, .card-understated .card-body {
  background: #fff;
  color: #333333;
}

/* Standout Cards */
.panel-standout, .card-standout {
  border-color: #ddd;
}

.panel-standout > .panel-heading, .panel-standout > .card-heading, .card-standout > .panel-heading, .card-standout > .card-heading {
  color: #fff;
  background-color: #21272A;
  border-color: #21272A;
}

.panel-standout > .panel-heading + .panel-collapse > .panel-body, .panel-standout > .panel-heading + .card-collapse > .card-body, .panel-standout > .card-heading + .panel-collapse > .panel-body, .panel-standout > .card-heading + .card-collapse > .card-body, .card-standout > .panel-heading + .panel-collapse > .panel-body, .card-standout > .panel-heading + .card-collapse > .card-body, .card-standout > .card-heading + .panel-collapse > .panel-body, .card-standout > .card-heading + .card-collapse > .card-body {
  border-top-color: #ddd;
}

.panel-standout > .panel-heading .badge, .panel-standout > .card-heading .badge, .card-standout > .panel-heading .badge, .card-standout > .card-heading .badge {
  color: #21272A;
  background-color: #fff;
}

.panel-standout > .panel-footer + .panel-collapse > .panel-body, .panel-standout > .panel-footer + .card-collapse > .card-body, .panel-standout > .card-footer + .panel-collapse > .panel-body, .panel-standout > .card-footer + .card-collapse > .card-body, .card-standout > .panel-footer + .panel-collapse > .panel-body, .card-standout > .panel-footer + .card-collapse > .card-body, .card-standout > .card-footer + .panel-collapse > .panel-body, .card-standout > .card-footer + .card-collapse > .card-body {
  border-bottom-color: #ddd;
}

.panel-standout .panel-heading, .panel-standout .card-heading, .panel-standout .card-header, .card-standout .panel-heading, .card-standout .card-heading, .card-standout .card-header {
  border-bottom-width: 5px;
  border-bottom-style: solid;
}

.panel-standout .panel-heading h2 span[class^="ca-gov-icon-"], .panel-standout .panel-heading h3 span[class^="ca-gov-icon-"], .panel-standout .panel-heading h4 span[class^="ca-gov-icon-"], .panel-standout .panel-heading h5 span[class^="ca-gov-icon-"], .panel-standout .card-heading h2 span[class^="ca-gov-icon-"], .panel-standout .card-heading h3 span[class^="ca-gov-icon-"], .panel-standout .card-heading h4 span[class^="ca-gov-icon-"], .panel-standout .card-heading h5 span[class^="ca-gov-icon-"], .panel-standout .card-header h2 span[class^="ca-gov-icon-"], .panel-standout .card-header h3 span[class^="ca-gov-icon-"], .panel-standout .card-header h4 span[class^="ca-gov-icon-"], .panel-standout .card-header h5 span[class^="ca-gov-icon-"], .card-standout .panel-heading h2 span[class^="ca-gov-icon-"], .card-standout .panel-heading h3 span[class^="ca-gov-icon-"], .card-standout .panel-heading h4 span[class^="ca-gov-icon-"], .card-standout .panel-heading h5 span[class^="ca-gov-icon-"], .card-standout .card-heading h2 span[class^="ca-gov-icon-"], .card-standout .card-heading h3 span[class^="ca-gov-icon-"], .card-standout .card-heading h4 span[class^="ca-gov-icon-"], .card-standout .card-heading h5 span[class^="ca-gov-icon-"], .card-standout .card-header h2 span[class^="ca-gov-icon-"], .card-standout .card-header h3 span[class^="ca-gov-icon-"], .card-standout .card-header h4 span[class^="ca-gov-icon-"], .card-standout .card-header h5 span[class^="ca-gov-icon-"] {
  color: #C19E73;
}

.panel-standout .panel-heading .options .btn-default, .panel-standout .card-heading .options .btn-default, .panel-standout .card-header .options .btn-default, .card-standout .panel-heading .options .btn-default, .card-standout .card-heading .options .btn-default, .card-standout .card-header .options .btn-default {
  color: #fff;
  background-color: #0f1213;
  border-color: #161a1c;
}

.panel-standout .panel-heading .options .btn-default:hover, .panel-standout .card-heading .options .btn-default:hover, .panel-standout .card-header .options .btn-default:hover, .card-standout .panel-heading .options .btn-default:hover, .card-standout .card-heading .options .btn-default:hover, .card-standout .card-header .options .btn-default:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

.panel-standout .panel-heading .options .btn-default:focus, .panel-standout .panel-heading .options .btn-default.focus, .panel-standout .card-heading .options .btn-default:focus, .panel-standout .card-heading .options .btn-default.focus, .panel-standout .card-header .options .btn-default:focus, .panel-standout .card-header .options .btn-default.focus, .card-standout .panel-heading .options .btn-default:focus, .card-standout .panel-heading .options .btn-default.focus, .card-standout .card-heading .options .btn-default:focus, .card-standout .card-heading .options .btn-default.focus, .card-standout .card-header .options .btn-default:focus, .card-standout .card-header .options .btn-default.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(57, 60, 62, 0.5);
}

.panel-standout .panel-heading .options .btn-default.disabled, .panel-standout .panel-heading .options .btn-default:disabled, .panel-standout .card-heading .options .btn-default.disabled, .panel-standout .card-heading .options .btn-default:disabled, .panel-standout .card-header .options .btn-default.disabled, .panel-standout .card-header .options .btn-default:disabled, .card-standout .panel-heading .options .btn-default.disabled, .card-standout .panel-heading .options .btn-default:disabled, .card-standout .card-heading .options .btn-default.disabled, .card-standout .card-heading .options .btn-default:disabled, .card-standout .card-header .options .btn-default.disabled, .card-standout .card-header .options .btn-default:disabled {
  color: #fff;
  background-color: #0f1213;
  border-color: #161a1c;
}

.panel-standout .panel-heading .options .btn-default:not(:disabled):not(.disabled):active, .panel-standout .panel-heading .options .btn-default:not(:disabled):not(.disabled).active,
.show > .panel-standout .panel-heading .options .btn-default.dropdown-toggle, .panel-standout .card-heading .options .btn-default:not(:disabled):not(.disabled):active, .panel-standout .card-heading .options .btn-default:not(:disabled):not(.disabled).active,
.show > .panel-standout .card-heading .options .btn-default.dropdown-toggle, .panel-standout .card-header .options .btn-default:not(:disabled):not(.disabled):active, .panel-standout .card-header .options .btn-default:not(:disabled):not(.disabled).active,
.show > .panel-standout .card-header .options .btn-default.dropdown-toggle, .card-standout .panel-heading .options .btn-default:not(:disabled):not(.disabled):active, .card-standout .panel-heading .options .btn-default:not(:disabled):not(.disabled).active,
.show > .card-standout .panel-heading .options .btn-default.dropdown-toggle, .card-standout .card-heading .options .btn-default:not(:disabled):not(.disabled):active, .card-standout .card-heading .options .btn-default:not(:disabled):not(.disabled).active,
.show > .card-standout .card-heading .options .btn-default.dropdown-toggle, .card-standout .card-header .options .btn-default:not(:disabled):not(.disabled):active, .card-standout .card-header .options .btn-default:not(:disabled):not(.disabled).active,
.show > .card-standout .card-header .options .btn-default.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.panel-standout .panel-heading .options .btn-default:not(:disabled):not(.disabled):active:focus, .panel-standout .panel-heading .options .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .panel-standout .panel-heading .options .btn-default.dropdown-toggle:focus, .panel-standout .card-heading .options .btn-default:not(:disabled):not(.disabled):active:focus, .panel-standout .card-heading .options .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .panel-standout .card-heading .options .btn-default.dropdown-toggle:focus, .panel-standout .card-header .options .btn-default:not(:disabled):not(.disabled):active:focus, .panel-standout .card-header .options .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .panel-standout .card-header .options .btn-default.dropdown-toggle:focus, .card-standout .panel-heading .options .btn-default:not(:disabled):not(.disabled):active:focus, .card-standout .panel-heading .options .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .card-standout .panel-heading .options .btn-default.dropdown-toggle:focus, .card-standout .card-heading .options .btn-default:not(:disabled):not(.disabled):active:focus, .card-standout .card-heading .options .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .card-standout .card-heading .options .btn-default.dropdown-toggle:focus, .card-standout .card-header .options .btn-default:not(:disabled):not(.disabled):active:focus, .card-standout .card-header .options .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .card-standout .card-header .options .btn-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57, 60, 62, 0.5);
}

.panel-standout .panel-body, .panel-standout .card-body, .card-standout .panel-body, .card-standout .card-body {
  background: #f9f8f8;
  color: #333333;
}

.panel-standout .panel-body a:not(.btn), .panel-standout .card-body a:not(.btn), .card-standout .panel-body a:not(.btn), .card-standout .card-body a:not(.btn) {
  color: #046B99;
  text-decoration: none;
}

.panel-standout .panel-body a:not(.btn):hover, .panel-standout .panel-body a:not(.btn):focus, .panel-standout .card-body a:not(.btn):hover, .panel-standout .card-body a:not(.btn):focus, .card-standout .panel-body a:not(.btn):hover, .card-standout .panel-body a:not(.btn):focus, .card-standout .card-body a:not(.btn):hover, .card-standout .card-body a:not(.btn):focus {
  color: #02374e;
  text-decoration: underline;
}

.panel-standout .panel-body a:not(.btn):focus, .panel-standout .card-body a:not(.btn):focus, .card-standout .panel-body a:not(.btn):focus, .card-standout .card-body a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.panel-standout .panel-body a:not(.btn), .panel-standout .card-body a:not(.btn), .card-standout .panel-body a:not(.btn), .card-standout .card-body a:not(.btn) {
  background-image: linear-gradient(to right, #046B99 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 2px 1px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-decoration: none !important;
}

.panel-standout .panel-body a:not(.btn):hover, .panel-standout .card-body a:not(.btn):hover, .card-standout .panel-body a:not(.btn):hover, .card-standout .card-body a:not(.btn):hover {
  background-image: linear-gradient(to right, #02374e 50%, transparent 50%);
  text-decoration: none !important;
}

/* Adds triangle to card */
.panel-standout.highlight .panel-heading .triangle, .panel-standout.highlight .card-heading .triangle, .panel-standout.highlight .card-header .triangle, .card-standout.highlight .panel-heading .triangle, .card-standout.highlight .card-heading .triangle, .card-standout.highlight .card-header .triangle {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #21272A;
}

/* -----------------------------------------
   ACCENT TEXT
   /source/scss/colorscheme/cs-text-accent.scss
----------------------------------------- */
.text-accent1 {
  color: #1B79C0;
}

.text-accent2 {
  color: #077CBB;
}

.text-accent3 {
  color: #258378;
}

.text-accent4 {
  color: #32852E;
}

.text-accent5 {
  color: #815ab4;
}

.text-accent6 {
  color: #BE37CD;
}

.text-accent7 {
  color: #C93E2C;
}

.text-accent8 {
  color: #BB520C;
}

.text-accent9 {
  color: #f7e455;
}

.text-accent-p1 {
  color: #C19E73;
}

.text-accent-p2 {
  color: #446A7C;
}

.text-accent-p3 {
  color: #21272A;
}

.text-accent-s1 {
  color: #f9f8f8;
}

.text-accent-s2 {
  color: #e2dfda;
}

.text-accent-s3 {
  color: #ccc8bf;
}

.color-primary--hover:hover {
  color: #446A7C;
}

.bg-primary--hover:hover {
  background-color: #446A7C;
}

.label-primary {
  color: #fff;
  background-color: #446A7C;
}

.label-info {
  color: #fff;
  background-color: #446A7C;
}

.label-secondary {
  color: #333333;
  background-color: #e2dfda;
}

.label-light {
  color: #333333;
  background-color: #f9f8f8;
}

.label-dark {
  color: #fff;
  background-color: #21272A;
}

.label-warning {
  color: #333333;
  background-color: #C19E73;
}

/* -----------------------------------------
   IMAGE HELPERS
   /source/scss/cagov/image.scss
----------------------------------------- */
.section-understated .img-thumbnail, .card-understated .img-thumbnail {
  padding: 0.25rem;
  background-color: whitesmoke;
  border: 1px solid #c2c2c2;
}

.section-overstated .img-thumbnail, .card-overstated .img-thumbnail {
  padding: 0.25rem;
  background-color: #ebe9e5;
  border: 1px solid #bab4a8;
}

.section-standout .img-thumbnail, .section-impact .img-thumbnail, .card-standout .img-thumbnail, .card-impact .img-thumbnail {
  padding: 0.25rem;
  background-color: #7a7d7f;
  border: 1px solid #0f1213;
}

.section-primary .img-thumbnail, .card-primary .img-thumbnail {
  padding: 0.25rem;
  background-color: #c7d2d8;
  border: 1px solid #324e5b;
}

.section-inverted .img-thumbnail, .card-inverted .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #c2c2c2;
}

.section-danger .img-thumbnail, .card-danger .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #c2c2c2;
}

.carousel-video-submenu .owl-item.watching img {
  border-color: #C19E73;
}

.carousel-video-submenu .owl-item.watching button {
  border-color: #C19E73;
}

/* -----------------------------------------
   COMMENT
   /source/scss/colorscheme/cs-buttons.scss
----------------------------------------- */
.btn-primary {
  color: #fff;
  background-color: #446A7C;
  border-color: #446A7C;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary .show > .dropdown-toggle, .open > .dropdown-toggle .btn-primary {
  color: #fff;
  background-color: #375665;
  border-color: #375665;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .btn-primary {
  background-image: none;
}

.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 {
  background-color: #446A7C !important;
  border-color: #446A7C;
}

.btn-primary .badge {
  color: #446A7C;
  background-color: #fff;
}

.btn-primary:disabled {
  color: #fff !important;
}

.btn-primary.disabled {
  color: #fff !important;
}

.btn-outline-primary {
  color: #446A7C;
  background-color: #fff;
  border-color: #446A7C;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary .show > .dropdown-toggle, .open > .dropdown-toggle .btn-outline-primary {
  color: #fff;
  background-color: #446A7C;
  border-color: #375665;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .btn-outline-primary {
  background-image: none;
}

.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 {
  background-color: #fff !important;
  border-color: #446A7C;
}

.btn-outline-primary .badge {
  color: #fff;
  background-color: #446A7C;
}

.btn-default {
  color: #000;
  background-color: rgba(255, 255, 255, 0.65);
  border-color: #000;
}

.btn-default:hover, .btn-default:focus, .btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .btn-default .show > .dropdown-toggle, .open > .dropdown-toggle .btn-default {
  color: #000;
  background-color: white;
  border-color: #000;
}

.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .btn-default {
  background-image: none;
}

.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 {
  background-color: rgba(255, 255, 255, 0.65) !important;
  border-color: #000;
}

.btn-default .badge {
  color: rgba(255, 255, 255, 0.65);
  background-color: #000;
}

.btn-standout {
  color: #fff;
  background-color: #21272A;
  border-color: #21272A;
}

.btn-standout:hover, .btn-standout:focus, .btn-standout:not(:disabled):not(.disabled):active, .btn-standout:not(:disabled):not(.disabled).active, .btn-standout .show > .dropdown-toggle, .open > .dropdown-toggle .btn-standout {
  color: #fff;
  background-color: #111416;
  border-color: #111416;
}

.btn-standout:not(:disabled):not(.disabled):active, .btn-standout:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .btn-standout {
  background-image: none;
}

.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 {
  background-color: #21272A !important;
  border-color: #21272A;
}

.btn-standout .badge {
  color: #21272A;
  background-color: #fff;
}

.btn-standout:disabled {
  color: #fff !important;
}

.btn-standout.disabled {
  color: #fff !important;
}

.btn-outline-standout {
  color: #21272A;
  background-color: #fff;
  border-color: #21272A;
}

.btn-outline-standout:hover, .btn-outline-standout:focus, .btn-outline-standout:not(:disabled):not(.disabled):active, .btn-outline-standout:not(:disabled):not(.disabled).active, .btn-outline-standout .show > .dropdown-toggle, .open > .dropdown-toggle .btn-outline-standout {
  color: #fff;
  background-color: #21272A;
  border-color: #111416;
}

.btn-outline-standout:not(:disabled):not(.disabled):active, .btn-outline-standout:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .btn-outline-standout {
  background-image: none;
}

.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 {
  background-color: #fff !important;
  border-color: #21272A;
}

.btn-outline-standout .badge {
  color: #fff;
  background-color: #21272A;
}

.btn-highlight {
  color: #222222;
  background-color: #C19E73;
  border-color: #C19E73;
}

.btn-highlight:hover, .btn-highlight:focus, .btn-highlight:not(:disabled):not(.disabled):active, .btn-highlight:not(:disabled):not(.disabled).active, .btn-highlight .show > .dropdown-toggle, .open > .dropdown-toggle .btn-highlight {
  color: #222222;
  background-color: #b68d5a;
  border-color: #b68d5a;
}

.btn-highlight:not(:disabled):not(.disabled):active, .btn-highlight:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .btn-highlight {
  background-image: none;
}

.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 {
  background-color: #C19E73 !important;
  border-color: #C19E73;
}

.btn-highlight .badge {
  color: #C19E73;
  background-color: #222222;
}

.btn-outline-highlight {
  color: #333333;
  background-color: #fff;
  border-color: #C19E73;
}

.btn-outline-highlight:hover, .btn-outline-highlight:focus, .btn-outline-highlight:not(:disabled):not(.disabled):active, .btn-outline-highlight:not(:disabled):not(.disabled).active, .btn-outline-highlight .show > .dropdown-toggle, .open > .dropdown-toggle .btn-outline-highlight {
  color: #333333;
  background-color: #C19E73;
  border-color: #b68d5a;
}

.btn-outline-highlight:not(:disabled):not(.disabled):active, .btn-outline-highlight:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .btn-outline-highlight {
  background-image: none;
}

.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 {
  background-color: #fff !important;
  border-color: #C19E73;
}

.btn-outline-highlight .badge {
  color: #fff;
  background-color: #333333;
}

.btn-outline-highlight.active {
  color: #333333;
}

.btn-secondary {
  color: #555555;
  background-color: whitesmoke;
  border-color: #555555;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary .show > .dropdown-toggle, .open > .dropdown-toggle .btn-secondary {
  color: #02374e;
  background-color: #fff;
  border-color: #000;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .btn-secondary {
  background-image: none;
}

.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 {
  background-color: whitesmoke !important;
  border-color: #555555;
}

.btn-secondary .badge {
  color: whitesmoke;
  background-color: #555555;
}

.btn-secondary.active {
  background: #555555;
  color: #fff;
  box-shadow: none;
}

.btn-secondary:disabled {
  color: #000;
}

.btn-secondary.disabled {
  color: #000;
}

.btn-outline-secondary {
  color: #555555;
  background-color: #fff;
  border-color: #555555;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary .show > .dropdown-toggle, .open > .dropdown-toggle .btn-outline-secondary {
  color: #fff;
  background-color: #555555;
  border-color: #444444;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .open > .dropdown-toggle .btn-outline-secondary {
  background-image: none;
}

.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 {
  background-color: #fff !important;
  border-color: #555555;
}

.btn-outline-secondary .badge {
  color: #fff;
  background-color: #555555;
}

.check-icon-radio {
  color: #446A7C;
  border-color: #446A7C;
}

.check-icon-checkbox {
  border-color: #446A7C;
}

input[type="checkbox"]:checked + i,
input[type="radio"]:checked + i,
input[type="checkbox"]:checked + * i,
input[type="radio"]:checked + * i {
  color: #fff;
  background-color: #446A7C;
  border-color: #446A7C;
}

.bg-primary--checked.checked,
.checked .bg-primary--checked {
  background-color: #446A7C !important;
}

/* -----------------------------------------
   COMMENT
   /source/scss/colorscheme/cs-blocks.scss
----------------------------------------- */
.bg-blue-gradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #749eb3, #446A7C);
}

.circle-icon {
  background: #222222;
}

.icon-link:hover, .icon-link:focus {
  color: #f9f8f8 !important;
}

.service-tile-empty {
  background: #1c1d1e;
  color: #171717;
}

.main-content a.color-gray-dark {
  background-image: linear-gradient(to right, #333333 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 2px 1px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-decoration: none !important;
}

.main-content a.color-primary-hover:hover {
  background-image: linear-gradient(to right, #446A7C 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 2px 1px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-decoration: none !important;
}

/* -----------------------------------------
   PANES
   /source/scss/cagov/cs-panes.scss
----------------------------------------- */
@media (min-width: 768px) {
  .bg-highlight.group-right:before, .bg-p1.group-right:before {
	border-right-color: #C19E73;
  }
  .bg-highlight.group-left:after, .bg-p1.group-left:after {
	border-left-color: #C19E73;
  }
  .section-primary.group-right:before, .bg-primary.group-right:before, .bg-p2.group-right:before {
	border-right-color: #446A7C;
  }
  .section-primary.group-left:after, .bg-primary.group-left:after, .bg-p2.group-left:after {
	border-left-color: #446A7C;
  }
  .section-default.group-right:before {
	border-right-color: whitesmoke;
  }
  .section-default.group-left:after {
	border-left-color: whitesmoke;
  }
  .section-standout.group-right:before, .bg-standout.group-right:before, .bg-p3.group-right:before {
	border-right-color: #21272A;
  }
  .section-standout.group-left:after, .bg-standout.group-left:after, .bg-p3.group-left:after {
	border-left-color: #21272A;
  }
  .section-understated.group-right:before, .bg-s1.group-right:before {
	border-right-color: #f9f8f8;
  }
  .section-understated.group-left:after, .bg-s1.group-left:after {
	border-left-color: #f9f8f8;
  }
  .section-inverted.group-right:before {
	border-right-color: #222222;
  }
  .section-inverted.group-left:after {
	border-left-color: #222222;
  }
}

@media (max-width: 767px) {
  .bg-highlight.group-right:before, .bg-p1.group-right:before, .bg-highlight.group-left:after, .bg-p1.group-left:after {
	border-bottom-color: #C19E73;
  }
  .section-primary.group-right:before, .bg-primary.group-right:before, .bg-p2.group-right:before, .section-primary.group-left:after, .bg-primary.group-left:after, .bg-p2.group-left:after {
	border-bottom-color: #446A7C;
  }
  .section-default.group-right:before, .section-default.group-left:after {
	border-bottom-color: whitesmoke;
  }
  .section-standout.group-right:before, .bg-standout.group-right:before, .bg-p3.group-right:before, .section-standout.group-left:after, .bg-standout.group-left:after, .bg-p3.group-left:after {
	border-bottom-color: #21272A;
  }
  .section-understated.group-right:before, .bg-s1 .group-right:before, .section-understated.group-left:after, .bg-s1.group-left:after {
	border-bottom-color: #f9f8f8;
  }
  .section-inverted.group-right:before, .section-inverted.group-left:after {
	border-bottom-color: #222222;
  }
}

/* -----------------------------------------
   UTILITY HEADER
   /source/scss/colorscheme/utility.scss
----------------------------------------- */
.utility-header {
  background: #446A7C;
  color: #ffffff;
}

.utility-header a {
  color: #ffffff;
}

.utility-header a:hover, .utility-header a:focus, .utility-header a.hovered {
  color: #f8f4ef;
}

.utility-header ul li {
  padding: 0 8px;
}

.utility-header ul li button:hover, .utility-header ul li button:focus {
  color: #e8dbcb;
}

@media (max-width: 767px) {
  .nav-full-width-icons .settings-links .utility-links a, .nav-full-width-icons .settings-links .utility-links button {
	border: 1px solid #446A7C;
	color: #446A7C;
  }
}

/* -----------------------------------------
   HIGH CONTRAST MODE
   /source/scss/cagov/file.scss
----------------------------------------- */
html.high-contrast {
  /* General Reset */
  /* Additional custom overrides */
}

html.high-contrast * {
  background-color: #000 !important;
  background-image: none !important;
  border-color: #ffd600 !important;
  box-shadow: none !important;
  color: #ffd600 !important;
  text-shadow: none !important;
}

html.high-contrast .gauge-detail, html.high-contrast .gauge-number, html.high-contrast .percent-detail {
  background: none !important;
}

html.high-contrast .service-tile .teaser:before {
  border: none !important;
}

html.high-contrast .enableHighContrastMode.active, html.high-contrast .disableHighContrastMode.active {
  background: #ffd600 !important;
  color: #000 !important;
}

html.high-contrast .close {
  opacity: 1;
}

html.high-contrast input[type="checkbox"]:checked + i,
html.high-contrast input[type="radio"]:checked + i,
html.high-contrast input[type="checkbox"]:checked + * i,
html.high-contrast input[type="radio"]:checked + * i {
  color: #000 !important;
  background-color: #ffd600 !important;
  border-color: #ffd600;
}

html.high-contrast .bg-primary--checked.checked,
html.high-contrast .checked .bg-primary--checked {
  background-color: #ffd600 !important;
}

html.high-contrast .check-icon-checkbox {
  color: #000 !important;
  border-color: #ffd600 !important;
}

html.high-contrast .check-icon-checkbox i {
  color: #000 !important;
}

html.high-contrast .select {
  border: 1px solid #ffd600 !important;
}

html.high-contrast .select::after {
  border-left: 1px solid #ffd600 !important;
  background: #000 !important;
}

html.high-contrast .check {
  border: 1px solid #ffd600 !important;
}

html.high-contrast input[type="checkbox"]:checked + .bg-primary--checked,
html.high-contrast input[type="radio"]:checked + .bg-primary--checked,
html.high-contrast input[type="checkbox"]:checked + * .bg-primary--checked,
html.high-contrast input[type="radio"]:checked + * .bg-primary--checked {
  background-color: #ffd600 !important;
  color: #000 !important;
}

html.high-contrast input[type="checkbox"]:checked + .bg-highlight--checked,
html.high-contrast input[type="radio"]:checked + .bg-highlight--checked,
html.high-contrast input[type="checkbox"]:checked + * .bg-highlight--checked,
html.high-contrast input[type="radio"]:checked + * .bg-highlight--checked {
  background-color: #ffd600 !important;
  color: #000 !important;
}

html.high-contrast input[type="checkbox"]:checked + .color-white--checked,
html.high-contrast input[type="radio"]:checked + .color-white--checked,
html.high-contrast input[type="checkbox"]:checked + * .color-white--checked,
html.high-contrast input[type="radio"]:checked + * .color-white--checked {
  color: #000 !important;
}
