/*@charset "utf-8";*/
/*@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);*/

body{
	height:100%;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	color:#333;
	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);
}

b{
	font-weight:700;
}

.centerText{
	text-align:center;	
}

.button:hover, .neighPin:hover, .hitPin:hover, .pageChangerPin:hover{
	cursor:pointer;
}

.noBullet{
	list-style:none;
	margin-left:-40px;
}

.noBullet li{
	font-size:16px;
}

h1{
	margin:5px auto 0px auto;
	font-size:24px;
	text-align:left;
	color:#000;
	font-weight: 700;
}

h2{
	margin:10px auto 0px auto;
	font-size:21px;
	text-align:left;
	color:#000;
	font-weight: 700;
}


h3{
	margin:5px auto;
	font-size:18px;
	text-align:left;
	color:#333;
	font-weight: 700;
}

h4{
	margin:10px auto 0px auto;
	font-size:24px;
	text-align:left;
	color:#000;
	font-weight: 700;
}

h5{
	margin:0px auto 0px -1.5em;
	font-size:21px;
	text-align:left;
	color:#fff;
	font-weight: 400;
}

p{
	text-align:left;
	padding: 0 0 5px 0;
	margin:10px auto 0px auto;
}

ul{
	margin-top:-15px;
	margin-left:-20px;
	text-align: left;
}

.indent{
	margin: -5px 0 -8px 0;
	text-indent: 30px;
}

.hangingIndent{
	text-indent: -2em;
	margin-top:20px;
	color:#fff;
}

.highlight{
	background-color:#faf3c9;
}

#container{
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
}

#content{
	position:relative;
	display: inline-block;
	margin:0;
	margin-top:100px;
	padding:0;
	width:100%;
	background-color:rgba(0,0,0,0.6);
}

.pageBody{
	position:relative;
	margin: 0 auto;
	padding:0;
	max-width:854px;
	min-height:500px;
	background-color:rgba(0,0,0,0.4);
}

#textContainer{
	position:relative;
	display:inline-block;
	float:left;
	margin-top:1px;
	padding:20px;
	width:calc(100% - 640px);
	min-height:458px;
	color:#000;
	background:#fff;
}

#imageContainer{
	position:relative;
	display:inline-block;
	float:right;
	min-height:500px;
	background:url(../img/Channels_BG.png) no-repeat;
	background-position:center center;
}

img{
	width:100%;
	height:100%;
}

.phase{
	position:relative;
	display:block;
	width:100%;
}

#hotspotContainer{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

.hotspot{
	position:relative;
	display:block;
}

.hotspot:hover, .textBlurb:hover{
	cursor:pointer;
}

.textBlurb{
	position:absolute;
	width:calc(100% - 80px);
	padding:10px 30px;
	top:0px;
	left:0px;
	background:#fff;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}

#textBlurb_0, #textBlurb_1, #textBlurb_2, #textBlurb_3{
	top:10px;
	left:10px;
}

.textBlurb p{
	margin:8px auto 8px auto;
}

.important{
	font-weight:700;
	color:#20b1f2;
	font-size:14px;
}

.footerText{
	display:block;
	clear:both;
	float:none;
	margin:15px auto 0 auto;
}

.importantText{
	margin-top:-10px;
	color:#ef4d4e;
	font-weight: 700;
}

#myReferences{
	padding:40px 0;
	margin-left:calc(10% + 3em);
	width:calc(80% - 3em);
	word-wrap:break-word;
	word-break:normal;
}

/*______________↓ Buttons ↓_______________*/

#instructionsBtn{
	position:absolute;
	top:1px;
	left:1px;
	z-index:6;
}

#instructionsBtn:hover{
	cursor:pointer;
}

.closeBtn{
	position:absolute;
	top:5px;
	right:5px;
	height:26px; 
	width:26px; 
	background:url(../img/closeBtn.png) no-repeat;
	z-index:4;
}

.closeBtn:hover{
	cursor:pointer;
	background:url(../img/closeBtnHover.png) no-repeat;
}

.nextBtn{
	position:absolute;
	right:10px;
	top:calc(50% - 20px);
	width:15px; 
	height:30px; 
	background:url(../img/nextBtn.png) no-repeat;
	z-index:5;
}

.prevBtn{
	position:absolute;
	left:10px;
	top:calc(50% - 20px);
	width:15px; 
	height:30px; 
	background:url(../img/prevBtn.png) no-repeat;
	z-index:5;
}

#replayIcon{
	/*margin: 225px auto;*/
	height:80px;
	width:80px;
	padding:0;
	list-style: none;
	display:inline-block;
	background:url(../img/replayBtn.png) no-repeat;
}


#replayIcon:hover, .prevBtn:hover, .nextBtn:hover{
	opacity: 0.7;
}

.hotspotClicked {
	-webkit-filter: grayscale(1); /* Webkit */
    filter: gray; /* IE6-9 */
    filter: grayscale(1); /* W3C */
	filter: grayscale(100%);
}

.pulse{
	opacity: 1;
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
	0%,100% { opacity: 1 }
  	50% { opacity: 0.25 }
}

/*Dot Navigation*/
.dotNav{
	margin-top:0px;
}

.dotUL{
	margin:0px;
	position:relative;
	text-align:center;
	width:70%;
}

.dotstyle ul {
    position: relative;
    display: inline-block;
    padding: 0;
    list-style: none;
}
 
.dotstyle li {
    position: relative;
	display:inline-block;
    margin: 0 6px;
    width: 12px;
    height: 12px;
	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: #111;
	background-color: rgba(10,10,10,0.8);
	box-shadow: inset 0 0 0 2px #111;
}
/*End Dot Navigation*/

@media (min-width: 0px) and (max-width: 950px) {
	#content{
		margin-top:70px;
	}
	
	.nextBtn{
		right:2px;
	}

	.prevBtn{
		left:2px;
	}
}

@media (min-width: 0px) and (max-width: 700px) {
	body{
		font-size:15px;
	}
	
	.pageBody{
		min-height: 0;
	}
	
	#textContainer{
		display:block;
		float:none;
		margin-top:1px;
		padding:20px;
		width:calc(100% - 40px);
		min-height:0;
	}

	#imageContainer{
		display:block;
		float:none;
		margin:auto;
		width:calc(100% - 20px);
		max-width: 580px;
		min-height: 0;
		background-size:contain;
	}
	
	.nextBtn{
		position:fixed;
		top:50%;
	}
	
	.prevBtn{
		position:fixed;
		top:50%;
	}
}
