/*Modify the account logo in the header*/
/*any header logo uploaded in a catalog will override this option*/
#app-header .logo a {
  background-image: url(https://s3.amazonaws.com/tr-learncanvas/code/catalog/logo-eduonline.png);
  background-size: 212px 29px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 20px;
  width: 212px;
  height: 53px;
}

/* Carousel CSS */
.carousel-inner .item img {
    width: 100%;
}

.feature-region {
	background-image: none;
}

/* Modify the search box background color*/
#search-form.callout-region {
  background-color: #B21029;
}
.
/*Format the footer for all catalog pages*/
#app-footer {
  background-color: #001D54;
  padding-top: 30px; font-size: 14px; 
}

/*Format the second row of copyright information*/
.small {
  font-size: 12px;
  color: #ffffff;
}