@charset "UTF-8";
/* CSS Document */
/*By James O’Loughlin v1.16*/
/* 

– ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ 
◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – 
– ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ 
◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – 
– ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ 
◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – 
– ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ 
◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – 
– ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ 
◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – ◯ – 

*/
/*colors
#22252a rgb(34, 37, 42) Standard grey
#2c3037 rgb(44, 48, 55) Medium grey
#606876 rgb(96, 104, 118) Light grey
#d3d3d4 rgb(211, 211, 212) Extra Light grey
#cc4e1d rgb(204, 78, 29) Standard orange
#ed5b21 rgb(237, 91, 33) Light orange
#ef8c60 rgb(239, 140, 96) Extra Light Orange
#aa4118 rgb(170, 65, 24) Dark orange
*/

/* global styles ------------------------------------------------------------------------------*/

/* limited reset */

html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
}

/* html5 display rule */

address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}

/* micro-clearfix by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/ */
/* For modern browsers */

.cf:before, .cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}

a {
	text-decoration: none;
	color: rgb(237, 91, 33);
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

a:hover {
	color: rgb(239, 140, 96);
}

a img {
	border: 5px solid rgb(237, 91, 33);
	box-sizing: border-box;
	outline: 0;
	box-shadow: 10px 10px 15px rgba(17, 19, 21, 0.4)/*rgba(170, 65, 24, 0.5)*/;
	-webkit-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
	transition: box-shadow 0.3s ease;
}

a img:hover {
	border: 5px solid rgb(239, 140, 96);
	box-sizing: border-box;
	box-shadow: 0px 0px 25px rgba(170, 65, 24, 0.4);
}


html {
	background: #000;
}

body {
	font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif; 
	font-weight: 400; 
	font-style: normal;
	font-size: 100%;
	color: #d3d3d4;
}

::selection {
	color: #606876;
	background: #ed5b21;
}

::-moz-selection {
	color: #606876;
	background: #ed5b21;
}

#wrapper {
	width: 90%;
	margin: 0 auto;
}

#mainNav h2, #mainNav #menuToggle {
	display: none;
}

nav ul {
	list-style: none;
}

nav a {
	text-decoration: none;
}

/*--------------------------------------------------------------------------------------------*/

/* header styles */

header {
	width: 100%;
	margin: 0 auto;
	padding-top: 1px;
	padding-top: 1.62em;
	padding-bottom: 1.62em;
}

#logo {
	display: block;
	margin: 0 auto;
	cursor: pointer;
	z-index: 100;
}

#myNameTitle {
	text-align: center;
	padding-top: 1.5em;
}

h1, h2, h3 {
	font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif; 
	font-weight: 300; 
	font-style: italic;
	color: #d3d3d4;
}

h4 {
	text-align: center;
	font-family: "Ideal Sans smallCaps A", "Ideal Sans smallCaps B", 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 1.32em;
	color: #d3d3d4;
	letter-spacing: .2em;
	padding-top: 2em;
}

h5, h6 {
	font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif;
	font-weight: 700; 
	font-style: normal;
	color: #d3d3d4;
}

.projectDate {
	text-align: center;
	padding-top: 2em;
	font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif;
	font-weight: 300; 
	font-style: normal;
	font-size: 1em;
	color: #606876;
}

/* See featured sections for .projectRole_featured class */

.projectRole {
	width: 60%;
	margin: 0 auto;
	text-align: center;
	padding-top: 2em;
	font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif;
	font-weight: 300; 
	font-style: normal;
	font-size: 1em;
	color: #606876;
	line-height: 2em;
	/*letter-spacing: .02em;*/
}

.galleryContainer video:hover {
	cursor: pointer;
}


.smallCaps {
	font-family: "Ideal Sans smallCaps A", "Ideal Sans smallCaps B", 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif;
	font-style: normal;
	font-weight: 400;
}

.smallCapsBold {
	font-family: "Ideal Sans smallCaps A", "Ideal Sans smallCaps B", 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif;
	font-style: normal;
	font-weight: 700;
}

.tabularFigures {
	font-family: "Ideal Sans smallCaps A", "Ideal Sans smallCaps B", 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif;
	font-style: normal;
	font-weight: 400;
}

/* navigation styles */

#mainNav {
	overflow: hidden;
}

#mainNav li {
	float: left;
}

#mainNav a, #mainNav h3 {
	font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif;
	font-weight: 300; 
	font-style: normal;
	color: #fff;
	display: block;
	border: none;
	text-align: center;
}

#about, #work, #play {
	background: rgb(237,91,33); 
	border-radius: 20px;
	text-shadow: 0px 2px 1px rgb(170, 65, 24);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
}

#work ul.submenu li a, #play ul.submenu li a {
	background: rgb(237, 91, 33); 
	text-shadow: 0px 2px 1px rgb(170, 65, 24);
}

#work ul.submenu li:last-child a, #play ul.submenu li:last-child a {
	border-radius: 0px 0px 20px 20px;
}


/* Change if there is a new item at the bottom of submenu list */

#visichron, #tempo {
	margin-bottom: .2em;
}

/* greeting styles*/

#greeting {
	padding: 34px;
	overflow: hidden;
	margin-bottom: 1em;
	border: 5px solid rgb(34, 37, 42);
	display: flex;
	justify-content: space-around;
}
	
#greetingText {
	display: block;
}

#hello1, #hello2 {
	font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif; 
	font-weight: 800; 
	font-style: normal;
	font-size: 1.5em;
	line-height: 1.42em;
}

#hello2 {
	margin-top: .7em;
}

#subHello {
	font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif; 
	font-weight: 400; 
	font-style: normal;
	font-size: .85em;
	line-height: 2em;
	color: #d3d3d4;
}

#featuredVideoContainer {
	margin-bottom: 1em;
	/*overflow: hidden;*/
	height: 500px;
}

#featuredVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

/* content styles */

#content {
	width: 95%;
	margin: 0 auto;
	padding-bottom: 1.62em;
}

/* article styles */

.intro {
	overflow: hidden;
	margin-bottom: 1.62em;
	border: 5px solid rgb(34, 37, 42);
}

.intro .projectTitle {
	font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif; 
	font-weight: 300; 
	font-style: italic;
	font-size: 2.62em;
	text-align: center;
	padding-top: .32em;
}

hr {
	border: none;
	border-top: 1px dotted #fff;
	color: #fff;
	height: 1px;
	width: 70%;
}

.subheading {
	font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif; 
	font-weight: 400; 
	font-style: italic;
	text-align: center;
	line-height: 2em;
}

.sectionSubhead {
	text-align: center;
	padding-bottom: 1em;
}

.heroContainer {
	padding-top: 1em;
	margin: 0 auto;
	display: block;
}

.hero {
	width: 100%;
}

i {
	font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif; 
	font-weight: 400; 
	font-style: italic;
}

b {
	font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.gallery {
	font-size: 1.15em;
	list-style: none;
	line-height: 1.62em;
}

.caption {
	text-align: center;
	padding-bottom: .62em;
	padding-top: .3em;
}

.gallery .caption:last-child {
	padding-bottom: 0;
	padding-top: .62em;
}

.bulletList {
	display: block;
	width: 90%;
	max-width: 90%;
	padding-top: 0;
	margin: 0 auto;
}

.video {
	position: relative;
	padding-bottom: 49%;
	padding-top: 25px;
	height: 0;
	margin-right: 3.9%;
	margin-left: 3.9%;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#featured {
	background: rgb(34, 37, 42);
	padding-bottom: 1.62em;
}

.subSection {
	margin-top: 0em;
	margin-bottom: 2em;
}

.indexTableOfContents {
	text-align: center;
	list-style: none;
}

.citationList {
	line-height: 1.62em;
	margin: 0 auto;
	width: 90%;
	padding-left: 1.2em;
}

/* Geopogo */
#geopogoContainer video {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#geopogoContainer p {
	margin-top: .8em;
	margin-bottom: .8em;
}

/* terraformer */
#terraformerContainer video {
	width: 100%;
	height: auto;
	margin: 0 auto;
}


/* Cocoon */

#cocoonStg1Container img {
    margin-top: 0.8em;
    margin-bottom: .8em;
}

#cocoonStg1Container .subSection p:first-of-type {
	margin-top: 0;
}

#cocoonStg1Container p {
	margin-top: .8em;
	margin-bottom: .8em;
}

#cocoonStg1Container .caption {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#cocoonStg1Container .callOut {
	padding: 0;
	margin-top: 2em;
	margin-bottom: 2em;
}

#cocoonStg1Hero {
	margin-top: 1.6em;
	padding: 0;
	height: auto;
}

#cocoonStg1Container .sectionSubhead {
	padding-bottom: 0;
}

#cocoonStg1Container video {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#cocoonStg1Listening .subSection.Lvl2:nth-of-type(2) p:first-of-type {
	margin-top: 0;
}

/* adidas HIIT */

.adidasMobile li {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	margin: 0 auto;
}
	
.adidasMobile li:last-child div, .adidasMobile li:nth-child(5) div, .morphedLayout1 li:last-child div {
	display: block;
}

.watchDevice, .mobileDevice, .tabletLandscapeDevice {
	position: relative;
}

/* helion */

#helionVideo, #tempoInvite {
	width: 100%;
	margin: 0 auto;
}

/* hoteltonight */

.keyCircles {
	display: inline-block;
	width: 13px;
	height: 13px;
	max-width: 13px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	margin: .3em .6em 0 .6em;
}
	
#key1 {
	background: rgb(211, 211, 212);
	border: 1px solid rgb(211, 211, 212);
}
	
#key2 {
	border: 1px solid #FFFFFF; 
}
	
#key3 {
	background: rgb(211, 211, 212);
	border: 1px solid rgb(211, 211, 212);
}
	
