/*C3 MUSE Dimensions are 894px x 662px*/
body{
	height:100%;
	padding:0px;
	margin:0px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight:300;
	font-size:15px;
	color:#ddd;
	background:#000;
	background-image:url(../img/bg.png);
}

.textShadow{
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}

.shadow{
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
}

.bold{
	font-weight:bold;
}

.centerText{
	text-align:center;	
}

.button:hover{
	cursor:pointer;
}

h1{
	font-family: 'Rambla', sans-serif;
	font-size:50px;
	text-align:center;
	color: #6ed2fb;
	margin-top:20px;
	margin-bottom:20px;
}

h2{
	margin:10px auto 5px auto;
	font-size:18px;
	font-weight:700;
	text-align:left;
	color:#151b22;
}

h3{
	font-weight:normal;
	padding:0 15px;
	margin:-5px;
	font-size:18px;
	text-align:left;
	color:#fff;
}

h4{
	font-weight:700;
	color:#555;
	font-size:18px;
}

h5{
	margin: 0 0 -10px -0.9em ;
	font-size:18px;
	text-align:left;
	font-weight:normal;
	color:#fff;
}

p{
	text-align:left;
	padding:0 15px 15px 15px;
	margin:auto;
	word-break:normal;
}

img{
	width:100%;
}

.ib_content p{
	font-size:15px;
}

.indent{
	margin: -5px 0 -8px 0;
	text-indent: 30px;
}

.hangingIndent{
	text-indent: -2em;
	margin-bottom:20px;
}

.highlight{
	margin-top:-3px;
	background-color:#1f2355;
}

#container{
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
}

#header{
	position:relative;
	margin:auto;
	padding:0;
	width:calc(100% - 100px);
	min-height:70px;
	height:10vh;
	background:url(../img/header.png) no-repeat;
	background-size:auto;
	background-position:center;
}

#content{
	position:relative;
	margin:auto;
	width:100%;
	background:#000;
}

.page{
	display:none;
	padding:20px 0 0 0;
	min-height:80vh;
}

.pageText{
	position:relative;
	display:block;
	margin: 5px auto 0px auto;
	padding:0;
	width:calc(100% - 30px);
	text-align:left;
	font-size:17px;
}

.tl_Item{
	position:relative;
	margin: 0;
	width:calc((100% - 90px) / 10);
	min-width:75px;
	height:calc(80vh - 50px);
	display:inline-block;
	text-align:left;
}

.tl_Item_min{
	width:calc((73% - 90px) / 10);
	min-width:65px;
}

.tl_Item p{
	padding: 0 0 0 5px;
}

.tl_Item:hover{
	cursor:pointer;
}

.tl_title{
	position:absolute;
	padding:1px;
	bottom:0px;
	width:calc(100% - 10.5px);
	font-size:12.5px;
}

.tl_title_min{
	font-size:10.5px;
}

.date{
	font-weight:bold;
}

#tl_Item0 .tl_title{
	height:60vh;
	border-left:solid 2px #549b2a;
}
#tl_Item1 .tl_title{
	height:50vh;
	border-left:solid 2px #039675;
}
#tl_Item2 .tl_title{
	height:40vh;
	border-left:solid 2px #067791;
}
#tl_Item3 .tl_title{
	height:30vh;
	border-left:solid 2px #1554af;
}
#tl_Item4 .tl_title{
	height:35vh;
	border-left:solid 2px #2632c6;
}
#tl_Item5 .tl_title{
	height:45vh;
	border-left:solid 2px #5c2ad8;
}
#tl_Item6 .tl_title{
	height:55vh;
	border-left:solid 2px #97109e;
}

#tl_Item7 .tl_title{
	height:65vh;
	border-left:solid 2px #d12680;
}

#tl_Item8 .tl_title{
	height:55vh;
	border-left:solid 2px #ff435e;
}

#tl_Item9 .tl_title{
	height:45vh;
	border-left:solid 2px #f26940;
}

