/* 13. Autumn in Vermont */
.g-bg-crimson {
	  background-color: #021c1e !important; }
.g-bg-forest {
	  background-color: #004445 !important; }
.g-bg-rust {
	  background-color: #2c7873 !important; }
.g-bg-gold {
	  background-color: #6fb98f !important; }

.b-bg-topbar {
	  background-color: #8D230F !important; } /* crimson */
.b-bg-footer {
	  background-color: #8D230F !important; } /* crimson */
.b-bg-breadcrumbs {
	  background-color: #1E434C !important; } /* forest */

/* 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: #9B4F0F !important; } /* gold */

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

.g-brd-primary {
  border-color: #C99E10 !important; }

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

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

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

a:focus,
a:hover {
  color: #9B4F0F; }

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