/* 07. Watery Blue-Greens */
.g-bg-blueblack {
	  background-color: #375e97 !important; }
.g-bg-cadetblue {
	  background-color: #fb6542 !important; }
.g-bg-rain {
	  background-color: #ffbb00 !important; }
.g-bg-greenery {
	  background-color: #3f681c !important; }

.b-bg-topbar {
	  background-color: #375e97 !important; } /* sky */
.b-bg-footer {
	  background-color: #375e97 !important; } /* sky */
.b-bg-breadcrumbs {
	  background-color: #e5b43d !important; } /* sunflower*/

/* Unify custom */

/* Main Colors */
.g-bg-main {
  background-color: #fff !important; }

/* Main Secondary */
.g-bg-secondary {
  background-color: #fafafa !important; }

/* Primary Colors */
.g-bg-primary {
  background-color: #7da3a1 !important; }

.g-bg-primary--hover:hover {
  background-color: #ffffff !important; }

.g-brd-primary {
  border-color: #e5b43d !important; } /* sunflower*/

.g-color-primary {
  color: #ffbb00 !important; }
.g-color-secondary {
  color: #fff !important; }

a {
  color: #e5b43d;
  outline: none; }

a:focus,
a:hover {
  color: #66ab27; }

/* Icons */
.u-icon-v4-bg-primary {
  border-color: #3f681c !important;
  background: #3f681c;
  background-color: #3f681c; }
.u-icon-v4-bg-primary .u-icon-v4-inner {
  background: #3f681c; }
