/*** Classes for DWF H/F service ***/

.hpui-mega-menu-text .dwf-superscript {
	font-size: 14px;
}

/* Override and zero-out the following Grommet global styles from within the body.  Do this 
   by clearing them throughout the page and then re-setting them with the values Grommet
   uses, but just within the header and footer divs */
address, blockquote, dl, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, ol, p, pre, table, ul {
	margin-bottom: 0px;
}
table {
	border-collapse: separate;
}
img {
	max-width: none;
}
div.header address,
div.header blockquote, 
div.header dl, 
div.header fieldset, 
div.header figure, 
div.header h1, 
div.header h2, 
div.header h3, 
div.header h4, 
div.header h5, 
div.header h6, 
div.header hr, 
div.header ol, 
div.header p, 
div.header pre, 
div.header table, 
div.header ul {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
div.footer address,
div.footer blockquote, 
div.footer dl, 
div.footer fieldset, 
div.footer figure, 
div.footer h1, 
div.footer h2, 
div.footer h3, 
div.footer h4, 
div.footer h5, 
div.footer h6, 
div.footer hr, 
div.footer ol, 
div.footer p, 
div.footer pre, 
div.footer table, 
div.footer ul {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
div.header table {
	border-collapse: collapse;
}
div.footer table {
	border-collapse: collapse;
}
div.header img {
	max-width: 100%;
}
div.footer img {
	max-width: 100%;
}
