 @charset "UTF-8";
/* CSS Document */


/* ---------------------------- GLOBAL STYLES ------------------------ */


nav.hcw {display:none;}
/*#introshell>.sitetitle {min-height: 80px;}
#introshell>.sitetitle>.sitelogo {height: 80px;}*/


#subnavigation_menu .menu_nav a.linkbox {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 900;
    line-height: 1em !important;
    height: auto !important;
    margin: 0.25em 5px 0em 5px !important;
    padding: .5em 10px .5em 10px !important;
    text-transform: uppercase;
    color: #FFFFFF !important;
    text-decoration: none;
    outline: none;
    background-color: #ad1a1f !important;
    z-index: inherit;
}

/* ---------------------------- DESKTOP ONLY  STYLES ------------------------ */

@media only screen and (min-width: 1001px) {
	

}

/* ---------------------------- LAPTOP ONLY  STYLES ------------------------ */

@media only screen and (min-width: 901px) and (max-width: 1000px) {

	
}
/* ---------------------------- TABLET ONLY  STYLES ------------------------ */

@media only screen and (min-width: 565px) and (max-width: 900px) {


}

/* ---------------------------- MOBILE ONLY  STYLES ------------------------ */
 
@media screen and (max-width: 564px) {


}

@media screen and (max-width: 320px){
	
}

/* ---------------------------- PRINT ONLY  STYLES ------------------------ */

@media print { 


}


