﻿/* CSS document only used on pages set in cmareas */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

header .middleBar {
    background-color: transparent;
    border-bottom:0px;
}

.sign-in {
    padding-top:200px;
    background-position:right bottom;
}

@media(max-width: 992px) {
    header {
        position: relative;
    }

    .sign-in {
        padding-top: 20px;
    }
}



/* Black Friday temp color change */
/*
@media (min-width: 992px) {
    header .middleBar .top-menu a {
	color:#fff
    }

    header .middleBar .top-menu .submenu a {
	color:#333
    }
}
*/