main {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

p,
table,
ol,
ul {
	margin-top: 1em;
	margin-bottom: 1em;
}

table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

a.link-out {
	text-decoration: none;
}

a.link-out::after {
	content: "\00A0〉";
}

section#page-title {
	padding-top: calc((2 * 2.8vw) + 68px);
}

@media screen and (max-width:767px) {
	section#page-title {
		padding-top: calc((2 * 6vw) + 30px);
	}
}

section#page-title h1 {
	margin-left: 0;
	text-align: center;
}

section#nav {
	background-color: #011E37;
	text-align: center;
	color: white;
	padding: 1em;
}

nav #nav-button {
	display: inline-block;
	cursor: pointer;
}

nav #nav-button svg {
	height: 0.75em;
}

nav ul,
nav ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

nav ul {
	max-width: 100%;
}

nav ul li {
	margin: 0.5em 0;
}

article {
	margin: 0 auto;
	padding: 0 6vw;
	max-width: 800px;
}

article.photo {
	max-width: none;
	margin: 3vmax 0;
	padding: 3vmax 6vw;
	min-height: 400px;
	background-color: #444;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	color: white;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}

article.photo:last-child {
	margin-bottom: 0;
}

article.photo div.backdrop {
	background-color: rgba(255, 255, 255, 0.9);
	color: black;
	text-shadow: none;
	padding: 1vmax 6vw 3vmax;
	border-radius: 1em;
	max-width: 800px;
	margin: 1em auto;
}

article.photo div.backdrop h2 {
	margin-top: 0.67em;
}

article.divider {
	max-width: none;
	margin: 9vmax 0 3vmax;
	padding: 1px 6vw;
	background-color: #011E37;
	color: white;
	text-align: center;
	border-top: 3px solid #B29C62;
}

article.divider h1 {
	text-align: center;
}

section#welcome p {
	font-size: 1.75em;
	font-weight: 700;
	margin-top: 0;
}

article#mobius {
	background-image: url('/img/header-MOBIUS.jpg');
}

article#curriculum {
	background-image: url('/img/header-Curriculum.jpg');
}

article#scribe {
	background-image: url('/img/header-Articles.jpg');
}

article#pca-history {
	background-image: url('/img/header-Tait.jpg');
}

div.scroll {
	overflow-x: auto;
}

table#copy-cost tr {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

table#copy-cost td {
	text-align: center;
	vertical-align: middle;
	padding: 0.5em 1em;
}

table#copy-cost caption {
	font-weight: bold;
	padding-bottom: 0.5em;
}

.toggle {
	cursor: pointer;
}

.toggle div.hide {
	display: none;
}

.toggle.open div.hide {
	display: block;
}

.toggle.open div.show {
	display: none;
}

.toggle div.show,
.toggle div.hide {
	font-family: 'Museo Sans', 'Open Sans', sans-serif;
	font-size: 1rem;
	font-weight: 300;
	color: #B29C62;
	padding-left: 2px;
	line-height: normal;
	text-transform: none;
	letter-spacing: 0;
}

.toggle div.show::before,
.toggle div.hide::before {
	display: inline-block;
	width: 1em;
	height: 1em;
	content: "";
	background-repeat: no-repeat;
	background-position: bottom center;
}

.toggle div.show::before {
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="%23b29c62" d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6l-6-6l1.41-1.41z"%2F%3E%3C%2Fsvg%3E');
}

.toggle div.hide::before {
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="%23b29c62" d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6l-6 6z"%2F%3E%3C%2Fsvg%3E');
}

div.toggle-target {
	margin-top: 1em;
	margin-bottom: 1em;
}

div.toggle-target :first-child {
	margin-top: 0;
}

div.toggle-target :last-child {
	margin-bottom: 0;
}