/*
The site header stylesheet (which is not crticial CSS)
*/

/* OPACITY WHEN SCROLL */
#cta_bar_top.up {
    opacity: 1;
    background-color: white;
    transition: all .3s ease;
}
#cta_bar_top.down {
    opacity: 0;
    transition: all .3s ease;
}
#cta_bar_top.down .cta-bar-right {
    display: none;
}