/* 19. Sunset to Dusk */
.g-bg-deeppurple {
	  background-color: #363237 !important; }
.g-bg-indigo {
	  background-color: #2D4262 !important; }
.g-bg-taupe {
	  background-color: #73605B !important; }
.g-bg-blush {
	  background-color: #D09683 !important; }

.b-bg-topbar {
	  background-color: #363237 !important; } /* deeppurple */
.b-bg-footer {
	  background-color: #363237 !important; } /* deeppurple */
.b-bg-breadcrumbs {
	  background-color: #2D4262 !important; } /* indigo */

/* 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: #73605B !important; } /* taupe */

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

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

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

.g-color-secondary {
  color: #c0c0c0 !important; }

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

a:focus,
a:hover {
  color: #73605B; }

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