/*BASIC LAYOUT*/

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

/*ANDROID FIX FOR CHECKBOX HACK*/

body { 
	-webkit-animation: bugfix infinite 1s; 
	
} 

@-webkit-keyframes bugfix { 
	from {padding:0;} to {padding:0;} 
} 

/**/

body, header, footer, section, article, nav, aside {
   display: block;
   margin: 0;
   padding: 0;
}

body	{
	background: #dfe9e8;
	line-height: 1.4;
	font-family: Assistant, helvetica, verdana, sans-serif;
	color: #000000;
}

#content a, #content a:active, #content a:visited  {
	color: #07768a;
	text-decoration: none;
}

#content a:hover, #content a:focus  {
	color: #333333;
}


.hide	{
	display: none;
}

.show	{
	display: block;
}	

.clearfix	{
	clear: both;
}	

.italic	{
	font-style: italic;
}	

.important	{
	font-weight: bold;
}

.more	{
	font-size: .9em;
	color: #d0c4b7;
}	

img	{
	display: block;
	width: 100%;
	border: none;
}	

.panel, .side_panel, .text	{
	hyphens: auto;
}

/*LAYOUT*/
#container	{
	width: 100%;
	background: #ffffff;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}



/*HEADER*/

h1 {
	display: none;
}

#logo, #point	{	
	opacity: .8;
}
	
#logo:hover, #logo:focus, #point:hover, #point:focus	{
	opacity: 1.0;
	
}	

/*FOOTER*/

footer p	{
	text-align: center;
	font-size: .9em;
}	

footer span	{
	padding: 0 .5em;
}	

footer a, footer a:visited, footer a:active, footer a:hover, footer a:focus	{
	color: #333333;
}	

/*NAVIGATION*/

nav ul	{
	list-style: none;
	margin: 0;
	padding: 0;
}

nav li	{
	text-transform: uppercase;
}

nav a, nav a:active, nav a:visited, footer a, footer a:active, footer a:visited	{
	display: inline-block;
	text-decoration: none;
	
}

nav a, nav a:active, nav a:visited	{
	color: #07768a;
}

nav a:hover, nav a:focus	{
	font-weight: bold;
}

nav a.current, nav a.current_parent 	{
	font-weight: bold;
}


footer a:hover, footer a:focus	{
	font-weight: bold;
}	

#sitemap	{
	text-transform: uppercase;
	margin: .5em;
	padding: 0;
}

#copyright	{
	margin: .5em;
	padding: 0;
}
	

/*TOP BANNER*/

#guide	{
	position: relative;
}	

#guide li	img{
	opacity: .7;
}	

#guide li:hover img, #guide li:focus img, #guide li .current img	{
	opacity: 1.0;
	-webkit-transform: translateZ(0);
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	
}	

#guide li:first-child	{
	margin-left: 0;
}	

#guide li:last-child	{ 
	margin-right: 0;
	
}	

#guide a	{
	display: block;
}		

#guide img	{
	display: block;
	outline: 2px solid #000000;
}	

#guide .current img	{
	opacity: 1.0;
}	

#guide label	{
	cursor: pointer;
}	

/*PAGE CONTROLS*/
.control	{
	position: fixed;
	opacity: .3;
	z-index: 2000;
}

.control img	{
	height: 100%;
}
	
.control:hover, .control:focus	{
	opacity: .7;
	-webkit-transform: translateZ(0);
	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}

/*CONTENT*/

	

/*MAIN*/

.text	{
	margin: 2em 0;
	padding: 0 1em;
	border: 1px solid #cccccc;
	text-align: justify;
}
	
.window .caption	{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #231f20;
	color: #ffffff;
	text-transform: uppercase;
}

.window .caption a, .window .caption a:active, .window .caption a:visited	{
	color: #cccccc;
}	

.window .caption a:hover, .window .caption a:focus	{
	color: #ffffff;
}	


/*ASIDE*/

.text	{
	text-align: justify;
}

.side_panel	{
	text-align: left;
	font-size: 1em;
	padding: 0 .5em;
	border: 1px solid #cccccc;
	margin-bottom: 2em;
}	

.side_panel	ul	{
	padding-left: 1em;
}	

h3	{
	display: block;
	font-size: 1.1em;
	text-align: left;
	font-weight: bold;
	color: #333333;
}

