/* CUSTOM TEXT CSS ONLY */

/* NM 20260823 Header Styling*/
.gadgetContentEditableArea h2, h3, h4, h5, h6 {
	font-family: 'Lato', 'Arial', sans-serif;
	text-transform: none;
	line-height: 1.6;
	margin: 0em;
}

.gadgetContentEditableArea h1 {
	font-size: 24pt;
	font-weight: 800;
}

.gadgetContentEditableArea h2 {
	font-size: 20pt;
	font-weight: 800;
}

.gadgetContentEditableArea h3 {
	font-size: 16pt;
	font-weight: 800;
	margin-top:  20px;
}

.gadgetContentEditableArea h4 {
	font-size: 14pt;
	font-weight: 800;
}

.gadgetContentEditableArea h5, h6 {
	font-size: 12pt;
	font-weight: 800;
}

/* NM 20260823 Global Paragraph Styling*/
.gadgetContentEditableArea p, ul, ol {
	line-height: 1.4;
}

/* NM 20260823 Header fix for Member Directory*/

.membersTable thead th {
	font-family: 'Lato', 'Arial', sans-serif;
	font-size: 20pt;
	font-weight: 800;
	line-height: 1.6;
	margin: 0em;
}

/*KDF 20260816 Pull Quote Styling*/
.pullquote {
	margin: 10px;
	padding: 10px; 
	color: #666666;
	font-style: italic;
	background-color: #eeeeee;
}