#key4 {
	background: rgb(96, 104, 118);
	border: 1px solid rgb(96, 104, 118);
}
	
#key5 {
	background: rgb(44, 48, 55);
	border: 1px solid rgb(44, 48, 55);
}
	
#key6 {
	border: 1px solid #ffffff; 
}

/* immersive computing lab */

#iclGalleryContainer {
	background: rgb(34, 37, 42);
	width: 100%;
}

#iclGallery {
	list-style: none;
	margin: 0 auto;
	padding: 1.62em;
}

.featuredContainer {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	max-width: 1100px;
}

#iclGallery li:first-child {
	margin-top: 0;
}

/* May need to reorganize class and id styles for scenes. */
#featuredAframeGUI {
	overflow: hidden;
	position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
}

#featuredAframeGUI div:nth-child(2), .featuredScene div:nth-child(3) {
	overflow: hidden;
}

#featuredAframeGUI div:first-child {
	display: block;
}

#featuredAframeGUI div:first-child img {
	display: block;
	position: absolute;
}


.iclProjectTitle {
	font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif;
	font-weight: 300; 
	font-style: normal;
	font-size: 1.62em;
	text-align: center;
	color: #fff;
	text-shadow: 0px 2px 1px rgb(170, 65, 24);
	background: rgb(237, 91, 33);
	margin: 0 auto;
	display: block;
	width: 100%;
	padding: .6em 0 .6em 0;
	border-top: 2px solid rgb(239, 140, 96);
	-webkit-transition: background .1s ease-in-out, text-shadow .1s ease-in-out;
	transition: background .1s ease-in-out, text-shadow .1s ease-in-out;
}

.iclProjectTitle:hover {
	color: #fff;
	background: rgb(170,65,24);		
	text-shadow: 0px -2px 1px rgb(170, 65, 24);
}

/* graVR & a-frame GUI */

#graVRLogo {
	padding-top: 100px;
	padding-bottom: 100px;
}

#graVR_Demo {
	display: block;
	max-width: 100%;
	margin-top: 50px;
}

.aframeGUIPanorama {
	padding-top: 2em;
	padding-bottom: 2em;
}

#aframeGUIContainer p.condensedParagraph, #aframeGUISketch {
	margin-top: .6em;
}

#aframeGUIProgressiveContainer {
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
}

#aframeGUIDemo {
	padding-top: 1.62em;
	display: block;
}

#aframeGUIDemo img {
	margin: 0 auto;
	padding: 0;
	width: 95%;
	height: 0 auto;
}

/* tempo */

#tempoInvite {
	padding-top: 1.62em;
}



/* featured */

/* --------------25.1.2025------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#featuredProjects {
	display: block;
	padding: 20px 20px 0 20px;
}

#featuredProjects li {
	display: block;
	width: 100%;
	padding-bottom: 5em;
	margin: 0 auto;
}

#featuredProjects li a {
	display: block;
	width: 100%;
}

#featuredProjects li a img {
	display: block;
	width: 100%;
	box-sizing: border-box;
	box-shadow: 10px 10px 15px rgba(17, 19, 21, 0.4)/*rgba(170, 65, 24, 0.5)*/;
	transition: box-shadow 0.3s ease;
}

#featuredProjects li a img:hover {
	box-shadow: 0px 0px 25px rgba(170, 65, 24, 0.4);
}

#featuredProjects li div {
	display: block;
	width: 100%;
}

#featuredProjects li h4 {
	text-align: left;
	padding-top: .6em;
}

#featuredProjects li hr {
	float: left;
	width: 100%;
}

#featuredProjects li p {
	line-height: 1.5em;
	font-size: .9em;
}

#featuredProjects li p.projectRole_featured {
	color: #606876;
	margin-top: 1em;
	font-size: .7em;
	line-height: 1.6em;
	/*width: 100%;*/
	/*font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif;
	font-weight: 300; 
	font-style: normal;*/
	/*font-size: inherit;*/
	/*line-height: 1.5em;*/
	/*letter-spacing: .02em;*/
	/*text-align: left;*/
}

/* --------------25.1.2025  NEW LAYOUT FEATURED ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */




#featuredGallery {
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

#featuredGallery li {
	padding-top: 1.62em;
	display: block;
	position: relative;
}

#featuredGallery figure {
	margin: 0;
	position: relative;
}

#featuredGallery figure img {
	width: 100%;
	display: block;
}

#featuredGallery figcaption {
	position: absolute;
	background: #ed5b21;
	margin: 0 auto;
	-webkit-box-shadow: 0px -2px 0px rgba(0,0,0,.3);
	box-shadow: 0px -2px 0px rgba(0,0,0,.3);
	border-top: 1px solid rgb(239, 140, 96);
}

#featuredGallery figcaption a {
	display: block;
	padding: 23px 10px;
	margin: 0 auto;
	font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif;
	font-weight: 300; 
	font-style: normal;
	font-size: 1.32em;
	text-align: center;
	color: #fff;
	text-shadow: 0px 2px 1px rgb(170, 65, 24);
}

#featuredGallery figcaption a:active {
	border-top: 1px solid rgb(237, 91, 33);
	background-color: #aa4118;		
}

.outro {
	line-height: 1.32em;
	overflow: hidden;
	margin-top: 1.62em;
	margin-bottom: 1.62em;
	border: 5px solid rgb(34, 37, 42);
	padding: 3.9%;
}

.outroParagraph {
	font-size: 1.15em;
	line-height: 1.62em;
}

.outro h5 {
	margin-top: 2em;
}

.outro h5:first-of-type {
	margin-top: 0;
}

#lost {
	display: ;
	justify-content: center;
}

#lostScreen {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	border: 5px solid rgb(34, 37, 42);
}

#lostScreen p {
	padding-top: 50px;
	text-align: center;
}

.sensor {
	font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif; 
	font-weight: 300; 
	font-style: italic;
	font-size: 2.62em;
	width: 49%;
}

/* article nav */

#articleNav {
	margin-top: 1.62em;
	width: 100%;
	height: 80px; 
}

#articleNav ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	height: 80px; 
}

#homeBTN {
	display: block;
	padding: 10px;
	text-align: center;
	/*box-shadow:  0 0 0 2px rgb(237, 91, 33) inset;
	outline-color: rgb(237, 91, 33);
	outline-width: 3px;
	outline-style: solid;*/
	border-radius: 20px;
	border: 2px solid rgb(237, 91, 33);
	margin-top: 25px;
	margin-bottom: 25px;
}

#homeBTN:hover {
	background-color: rgb(204, 78, 29);
	color: #fff;
}

#articleNav li {
	display: block;
	cursor: pointer;
	width: 80px;
	-webkit-transition: scale .5s ease-in;
	transition: scale .5s ease-in;
}

.buttonPop {
	-webkit-animation: buttonPop 0.2s ease-in-out 2 alternate;
	animation: buttonPop 0.2s ease-in-out 2 alternate;
}

@-webkit-keyframes buttonPop {
	0%, 100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	50% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
}
@keyframes buttonPop {
	0%, 100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	50% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
}

#prev, #next {
	height: 80px;
}
	
	
/* footer styles */

footer {
	font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif; 
	font-weight: 300; 
	font-style: normal;
	color: #d3d3d4;
	width: 100%;
	background: rgb(34, 37, 42);
	border-top: 1px solid rgb(96, 104, 118);
	padding-top: 3em;
	line-height: 1.6em;
}

footer ul {
	list-style: none;
}

#socialLinks {
	margin: 0 auto;
	overflow: hidden;
}

#socialLinks a {
	display: block;
	border: none;
	margin: 0 auto;
}

#socialLinks li:last-child {
	padding-right: 0;
}

#socialDisclaimer {
	font-style: italic;
	text-align: center;
	margin: 0 auto;	
	padding-top: 1.6em;
}



#legal {
	text-align: center;
	padding: 1.6em 0 0 0;
}

#FooterLocation {
	text-align: center;
	padding: 0 0 3.24em 0;
}



