/*CSS specific to the activity goes here. Anything related to the template, the headers, the footers will be at a higher folder level*/
#activity1{
	text-align:center;
}
#header h1 {
	margin-left	20%;
	}
h4 {
	color: #2357B3;
	padding: 1%;
	text-align: center;
	font-size: 1.6em;
}

h5 {
	color: #2357B3;
	padding: 1%;
	text-align: center;
	font-size: 1em;
}


.question{

	padding: 2%;
	/*background-color: #B5E2FF;*/

}	

.question h5{
	color: #4E6E38;
	font-weight: bold;
	font-size: 1.0em;
	line-height: 1.0em;
  padding-top:  0.2em;
  padding-bottom: 1.0em;
  margin: 0% 7%;
text-align: left;
}

.question  p{

font-size: 1.0em;
	line-height: 0.5em;
   width: 85%;


   

}
#activity1 p, #activity1 ul{
	font-size: 1.0em;
	width: 30%;
	margin: 0 35%;
	padding-bottom: 1em;
	line-height: 1.5em;



}
#activity1 p:last-child {
	padding-bottom: 3em;
}

#activity1 li{
	/*margin-left: 4%;*/
	 list-style-type: none;
/*	list-style-type: disc;

}

#activity1 li:before {
    content: "• ";
    color: #E2602B; */


}
#activity2 p, #activity2 ul{
	font-size: 1.0em;
	width: 80%;
	margin: 0 10%;
	padding-bottom: 1em;
	line-height: 1.5em;

}

#activity3 li{
	margin-left: 4%;
/*	list-style-type: disc;
*/
}

#activity3 li:before {
    content: "• ";
    color: #E2602B; 
}

#activity3 p, #activity3 ul{
	font-size: 1.0em;
	width: 80%;
	margin: 0 10%;
	padding-bottom: 1em;
	line-height: 1.5em;

}

#activity4 li{
	margin-left: 4%;
/*	list-style-type: disc;
*/
}

#activity4 li:before {
    content: "• ";
    color: #E2602B; 
}



#activity4 li{
	margin-left: 4%;
/*	list-style-type: disc;
*/
}

#activity4 li:before {
    content: "• ";
    color: #E2602B; 
}

#activity4 p, #activity3 ul{
	font-size: 1.0em;
	width: 80%;
	margin: 0 10%;
	padding-bottom: 1em;
	line-height: 1.5em;

}

#activity4 li{
	margin-left: 4%;
/*	list-style-type: disc;
*/
}

#activity4 li:before {
    content: "• ";
    color: #E2602B; 
}



#activity4 li{
	margin-left: 4%;
/*	list-style-type: disc;
*/
}

#activity4 li:before {
    content: "• ";
    color: #E2602B; 
}



#activity5 li{
	margin-left: 4%;
/*	list-style-type: disc;
*/
}

#activity5 li:before {
    content: "• ";
    color: #E2602B; 
}

#activity5 p, #activity3 ul{
	font-size: 1.0em;
	width: 80%;
	margin: 0 10%;
	padding-bottom: 1em;
	line-height: 1.5em;

}

#activity5 li{
	margin-left: 4%;
/*	list-style-type: disc;
*/
}

#activity5 li:before {
    content: "• ";
    color: #E2602B; 
}

/*START of IMAGE figure Numbering*/




.article {
	width: 100%;
	max-width: 50em;
	margin: 0 auto; 
	padding: 1em;
	counter-reset: figures;
}

.article h2 {
	margin: 1em 0;
	font-size: 2em;
	border-bottom: 3px solid #f5bca8;
	padding-bottom: .3em;
	color: #f5bca8;
}

.article p {
	margin-bottom: 1em;
	font-size: 1.1em;
	line-height: 1.6;
	text-align: justify;
}

.article h2 + p,
.article h2 + figure + p {
	text-indent: 1em;
}

.article p:first-of-type:first-line {
	font-weight: 700;
}

.figure {
	padding: 0.9em;
	border: 1px solid #2357B3;
	background: #fff;
	margin: 20px auto 1em;
}

.figure h5{

	color: #fff;
}

.figure img {
	margin: 10px auto;
	display: block;
	max-width: 100%;
}

.figure figcaption {
	font-weight: 500;
	/*text-transform: uppercase;*/
	letter-spacing: 2px;
	font-size: 0.8em;
	padding: .5em;
	text-align: center;
	color: #fff;
	background: #2357B3;
	counter-increment: figures;
}
.figure a:link{
	color: #fff;
}
.figure a:visited {
    color: #fff;

}
.figure a:hover {
    color: #0000FF;
}