.side_panel h3	{
	padding: 0;
}
	
.side_panel p	{
	margin: 0 .5em 1em;
}	

.side_panel ul li {
	padding-bottom: .5em;
}

.side_panel ul span	{
	display: block;
}

#quote p {
	font-size: .9em;
}	

.item	{
	position: relative;
}	

.link img:hover, .link img:focus	{
	opacity: .8;
	
}	

.item img, .ink img, .mylar img	{
	width: 100%;
	margin: 0 auto;
	outline: 1px solid #cccccc;
}	

	

.item .caption	{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #cccccc;
	padding: .3em;
	margin: 0;
	text-align: center;
	font-size: .8em;
	display: none;
	
}	

.link .caption a, .link .caption a:visited, .link .caption a:active	{
	color: #000000;
}	

.link:hover .caption, .link:focus .caption, .ink:focus .caption, .ink:hover .caption	{
	display: block;
	
}
	
/*SLIDER*/


input {
	display: none;
}

#guide label { 
	display: none;
	width: 1em;
	height: 1em;
	opacity: 0.3;
	position: absolute;
	top: 2em;
	z-index: 2000;
}

#guide label:before	{
	content: "";
	position: absolute;
	top: -.5em;
	right: -.5em;
	bottom: -.5em;
	left: -.5em;
}	

#guide label:hover, #guide label:focus {
	opacity: 0.8;
	-webkit-transform: translateZ(0);
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

#slide1:checked ~ #guide #controls label:nth-child(2), 
#slide2:checked ~ #guide #controls label:nth-child(3), 
#slide3:checked ~ #guide #controls label:nth-child(4), 
#slide4:checked ~ #guide #controls label:nth-child(5), 
#slide5:checked ~ #guide #controls label:nth-child(6),
#slide6:checked ~ #guide #controls label:nth-child(7),
#slide7:checked ~ #guide #controls label:nth-child(8),
#slide8:checked ~ #guide #controls label:nth-child(9),
#slide9:checked ~ #guide #controls label:nth-child(10) {
	background: url('../img/next.png') no-repeat;
	background-size: 100%;
	right: .5%;
	display: block;
}

#slide2:checked ~ #guide #controls label:nth-child(1),
#slide3:checked ~ #guide #controls label:nth-child(2),
#slide4:checked ~ #guide #controls label:nth-child(3),
#slide5:checked ~ #guide #controls label:nth-child(4),
#slide6:checked ~ #guide #controls label:nth-child(5),
#slide7:checked ~ #guide #controls label:nth-child(6),
#slide8:checked ~ #guide #controls label:nth-child(7),
#slide9:checked ~ #guide #controls label:nth-child(8),
#slide10:checked ~ #guide #controls label:nth-child(9),
#slide11:checked ~ #guide #controls label:nth-child(10),
#slide12:checked ~ #guide #controls label:nth-child(11)	  {
	background: url('../img/prev.png') no-repeat;
	background-size: 100%;
	left: .5%;
	display: block;
}


/* Animation */

#guide .inner {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
     -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

	-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}

#slider {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#controls label{
	-webkit-transform: translateZ(0);
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}



#controls, #guide, #active, #active label {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}


/*BAND*/

.band	{
	width: 100%;
	border: 1px solid #cccccc;
	overflow: auto;
	-webkit-overflow-scrolling: touch;/*enable scrolling on iPhone and iPad*/
}	

.band div	{
	overflow: hidden;
}

.scroll	{
	font-size: .9em;
	text-align: right;
}	

/*ARTIST QUOTES*/
	
.panel > div, .intro > div{
	/*width: calc(100% - 2em);*/
	padding: .2em 1em;
	margin-bottom: 2em;
	border: 1px solid #cccccc;
	font-size: 1em;
	text-align: left;
}

.panel > div	{
	background: #dfe9e8;
}	

.panel > div:first-child	{
	background: -webkit-linear-gradient(#dfe9e8, #ffffff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#dfe9e8, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#dfe9e8, #ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#dfe9e8, #ffffff); /* Standard syntax */
}

.panel div#intro, .panel div#inside_out, .panel div#kelsey, .panel div#connector	{
	background: #dfe9e8;
}	

aside .panel	{
	font-size: .9em;
}	

h2	{
	font-size: 1.3em;
	color: #333333;
	border: none;
	margin: .3em 0 0;
}	

