/* Search bar  banner */
div#search-form, #search-form.callout-region{
background: #0f4beb;
}

/* Top Bar  - if you want an image there*/
/*div#feature{
background-image: url(https://instructure-uploads-apse2.s3.ap-southeast-2.amazonaws.com/account_132770000000000001/attachments/239893/Anchor_banner_image.jpg);
    background-size: cover;
    background-position: center;
height: 200px;
}*/

/*Colour of the course listing icon */
.ProductIcon__LargeCircle--course{
background: #0f4beb;
}

/* pointing arrow colour */
.product-tile .product-footer{
color: #0f4beb;
}

/* Bottom line colour on hover */
.product-results .product-tile:hover {
    box-shadow: inset 0px -5px 0px #0f4beb;
}

/* Main background colour */
#main.product-results {
background-color: #fafafa;
}

/*Banner gradient */
.feature-region{
background-image: linear-gradient(to right, #323232, #b2b2b2 50%, #323232);
}