.figure a:active {
    color: #fff;
}
.figure h5{
	padding-top: 0.5em;
font-size: 0.7em;

}
/*.figure figcaption:before {
	content: 'Fig. ' counter(figures) ' - ';
}*/



.figure-left {
	float: left;
	margin: 0 1.5em .5em .5em;
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
}

.figure-right {
	float: right;
	margin: 0 5.5em 0.5em 1.5em;
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
}

.figure-right img,
.figure-left img {
	max-width: 500px;
}

/*Answer TOGGLE.. used in Unit 6 - Activity 3*/


.menucontainer {
  background-color: #fff;
  position: relative;
  font-style: normal;
  font-variant: normal;
  line-height: 2em;
  font-size: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0;
  padding-bottom: 0;
  cursor: pointer;
    }


.answercontainer {
	width: 70%;
    background: #666;
    text-align: left;   

    border: 1px solid #777;
    margin-top: 0px;
    margin: 0px auto;
    position: relative;
    border-radius: 10px; 
-moz-border-radius: 10px; 
-webkit-border-radius: 10px; 
}

.answercontainer p{
		font-size: 1.0em;

   padding-left: 0px;
}

.answercontainer h6{

		font-size: 1.0em;
font-weight: bold;
   padding-left: 10px;
}

.menubtn   {    

        display: inline-block;
          float: left;
        white-space: nowrap;
        background-color: #EDEDED; 
        border: 1px solid #777;
        margin: 0.25em;
        text-decoration: none;
        color: #333;
        text-shadow: 0 1px 0 rgba(255,255,255,.8);
       
        border-radius: 10px; 
-moz-border-radius: 10px; 
-webkit-border-radius: 10px; 
        -moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
        -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
        box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
		 font-style:normal; 
		 font-variant:normal;
		  font-weight:bold; 
		  line-height:2em; 
		  font-size:1em; 
		  padding-left:0.5em; 
		  padding-right:0.5em;
		  padding-top:0; 
		  padding-bottom:0;
		  cursor:pointer;
    }

    .menubtns  {    
        white-space: nowrap;
        background-color: #1D4E89;
        border: 1px solid #777;
        margin: 0.25em;
        text-decoration: none;
        color: #fff;
        text-shadow: 0 1px 0 rgba(255,255,255,.8);
        border-radius: 10px; 
-moz-border-radius: 10px; 
-webkit-border-radius: 10px; 
        /-moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
        -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
        box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3); 
        font-style:normal; 
        font-variant:normal; 
        font-weight:none; line-height:2em; 
        font-size:1em; 
		padding-left:0.5em; 
		padding-right:0.5em; 
        padding-top:0; 
		padding-bottom:0;
    }


     .menubtns:hover       {
        background-color: #0066FF;        
    }



.reveal    {        
        display: inline-block;
        white-space: nowrap;
        background-color: #EDEDED;
        border: 1px solid #777;
        margin: 0.25em;
        text-decoration: none;
        color: #333;
        text-shadow: 0 1px 0 rgba(255,255,255,.8);
        border-radius: 10px; 
-moz-border-radius: 10px; 
-webkit-border-radius: 10px; 
        -moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
        -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
        box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3); font-style:normal; font-variant:normal; font-weight:bold; line-height:2em; font-size:1em; font-family:Arial, Helvetica; padding-left:0.5em; padding-right:0.5em; padding-top:0; padding-bottom:0
    }


    
  .show_reveal:hover
    {
        background-color: #eee;        
    }
    
  .show_reveal:active
    {
        -moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
        -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
        box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
        position: relative;
        top: 1px;
    }
    
 .show_reveal:focus
    {
        outline: 0;
        background: #fafafa;
    }    


/*Answer TOGGLE END*/


@media (max-width: 767px) {
	.figure-left,
	.figure-right {
		float: none;
		margin: 0 0 1em 0;
		width: 100%;
	}

	.figure img {
		max-width: 100%;
	}
}

/*END OF IMAGE figure Numbering*/



/*Activity 1 PROMPTS*/

#promptholder{

	display: none;
	position: absolute;
	top: 15%;
	left: 20%;
	background-color: #1D4E89;

	font-family: 'Montserrat', sans-serif;
	font-size: 0.8em;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	width: 60%;
	    z-index: 5000;
	padding: 0.5em;
	cursor: move;
	z-index: 5000;
}

.prompt {
	display: none;
	z-index: 5000;
}
.prompt p{
	width:50%; 

	line-height: 1em;
	 color: skyblue;
	 padding-bottom:1em;
	 margin-left: 5%;
	 text-align:left;}

.prompt h5{

	color: #fff;
	font-weight: 400;
	text-align: left;
	margin-left: 5%;
}

#promptNumber {
	display: inline-block;
	width: 50%;
	margin-left: 25%;
}

