
html {
	display: table;
	margin: auto;
}

body {
	display: table-cell;
	text-align: left;
	max-width: 720px;
	margin: 2em;
	font-family: 'Times New Roman', serif;
	background-color: white;
	color: black;
}

h1, h2, h3, h4, h5 {
	font-family: times;
	text-align: center;
}

div.dark {
	background-color: #041B2D;
	color: #d0fdff;
	padding: 1em;
}

body.subbed {
	margin: 0;
}

a, a:visited, a:active {
	color: inherit;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.pagelink {
	padding: 1em;
	text-align: center;
	font-family: "Verdana",sans-serif;
	font-size: 125%;
}

div.contactus {
	padding: 1em;
	text-align: center;
}

div.contactus a {
	font-family: "Verdana",sans-serif;
	font-size: 125%;
}

span.emphatic {
	font-family: sans-serif;
	font-weight: bolder;
	font-size: 90%;
}

div.logo {
	text-align: right;
}

a.menu {
	float: left;
}

img.logo {
	max-width: 50%;
	height: auto;
	margin: 1em 0;
}

div.lefthalf {
	width: 50%;
}

div.headline {
	margin-top: 1em;
	text-align: left;
	font-family: sans-serif;
	font-size: 150%;
	font-weight: bolder;
}

p.headline {
	text-align: left;
	font-family: sans-serif;
	font-size: 125%;
}

div.heading {
	display: grid;
}

div.aside {
	display: flex;
	margin-left: auto;
	margin-top: 1em;
	font-family: sans-serif;
	font-size: 125%;
	font-weight: bolder;
	text-align: right;
}

div.outlined {
	padding: 0.25em;
	width: auto;
	border: 1px solid gray;
}

div.backcircuit {
	padding: 1em;
	background-color: #00264d;
	background-image: url("breakthroughBackground.png");
	background-size: cover;
	color: white;
}

div.backcircuit div.headline {
	margin-left: 2em;
}

div.backcircuit span.emphatic {
	font-size: 125%;
}

div.paired {
	font-family: sans-serif;
	display: grid;
	grid-template-columns: auto;
}

div.leader {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto auto;
}

div.leader div.headline {
	font-size: 140%;
	grid-column: 1 / 3;
}

div.leftside {
	padding: 0.5em;
	margin: 1em;
	grid-column: 1;
}

div.rightside {
	padding: 0.5em;
	margin: 1em;
	grid-column: 2;
}

div.backcircuit div.leftside {
	border: thin solid #b3000fff;
	background-color: #b3000f8f;
}

div.backcircuit div.rightside {
	border: thin solid #0098aaff;
	background-color: #0098aa8f;
}

div.circleup5 {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(20, 1fr);
	column-gap: 1em;
	width: 719px;
}

div.circleup5 div {
	text-align: center;
}

div.circleup5 div.hanger {
	display: flex;
	width: 131px;
	height: 131px;
}

div.circleup5 img {
	margin: auto;
	width: 80px;
}

div.circleup5 div.item1 {
	grid-column: 1;
}

div.circleup5 div.item2 {
	grid-column: 2;
}

div.circleup5 div.item3 {
	grid-column: 3;
}

div.circleup5 div.item4 {
	grid-column: 4;
}

div.circleup5 div.item5 {
	grid-column: 5;
}

div.circleup5 div.item3 {
	grid-row-start: 1;
	grid-row-end: 15;
}

div.circleup5 div.item2,div.item4 {
	grid-row-start: 4;
	grid-row-end: 16;
}

div.circleup5 div.item1,div.item5 {
	grid-row-start: 10;
	grid-row-end: 21;
}

div.circleup5 div.campfire {
	grid-column: 3;
	grid-row-start: 16;
	grid-row-end: 21;
}

div.staggered5 {
	display: grid;
	column-gap: 1em;
	row-gap: 1em;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(2, auto);
	text-align: center;
	width: 719px;
}

div.caption {
	font-family: sans-serif;
}

div.staggered5 div.item1 {
	grid-row: 1;
	grid-column: 1 / 3;
}

div.staggered5 div.item2 {
	grid-row: 2;
	grid-column: 2 / 4;
}

div.staggered5 div.item3 {
	grid-row: 1;
	grid-column: 3 / 5;
}

div.staggered5 div.item4 {
	grid-row: 2;
	grid-column: 4 / 6;
}

div.staggered5 div.item5 {
	grid-row: 1;
	grid-column: 5 / 7;
}

div.question {
	margin-left: 1em;
	margin-right: 1em;
	font-size: 32px;
	font-weight: bolder;
	text-align: center;
}

div.answer {
	font-size: 20px;
}

.hugRight {
	float: right;
	margin-left: 1em;
}

.hugLeft {
	float: left;
	margin-right: 1em;
}

object.sidecar {
	width: 50%;
	height: auto;
}

.smallCode {
	font-size: 75%;
	font-weight: bold;
	font-family: monospace;
}

div.smallCode p {
	margin: 0;
}

div.smallCode p.headline {
	margin-top: 1em;
	text-align: center;
	font-size: inherit;
}

div.smallCode math {
	font-size: 50%;
}

.mediumCode {
	font-weight: bold;
	font-family: monospace;
	line-height: 18px;
}

div.mediumCode p {
	margin: 0;
}

div.mediumCode math {
	font-size: 75%;
}

.subscroll {
	overflow-y: scroll;
	overflow-x: clip;
}

::-webkit-scrollbar {
	background: transparent;
	width: 4px;
	height: 4px;
}

::-webkit-scrollbar-thumb {
	background: transparent;
}

:hover::-webkit-scrollbar {
	background: #041B2D;
}

:hover::-webkit-scrollbar-thumb {
	background: #707070;
}

div.list {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

div.list li {
	font-weight: bold;
	text-align: left;
	font-size: 25px;
}

ul.outer {
	display: flex;
	flex-direction: column;
	font-weight: bold;
	text-align: left;
	list-style-type: none;
}

ul.outer > li {
	padding-top: 1em;
	font-size: 25px;
}

ul.inner {
	font-weight: bold;
	text-align: left;
	list-style-type: disc;
}

ul.inner > li {
	font-size: 21px;
}

div.special {
	font-size: 150%;
	font-weight: 200%;
	font-family: helvetica;
	text-align: center;
}

ul.plain {
	list-style-image: none;
}

p.subheadline {
	font-size: 150%;
}

div.menu {
	position: absolute;
	top: 0;
	padding: 0.5em;
}

div.overlay {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.5em;
	width: 360px;
	background-color: #041B2D;
	color: #d0fdff;
}

div.overlay a {
	text-decoration: none;
}

div.overlay menu {
	font-family: sans-serif;
	font-size: 95%;
	margin: 0;
	list-style: none;
}

math {
	font-family: "Cambria Math", "STIX Two Math", Cambria, serif;
}
