/* Content-page layout built on top of the homepage's screen4 theme. */
.contentPageContent#content {
	display:block;
	box-sizing:border-box;
	width:100%;
	max-width:1500px;
	min-height:420px;
	padding:34px 40px 56px;
}

.contentPageMain#main {
	width:100%;
	margin:0;
	padding:0;
}

.contentPageBody a:focus-visible {
	outline:3px solid #efb52d;
	outline-offset:3px;
}

.contentPageHero {
	margin:0 0 22px;
}

.contentPageHero h1,
.contentPageMain#main .contentPageHero h1 {
	display:block;
	margin:0 0 7px;
	padding:0;
	color:#333;
	font:bold 2em/1.25 'Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,sans-serif;
	letter-spacing:-.5px;
}

.contentPageHero p {
	max-width:760px;
	margin:0;
	color:#777;
	font-size:14px;
}

.contentCard {
	box-sizing:border-box;
	max-width:900px;
	padding:27px 30px;
	border:1px solid #e6e6e6;
	border-radius:10px;
	background:#fff;
}

.contentCard p,
.contentCard ul {
	margin:0 0 18px;
}

.contentCard p:last-child,
.contentCard ul:last-child {
	margin-bottom:0;
}

.contentCard h2 {
	margin:27px 0 9px;
	padding:0;
	color:#444;
	font:bold 1.35em/1.4 'Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,sans-serif;
	letter-spacing:0;
}

.contentCard h2:first-child {
	margin-top:0;
}

.contentCard ul {
	padding-left:22px;
	list-style:disc;
}

.contentCard li {
	margin-bottom:7px;
}

.contentCard a,
.directorySection a {
	color:#147db6;
}

.contentCard a:visited,
.directorySection a:visited {
	color:#147db6;
}

.contactPanel {
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:24px;
	margin-bottom:25px;
	padding:18px 20px;
	border:1px solid #e3e3e3;
	border-radius:8px;
	background:#f5f5f5;
}

.contactPanel p {
	margin:0;
}

.contactButton,
.contactButton:visited {
	display:inline-block;
	flex:0 0 auto;
	padding:9px 14px;
	border-radius:5px;
	background:#555;
	color:#fff !important;
	font-weight:bold;
}

.contactButton:hover {
	background:#333;
	color:#fff;
}

.directoryJumpLinks {
	display:flex;
	flex-wrap:wrap;
	gap:6px;
	margin:0 0 25px;
}

.directoryJumpLinks a,
.directoryJumpLinks a:visited {
	padding:6px 10px;
	border:1px solid #d8d8d8;
	border-radius:5px;
	background:#fff;
	color:#555;
	font-weight:bold;
}

.directoryJumpLinks a:hover {
	border-color:#aaa;
	color:#147db6;
}

.directorySection {
	margin:0 0 30px;
	scroll-margin-top:20px;
}

.directorySection h2 {
	margin:0 0 10px;
	padding:0;
	color:#444;
	font:bold 1.45em/1.4 'Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,sans-serif;
	letter-spacing:0;
}

.directoryTableWrap {
	overflow-x:auto;
	border:1px solid #e6e6e6;
	border-radius:10px;
	background:#fff;
}

.paperDirectory {
	width:100%;
	margin:0;
	border-collapse:collapse;
}

.paperDirectory th {
	padding:10px 14px;
	border:0;
	border-bottom:1px solid #ddd;
	background:#eee;
	color:#555;
	font-size:11px;
	text-transform:uppercase;
}

.paperDirectory td {
	padding:11px 14px;
	border:0;
	border-bottom:1px solid #ececec;
	vertical-align:middle;
}

.paperDirectory tbody tr:last-child td {
	border-bottom:0;
}

.paperDirectory tbody tr:hover {
	background:#fafafa;
}

.paperDirectory .regionRow td {
	padding:8px 14px;
	background:#f1f1f1;
	color:#555;
	font-weight:bold;
}

.paperDirectoryName {
	min-width:170px;
	color:#333;
	font-weight:bold;
}

.paperDirectoryLinks {
	min-width:245px;
}

.paperDirectoryLinks a + a::before {
	content:'\00b7';
	display:inline-block;
	margin:0 8px;
	color:#aaa;
}

.paperDirectorySite {
	max-width:300px;
	word-break:break-word;
}

.widgetPageLayout {
	display:grid;
	grid-template-columns:minmax(0,1fr) 280px;
	align-items:start;
	gap:22px;
}

.widgetBuilder.contentCard {
	max-width:none;
}

.widgetExamples.contentCard {
	max-width:none;
	padding:22px 20px;
}

.widgetLead {
	margin:0 0 22px;
	font-size:14px;
}

.widgetOptionSection + .widgetOptionSection {
	margin-top:34px;
	padding-top:28px;
	border-top:1px solid #e6e6e6;
}

.widgetOptionSection h2,
.widgetExamples h2 {
	margin:0 0 16px;
	padding:0;
	color:#444;
	font:bold 1.45em/1.4 'Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,sans-serif;
	letter-spacing:0;
}

