.product-tile .product-footer .product-dates {
  height: 20px;
  display:
}

.header-branding .logo a {
  display: block;
  width: 225px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: 12px 0px;

  background-size: 213px;
}

#app-header {
	background: rgba(0,103,71,1);
	background: -moz-linear-gradient(left, rgba(0,103,71,1) 0%, rgba(0,143,113,1) 50%, rgba(0,103,71,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,103,71,1)), color-stop(50%, rgba(0,143,113,1)), color-stop(100%, rgba(0,103,71,1)));
	background: -webkit-linear-gradient(left, rgba(0,103,71,1) 0%, rgba(0,143,113,1) 50%, rgba(0,103,71,1) 100%);
	background: -o-linear-gradient(left, rgba(0,103,71,1) 0%, rgba(0,143,113,1) 50%, rgba(0,103,71,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,103,71,1) 0%, rgba(0,143,113,1) 50%, rgba(0,103,71,1) 100%);
	background: linear-gradient(to right, rgba(0,103,71,1) 0%, rgba(0,143,113,1) 50%, rgba(0,103,71,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006747', endColorstr='#006747', GradientType=1 );
    padding: 0.75em 0;
    border-top: 33px solid #013C2A;
}

.header-nav {
  float: left;
  border-top: none;
  box-shadow: none;
  padding-top: 17px;
  color: #ffffff;
}

.UserName__Container {
  text-align: right;
  color: white;
}

#search-form.callout-region {
  background-color: #013C2A;
  color: white;
}

.feature-region {
    min-height: 8px;
    background-image: linear-gradient(to right, #CFC493, #CFC493 50%, #CFC493);
    background-repeat: no-repeat;
    }

.Dropdown__Toggle--header {
	color: white;
}

.Dropdown__Toggle--header:hover {
	color: white;
}

.Dropdown__Toggle--header:active {
color: white;
}

h1, .h1, .AdminSynopsis__Title, h2, .h2, h3, .h3 {
	margin-top: 16px;
}

.AccountDropdown--margin-top {
       margin-top: 0px;
}

a, .Product__AssociatedProductsList--below-the-fold>li>a {
      color: #CFC493;
}