#curricula-demonstration {
	display: none;
}

a.article-link, a.article-link:visited {
	color: firebrick;
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
}

a.navigation, a.navigation:visited {
	color: steelblue;
	font-size: 18pt;
	font-weight: bold;
	letter-spacing: .07em;
	text-decoration: none;
}

a.navigation:hover {
	color: darkturquoise;
}

a.normal, a.normal:visited {
	color: seagreen;
	font-weight: bold;
	text-decoration: none;
}

a.normal:hover {
	color: darkturquoise;
	font-weight: bold;
}

article h1 {
	background-color: darkslategray;
	border-radius: 3pt;
	color: azure;
	font-size: 26pt;
	margin: 4pt auto;
	padding: 7pt 12pt 5pt;
}

article h2 {
	background-color: darkkhaki;
	border-radius: 3pt;
	font-size: 20pt;
	font-style: italic;
	margin: 4pt auto;
	padding: 3pt 6pt;
}

article h3 {
	background-color: wheat;
	border-radius: 2pt;
	font-size: 20pt;
	font-weight: bold;
	margin: 12pt auto 12pt 32pt;
	padding: 3pt 6pt;
}

article p {
	font-size: 13pt;
	margin: 12pt auto 12pt 32pt;
}

article p.byline {
	background-color: burlywood;
	border-radius: 3pt;
	font-style: italic;
	font-weight: bold;
	padding: 6pt 12pt;
}

article p.code {
	background-color: black;
	border-radius: 2pt;
	color: lime;
	font-family: monospace;
	font-size: 11pt;
	padding: 8pt 12pt;
}

body {
	background-color: seashell;
	font-family: serif;
}

div.article-footer {
	background-color: antiquewhite;
	display: flex;
	margin: auto auto 12pt auto;
	padding: 4pt 9pt;
}

div.article-footer-date {
	font-style: italic;
	font-weight: bold;
	text-align: right;
	width: 70%;
}

div.article-footer-link {
	width: 30%;
}

div.controls-contact {
	margin: 10pt auto 16pt;
}

div.home-container {
	display: flex;
}

div.company-info {
	align-self: flex-start;
	background-color: antiquewhite;
	border-radius: 6pt;
	padding: 16pt;
	position: sticky;
	text-align: center;
	top: 0pt;
	width: 20%;
}

div.product-info {
	padding: 16pt;
	width: 80%;
}

div.video-description {
	font-size: 16pt;
	font-weight: bold;
	padding: 10pt;
	text-align: left;
	vertical-align: middle;
	width: 60%;
}

form.contact-form {
	background-color: antiquewhite;
	border-radius: 3pt;
	margin: 4pt 16pt;
	padding: 8pt 16pt;
}

form.mini-form {
	background-color: lightsteelblue;
	border-radius: 6pt;
	padding: 8pt 24pt;
	width: 90%;
}

h1.section-header {
	background-color: palegoldenrod;
	border-radius: 3pt;
	color: darkslategray;
	font-size: 26pt;
	padding: 7pt 12pt 5pt;
}

h2.service-name {
	background-color: antiquewhite;
	border-radius: 2pt;
	font-size: 20pt;
	font-style: italic;
	padding: 3pt 6pt;
}

hr.divider {
	text-align: center;
	width: 100%;
}

img.video-still {
	background-color: white;
	border-color: lightgray;
	border-style: solid;
	border-width: thin;
}

input[type="submit"] {
	background-color: seagreen;
	border-radius: 3pt;
	border-style: none;
	color: white;
	font-size: 12pt;
	padding: 7pt 22pt;
}

li.item-benefit {
	color: dimgray;
	font-style: italic;
	font-weight: normal;
	margin: 6pt auto 4pt;
}

li.item-main {
	color: black;
	margin: 6pt auto 4pt;
}

p.construction {
	color: gray;
	font-size: 18pt;
	font-weight: bold;
	letter-spacing: .07em;
}

p.legal {
	font-size: 11pt;
	font-style: italic;
}

span.byline {
	font-size: 13pt;
	font-style: italic;
	font-weight: bold;
}

span.sqlterm {
	color: peru;
	font-family: sans-serif;
	font-weight: bold;
}

span.term {
	color: peru;
	font-style: normal;
	font-weight: bold;
}

table.contact {
	width: 80%;
}

td.contact {
	padding: 2pt 4pt;
}

th.contact {
	font-weight: bold;
	padding: 2pt 4pt;
	text-align: right;
}

ul.list-main {
	font-size: 14pt;
	font-weight: bold;
}

ul.list-secondary {
	color: dimgray;
	font-size: 12pt;
	font-style: italic;
	font-weight: normal;
}
