/*HEADER*/

/*Modify the header background for all catalog pages.*/
#app-header {
  background-color: #ffffff;
}

/*HOME PAGE*/

/*Modify the home page feature area background*/
#home-page .feature-region {
  background: #4B2781;
}

.btn-link {
    color: #4B2781;
    font-weight: normal;
    cursor: pointer;
}
.Dropdown__Toggle--cog {display:none;}