.block{
	position:absolute;
	left:0px;
	bottom:0;
	padding-left:2px;
	padding-top:2px;
	min-height: 52px;
	width:calc(100% - 2px);
	text-overflow: ellipsis;
}

#tl_Item0 .block{
	background:#549b2a;
}
#tl_Item1 .block{
	background:#039675;
}
#tl_Item2 .block{
	background:#067791;
}
#tl_Item3 .block{
	background:#1554af;
}
#tl_Item4 .block{
	background:#2632c6;
}
#tl_Item5 .block{
	background:#5c2ad8;
}
#tl_Item6 .block{
	background:#97109e;
}
#tl_Item7 .block{
	background:#d12680;
}
#tl_Item8 .block{
	background:#ff435e;
}
#tl_Item9 .block{
	background:#f26940;
}

.infoBox{
	position:relative;
	display:inline-block;
	padding:0;
	width:35%;
	overflow:hidden;
	color:#000;
	text-align:left;
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 1);
	
}

.ib_pic, .ib_title, .ib_content{
	position:relative;
	display:block;
	width:100%;
}

.ib_title{
	padding-left:4px;
}

.ib_content{
	margin-top:10px;
}

#myInstructions{
	position:absolute;
	top:0px;
	min-width: 180px;
	width:25%;
	margin-left:0px;
	padding:0 20px 20px 20px;
	color:#666;
	background:#faf3c9;
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#faf3c9), to(#ffd972));
    background:-moz-linear-gradient(#faf3c9, #ffd972);
    background:-o-linear-gradient(#faf3c9, #ffd972);
    background:linear-gradient(#faf3c9, #ffd972);
	z-index:10;
}

#instructionsText{
	margin:0;
	padding:0;
	color:#151b22;
}

#myReferences{
	margin-top:2%;
	margin-left:calc(10% + 3em);
	width:calc(80% - 3em);
	word-wrap:break-word;
	word-break:normal;
}


/*______________↓ Buttons ↓_______________*/

#instructionsBtn{
	position:absolute;
	top:5px;
	left:5px;
	z-index:3;
	opacity: 1;
}

#instructionsBtn:hover{
	cursor:pointer;
	opacity: 0.9;
}

.closeBtn{
	position:absolute;
	top:5px;
	right:5px;
	height:26px; 
	width:26px; 
	background:url(../img/closeBtn.png) no-repeat;
	z-index:10;
}

.closeBtn:hover{
	opacity: 0.7;
	cursor:pointer;
	background:url(../img/closeBtnHover.png) no-repeat;
}

.nextBtn{
	opacity: 1;
	right:2px;
	width:15px; 
	height:30px; 
	background:url(../img/nextBtn.png) no-repeat;
	position:fixed;
	top:calc(50% - 15px);
}

.prevBtn{
	opacity: 1;
	left:2px;
	width:15px; 
	height:30px; 
	background:url(../img/prevBtn.png) no-repeat;
	position:fixed;
	top:calc(50% - 15px);
}

#replayIcon{
	position:absolute;
	opacity: 1;
	top:calc((100% - 40px) / 2);
	left: calc(50% - 40px);
	height:80px;
	width:80px;
	padding:0;
	background:url(../img/replayBtn.png) no-repeat;
}


#replayIcon:hover, .prevBtn:hover, .nextBtn:hover{
	opacity: 0.8;
}

.pulse{
	-webkit-animation: pulse 1.7s ease-in-out infinite;
	-moz-animation: pulse 1.7s ease-in-out infinite;
	-ms-animation: pulse 1.7s ease-in-out infinite;
	animation: pulse 1.7s ease-in-out infinite;
}


@-moz-keyframes "pulse" {
	 0% {
		opacity: 1;
	 }
	 50% {
		opacity: 0.2;
	 }
	 100% {
		opacity: 1;
	 }
}

@-webkit-keyframes "pulse" {
	 0% {
		opacity: 1;
	 }
	 50% {
		opacity: 0.5;
	 }
	 100% {
		opacity: 1;
	 }
}