.expand, .collapse	{
	float: right;
	margin: 0;
	font-size: .9em;
}

.start 	{
	float: right;
	margin: 0;
	padding-bottom: .5em;
	font-size: .9em;
}

.expand *, .collapse *	{
	float: right;
}
	
.expand span, .collapse span	{
	font-size: 2em;
	display: block;
}

.expand span	{
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
	margin: -.3em 0 0 .3em;
}

.collapse span	{
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
	margin: -.3em 0 0 0;
}

.technique	{
	margin-top: 1.5em;
	margin-bottom: 0;
}	

.technique, .signature	{
	font-weight: bold;
	font-size: .9em;
	color: #333333;
}

.technique span, .signature span	{
	display: block;
}	

/*EXPANDABLE WINDOW*/

.grow	{
	position: relative;
}


	
.window .action	{
	background: #231f20;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #ffffff;
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}	

.zoomed .close	{
	position: absolute;
	top: -1em;
	right: -1em;
	font-size: 1.7em;
	padding: 0 .6em .2em;
	border-radius: 50%;
	background: #231f20;
}	

#main .zoomed a .close, #main  .zoomed a:hover .close , #main  .zoomed a:focus .close  ,  #main  .zoomed a:active .close , #main  .zoomed a:visited .close 	{
	color: #ffffff;
}	

.close:before	{
	content: "";
	position: absolute;
	top: -.5em;
	right: -.5em;
	bottom: -.5em;
	left: -.5em;
}	

/*INDEX*/

.index	{
	width: 100%;
}

.index_item	{
	border: 1px solid #cccccc;
	margin: 0 0 2em;
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
	 page-break-inside: avoid; /* Firefox */
	 break-inside: avoid; /* IE 10+ */
}

.artifact .index_item 	 {
	background: #cccccc;
	
}	
 
.index_item .caption		{
	margin: .5em;
	font-size: .9em;
	font-weight: bold;
}	

.index_item .caption span	{
	display: block;
	font-weight: normal;
}
	
/*VIDEO*/

.youtube	{
	width: 100%;
	height: 0;
	margin: 0 0 2em 0;
	padding-bottom: 56.25%;
	position: relative;
	border: 1px solid #cccccc;
}

.youtube iframe	{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: none;
}

.youtube #fallback	{
	position: absolute;
	text-align: center;
	top: 1em;
	left: 1em;
	right: 1em;
	
}	

/*COLLAGE*/

.picture .caption	{
	padding: .5em;
	margin-top: 0;
	background: #cccccc;
	font-size: .9em;
	text-align: center;
}	

/*POP-UPs: SECONDARY NAVIGATION, ACKNOWLEDGMENTS*/

#nav2, #acknowledgments_long	{
	background: #dfe9e8;
	border: 1px solid #cccccc;
	position: absolute;
	z-index: 2000;
	-webkit-box-shadow: 0 4px 10px #333333;
	-moz-box-shadow: 0 4px 10px #333333;
	box-shadow: 0 4px 10px #333333;
	width: auto;
}

	
#nav2 ul	{
	margin: 0;
	padding: 1em 1em 0 2em;
	
}

#nav2 li	{
	padding-top: .6em;
}

#nav2 ul ul li:first-child	{
	margin-top: -1em;
}	

#nav2 .primary	{
	text-transform: uppercase;
}

#nav2 li ul	{
	text-transform: none;
}	

#nav2 .current	{
	font-weight: bold;
}	

#nav2 .close, #acknowledgments_long .close	{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.5em;
	padding: 0 .3em;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #ffffff;
}	

#nav2 a .close, #nav2  .zoomed a:hover .close , #nav2  .zoomed a:focus .close  ,  #nav2  .zoomed a:active .close , #nav2  .zoomed a:visited .close 	{
	color: #333333;
}	

#acknowledgments_long a .close, #acknowledgments_long a:hover .close , #acknowledgments_long a:focus .close, #acknowledgments_long a:active .close , #acknowledgments_long a:visited .close 	{
	color: #333333;
}

#acknowledgments_long	{
	width: 86%;
}	

#acknowledgments_long h3	{
	padding-left: 1em;
}

#acknowledgments_long p	{
	margin: 1em;
}	

/*PHOTO GALLERY*/

.gallery_item img	{
	border: 1px solid #cccccc;
}	