/* mobile styles ------------------------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
	
	/* disable text sizing on orientation change */
	html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, 			em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
		-webkit-text-size-adjust: none;
	}
	
	#wrapper {
		min-width: 320px; 
		max-width: 480px;
	}
	
	/* header styles */
	
	#logo  {
		width: 100px;
		height: 100px;
		background: url(../_images/logo_100.gif) no-repeat center center;
		border: 2px solid #fff;
		border-radius: 50%;
	}
	
	/* navigation styles */
	
	#mainNav {
		width: auto;
	}
	
	#mainNav li {
		margin: 0;
		float: none;
		position: relative;
	}

	.topMenu {
		max-height: 0;
		visibility: hidden;
	}
		
	.topMenu.expand {
		max-height: 900em;
		visibility: visible;
		margin-bottom: 1em;
	}
	
	#mainNav a, #mainNav h3 {
		font-size: 1.31em;
		text-align: center;
		color: #fff;	
		display: block;
		line-height: 2em;
		cursor: pointer;
		padding: .62em;
	}
	
	#mainNav h3 {
		margin-top: .62em;
	}
	
	/* dropdown menu styles */
	
	#mainNav ul.submenu {
		float: none;
		width: auto;
		height: auto;
		max-height: 0;
		-moz-transition: max-height 0.5s ease;
		-webkit-transition: max-height 0.5s ease;
		-o-transition: max-height 0.5s ease;
		transition: max-height 0.5s ease;
		overflow: hidden;
	}
	
	#mainNav ul.submenu.expand {
		max-height: 30em;
	}
	
	#mainNav ul.submenu li a {
		border-top: solid 1px black;
		padding: .62em 1em;
		white-space: nowrap;
		color: #fff;
		text-align: center;
		font-size: 1em;
	}
		
	#mainNav .menuToggle {
		display: block;
		position: relative;	
	}
		
	.menuToggle {
		cursor: pointer;
		display: block;
		width: 50px;
		height: 50px;
		-webkit-transition: all 0.25s;
		transition: all 0.25s;
		margin: 0 auto;
		margin-bottom: 1.32em;
		margin-top: 1.32em;
	}

	.macaronTopCookie,
	.macaronBottomCookie {
		content: '';
		display: block;
		position: absolute;
		width: 50px;
		height: 6px;
		border-radius: 3px;
		background: rgb(237, 91, 33);
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transition: all 0.25s;
		transition: all 0.25s;
		margin: 10px auto;
	}

	.macaronTopCookie {
		margin-top: 22px;
		-webkit-transform: translateY(-9px);
		transform: translateY(-9px);
	}

	.macaronBottomCookie {
		margin-top: 22px;
		-webkit-transform: translateY(9px);
		transform: translateY(9px);
	}

	.open {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.open .macaronTopCookie {
		-webkit-transform: rotate(45deg) translateY(0px);
		transform: rotate(45deg) translateY(0px);
	}

	.open .macaronBottomCookie {
		-webkit-transform: rotate(-45deg) translateY(0px);
		transform: rotate(-45deg) translateY(0px);
	}
	
	/* greeting styles */
	
	#greeting {
		flex-direction: row;
		flex-wrap: wrap-reverse;
	}
	
	#photo {
		max-width: 100%;
		padding-top: 2em;
	}

	#greetingText {
		text-align: left;
		font-size: 1.1em;
		line-height: 1.42em;
	}
	
	
	/* content styles -----------------------------------------*/
	
	/* article styles */
	
	.intro .projectDiscription {
		font-size: 1.15em;
		line-height: 1.62em;
		padding: 0 .62em .62em .62em;
	}
	
	.subheading {
		font-size: 1.2em;
		max-width: 90%;
		margin: 0 auto;
		line-height: 1.5em;
		margin-bottom: 1em;
	}
	
	.galleryContainer {
		background: rgb(34, 37, 42);
		padding-bottom: 1.62em;
	}
	
	.gallery {
		width: 90%;
		margin: 0 auto;
	}
	
	.callOut {
		font-size: 1.62em;
		line-height: 1.62em;
		width: 90%;
		max-width: 90%;
		margin: 0 auto;
		padding-top: .62em;
	}
	
	.gallerySectionTitle  {
		padding-top: 1em;
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 0;
	}
	
	.gallery img {
		max-width: 100%;
		display: block;
		margin-top: 1.62em;
	}
	
	.gallery video {
		width: 100%;
		margin: 0 auto;
		margin-top: 1.62em;
	}
	
	.bulletList {
		padding-left: 1.2em;
	}
	
	.projectGraphic {
		width: 40%;
		margin: 0 auto;
		max-width: 40%;
		padding: .62em;
	}
	
	.projectGraphic_large {
		width: 70%;
		margin: 0 auto;
		max-width: 70%;
		padding: .62em;
	}
	
	#featuredGallery li {
		position: relative;
		float: none;
	}
	
	
	/* about */
	
	.typeBr {
		display: none;
	}
	
	/* adidas HIIT */
	
	#adidasHero {
		background-image: url(../_images/work/adidasHIIT/adidasHeroMobile.png);
		height: 560px;
	}
		
	.watchDevice {
		position: relative;
	}
	
	.watchVideo {
		position:absolute;
		top: 24.3%;
		/*top: 28.5%;*/
		left: 21.4%;
		width: 57%;
	}
	
	.watchVideo video {
		width: 100%;
	}
	
	#thumbZoneGraphic {
		padding-bottom: 1.62em;
	}
	
	.mobileVideo {
		position: absolute;
		top: 7.7%;
		left: 9.9%;
		width: 80.7%;
	}
	
	.mobileVideo video {
		width: 100%;
	}
	
	/* hoteltonight */
	
	#hotelTonightHero {
		background-image: url(../_images/work/hotelTonight/hotelTonightHeroMobile.png);
		height: 560px;
	}
	
	#chartKey1 {
		margin: 0 auto;
		width: 7em;
		max-width: 7em;
	}
	
	#chartKey2 {
		margin: 0 auto;
		width: 15em;
		max-width: 15em;
		min-width: 15em;
	}
	
	#fearfulEmoji {
		padding-bottom: 1.62em;
	}
	
	#hotelTonightGraphicsGroup3 li:last-child img {
		margin: 0 auto;
	}
	
	/* morphed */
	
	.tabletVideo {
		position: absolute;
		/*top: -7.2%; old value alignment*/
		top: -5%;
		left: 10%;
		width: 79%;
	}
	
	.tabletVideo video {
		width: 100%;
	}
	
	/* immersive computing lab */
	
	.featuredScene {
		height: 500px;
	}

	#featuredAframeGUI div:nth-child(2) {
		background: url(../_images/play/icl/aframeGUI/featureLayer2_mobile.png);
		background-origin: border-box;
		background-position: center center;
		background-size: contain;
		background-attachment: scroll;
		background-repeat: no-repeat;
	}

	#featuredAframeGUI div:nth-child(3) {
		background: url(../_images/play/icl/aframeGUI/featureLayer1_mobile.png);
		background-origin: border-box;
		background-position: center center;
		background-size: contain;
		background-attachment: scroll;
		background-repeat: no-repeat;
	}
	
	#featuredAframeGUI div:nth-child(2), #featuredAframeGUI div:nth-child(3) {
		height: 500px;
		width: 100%;
		
	}
		
	#featuredAframeGUI div:first-child img {
		height: 600px;
		left: -575px;
	}
	
	.outro h5 {
		padding-left: 0;
	}
	
	/* graVR & a-frame GUI */
	
	#aframeGUIProgressiveContainer {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	/*cocoon stage 1*/
		/*ergonomics*/
		
        #cocoonStg1Ergonomics .subSection.Lvl2:first-of-type ul li {
			margin-left: 1.3em;
        }

	/* geopogo */
	
	#geopogoCitiesCGLucidLogo {
		padding: 0 0 1.3em 0;
		
	}
	
	/* featured */
	
	.cs-style figure {
		overflow: hidden;
		margin: 0 auto;
	}

	.cs-style figure img {
		-webkit-transition: -webkit-transform 0.4s;
		-moz-transition: -moz-transform 0.4s;
		transition: transform 0.4s;
	}

	.cs-style.hover figure:hover img, .cs-style figure:hover img {
		-webkit-transform: translateY(-70px);
		-moz-transform: translateY(-70px);
		-ms-transform: translateY(-70px);
		transform: translateY(-70px);
	}

	.cs-style figcaption {
		margin: 0 auto;
		height: 70px;
		width: 100%;
		top: auto;
		bottom: 0;
		opacity: 0;
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
		-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
		transition: transform 0.4s, opacity 0.1s 0.3s;
	}

	.cs-style.hover figure:hover figcaption, .cs-style figure:hover figcaption {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
		-moz-transition: -moz-transform 0.4s, opacity 0.1s;
		transition: transform 0.4s, opacity 0.1s;
	}
	
	#featuredGallery {
		width: 90%;
		margin: 0 auto;
	}
	
	#featuredGallery figcaption a {
		font-size: 1em;
		padding: 25px 10px;
	}
	
	#lostScreen {
		background-image: url(../_images/404errorM.gif);
		height: 150px;
	}
	
	/* article nav*/
	
	svg:hover .prevBtnFill, svg:hover .nextBtnFill {
		r: 55;
	}

	a svg:hover .prevBtnChevron, a svg:hover .nextBtnChevron {
		fill: #ffffff;
	}
	
	/* footer styles */
	
	footer {
		min-width: 320px; 
	}

	#socialLinks a {
		width: 75px;
		height: 75px;
	}
	
	#email {
		background: url(../_images/ui_sprite.svg) no-repeat 0 0;
	}
	
	#socialLinks a:active {
		background: url(../_images/ui_sprite.svg) no-repeat 0 -77px;
	}
	
}


/* tablet styles ------------------------------------------------------------------------------*/

