#testheader{display:none;}

/*Background Colors*/
#container_12{background:#fff;}
#headerwrapper{background:#fff;border-bottom:none;}
#footerwrapper{background:#222222;}
#footerlinks a, #copyright {color: #fff;}

/*Main Nav*/
#navmain li{outline:2px solid #222222;}
#navmain a{background:#fff;color:#222222;}

#navmain .navon,
#navmain a:hover,
#navmain a:focus,
.signOutBut:hover,
.signOutBut:focus {
    background: #ffee8d;
    color: #222222;
    text-decoration: none;
}

#navmain li:nth-child(2n) .navon,
#navmain li:nth-child(2n) a:hover,
#navmain li:nth-child(2n) a:focus {
    background: #e83c63;
    color: #000;
}
#navmain li:nth-child(3n) .navon,
#navmain li:nth-child(3n) a:hover,
#navmain li:nth-child(3n) a:focus {
    background: #009ca6;
    color: #000;
}
#navmain li:nth-child(4n) .navon,
#navmain li:nth-child(4n) a:hover,
#navmain li:nth-child(4n) a:focus {
    background: #a3a3a3;
    color: #000;
}

.profileCenter span{color:#222222;}

/*Message Center Title Underline*/
#challengetitle h2{border-bottom:4px solid #222222;}

/*Header Logo Con*/
#header .centerOuterWrap{padding-bottom:1em;padding-top:1em;}

.mesCount {background: #EB0000;outline:2px solid #222222;}

.hideInput,
input.hideInput{
    display: none;
}