/* Custom css overrides; included after all other styles are defined */

.gtxcelDefaultTemplate h1,
.gtxcelDefaultTemplate h2,
.gtxcelDefaultTemplate h3,
.gtxcelDefaultTemplate h4,
.gtxcelDefaultTemplate h5,
.gtxcelDefaultTemplate h6 {
    font: normal 600 1.3em  "Nunito Sans", "HelveticaNeue-Bold", Helvetica, Arial, sans-serif!important;
}

#headerLogoImage {
    width:288px!important;
    height:48px!important;
    margin-top:-1px!important;
}
@media screen and (min-width: 1025px) {
    #replicaTOC {
        z-index: 1000;
    }
}

/* Category Customizations */

.dm .roofHeader {
	background-color: #ee4f9c;
	color: #fff;
}

.featured .roofHeader {
	background-color: #cf4747;
	color: #fff;
}

.main-articles .roofHeader {
	background-color: #f7941e;
	color: #fff;
}

.med-spabeing-well .roofHeader {
	background-color: #5b923a;
	color: #fff;
}

.products .roofHeader {
	background-color: #00b4d8;
	color: #fff;
}