@media only screen and (min-width: 481px) and (max-width: 768px) {
	html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
		-webkit-text-size-adjust: none;
	}
		
	#wrapper {
		min-width: 500px; 
		max-width: 768px;
	}
	
	/* header styles */
	
	#logo  {
		width: 150px;
		height: 150px;
		background: url(../_images/logo_150.gif) no-repeat center center;
		border: 2px solid #fff;
		border-radius: 50%;
	}
	
	/* navigation styles */
	
	#mainNav {
		width: 100%;
	}
	/*————————————————————————————Updated Nav styles 10.2019 TEST TEST TEST ————————————*/
	.topMenu {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 2em;
		display: flex;
		justify-content: center;
	}
	
	.topMenu li {
		margin-right: 5%;
		width: 30%;
	}
	
	.submenu li {
		min-width: 134px;
	}
		
	#mainNav li:last-child {
		margin-right: 0;
	}
	
	#mainNav a, #mainNav h3 {
		font-size: 1.32em;
		text-align: center;
		line-height: 1.62em;
		cursor: pointer;
		padding: .62em 3.9% .62em 3.9%;
	}
	
	#about.hover:hover, #work.hover:hover, #play.hover:hover {
		color: #fff;
		background: rgb(170, 65, 24); 
	}
	
	#work, #play {
		-moz-transition: border-radius 0.2s ease;
		-webkit-transition: border-radius 0.2s ease;
		-o-transition: border-radius 0.2s ease;
		transition: border-radius 0.2s ease;
		-moz-transition-delay: 0.5s;
		-webkit-transition-delay: 0.5s;
		-o-transition-delay: 0.5s;
		transition-delay: 0.5s;
	}
	
	#work:hover, #play:hover, #work.hover:hover, #play.hover:hover {
		border-radius: 20px 20px 0 0;
		-moz-transition: border-radius 0.2s ease;
		-webkit-transition: border-radius 0.2s ease;
		-o-transition: border-radius 0.2s ease;
		transition: border-radius 0.2s ease;
	}
	
	#work ul.submenu li a:hover, #play ul.submenu li a:hover {
		background: rgb(170, 65, 24); 
	}

	/* dropdown menu styles */
	
	#mainNav ul.submenu {
		float: none;
		height: auto;
		width: 81%;
		max-height: 0;
		-moz-transition: max-height 0.3s ease;
		-webkit-transition: max-height 0.3s ease;
		-o-transition: max-height 0.3s ease;
		transition: max-height 0.3s ease;
		-moz-transition-delay: 0.2s;
		-webkit-transition-delay: 0.2s;
		-o-transition-delay: 0.2s;
		transition-delay: 0.2s;
		overflow: hidden;
		z-index: 1000;
		position: absolute;
	}
	
	#mainNav ul.submenu li {
		float: none;
	}
	
	#mainNav li.hover:hover ul, #mainNav ul.submenu.expand {
		max-height: 28em;
	}
	
	#mainNav ul.submenu li a {
		border-top: solid 1px black;
		white-space: nowrap;
		color: #fff;
		text-align: center;
		font-size: 1.2em;
		-webkit-box-shadow: 0px 2px 4px #000000;
		box-shadow: 0px 2px 4px #000000;
	}
	
	/* greeting styles */
	
	#greeting {
		flex-direction: row;
		flex-wrap: wrap-reverse;
	}
	
	#photo {
		max-width: 100%;
		padding-top: 2em;
	}

	#greetingText {
		text-align: left;
	}
	
	/* content styles -----------------------------------------*/
	
	/* article styles */
	
	.intro .projectDiscription {
		font-size: 1.15em;
		line-height: 1.62em;
		padding: 0 .62em .62em .62em;
	}
	
	.subheading {
		font-size: 1.2em;
		max-width: 60%;
		min-width: 50%;
		margin: 0 auto;
		line-height: 1.5em;
		margin-bottom: 1em;
	}
	
	.galleryContainer {
		background: rgb(34, 37, 42);
		padding-bottom: 1.62em;
	}
	
	.gallery {
		width: 90%;
		margin: 0 auto;
		background: rgb(34, 37, 42);
	}
	
	.callOut {
		font-size: 1.62em;
		line-height: 1.62em;
		width: 90%;
		max-width: 90%;
		margin: 0 auto;
		padding-top: .62em;
	}
	
	.gallerySectionTitle  {
		padding: .62em 0 0 0;
	}
	
	.gallery img {
		max-width: 100%;
		display: block;
		padding-top: 1.62em;
		width: auto;
		margin: 0 auto;
	}
	
	.gallery video {
		width: 100%;
		margin: 0 auto;
		padding-top: 1.62em;
	}
	
	.bulletList {
		padding-bottom: .62em;
	}
	
	.projectGraphic {
		width: 40%;
		margin: 0 auto;
		max-width: 40%;
		padding: .62em;
	}
	
	.projectGraphic_large {
		width: 70%;
		margin: 0 auto;
		padding: .62em;
	}
	

	/* about */
		
	#whatIs p {
		max-width: 25em;
	}
	
	.typeBr {
		display: none;
	}
	
	/* adidas HIIT */
	
	#adidasHero {
		background-image: url(../_images/work/adidasHIIT/adidasHeroTablet.png);
		height: 560px;
	}
	
	#adidasGraphicGroup1 {
		-moz-column-count: 2;
		-moz-column-gap: 0;
		-webkit-column-count: 2;
		-webkit-column-gap: 0;
		column-count: 2;
		column-gap: 0;
	}
	
	#adidasGraphicGroup1 li {
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
	}
	
	#adidasGraphicGroup1 li:last-child {
		margin: 0 auto;
		-webkit-column-span: all;
    	column-span: all;
	}
	
	#adidasGraphicGroup1 li:last-child div {
		width: 20%;
		max-width: 20%;
	}
	
	.adidasWatch, .adidasMobile {
		-moz-column-count: 2;
		-moz-column-gap: 2em;
		-webkit-column-count: 2;
		-webkit-column-gap: 2em;
		column-count: 2;
		column-gap: 2em;
	}	
	
	.adidasWatch li:last-child {
		margin: 0 auto;
		-webkit-column-span: all;
    	column-span: all;
	}
	
	.adidasWatch li:last-child {
		width: 70%;
		max-width: 70%;
		margin: 0 auto;
	}
	
	.watchDevice {
		position: relative;
	}
	
	.watchVideo {
		position: absolute;
		top: 28.3%;
		left: 21.3%;
		width: 57.3%;
	}
	
	.watchVideo video {
		width: 100%;
	}
	
	#thumbZoneGraphic {
		padding-bottom: 1.62em;
	}
	
	.mobileVideo {
		position:absolute;
		top: 12.3%;
		left: 9.9%;
		width: 80.3%;
	}
	
	.mobileVideo video {
		width: 100%;
	}
	
	/* helion */
	
	#helion4 {
		max-width: 45%;
		width: 45%;
		float: left;
		display: inline-block;
		padding-left: 7%;
		padding-right: 3.9%;
	}
	
	#helion5 {
		max-width: 35.36%;
		width: 35.36%;
		float: left;
		display: inline-block;
	}
	
	/* hoteltonight */
	
	#hotelTonightHero {
		background-image: url(../_images/work/hotelTonight/hotelTonightHeroTablet.png);
		height: 560px;
	}
	
	#hotelTonightGraphicsGroup1 li, #hotelTonightGraphicsGroup3 li {
		display: inline-block;
		width: 48%;
		padding-left: .5%;
		padding-right: .5%;
	}
	
	.hotelTonightMobile {
		-moz-column-count: 2;
		-moz-column-gap: 2em;
		-webkit-column-count: 2;
		-webkit-column-gap: 2em;
		column-count: 2;
		column-gap: 2em;
	}
	
	#hotelTonightGraphicsGroup1 li {
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
	}
	
	#hotelTonightPieChart1, #hotelTonightPieChart2 {
		padding-bottom: 1.62em;
	}
	
	#chartKey1 {
		margin: 0 auto;
		width: 7em;
		max-width: 7em;
	}
	
	#chartKey2 {
		margin: 0 auto;
		width: 15em;
	}
	
	#hotelTonightGraphicsGroup2 {
		position: relative;
		display: block;
		width: 55%;
		overflow: hidden;
		margin: 0 auto;
		min-height: 1em;
		padding-bottom: .62em;
	}
	
	#deviceGraphic {
		width: 40%;
		float: left;
		position: absolute;
		top: 15%;
	}
	
	#fearfulEmoji {
		width: 30%;
		float: right;
	}

	#hotelTonightGraphicsGroup3 li:nth-child(3) div img {
		padding-top: 25%;;
	}
	
	#hotelTonightMobileWidget {
		width: 50%;
	}
	
	/* morphed */
	
	.tabletVideo {
		position: absolute;
		top: 7.5%;
		left: 9.9%;
		width: 79%;
	}
	
	.tabletVideo video {
		width: 100%;
	}
	
	/* immersive computing lab */
	
	.featuredScene {
		height: 300px;
	}
	
	#featuredAframeGUI div:nth-child(2) {
		background: url(../_images/play/icl/aframeGUI/featureLayer2.png);
		background-origin: border-box;
		background-position: center center;
		background-size: contain;
		background-attachment: scroll;
		background-repeat: no-repeat;
	}

	#featuredAframeGUI div:nth-child(3) {
		background: url(../_images/play/icl/aframeGUI/featureLayer1.png);
		background-origin: border-box;
		background-position: center center;
		background-size: contain;
		background-attachment: scroll;
		background-repeat: no-repeat;
	}
	
	#featuredAframeGUI div:nth-child(2), #featuredAframeGUI div:nth-child(3) {
		height: 325px;
		width: 100%;
	}
		
	#featuredAframeGUI div:first-child img {
		height: 450px;
		top: -30px;
		left: -425px;
	}
	
	/* graVR & a-frame GUI */
	#graVRLogo {
		max-width: 50%;
	}
	
	#aframeGUIProgressiveContainer {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	/* cocoon stage 1 */
		/* future */
		#cocoonStg1Future .subSection.Lvl3 img:first-of-type {
			max-width: 40%;
			margin-top: 0;
			padding-top: 0;
			padding-right: 2em;
		}

		#cocoonStg1Future .subSection.Lvl3:first-of-type {
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			align-items: center;
		}
		
		/* listening */
		#cocoonStg1Listening .subSection.Lvl2 img,
		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(1) .subSection.Lvl3:nth-of-type(3) img 
		{
			max-width: 40%;
			height: auto;
			padding-right: 1em;
		}

		#cocoonStg1Listening .subSection.Lvl2 p {
			max-width: 70%;
		}

		#cocoonStg1Listening .subSection.Lvl3 p {
			max-width: 50%;
		}

		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(1) .subSection.Lvl3:first-of-type,
		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(1) .subSection.Lvl3:nth-of-type(3),
		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(1) .subSection.Lvl3:nth-of-type(4)
		{
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: flex-start;
			align-content: flex-start;
			align-items: center;
			margin-top: .81em; 

		}

		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(1) .subSection.Lvl3:nth-of-type(2) h6, 
		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(1) .subSection.Lvl3:nth-of-type(3) h6,
		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(1) .subSection.Lvl3:nth-of-type(4) h6,
		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(2) h6
		{
			margin: 0 auto;
			padding-top: 0;
			min-width: 70%;
			width: 70%;
		}

		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(1) .subSection.Lvl3:nth-of-type(3) h6,
		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(1) .subSection.Lvl3:nth-of-type(4) h6 
		{
			text-align: center;	
		}

		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(1) .subSection.Lvl3:nth-of-type(3) img:nth-of-type(1) {
			order: 1;
		}
		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(1) .subSection.Lvl3:nth-of-type(3) p:nth-of-type(1){
			order: 2;
			margin-top: 1.62em; 
		}
		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(1) .subSection.Lvl3:nth-of-type(3) img:nth-of-type(2) {
			order: 4;
		}
		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(1) .subSection.Lvl3:nth-of-type(3) p:nth-of-type(2) {
			order: 3;
		}
		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(1) .subSection.Lvl3:nth-of-type(3) img:nth-of-type(3) {
			order: 5;
		}
		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(1) .subSection.Lvl3:nth-of-type(3) p:nth-of-type(3) {
			order: 6;
		}
		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(1) .subSection.Lvl3:nth-of-type(3) img:nth-of-type(4) {
			order: 8;
		}
		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(1) .subSection.Lvl3:nth-of-type(3) p:nth-of-type(4) {
			order: 7;
		}

		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(1) .subSection.Lvl3:nth-of-type(4) img:nth-of-type(4)
		{
			min-width: 50%;
			width: 50%;
		}
		
		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(1) .subSection.Lvl3:nth-of-type(4) p:nth-of-type(4),
		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(2) p
		{
			min-width: 100%;
			width: 100%;
			margin: 0 auto;
		}

		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(2) p {
			margin: 0 auto;
			margin-top: .81em;
			margin-bottom: .81em;
		}
		
		/*synthesizing*/
		#cocoonStg1Synthesis .subSection.Lvl2:nth-of-type(1) ul,
        #cocoonStg1Synthesis .subSection.Lvl2:nth-of-type(2) ul 
        {
			width:88%;
			min-width: 88%;
			padding-left: 5%;
        }
	
		/*organizing*/
		#cocoonStg1Organize .subSection.Lvl2 img:first-of-type {
			padding-top: 0;
		}
	
		/*ergonomics*/
        #cocoonStg1Ergonomics .subSection.Lvl2:first-of-type,
		#cocoonStg1Ergonomics .subSection.Lvl2:nth-of-type(3)
		{
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: flex-start;
			align-content: center;
			align-items: center;
			margin-top: .81em; 
        }
        #cocoonStg1Ergonomics .subSection.Lvl2:first-of-type img {
			width: 47%;
        }
		#cocoonStg1Ergonomics .subSection.Lvl2:first-of-type h6 {
			width: 100%;
		}
        #cocoonStg1Ergonomics .subSection.Lvl2:first-of-type ul {
			width: 47%;
        }
		#cocoonStg1Ergonomics .subSection.Lvl2:first-of-type ul li {
			margin-left: 1.62em;
        }
		#cocoonStg1Ergonomics .subSection.Lvl2:first-of-type ul ul {
			padding-left: .25em;
			width: 100%;
        }
		
		#cocoonStg1Ergonomics .subSection.Lvl2:first-of-type img:nth-of-type(1) 
		{
			order: 1;
        }
		#cocoonStg1Ergonomics .subSection.Lvl2:first-of-type ul:nth-of-type(1) 
		{
			order: 2;
        }
		#cocoonStg1Ergonomics .subSection.Lvl2:first-of-type img:nth-of-type(2) 
		{
			order: 4;
        }
		#cocoonStg1Ergonomics .subSection.Lvl2:first-of-type ul:nth-of-type(2) 
		{
			order: 3;
        }
		#cocoonStg1Ergonomics .subSection.Lvl2:first-of-type img:nth-of-type(3) 
		{
			order: 5;
        }
		#cocoonStg1Ergonomics .subSection.Lvl2:first-of-type ul:nth-of-type(3) 
		{
			order: 6;
        }
		
		#cocoonStg1Ergonomics .subSection.Lvl3:nth-of-type(2) h6,
		#cocoonStg1Ergonomics .caption
		{
			min-width: 70%;
			width: 70%;
			margin: 0 auto;
		}
		#cocoonStg1Ergonomics .subSection.Lvl2:nth-of-type(3) .sectionSubhead {
			width: 100%;
		}
		#cocoonStg1Ergonomics .subSection.Lvl2:nth-of-type(3) img:first-of-type,
		#cocoonStg1Ergonomics .subSection.Lvl2:nth-of-type(3) img:nth-of-type(2)
		{
			padding-top: 0;
		}
		
  
	
		
	
	
	
	/* tempo */
	
	#tempoLayout1 li:nth-child(8) {
		max-width: 47%;
		width: 47%;
		float: left;
	}
	
	#tempoLayout1 li:nth-child(9) {
		max-width: 47%;
		width: 47%;
		float: right;
	}
	
	#tempoLayout1 li:nth-child(10) {
		width: 100%;
		display: inline-block;
	}
	
	/* featured */
	
	#featuredGallery {
		padding: 0 2% 0 2%;
	}
	
