#curricula-demonstration {
	display: none;
}

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

a.navigation:hover {
	color: darkblue;
}

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

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

body {
	background-color: seashell;
	font-family: "Source Sans Pro", sans-serif;
}

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

div.home-container {
	display: flex;
}

div.coming-soon {
	background-color: lightsalmon;
	border-radius: 3pt;
	display: flex;
	margin: 0 auto 12pt;
	padding: 6pt 18pt;
}

div.coming-soon-left {
	text-align: center;
	width: 15%;
}

div.coming-soon-right {
	padding: 6pt; 12pt;
	width: 85%;
}

div.coming-soon-narrative {
	background-color: snow;
	border-radius: 3pt;
	font-family: sans-serif;
	font-size: 12pt;
	padding: 2pt 16pt;
}

div.coming-soon-narrative p.body {
	margin: 0pt auto 8pt;
}

div.coming-soon-narrative p.heading {
	font-weight: bold;
	margin: 6pt auto;
}

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 {
	font-size: 14pt;
	padding: 16pt;
	width: 80%;
}

div.section-heading-container {
	background-color: peachpuff;
	border-radius: 3pt;
	margin: 4pt auto 16pt;
	padding: 3pt 12pt 9pt;
}

div.section-heading-container-flex {
	background-color: peachpuff;
	border-radius: 3pt;
	display: flex;
	margin: 4pt auto 16pt;
	padding: 9pt 12pt 9pt;
}

div.section-heading-container-left {
}

div.section-heading-container-right {
	margin-left: 8pt;
}

div.subsection {
	background-color: darkseagreen;
	border-radius: 2pt;
	font-weight: bold;
	font-size: 18pt;
	margin: 0 auto 8pt;
	padding: 4pt 24pt;
}

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 {
	color: darkred;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 72pt;
	line-height: 80pt;
	margin: 0;
}

h2.service-name {
	font-size: 18pt;
	font-weight: normal;
	line-height: 20pt;
	margin: 0;
}

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;
}

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: 13pt;
	font-style: italic;
	font-weight: normal;
}
