/*------------------------------------
  Background colors
------------------------------------*/
.g-bg-primary-a1,
.g-bg-primary-a1--hover:hover,
.g-parent:hover .g-bg-primary-a1--parent-hover,
.g-bg-primary-a1--active.active,
.active .g-bg-primary-a1--active,
.g-parent.active .g-bg-primary-a1--parent-active {
  background-color: #0046AD !important;
}
.g-bg-primary-a1--before::before,
.g-bg-primary-a1--after::after {
  background-color: #0046AD !important;
}

/*------------------------------------
  Border colors
------------------------------------*/
.g-brd-primary-a1,
.g-brd-primary-a1--hover:hover,
.g-brd-primary-a1--active.active,
.g-brd-primary-a1--active.cbp-filter-item-active,
*:hover > .g-brd-primary-a1--hover-parent {
  border-color: #0046AD !important;
}
.g-brd-primary-a1-top {
  border-top-color: #0046AD !important;
}
.g-brd-primary-a1-bottom {
  border-bottom-color: #0046AD !important;
}
.g-brd-primary-a1-left {
  border-left-color: #0046AD !important;
}
.g-brd-primary-a1-right {
  border-right-color: #0046AD !important;
}

