/* Search bar background color*/
#search-form.callout-region {
	background-color: #000000;
}

.feature-region {
    background-image: -webkit-linear-gradient(left, #005eb8, #62b5e5 50%, #005eb8);
    background-image: linear-gradient(to right, #005eb8, #62b5e5 50%, #005eb8);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005EB8', endColorstr='#005EB8', GradientType=1);
    min-height: 15px
}

.product-tile .product-footer {
    color: #005eb8;
}

/*Color preference on enrollment period notice*/
.ProductEnrollment__Notice {
    color: #62b5e5;
}

.product-account-image-wrapper {
	margin: 10px;
	height: 55px;
	max-width: 80%;
	text-indent: -9999px;
	display: block;
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
	background-color: white;
}

/* Footer background and text color*/
#app-footer {
	background-color: #000000;
	color: #FFFFFF;
}

#app-footer a {
	color: #FFFFFF;
}