/* ==========================================================================
   Consistent content typography.
   The theme only ever styled <p> tags inside .comp_txt12 (the wrapper
   around page body content) - any heading, list, or link typed into the
   page editor fell back to the browser's raw default serif font, which is
   why new pages (and any page using the generic content template) looked
   inconsistent with the rest of the site. This brings headings, lists and
   links inside page content in line with the homepage's Lato/gold look.
   ========================================================================== */

.comp_txt12 h1,
.comp_txt12 h2,
.comp_txt12 h3,
.comp_txt12 h4 {
	font-family: 'Lato', sans-serif;
	color: #3a3938;
	margin: 34px 0 14px;
	line-height: 1.3;
}

.comp_txt12 h1:first-child,
.comp_txt12 h2:first-child,
.comp_txt12 h3:first-child {
	margin-top: 0;
}

.comp_txt12 h2 {
	font-size: 28px;
	font-weight: 700;
	color: #b3a768;
}

.comp_txt12 h3 {
	font-size: 21px;
	font-weight: 700;
}

.comp_txt12 h4 {
	font-size: 18px;
	font-weight: 700;
}

.comp_txt12 p {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: 300;
	line-height: 1.6;
	text-align: left;
	margin-top: 10px;
}

.comp_txt12 ul,
.comp_txt12 ol {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: 300;
	line-height: 1.6;
	margin: 10px 0 20px 20px;
	padding: 0;
}

.comp_txt12 ul {
	list-style: disc;
}

.comp_txt12 li {
	margin-bottom: 8px;
}

.comp_txt12 a {
	color: #b3a768;
	text-decoration: underline;
}

.comp_txt12 a:hover {
	color: #65551c;
}

/* About Us page links - this page uses its own .abtpg_text wrapper (not
   .comp_txt12), which had no link color defined, so links defaulted to
   browser blue instead of the site's gold. */
.comp_txt12 strong,
.comp_txt12 b {
	font-weight: 700;
}

.abtpg_text a {
	color: #b3a768;
	text-decoration: underline;
}

.abtpg_text a:hover {
	color: #65551c;
}

/* Apply via the block's Advanced panel -> "Additional CSS class(es)" field,
   typing: lr-free-callout
   Matches the original gold "FREE CALL OUTS..." styling exactly. */
.comp_txt12 p.lr-free-callout {
	font-size: 24px;
	color: #b3a768;
	text-align: center;
	font-weight: 400;
	margin-top: 20px;
}
