.divMenuFloat{position:absolute;top:145px;background-color:unset;z-index: 999;transition: all 0.4s ease-in-out;}/*Reset back default styling*/
.divMenuFloat.scrolled{position:fixed!important;top:0px!important;background-color:#fff;opacity:1;width: 100%;box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);z-index: 999;margin-top: -95px;}/*Set fixed position*/
.bodyPage1 .divTopMastheadContainer.scrolled{position:relative;top:145px;height:980px;}
.bodyPage1 .divTopMastheadContainer.scrolled .divMastheadBackgroundContainer{height:885px;}
.bodyPage .divTopMastheadContainer.scrolled{position:relative;top:145px;height:375px;}
/*.divMenuFloat.scrolled .hypQuickContactOuter {border: 1px solid #150958;}
.divMenuFloat.scrolled .divSearch{border:1px solid #150958;}*/
@media only screen and (max-width:800px) {
    .divMenuFloatMobile.scrolled{background:#fff;box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);}
    .divCMSContainerBtnRight {z-index: 100;position: relative;}
}