.widgetEditorRow {
	display:grid;
	grid-template-columns:minmax(300px,390px) minmax(0,1fr);
	align-items:flex-start;
	gap:22px;
	margin-bottom:20px;
}

.widgetSettings {
	min-width:0;
}

.widgetBuilder form.widgetSettingsForm {
	box-sizing:border-box;
	width:100% !important;
	max-width:390px;
	margin:0 0 20px !important;
	padding:16px !important;
	border:1px solid #e2e4e7 !important;
	border-radius:8px;
	background:#f5f5f5;
}

.widgetBuilder form.widgetSettingsForm--compact {
	max-width:390px;
}

.widgetSettingsForm table {
	width:100%;
}

.widgetSettingsForm td {
	padding:5px 4px !important;
	border:0;
	vertical-align:middle;
}

.widgetSettingsForm td:first-child {
	width:38%;
	color:#555;
	font-weight:bold;
}

.widgetSettingsForm input,
.widgetSettingsForm select {
	box-sizing:border-box;
	width:100%;
	max-width:220px;
	margin:0;
	padding:6px 8px;
	background:#fff;
}

#main .widgetSettingsForm input[type='submit'] {
	width:auto;
	max-width:none;
	min-height:36px;
	margin-top:7px;
	padding:8px 16px;
	border:0;
	border-radius:5px;
	background:#555;
	color:#fff;
	font-size:13px;
	line-height:1.3;
	white-space:nowrap;
	font-weight:bold;
	cursor:pointer;
}

#main .widgetSettingsForm input[type='submit']:hover {
	background:#333;
	color:#fff;
}

.widgetPreview {
	box-sizing:border-box;
	width:100%;
	min-width:0;
	max-width:100%;
	overflow:auto;
	padding:10px;
	border:1px solid #e6e6e6;
	border-radius:8px;
	background:#fff;
}

.widgetFramePreview {
	max-width:100%;
	margin:0 0 20px;
	overflow:auto;
	padding:10px;
	border:1px solid #e6e6e6;
	border-radius:8px;
	background:#fff;
}

.widgetCodeLabel {
	display:block;
	margin:4px 0 5px;
	color:#555;
	font-weight:bold;
}

.widgetCode {
	display:block;
	box-sizing:border-box;
	width:100%;
	min-height:82px;
	margin:0 0 14px;
	padding:10px;
	border:1px solid #d8d8d8;
	background:#fafafa;
	font:11px/1.45 Consolas,'Courier New',monospace;
	resize:vertical;
}

.widgetCode--large {
	min-height:112px;
}

.widgetTips,
.widgetBlogspot {
	padding:13px 15px;
	border-left:4px solid #bbb;
	background:#f5f5f5;
}

.widgetBlogspot {
	margin-top:18px;
}

.widgetBlogspot h3 {
	margin:0 0 5px;
	padding:0;
	color:#444;
	font-size:1.1em;
	letter-spacing:0;
}

.widgetBlogspot p {
	margin:0;
}

.widgetExamplesIntro {
	margin-bottom:20px;
}

.widgetExamplesIntro ul {
	margin:10px 0 14px;
	padding-left:20px;
	list-style:disc;
}

.widgetExample {
	display:flex;
	align-items:flex-start;
	flex-direction:column;
	gap:8px;
	margin:0 0 20px;
	text-align:left;
}

.widgetExampleHeading {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:5px 10px;
}

.widgetExample > div {
	max-width:100%;
	overflow:auto;
}

.widgetExample > div:not(.widgetExampleHeading) {
	align-self:center;
	text-align:center;
}

.widgetExampleLink,
.widgetExampleLink:visited {
	display:inline-block;
	padding:6px 11px;
	border:1px solid #d8d8d8;
	border-radius:5px;
	background:#f5f5f5;
	color:#555;
	font-weight:bold;
}

@media only screen and (max-width:880px) {
	.contentPageContent#content {
		box-sizing:border-box;
		padding:27px 14px 42px;
	}

	.contentPageHero {
		padding:0 6px;
	}

	.contentPageHero h1,
	.contentPageMain#main .contentPageHero h1 {
		font-size:1.65em;
	}

	.contentCard {
		padding:21px 18px;
	}

	.contactPanel {
		align-items:flex-start;
		flex-direction:column;
	}

	.paperDirectory th:nth-child(3),
	.paperDirectory td:nth-child(3) {
		display:none;
	}

	.paperDirectory th,
	.paperDirectory td {
		padding:9px 10px;
	}

	.paperDirectoryLinks {
		min-width:195px;
	}

	.widgetPageLayout {
		grid-template-columns:1fr;
	}

	.widgetExamples.contentCard {
		max-width:560px;
	}

	.widgetSettings {
		width:100%;
	}

	.widgetPreview,
	.widgetFramePreview {
		box-sizing:border-box;
		width:100%;
	}
}

@media only screen and (max-width:680px) {
	.widgetEditorRow {
		grid-template-columns:1fr;
	}
}
