/* 07. Watery Blue-Greens */
.g-bg-blueblack {
	  background-color: #021c1e !important; }
.g-bg-cadetblue {
	  background-color: #004445 !important; }
.g-bg-rain {
	  background-color: #2c7873 !important; }
.g-bg-greenery {
	  background-color: #6fb98f !important; }

.b-bg-topbar {
	  background-color: #021c1e !important; } /* blueblack */
.b-bg-footer {
	  background-color: #021c1e !important; } /* blueblack */
.b-bg-breadcrumbs {
	  background-color: #2c7873 !important; } /* rain */

/* 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: #6fb98f !important; } /* greenery */

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

.g-color-primary {
  color: #6fb98f !important; }

a {
  color: #6fb98f;
  outline: none; }

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

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