.header{
    background: #F1D39D;
}
.header ul li a{
    
    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:#F7E7C9;
}
.header .book-float{
    position: absolute;
    bottom:-120px;
    width:54px;
    height:58px;
    filter: drop-shadow(40px 48px 32px rgba(0, 0, 0, 0.1));
    left:27%;
    opacity:1;
    z-index: 2;
}
/*.header a,
.title a{
    display: flex;
    flex-direction: row;
    padding:12px 16px;
    border-radius: 8px;
    position:absolute;
    top:32px;
    left:50%;
    width:100px;
    justify-content: center;
    margin-left:-450px;
    background:rgba(255,255,255,0.2);
    text-decoration: none;
    color:#172436;
    font-size:14px;
    font-weight: 400;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.header a:hover,
.title a:hover{
    background:rgba(255,255,255,0.4);
}
.header a img,
.title a img{
    width:16px;
    height:16px;
    padding:0px;
    margin:0px;
    margin-right: 12px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.header a:hover img,
.title a:hover img{
    margin-left:-4px;
    margin-right:16px;
}
*/
.title .yellow-ball{
    position: absolute;
    top:80%;
    right:5%;
    height: 44px;
    width:44px;
    filter: drop-shadow(40px 48px 32px rgba(0, 0, 0, 0.3));
    opacity: 1;
}
.infograph{
    background:#ffffff;
    width:70%;
}
.red-star{
    position:absolute;
    top:200px;
    right:-200px;
    width:160px;
}
.overview .research-links .section-wrapper{
    background:#F6F3F1;  
}
.overview .research-links .section-wrapper .section:not(:first-child){
    border-left: 1px solid #EBE4E0;
}
.overview .research-links .section-wrapper .section img{
    filter: invert(66%) sepia(52%) saturate(383%) hue-rotate(340deg) brightness(84%) contrast(88%);
}
.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:300px;
    border-radius: 32px;
    margin-bottom: 16px;
}
.highlights .section .imageContainer{
    position: relative;
    width:50%;
    display: inline-block;
    float:left;
    margin-top: 24px;
    margin-bottom: 40px;
    min-width: 300px;
    text-align: center;
}
.highlights .section .imageContainer img.animatedImage{
    position: absolute;
    top:140px;
    left:50%;
    margin-left:-35px;
    width:80px;
    border-radius: 0px;
}
.highlights .section .imageContainer p{
    margin:0px;
    text-align: center;
    font-size:12px;
    font-weight: 400;
}
.highlights .section{
    position:relative;
    width: 900px;
    padding-bottom: 64px;
    border-bottom:1px solid #ddd;
}

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

}

.showcase_wrapper.filter-color .showcase_box .bg-tile img{
    filter: invert(66%) sepia(52%) saturate(383%) hue-rotate(340deg) brightness(84%) contrast(88%);
}
.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: #F6F3F1;   
}
.knowmore .bg-tile.media-banner img{
    background:#F6F3F1;
}
.showcase_wrapper.filter-color .showcase_box .bg-tile img{
    filter: invert(66%) sepia(52%) saturate(383%) hue-rotate(340deg) brightness(84%) contrast(88%);
}
.showcase_wrapper.large-tile .showcase_box .bg-tile{
    width:64px;
    height:64px;
    
}
/*
.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%;   
}
*/