/****************************************/
/****************************************/
/** Company **/
/*
 * 
 *  Author: CAUSEIS PTY LTD - info@causeis.com.au
 * 
 *  Version: 1 -   
 *
 * 
 *  Document contains changes to Sticky NAV
 *
 *
*/
/****************************************/
/****************************************/

header#hd,
header#hd * {
  transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

header#hd.sticky .header-top-container {
  display: none;
}

header#hd.sticky
  > div
  > div#masterLogoArea
  div#ste_container_ciLogoContent
  #masterHeaderImage {
  height: 8rem;
  width: 15rem;
}
header#hd.sticky > div > div:nth-of-type(2) > div.header-bottom-container {
  background: #ffffff;
}

.sticky .RadMenu.RadMenu_Causeis .rmRootGroup > .rmItem > .rmLink + .rmSlide {
  margin-top: 0;
}
