/*Modify the header background for all catalog pages.*/
#app-header {
  padding: 0;
  height: 100px;
  background-color: #003b49;
}

/*Change login hyperlink color in user nav.*/
#user-nav a:link,
#user-nav a:visited,
#user-nav a:hover 
#user-nav a:active {
   color: #ffffff;
}

.feature-region {background-image: linear-gradient(to right, #003b49, #003b49 0%, #78be20) !important;
}

/*Search bar MST green */
#search-form.callout-region {background-color: #003b49 !important;}

.Dropdown__ToggleText{
color: #003b49;
}

.Dropdown__ToggleIcon--header.icon-right{
color: #003b49;
}

/*.product-tile.course-tile{
max-width:400px;
}*/