/*	 Hey future James, Abandon columns due to images flickering on animation in different browsers?? Requires attention when adding projects*/
	
	/* --------------25.1.2025 NEW LAYOUT FEATURED ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
	
	#featuredProjects li {
		display: flex;
		align-items: center
	}
	
	#featuredProjects li:nth-child(odd) {
		flex-direction: row-reverse;
	}
	#featuredProjects li:nth-child(even) {
		flex-direction: row;
	}
	
	#featuredProjects li h4 {
		font-size: 1em;
	}
	
	#featuredProjects li div {
		display: block;
	}
	
	#featuredProjects li:nth-child(odd) div{
		margin-left: 0;
		margin-right: 4%;
		justify-content: space-between;
	}
	#featuredProjects li:nth-child(even) div {
		margin-left: 4%;
		margin-right: 0px;
		justify-content: space-between;
	}
	
	
	/* --------------25.1.2025  NEW LAYOUT FEATURED ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
	
	#featuredGallery li {
		display: inline-block;
		width: 48%;
		padding-left: .5%;
		padding-right: .5%;
	}
	
	#featuredGallery li:first-child, #featuredGallery li:nth-child(3), #featuredGallery li:nth-child(5) {
		padding-left: 0;
	}
	
	#featuredGallery li:nth-child(2), #featuredGallery li:nth-child(4), #featuredGallery li:last-child {
		padding-right: 0;
	}

	#featuredGallery img {
		width: 100%;
		display: block;
	}
		
	.cs-style figure {
		overflow: hidden;
		margin: 0 auto;
	}

	.cs-style figure img {
		-webkit-transition: -webkit-transform 0.4s;
		-moz-transition: -moz-transform 0.4s;
		transition: transform 0.4s;
	}

	.cs-style.hover figure:hover img, .cs-style figure:hover img {
		-webkit-transform: translateY(-70px);
		-moz-transform: translateY(-70px);
		-ms-transform: translateY(-70px);
		transform: translateY(-70px);
	}

	.cs-style figcaption {
		margin: 0 auto;
		height: 70px;
		width: 100%;
		top: auto;
		bottom: 0;
		opacity: 0;
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
		-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
		transition: transform 0.4s, opacity 0.1s 0.3s;
	}

	.cs-style.hover figure:hover figcaption, .cs-style figure:hover figcaption {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
		-moz-transition: -moz-transform 0.4s, opacity 0.1s;
		transition: transform 0.4s, opacity 0.1s;
	}
		
	.outro h5 {
		padding-left: 3%;
	}
		
	#lostScreen {
		background-image: url(../_images/404errorT.gif);
		height: 500px;
	}
	
	/* article nav */
		
	svg:hover .prevBtnFill, svg:hover .nextBtnFill {
		r: 55;
	}

	a svg:hover .prevBtnChevron, a svg:hover .nextBtnChevron {
		fill: #ffffff;
	}
	
	/* footer styles */
	
	footer {
		min-width: 500px; 
	}
	
	#socialLinks {
		width: 75px;
		margin: 0 auto;
	}
	
	#socialLinks a {
		width: 75px;
		height: 75px;
	}
	
	#email {
		background: url(../_images/ui_sprite.svg) no-repeat 0 0;
	}
	
	#socialLinks a:hover {
		background: url(../_images/ui_sprite.svg) no-repeat 0 -77px;
	}
		
}


/* desktop styles ------------------------------------------------------------------------------*/

