/* Removes course book icon from listing tiles*/
.icon.icon-course {
    display: none;
}
.ProductIcon__Wrapper--gallery-index {       display:none;
}

.product-dates {
    display: none;
}

/* Centers Search bar*/
form.search-form {
    display: flex;
    justify-content: center;
}

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

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

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

/* Removes Refine field from search display*/
.search-refine-button { display: none; }

/* Adjust sizing and placement of listing logo*/
.product-tile .product-account-logo {
  height: 100px;
  margin-bottom: 0;
  margin-top: 0;
}

.product-tile .product-account-logo {
  height: 200px;
  margin-bottom: 0;
  margin-top: 0;
}

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

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

/* Home Page Banner*/
#home-page .feature-region {
  background: url(https://get2college.instructure.com/courses/26/files/986/preview) no-repeat center center;
  min-height: 350px;
  background-size: cover;
  text-align: center;
}