/* Modify the search box background color*/
#search-form .search-form-container {
    padding: 3px 0px;
    background-color: #f0f0f0;
}

#app-header {
  background-color: #213965;
}

.header-nav li a {
  color: white;
}

button#search-refine-button--refine {
  color: #333333;
}

#search-form .search-refine-button:hover, 
#search-form .search-refine-button:focus {
    color: #333333;
}

button#accountDropdown {
  color: white;
}

.product-tile .product-footer {
    color: #213965;
}

.ProductIcon__LargeCircle--course {
    background: #213965;
}

.product-flag-free {
    background-color: #213965;
}

.product-results .product-tile:hover {
    box-shadow: inset 0px -5px 0px #213965;