@media only screen and (min-width: 769px) {
	
	#wrapper {
		min-width: 960px; 
		max-width: 1280px;
	}
	
	/* header styles */
	
	#logo  {
		width: 150px;
		height: 150px;
		background: url(../_images/logo_150.gif) no-repeat center center;
		border: 2px solid #fff;
		border-radius: 50%;
	}
		
	/* navigation styles */
	
	/*————————————————————— Updated Nav styles 10.2019 be sure they are ok (now using Flex)—————————*/
	
	#mainNav {
    width: 70%;
    margin: 0 auto;
    font-size: 90%;
    /*padding-left: 35.3%;*/
	}
	
	.topMenu {
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}
	
	.topMenu li {
		margin-right: 2%;
		width: 20%;
	}
	
	.submenu li {
		min-width: 134px;
		max-width: 179px;
	}
	
	#mainNav li:last-child {
		margin-right: 0;
		margin-bottom: 2em;
	}
	
	#mainNav a, #mainNav h3 {
		font-size: 1.32em;
		text-align: center;
		line-height: 1.62em;
		cursor: pointer;
		padding: .62em 3.9% .62em 3.9%;
	}
	
	#about.hover:hover, #work.hover:hover, #play.hover:hover {
		background: rgb(170,65,24);		
		text-shadow: 0px -2px 1px rgb(170, 65, 24);
	}
	
	#work, #play {
		-moz-transition: border-radius 0.2s ease;
		-webkit-transition: border-radius 0.2s ease;
		-o-transition: border-radius 0.2s ease;
		transition: border-radius 0.2s ease;
		-moz-transition-delay: 0.5s;
		-webkit-transition-delay: 0.5s;
		-o-transition-delay: 0.5s;
		transition-delay: 0.5s;
	}
	
	#work:hover, #play:hover, #work.hover:hover, #play.hover:hover  {
		border-radius: 20px 20px 0 0;
		-moz-transition: border-radius 0.2s ease;
		-webkit-transition: border-radius 0.2s ease;
		-o-transition: border-radius 0.2s ease;
		transition: border-radius 0.2s ease;
	}
	
	#work ul.submenu li a:hover, #play ul.submenu li a:hover {
		background: rgb(170,65,24);
		text-shadow: 0px -2px 1px rgb(170, 65, 24);
	}

	/* dropdown menu styles */
	
	#mainNav ul.submenu {
		float: none;
		width: 63%;
		height: auto;
		max-height: 0;
		-moz-transition: max-height 0.3s ease;
		-webkit-transition: max-height 0.3s ease;
		-o-transition: max-height 0.3s ease;
		transition: max-height 0.3s ease;
		-moz-transition-delay: 0.2s;
		-webkit-transition-delay: 0.2s;
		-o-transition-delay: 0.2s;
		transition-delay: 0.2s;
		overflow: hidden;
		z-index: 1000;
		position: absolute;
		margin-left: -4.17px;
	}
	
	#mainNav ul.submenu li {
		float: none;
		padding-left: .3em;
		padding-right: .3em;
	}
	
	#mainNav li.hover:hover ul, #mainNav ul.submenu.expand {
		max-height: 28em;
	}
	
	#mainNav ul.submenu li a {
		border-top: solid 1px black;
		white-space: nowrap;
		color: #fff;
		text-align: center;
		font-size: 1.2em;
		-webkit-box-shadow: 0px 2px 4px #000000;
		box-shadow: 0px 2px 4px #000000;
	}
		
	
	/* greeting styles */
	
	#greeting {
		flex-direction: row;
		align-items: center;
	}
	
	#photo {
		max-width: 45%;
	}

	#greetingText {
		max-width: 45%;
		text-align: left;
	}
	
	
	
	/* content styles -----------------------------------------*/
	
	/* article styles */
	
	.intro .projectTitle {
		padding-bottom: .2em;
	}
	
	.intro .projectDiscription {
		max-width: 42em;
		-moz-column-count: 2;
		-moz-column-gap: 3.9%;
		-webkit-column-count: 2;
		-webkit-column-gap: 3.9%;
		column-count: 2;
		column-gap: 3.9%;
		font-size: 1.15em;
		line-height: 1.62em;
		padding: 0 .62em 1.62em .62em;
		margin: 0 auto;
	}
	
	.intro .projectDiscription.shortDescription {
		-moz-column-count: 1;
		-moz-column-gap: 0;
		-webkit-column-count: 1;
		-webkit-column-gap: 0;
		column-count: 1;
		column-gap: 0;
		padding: 0 3.62em 1.62em 3.62em;
	}
	
	.subheading {
		font-size: 1.2em;
		max-width: 60%;
		min-width: 50%;
		margin: 0 auto;
		line-height: 1.5em;
		margin-top: 1em;
		margin-bottom: 1em;
	}
	
	.galleryContainer {
		background: rgb(34, 37, 42);
		padding-bottom: 2.62em;
	}
	
	.gallery {
		width: 80%;
		max-width: 80%;
		margin: 0 auto;
		background: rgb(34, 37, 42);
	}
	
	.gallery img {
		max-width: 100%;
		display: block;
		padding-top: .81em;
		padding-bottom: .81em;
		width: auto;
		margin: 0 auto;
	}
	
	.condensedParagraph {
		width: 70%;
		margin: 0 auto;
	}
	
	.gallerySectionTitle  {
		padding: 1.62em 0 0 0;
	}
	
	.callOut {
		font-size: 1.62em;
		line-height: 1.62em;
		width: 90%;
		max-width: 70%;
		margin: 0 auto;
		padding-top: .62em;
	}
	
	.bulletList {
		padding-left: .62em;
	}
	
	.citationList {
		max-width: 60%;
	}
	
	.projectGraphic {
		width: 40%;
		margin: 0 auto;
		max-width: 40%;
		padding: .62em;
	}
	
	.projectGraphic_large {
		width: 40%;
		margin: 0 auto;
		padding: .62em;
	}
	
	.hero {
		max-width: 100%;
		margin: 0 auto;
	}
	
	/* about */
		
	#whatIs p {
		max-width: 28em;
		margin: 0 auto;
	}
	
	#whatIs p:nth-child(3) {
		margin-top: 5.7em;
		min-width: 70%;
	}
		
	/* adidas HIIT */
	
	#adidasHero {
		background-image: url(../_images/work/adidasHIIT/adidasHeroDesktop.png);
		max-width: 800px;
		height: 500px;
	}
		
	#whatIsHIIT {
		position: relative;
		margin: 0 auto;
	}
	
	#adidas1 {
		display: inline-block;
		width: 46%;
		max-width: 46%;
		min-width: 46%;
	}
	
	#HIITgraph {
		position: absolute;
		top: 0;
		display: inline-block;
		width: 46%;
		max-width: 46%;
		padding: 50px 50px 50px 50px;
	}
	
	#adidasResearch {
		position: relative;
		margin: 0 auto;
		padding-bottom: 1.62em;
	}
	
	#adidas2 {
		display: inline-block;
		width: 49%;
		max-width: 49%;
		min-width: 49%;
	}
	
	#adidas3 {
		position: absolute;
		top: 0;
		left: 51%;
		display: inline-block;
		width: 49%;
		max-width: 49%;
		min-width: 49%;
	}
	
	#adidasGraphicGroup1 {
		-moz-column-count: 3;
		-moz-column-gap: 0;
		-webkit-column-count: 3;
		-webkit-column-gap: 0;
		column-count: 3;
		column-gap: 0;
	}
	
	#adidasGraphicGroup1 li div {
		height: 8em;
		min-height: 8em;
	}
	
	#adidasGraphicGroup1 li:last-child div img {
		padding-top: 2.5em;
	}
	
	.adidasWatch, .adidasMobile {
		-moz-column-count: 3;
		-moz-column-gap: 3em;
		-webkit-column-count: 3;
		-webkit-column-gap: 3em;
		column-count: 3;
		column-gap: 3em;
	}	
	
	.adidasWatch li {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		margin: 0 auto;
	}
	
	.adidasWatch li:last-child div {
		display: block;
	}
	
	.watchDevice {
		position: relative;
	}
	
	.watchVideo {
		position: absolute;
		top: 31%;
		left: 21.5%;
		width: 59%;
	}
	
	.watchVideo video {
		width: 100%;
	}
	
	#adidasMobileIntro {
		min-width: 60%;
		max-width: 60%;
		margin: 0 auto;
	}
	
	#thumbZone {
		position: relative;
	}
	
	#thumbZoneGraphic {
		display: inline-block;
		width: 20%;
		padding: 0 10% 0 15%;
	}
	
	#adidas4 {
		display: inline-block;
		position: absolute;
		top: 13%;
		width: 49%;
	}
	
	.adidasMobile {
		-moz-column-count: 2;
		-moz-column-gap: 3em;
		-webkit-column-count: 2;
		-webkit-column-gap: 3em;
		column-count: 2;
		column-gap: 3em;
	}	
	
	.mobileVideo {
		position: absolute;
		top: 14.3%;
		left: 9.4%;
		width: 81.3%;
	}
	
	.mobileVideo video {
		width: 100%;
	}
	
	/* binx */
	
	#binxLayout1 {
		width: 80%;
		margin: 0 auto;
	}
	
	#binxLayout1 li:first-child {
		max-width: 48%;
		width: 48%;
		float: left;
		padding-right: 3.9%;
	}
	
	#binxLayout1 li:nth-child(2) {
		max-width: 48%;
		width: 48%;
		float: left;
		display: inline-block;
	}
	
	#binxLayout1 li:nth-child(3) {
		max-width: 48%;
		width: 48%;
		float: left;
		padding-right: 3.9%;
	}
	
	#binxLayout1 li:nth-child(4) {
		max-width: 48%;
		width: 48%;
		float: left;
		display: inline-block;
	}
	
	#binxLayout1 li:nth-child(5) {
		max-width: 50%;
		width: 50%;
		display: inline-block;
		margin: 0 auto;
		padding-left: 25%;
	}
	
	#binxLayout1 li:nth-child(6), #binxLayout1 li:nth-child(7), #binxLayout1 li:nth-child(8), #binxLayout1 li:nth-child(9) {
		max-width: 47%;
		width: 47%;
		display: inline-block;
	}
	
	#binxLayout1 li:nth-child(7), #binxLayout1 li:nth-child(9) {
		float: right;
	}
	
	/* helion */
	
	#helionLayout1 {
		max-width: 900px;
		width: 90%;
		margin: 0 auto;
	}
	
	#helionLayout1 li:nth-child(4){
		max-width: 80%;
		width: 80%;
		margin: 0 auto;
		display: inline-block;
		padding-left: 10%;
	}
	
	/* hoteltonight */
	
	#hotelTonightHero {
		background-image: url(../_images/work/hotelTonight/hotelTonightHeroDesktop.png);
		max-width: 800px;
		height: 500px;
	}
	
	#hotelTonightGraphicsGroup1 li {
		display: inline-block;
		width: 48%;
		padding-left: .5%;
		padding-right: .5%;
	}
	
	.hotelTonightMobile {
		-moz-column-count: 2;
		-moz-column-gap: 2em;
		-webkit-column-count: 2;
		-webkit-column-gap: 2em;
		column-count: 2;
		column-gap: 2em;
	}
	
	#hotelTonightGraphicsGroup3 li {
		display: inline-block;
		width: 48%;
		padding-left: .5%;
		padding-right: .5%;
	}
	
	#hotelTonightGraphicsGroup1 li {
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
	}
	
	#hotelTonightGraphGroup {
		width: 100%;
		margin: 0 auto;
	}
	
	#hotelTonightGraph1 {
		float: left;
		display: inline-block;
		width: 49%;
	}
	
	#hotelTonightGraph2 {
		display: inline-block;
		width: 49%;
		margin-left: 2%;
	}
		
	#hotelTonightPieChart1, #hotelTonightPieChart2 {
		padding-bottom: 1.62em;
	}
	
	#hotelTonightPieChart1 img{
		padding-top: 20%;
	}
	
	#chartKey1 {
		margin: 0 auto;
		width: 7em;
		max-width: 7em;
	}
	
	#chartKey2 {
		margin: 0 auto;
		width: 15em;
		max-width: 15em;
		min-width: 15em;
	}
	
	#hotelTonightGraphicsGroup2 {
		position: relative;
		display: block;
		width: 55%;
		overflow: hidden;
		margin: 0 auto;
		min-height: 1em;
		padding-bottom: .62em;
	}
	
	#deviceGraphic {
		width: 40%;
		float: left;
		position: absolute;
		top: 15%;
	}
	
	#fearfulEmoji {
		width: 30%;
		float: right;
	}
	
	#hotelTonightGraphicsGroup3 li:nth-child(3) div img {
		padding-top: 18%;;
	}
	
	#hotelTonightGraphicsGroup3 li {
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
	}
	
	.hotelTonightMobile {
		-moz-column-count: 2;
		-moz-column-gap: 3em;
		-webkit-column-count: 2;
		-webkit-column-gap: 3em;
		column-count: 2;
		column-gap: 3em;
	}
	
	#hotelTonightMobileWidget {
		width: 50%;
	}
	
	/* morphed */
	
	#morphedLayout1 {
		max-width: 745px;
		width: 90%;
		margin: 0 auto;
	}
	
	#morphedLayout1 li:nth-child(3) {
		width: 29.7%;
		float: left;
	}
	
	#morphedLayout1 li:nth-child(4) {
		width: 67%;
		display: inline-block;
		float: right;
	}
	
	#morphedLayout1 li:nth-child(5) {
		width: 100%;
		display: inline-block;
	}
	
	.tabletVideo {
		position: absolute;
		top: 10%;
		left: 10.5%;
		width: 77.5%;
	}
	
	.tabletVideo video {
		width: 100%;
	}
	
	/* visichron */
	
	#visichronLayout1 {
		max-width: 900px;
		width: 90%;
		margin: 0 auto;
	}
	
	#visichronLayout1 li:nth-child(6) {
		max-width: 20.5%;
		width: 20.5%;
		float: left;
		display: inline-block;
	}
	
	#visichronLayout1 li:nth-child(7){
		max-width: 75.4%;
		width: 75.4%;
		float: right;
		display: inline-block;
	}
	
	#visichronLayout1 li:nth-child(8) {
		width: 100%;
		display: inline-block;
	}
	
	/* immersive computing lab */
	
	.featuredScene {
		height: 500px;
	}
	
	#featuredAframeGUI div:nth-child(2) {
		background: url(../_images/play/icl/aframeGUI/featureLayer2.png);
		background-origin: border-box;
		background-position: center center;
		background-size: contain;
		background-attachment: scroll;
		background-repeat: no-repeat;
	}

	#featuredAframeGUI div:nth-child(3) {
		background: url(../_images/play/icl/aframeGUI/featureLayer1.png);
		background-origin: border-box;
		background-position: center center;
		background-size: contain;
		background-attachment: scroll;
		background-repeat: no-repeat;
	}
	
	#featuredAframeGUI div:nth-child(2), .featuredScene div:nth-child(3) {
		height: 500px; 
		width: 100%;
	}

	#featuredAframeGUI div:first-child {