/*Dot Navigation*/
.dotNav{
	margin:0px;
	padding: 0;
}

.dotUL{
	position:relative;
	text-align:center;
	width:70%;
	padding:0;
}

.dotstyle ul {
    position: relative;
    display: inline-block;
    padding: 0;
	margin:0px;
    list-style: none;
}
 
.dotstyle li {
    position: relative;
	display:inline-block;
    margin: 0 5px;
    width: 8px;
    height: 8px;
	clear:both;
}

.dotstyle a:hover{
	cursor:pointer;	
}
 
.dotstyle li a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: #666;
    background-color: rgba(255,255,255,0.4);
    text-indent: -999em;
    position: absolute;
	cursor: default;
}

/* Dot Nav fill up */
.dotstyle-fillup li a {
    overflow: hidden;
    background-color: rgba(0,0,0,0);
	box-shadow: inset 0 0 0 2px #666;
    transition: background 0.3s;
}
 
.dotstyle-fillup li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
  	background-color: #666;
	box-shadow: inset 0 0 0 2px #666;
    transition: height 0.3s;
}
 
.dotstyle-fillup li.currentDot a::after {
    height: 100%;
}

.visited{
	border-radius:50%;
	background-color: #4d9faa;
	background-color: rgba(0,0,0,0.4);
	box-shadow: inset 0 0 0 2px #444;
}

/*End Dot Navigation*/

@media (min-width: 0px) and (max-width: 1077px) {
	body{
		font-size: 13.5px;
	}
	
	h3{
		font-size:16px;
	}
	
	#header{
		width:calc(100% - 100px);
		background-size:auto;
	}
	
	.page{
		padding:5px 0;
	}
	
	.tl_Item{
		position:relative;
		margin: 0 auto;
		width:calc((100% - 80px) / 10);
		min-width:0px;
		display:inline-block;
		text-align:left;
	}
	
	.tl_Item_min{
		width:calc((45% - 80px) / 9);
		min-width:0px;
		padding-left:0;
		font-size: 11px;
	}
	
	.block{
		min-height: 32px;
		padding-left:0;
	}
	
	.block p{
		display: block;
		overflow: hidden;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens:auto;
	}
	
	.date{
		font-weight:normal;
	}
	
	.infoBox{
		width:55%;
	}
	
	#myInstructions{
		top:0;
		left:0;
		width:calc(25% - 40px);
		min-width: 0;
	}
	
	#myReferences{
		margin-left:calc(3% + 3em);
		width:calc(90% - 3em);
	}
}

@media (min-width: 0px) and (max-width: 699px) {
	body{
		font-size: 15px;
	}
	
	#header{
		width:calc(100% - 100px);
		background-size:contain;
	}
	
	h3{
		font-size:16px;
	}
	
	#myInstructions{
		top:0;
		left:0;
		width:calc(100% - 40px);
	}
	
	.tl_Item{
		position:relative;
		margin: 1px 20px;
		width:calc((100% - 40px));
		min-height:37px;
		height:auto;
		display:block;
		text-align:left;
	}
	
	#tl_Item0 .tl_title, #tl_Item1 .tl_title, #tl_Item2 .tl_title, #tl_Item3 .tl_title, #tl_Item4 .tl_title, #tl_Item5 .tl_title, #tl_Item6 .tl_title, #tl_Item7 .tl_title, #tl_Item8 .tl_title, #tl_Item9 .tl_title{
		height:0vh;
		border-left:none;
		display:none;
		color:#000;
	}
	
	.tl_title{
		display:none;
		height:0px;
		font-weight: 700;
		border-left:solid 2px #a12023;
	}
	
	.infoBox{
		width:calc(100% - 40px);
		margin-left:0px;
	}
	
	.block{
		min-height:35px;
	}
	
	.date{
		font-weight:bold;
	}
	
	.tl_Item_min{
		font-size: 15px;
	}
}


/*_____________↓Pulse Animation _________*/





