.header{
    background: #EADAFF;
}
.header ul li a{
    color:#9647FF;
    display: flex;
}
.header ul li a img{
    filter: invert(37%) sepia(34%) saturate(7478%) hue-rotate(249deg) brightness(99%) contrast(104%);
    margin-right:4px;
    height:20px;
    width:20px;
    padding-top:0px !important;
    display: none;
}
.header ul li a:hover{
    background:#F1E5FF;
}
.header .book-float{
    position: absolute;
    bottom:-30px;
    width:64px;
    height:46px;
    filter: drop-shadow(40px 48px 32px rgba(0, 0, 0, 0.3));
    left:27%;
    opacity:1;
    z-index: 2;
}

.title .yellow-ball{
    position: absolute;
    top:40%;
    right:5%;
    height: 32px;
    width:32px;
    filter: drop-shadow(40px 48px 32px rgba(0, 0, 0, 0.3));
}
.overview .red-star{
    position:absolute;
    top:40px;
    left:-280px;
    width:240px;
    opacity:0.5;
    transform: rotate(45deg)
}
.overview .research-links .section-wrapper{
    background:#FAF5FF;  
}
.overview .research-links .section-wrapper .section:not(:first-child){
    border-left: 1px solid #F1E5FF;
}
.overview .research-links .section-wrapper .section img{
    filter: invert(37%) sepia(34%) saturate(7478%) hue-rotate(249deg) brightness(99%) contrast(104%);
}
.research-links .wave-circle{
    position:absolute;
    bottom:-140px;
    right:-240px;
    z-index: -1;
    opacity: 0.5;
}
.highlights{
    padding-bottom: 0px;
}
.highlights .section img,
img.slideshow{
    width:900px;
    border-radius: 32px;
    margin-bottom: 32px;
}

.highlights .section{
    width: 900px;
}

.mypeassessment {
    position: relative;
    width:900px;
    margin-top: 24px;

}

.showcase_wrapper.filter-color .showcase_box .bg-tile img{
    filter: invert(37%) sepia(34%) saturate(7478%) hue-rotate(249deg) brightness(99%) contrast(104%);
}
.showcase_wrapper.large-tile .showcase_box .bg-tile{
    width:64px;
    height:64px;
    
}
.showcase_wrapper.large-tile .showcase_box .bg-tile img{
    height: 52px !important;
    width: 52px !important;
}
.mypeassessment .knowmore{
    background: #FAF5FF;   
}
.mypeassessment a.knowmore:hover{
    background: #F1E5FF;   
}
.knowmore .bg-tile.media-banner img{
    background:#FAF5FF;
}
/*
.header .mainImage ul{
    list-style: none;
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    margin:0px auto;
    padding:0px;
    width:6%;
    display: flex;
    align-content:center;
    justify-content: center;
    flex-direction: column;
}
.header .mainImage ul li{
    margin:0px;
    padding: 0px;
}
.header .mainImage ul li img{
    width:100%;   
}
*/