/*		height: 520px;*/
	}

	#featuredAframeGUI div:first-child img {
		top: -60px;
		left: -665px;
	}
	
	/* graVR & a-frame GUI */
	
	#graVRLogo {
		max-width: 50%;
	}
	
	#aframeGUIProgressiveContainer {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	#vrSeated {
		float: left;
		top: 0;
		display: inline-block;
		width: 30%;
		max-width: 30%;
		margin-right: 20px;
		margin-top: 1em;
		margin-bottom: 1em;
	}
	
	/* cocoon stage 1 */
	
	
		/*preface*/
		#cocoonStg1Preface {
			max-width: 70%;
			margin: 0 auto;
		}

		/*future*/
		#cocoonStg1Future .subSection.Lvl3 img:first-of-type {
			max-width: 40%;
			margin-top: 0;
			padding-top: 0;
			padding-right: 2em;
		}

		#cocoonStg1Future .subSection.Lvl3:first-of-type {
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			align-items: center;
		}

		#cocoonStg1Future .subSection.Lvl2:nth-of-type(2) {
			max-width: 70%;
			width: 70%;
			margin: 0 auto;
		}
		#cocoonStg1Future .subSection.Lvl3:first-of-type ul li:nth-child(2) {
			margin-top: .8em;
			margin-bottom: .8em;
		}


		/*listening*/
		#cocoonStg1Listening ul:first-of-type {
			max-width: 68%;
			padding-left: 1.62em;
		}
		#cocoonStg1Listening .subSection.Lvl2 img,
		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(1) .subSection.Lvl3:nth-of-type(3) img 
		{
			max-width: 40%;
			height: auto;
			padding-right: 1em;
		}

		#cocoonStg1Listening .subSection.Lvl2 p {
			max-width: 70%;
		}

		#cocoonStg1Listening .subSection.Lvl3 p {
			max-width: 50%;
		}

		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(1) .subSection.Lvl3:first-of-type,
		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(1) .subSection.Lvl3:nth-of-type(3),
		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(1) .subSection.Lvl3:nth-of-type(4)
		{
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: flex-start;
			align-content: flex-start;
			align-items: center;
			margin-top: .81em; 

		}

		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(1) .subSection.Lvl3:nth-of-type(2) h6, 
		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(1) .subSection.Lvl3:nth-of-type(3) h6,
		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(1) .subSection.Lvl3:nth-of-type(4) h6, 
		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(2) h6
		{
			margin: 0 auto;
			padding-top: 0;
			min-width: 70%;
			width: 70%;
		}
	
        #cocoonStg1Listening .subSection.Lvl2:nth-of-type(2) h6 {
			margin: 0 auto;
			padding-top: 0;
			min-width: 70%;
			width: 70%;
        }
	
		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(1) .subSection.Lvl3:nth-of-type(3) h6,
		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(1) .subSection.Lvl3:nth-of-type(4) h6 
		{
			text-align: center;	
		}

		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(1) .subSection.Lvl3:nth-of-type(3) img:nth-of-type(1) {
			order: 1;
		}
		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(1) .subSection.Lvl3:nth-of-type(3) p:nth-of-type(1){
			order: 2;
			margin-top: 1.62em; 
		}
		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(1) .subSection.Lvl3:nth-of-type(3) img:nth-of-type(2) {
			order: 4;
		}
		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(1) .subSection.Lvl3:nth-of-type(3) p:nth-of-type(2) {
			order: 3;
		}
		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(1) .subSection.Lvl3:nth-of-type(3) img:nth-of-type(3) {
			order: 5;
		}
		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(1) .subSection.Lvl3:nth-of-type(3) p:nth-of-type(3) {
			order: 6;
		}
		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(1) .subSection.Lvl3:nth-of-type(3) img:nth-of-type(4) {
			order: 8;
		}
		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(1) .subSection.Lvl3:nth-of-type(3) p:nth-of-type(4) {
			order: 7;
		}

		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(1) .subSection.Lvl3:nth-of-type(4) img:nth-of-type(4)
		{
			min-width: 50%;
			width: 50%;
		}
		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(1) .subSection.Lvl3:nth-of-type(4) p:nth-of-type(4) 
		{
			min-width: 70%;
			width: 70%;
		}

		#cocoonStg1Listening .subSection.Lvl2:nth-of-type(2) p {
			margin: 0 auto;
			margin-top: .81em;
			margin-bottom: .81em;
		}

	
		/*Synthesizing*/
		#cocoonStg1Synthesis .subSection.Lvl2:nth-of-type(1) .sectionSubhead
		{
			margin: 0 auto;
			min-width: 100%;
		}
		#cocoonStg1Synthesis .subSection.Lvl2:nth-of-type(2) .sectionSubhead {
			min-width: 50%;
		}
		#cocoonStg1Synthesis .subSection.Lvl2:nth-of-type(1) .sectionSubhead  h5
		{
			padding-left: 5%;
		}
		#cocoonStg1Synthesis .subSection.Lvl2:nth-of-type(2) .sectionSubhead  h5
		{
			text-align: left;
		}
	
		#cocoonStg1Synthesis .subSection.Lvl2:nth-of-type(1),
		#cocoonStg1Synthesis .subSection.Lvl2:nth-of-type(2)
		{
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: flex-start;
			align-content: flex-start;
			align-items: center;
			margin-top: .81em; 
		}
		#cocoonStg1Synthesis .subSection.Lvl2:nth-of-type(1) img:first-of-type,
		#cocoonStg1Synthesis .subSection.Lvl2:nth-of-type(2) img:first-of-type
		{
			width: 42%;
		}
		#cocoonStg1Synthesis .subSection.Lvl2:nth-of-type(1) ul:first-of-type,
		#cocoonStg1Synthesis .subSection.Lvl2:nth-of-type(2) ul:first-of-type
		{
			min-width: 50%;
			width: 50%;
        }
		#cocoonStg1Synthesis .subSection.Lvl2:nth-of-type(1) img:first-of-type 
		{
			padding-right: 5%;
		}
		#cocoonStg1Synthesis .subSection.Lvl2:nth-of-type(2) img:first-of-type 
		{
			order: 2;
			padding-left: 5%;
		}
		#cocoonStg1Synthesis .subSection.Lvl2:nth-of-type(2) ul:first-of-type 
		{
			order: 1;
			padding-left: 1em;
		}
		#cocoonStg1Synthesis .subSection.Lvl2:nth-of-type(2) .callOut:first-of-type 
		{
			order: 3;
		}
		
		#cocoonStg1Synthesis .subSection.Lvl2:nth-of-type(3) .subSection.Lvl3,
		#cocoonStg1Synthesis .subSection.Lvl2:nth-of-type(4),
		#cocoonStg1Synthesis .subSection.Lvl2:nth-of-type(5)
		{
			min-width: 70%;
			width: 70%;
			margin: 0 auto;
		}
	
		/*Impacting Depth*/
		#cocoonStg1ImapctingDepth ul {
			min-width: 67%;
			width: 67%;
			padding-left: 3%;
		}
	
	
		/*Organizing Stuff*/
		#cocoonStg1Organize .caption {
			min-width: 70%;
			width: 70%;
			margin: 0 auto;
		}
	
        /*Ergonomics*/
        #cocoonStg1Ergonomics .subSection.Lvl2:first-of-type,
		#cocoonStg1Ergonomics .subSection.Lvl2:nth-of-type(3)
		{
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: flex-start;
			align-content: flex-start;
			align-items: center;
			margin-top: .81em; 
        }
        #cocoonStg1Ergonomics .subSection.Lvl2:first-of-type img {
			min-width: 46%;
			width: 46%;
        }
		
        #cocoonStg1Ergonomics .subSection.Lvl2:first-of-type ul {
			min-width: 46%;
			width: 46%;
			padding-left: 2em;
        }
		#cocoonStg1Ergonomics .subSection.Lvl2:first-of-type ul li {
			margin-left: 1.62em;
        }
		#cocoonStg1Ergonomics .subSection.Lvl2:first-of-type ul ul {
			margin-left: .1em;
			width: 100%;
        }
		
		#cocoonStg1Ergonomics .subSection.Lvl2:first-of-type img:nth-of-type(1) 
		{
			order: 1;
        }
		#cocoonStg1Ergonomics .subSection.Lvl2:first-of-type ul:nth-of-type(1) 
		{
			order: 2;
        }
		#cocoonStg1Ergonomics .subSection.Lvl2:first-of-type img:nth-of-type(2) 
		{
			order: 4;
        }
		#cocoonStg1Ergonomics .subSection.Lvl2:first-of-type ul:nth-of-type(2) 
		{
			order: 3;
        }
		#cocoonStg1Ergonomics .subSection.Lvl2:first-of-type img:nth-of-type(3) 
		{
			order: 5;
        }
		#cocoonStg1Ergonomics .subSection.Lvl2:first-of-type ul:nth-of-type(3) 
		{
			order: 6;
        }
		
		#cocoonStg1Ergonomics .subSection.Lvl3:nth-of-type(2) h6,
		#cocoonStg1Ergonomics .caption
		{
			min-width: 70%;
			width: 70%;
			margin: 0 auto;
		}
		#cocoonStg1Ergonomics .subSection.Lvl2:nth-of-type(3) .sectionSubhead {
			width: 100%;
		}
		#cocoonStg1Ergonomics .subSection.Lvl2:nth-of-type(3) img:first-of-type {
			width: 46%;
			min-width: 46%;
		}
        #cocoonStg1Ergonomics .subSection.Lvl2:nth-of-type(3) p:first-of-type {
			width: 46%;
			min-width: 46%;
		}
		#cocoonStg1Ergonomics .subSection.Lvl2:nth-of-type(3) img:nth-of-type(2) {
			width: 96%;
			min-width: 96%;
		}
	
		/*Environment*/
	#cocoonStg1Environments img:first-of-type {
		float: left;
		width: 35%;
		padding-right: 1em;
	}
		
		
	/* geopogo */
	
	#geopogoCitiesCGLucidLogo {
		padding: 4em 0 4em 0;
		
	}
	
	
	/* tempo */
	
	#tempoLayout1 {
		max-width: 800px;
		width: 90%;
		margin: 0 auto;
	}
	
	#tempoLayout1 li:nth-child(3) {
		width: 80%;
		margin: 0 auto;
		display: block;
	}
	
	#tempoLayout1 li:nth-child(8) {
		max-width: 47%;
		width: 47%;
		float: left;
	}
	
	#tempoLayout1 li:nth-child(9) {
		max-width: 47%;
		width: 47%;
		float: right;
	}
	
	#tempoLayout1 li:nth-child(10) {
		width: 100%;
		display: inline-block;
	}
	
	#tempoLayout1 li:nth-child(11) {
		max-width: 47%;
		width: 47%;
		float: left;
	}
	
	#tempoLayout1 li:nth-child(12) {
		max-width: 47%;
		width: 47%;
		float: right;
	}
	
	#tempoLayout1 li:nth-child(13) {
		width: 100%;
		display: inline-block;
	}
	
	.outro {
		padding: 3.9% 3.9% 3.9% 3.9%;
	}
	
	.outroParagraph {
		width: 60%;
		margin: 0 auto;
	}
	
	.outro h5 {
		max-width: 66%;
		margin: 0 auto;
		margin-top: 1em;
		padding-left: 3%;
	}
	
	.outro h5:first-of-type {
		margin-top: 0;
	}
	
	#credits {
		width: 53%;
		margin: 0 auto;	
		-moz-column-count: 2;
		-moz-column-gap: 3.9%;
		-webkit-column-count: 2;
		-webkit-column-gap: 3.9%;
		column-count: 2;
		column-gap: 3.9%;
		min-width: 30em;
		min-height: 18em;
	}
	
	/* featured */
		
	/* --------------25.1.2025  NEW LAYOUT FEATURED ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
	
	#featuredProjects {
		padding: 50px;
	}
	
	#featuredProjects li {
		display: flex;
		align-items: center
	}
	
	#featuredProjects li:nth-child(odd) {
		flex-direction: row-reverse;
	}
	#featuredProjects li:nth-child(even) {
		flex-direction: row;
	}
	
	#featuredProjects li h4 {
		font-size: 1.5em;
	}
	
	#featuredProjects li p {
		font-size: 1em;
	}
	
	
	#featuredProjects li div {
		display: block;
	}
	
	#featuredProjects li:nth-child(odd) div{
		margin-left: 0;
		margin-right: 5%;
		justify-content: space-between;
	}
	#featuredProjects li:nth-child(even) div {
		margin-left: 5%;
		margin-right: 0px;
		justify-content: space-between;
	}
	
	#featuredProjects li p.projectRole_featured {
		color: #606876;
		margin-top: 1em;
		font-size: .8em;
		line-height: 1.6em;
		width: 80%;
	}
	
	/* --------------25.1.2025  NEW LAYOUT FEATURED ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
	
	#featuredGallery {
		padding: 0 2% 0 2%;
	}
	
	#featuredGallery li {
		display: inline-block;
		width: 32%;
		padding-left: .5%;
		padding-right: .5%;
	}
	
	#featuredGallery li:first-child, #featuredGallery li:nth-child(4) {
		padding-left: 0;
	}
	
	#featuredGallery li:nth-child(3), #featuredGallery li:last-child {
		padding-right: 0;
	}
	
	
	#featuredGallery img {
		max-width: 100%;
		display: block;
	}
		
	.cs-style figure {
		overflow: hidden;
		margin: 0 auto;
	}

	.cs-style figure img {
		-webkit-transition: -webkit-transform 0.4s;
		-moz-transition: -moz-transform 0.4s;
		transition: transform 0.4s;
	}

	.cs-style.hover figure:hover img, .cs-style figure:hover img {
		-webkit-transform: translateY(-70px);
		-moz-transform: translateY(-70px);
		-ms-transform: translateY(-70px);
		transform: translateY(-70px);
	}

	.cs-style figcaption {
		margin: 0 auto;
		height: 70px;
		width: 100%;
		top: auto;
		bottom: 0;
		opacity: 0;
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
		-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
		transition: transform 0.4s, opacity 0.1s 0.3s;
	}

	.cs-style.hover figure:hover figcaption, .cs-style figure:hover figcaption {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
		-moz-transition: -moz-transform 0.4s, opacity 0.1s;
		transition: transform 0.4s, opacity 0.1s;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	
	#lostScreen {
		background-image: url(../_images/404errorD.gif);
		height: 500px;
	}
	
	/* article nav */
	
	.prevBtnFill, .nextBtnFill, .prevBtnChevron, .nextBtnChevron {
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	
	svg:hover .prevBtnFill, svg:hover .nextBtnFill {
		r: 55;
	}

	a svg:hover .prevBtnChevron, a svg:hover .nextBtnChevron {
		fill: #ffffff;
	}
	
	/* footer styles */
	
	footer {
		min-width: 960px;
	}
	
	#socialLinks {
		width: 100px;
		margin: 0 auto;
	}

	#socialLinks a {
		width: 100px;
		height: 100px;
	}
	
	#email {
		background: url(../_images/ui_sprite.svg) no-repeat 0 -154px;
	}
	
	#socialLinks a:hover {
		background: url(../_images/ui_sprite.svg) no-repeat 0 -256px;
	}
	
}
