body {
	width: 100%;
	display: inline-block;
	background-color: rgb(229,232,233);
	
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

#topbar {
	width: 100%;
	background-color: black;
	display: table;
}

#topbar img {
	margin: 12px auto 12px;
	width: 154px;
	height: 30px;
	display: block;
}

#contentbox {
	max-width: 1100px;
	min-width: 650px;
	display: block;
	margin: 0 auto 0;
	box-shadow: 0 0 6px rgba(0,0,0,0.35);
	overflow: hidden;
}

#titlecontent, #pagecontent {
	width: inherit;
	padding-left: 25%;
}

#titlecontent {
	background-color: rgb(35,35,35);
}

#titlecontent section {
	height: 480px;
	padding: 30px 60px;
	background-image: url(img/cover.png);
	background-position: 90% 100%;  /* x, y */
	background-size: cover;
}

#pagecontent section {
	background-color: white;
	padding: 30px 60px 0;
	border-bottom: 1px solid rgb(229,232,233);
	width: calc(100% - 120px);
}

#pagecontent section img {
	width: 100%;
}

#pagecontent section>p {
	margin-bottom: 30px;
}

#pagecontent {
	background-color: rgb(230, 130, 25);
}

#menu-list {
	background-image: url(img/LIST-60px.png);
	height: 60px;
	width: 60px;
	background-size: contain;
	position: absolute;
	left: 306px;
	top: -24px;
}

#menu-close {
	background-image: url(img/CLS-60px.png);
	height: 60px;
	width: 60px;
	background-size: contain;
	position: absolute;
}

div.three-col {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}

div.three-col div[class*="col"] {
	display: block;
	width: calc((100% - 48px)/3);
	float: left;	
}

div.three-col div.col-1 {
	padding: 0 12px 0 0;
}

div.three-col div.col-2 {
	padding: 0 12px;
}

div.three-col div.col-3 {
	padding: 0 0 0 12px;
}

menu {
	width: calc(100%/4 - 60px);
	padding: 0 30px;
	color: white;
	display: inline-block;
	position: absolute;
}

menu ul {
	display: block;
	width: 100%;
}

menu ul li {
	margin-bottom: 12px;
}

menu ul li a {
	border-bottom: 1px solid white;
}

ul.thumbs.two-col {
	display: inline-block;
}

ul.thumbs.two-col>li {
	display: inline-block;
	clear: both;
	margin-bottom: 24px;
	width: 100%;
}

ul.thumbs.two-col div[class*="col"] {
	float: left;
	display: block;
	
}

ul.thumbs.two-col div.col-1 {
	width: 50%;
}

ul.thumbs.two-col div.col-2 {
	width: 40%;
	margin-left: 10%;
}

.image-and-caption {
	display: inline-block;
		margin-bottom: 30px;
}

div.caption-credit {
	display: inline-block;
	width: 100%;
}

div.caption-credit p {
	display: inline;
}

div.caption-credit p:nth-child(2) {
	padding-left: 12px;
}

div.INTERACTIVE {
	display: inline-block;
	margin-bottom: 30px;
	width: 100%;
}

div.EDGE iframe {
	height: 100%;
	width: 100%;
	border: none;
}

.instructions {
	margin-bottom: 6px;
}

.loader {
	background-color: rgb(246, 246, 246);
	background-image: url(img/loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
}

.clip-circle {
	overflow: hidden;
	border-radius: 50%;
}

.clip-circle img {
	width: 100%;
}

table.two-col {
	margin-bottom: 24px;
}

table.two-col, table.two-col>tbody, table.two-col tr {
	width: 100%;
	display: inline-block;
}

table.two-col tr>td {
	display: block;
	float: left;
}

table.two-col tr>td:nth-child(1) {
	width: 30%;
}

table.two-col tr>td:nth-child(2) {
	width: 70%;
}



h1 {
	font-family: 'SolidoConstricted-ExtraBold';
	font-size: 110px;
	line-height: 90px;
	text-transform: uppercase;
	color: white;
	text-shadow: 0px 0px 12px rgba(85, 100, 110, 0.5);
	
}

h3, h4, h5, .bold {
	font-family: 'Solido-ExtraBold';
}

p, menu, ul {
	font-family: 'Solido-Book';
}

.large, h3 {
	font-size: 25px;
	line-height: 30px;
}

.regular, h4, menu {
	font-size: 20px;
	line-height: 24px;
}

.small, h5 {
	font-size: 15px;
	line-height: 18px;
}

.xsmall {
	font-size: 11px;
	line-height: 12px;
}

.credit {
	color: rgb(198, 195, 191);
}

p.regular.space-below {
	margin-bottom: 24px;
}

ul.in-line.regular {
	margin: 0 0 24px;
}

ul.in-line.bullet>li {
	list-style: disc;
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;
}
}

ul.in-line>li {
	margin: 0;
}

ul.divider>li:not(:last-child) {
	border-bottom: 1px solid rgb(229,232,233);
	padding-bottom: 24px;
}

/* SET UP ANIMATION */

.mToggle {
	transition: all 1s ease;
}

/* PORTRAIT MODE */
@media  (max-width: 899px) {

	#titlecontent, #pagecontent {
		width: calc(100% - 6px);
		padding-left: 6px;
	}
	
	#titlecontent.show-menu, #pagecontent.show-menu {
		padding-left: 300px;
	}
		
	menu {
		left: -300px;
		width: 240px;
	}
	
	#menu-list.show-menu {
		background-image: url(img/CLS-60px.png);
		left: 300px;
	}
	
	menu.show-menu {
		left: 0;
	}
	
}

/* LARGE SCREEN */
@media  (min-width: 900px) {
	#menu-list {
		display: none;
	}
}