.promptNumberSquare{
	width: 5px;
	height: 5px;
	margin: 0 10px;
	background-color: #FFF;
	display: inline-block;
}


.promptNumberSquare.focus{
	width: 10px;
	height: 10px;
	background-color: #FFF;
}

#promptClose_btn{
	background-color: #FD844C;
	background-image: url("../images/icon-08.png");
	width: 32px;
	height: 33px;
	border:0;
	outline: 0;     
	outline-style:none;     
	outline-width:0;
	float: right;

}

#promptLeft_btn {
	background-image: url("../images/left.png");
	width: 32px;
	height: 33px;
	float: left;

}
#promptRight_btn {
	background-image: url("../images/right.png");
	width: 32px;
	height: 33px;
	float: right;

}

#promptLeft_btn:hover{
	background-image: url("../images/left.png");
	width: 32px;
	height: 33px;
	float: left;
	opacity:0.7;


}
#promptRight_btn:hover{
	background-image: url("../images/right.png");
	width: 32px;
	height: 33px;
	float: right;

	opacity:0.7;

}
#promptholder button{
	cursor: pointer;
	z-index: 5000;
}
.prompt button:hover{
	background-position: 0px -35px; 
	cursor: pointer;
	z-index: 5000;
}


#prompt_btn:a {
	z-index: 5000;
	background-image: none;
}


#prompt_btn {
	position: relative;
	margin: 0 20px;
	height: 1.5em;
	cursor: pointer;
	z-index: 5000;
	background-image: none;
	margin: 2% 0;
}
#prompt_btn:hover {
	
	background-image: none;
}

#prompt_btn:a {
	background: #1D4E89;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.2em;
	color: #FFF;
	padding: 3px 6px 2px 6px;
	text-align: center;
	text-decoration: none;
	background-image: none;
	z-index: 5000;
}

button {background: #1D4E89;
background-image: none;}

/*Activity 1 PROMPTS END*/


/*Activity 2 PROMPTS*/

#promptholder{

	display: none;
	position: absolute;
	top: 15%;
	left: 20%;
	background-color: #1D4E89;

	font-family: 'Montserrat', sans-serif;
	font-size: 0.8em;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	width: 60%;
	    z-index: 5000;
	padding: 0.5em;
	cursor: move;
	z-index: 5000;
}

.prompt {
	display: none;
	z-index: 5000;
}
.prompt p{
	width:50%; 

	line-height: 1em;
	 color: skyblue;
	 padding-bottom:1em;
	 margin-left: 5%;
	 text-align:left;}

.prompt h5{

	color: #fff;
	font-weight: 400;
	text-align: left;
	margin-left: 5%;
}

#promptNumber {
	display: inline-block;
	width: 50%;
	margin-left: 25%;
}

.promptNumberSquare{
	width: 5px;
	height: 5px;
	margin: 0 10px;
	background-color: #FFF;
	display: inline-block;
}


.promptNumberSquare.focus{
	width: 10px;
	height: 10px;
	background-color: #FFF;
}

#promptClose_btn{
	background-color: #FD844C;
	background-image: url("../images/icon-08.png");
	width: 32px;
	height: 33px;
	border:0;
	outline: 0;     
	outline-style:none;     
	outline-width:0;
	float: right;

}

#promptLeft_btn {
	background-image: url("../images/left.png");
	width: 32px;
	height: 33px;
	float: left;

}
#promptRight_btn {
	background-image: url("../images/right.png");
	width: 32px;
	height: 33px;
	float: right;

}

#promptLeft_btn:hover{
	background-image: url("../images/left.png");
	width: 32px;
	height: 33px;
	float: left;
	opacity:0.7;


}
#promptRight_btn:hover{
	background-image: url("../images/right.png");
	width: 32px;
	height: 33px;
	float: right;

	opacity:0.7;

}
#promptholder button{
	cursor: pointer;
	z-index: 5000;
}
.prompt button:hover{
	background-position: 0px -35px; 
	cursor: pointer;
	z-index: 5000;
}


#prompt_btn:a {
	z-index: 5000;
	background-image: none;
}


#prompt_btn {
	position: relative;
	margin: 0 20px;
	height: 1.5em;
	cursor: pointer;
	z-index: 5000;
	background-image: none;
	margin: 2% 0;
}
#prompt_btn:hover {
	
	background-image: none;
}

#prompt_btn:a {
	background: #1D4E89;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.2em;
	color: #FFF;
	padding: 3px 6px 2px 6px;
	text-align: center;
	text-decoration: none;
	background-image: none;
	z-index: 5000;
}

button {background: #1D4E89;
background-image: none;}

/*Activity 2 PROMPTS END*/


