@charset "UTF-8";
/* CSS Document */
/* Z-indices: 		   visibility:
	#unsupported: 5		hidden
	.modal: 5			hidden
	#intro: 4			visible
	#list: 3			hidden
	#quiz: 2			hidden
	#results: 1			hidden
 */


.title {font:bold 20pt Arial, Helvetica, sans-serif;}
.textbox {}
.text {color: black; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, Swiss, sans-serif;}
.bigtext {color: black; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 16px; 
	font-family: Arial, Helvetica, Geneva, Swiss, sans-serif;}
.papfamily {color:#336633;}
.arial15 {font:15pt Arial, Helvetica, sans-serif;}
.verdana15 {font:15pt Verdana, Arial, Helvetica, sans-serif;}
.verdana12 {font:12pt Verdana, Arial, Helvetica, sans-serif;}
.arial12 {font:12pt Arial, Helvetica, sans-serif;}
.arial11 {font:11pt Arial, Helvetica, sans-serif;}
.arial10 {font:10pt Arial, Helvetica, sans-serif;}
a {color: #060;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none}
a:hover {color: #060;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline}
.formFieldset { width: 300px; margin: 0 auto;}
.formFieldset div { padding: 5px 0; }
.formLbl { display: inline-block; width: 120px; text-align: right ;}
.formBtnRow { text-align: right; }
.errorMsg { color: #f00; }
   
.controls {
	padding: 10px;
	display: block;
}
   
#GORPlogin {
	width: 300px;
}
   
.cu-hdr-bg {
    content: "";
    background-color: #ff6c2b;
    display: block;
    height: 42px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
	
img {
	max-width: 100%;
	height: auto;
}

.image_wide{
   display:block;
}

.image_narrow{
  display:none;
}

@media (max-width: 640px) and (min-width: 320px){
  .image_wide{
	  display:none;
  }

  .image_narrow{
	  display:block;
  }
}

	
#top-header {
	padding: 5px;
	background: #006747;
	display: flex;
}

#inner-header {
	margin: 0 auto;
	width: 800px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
	
/* flexbox layout parts */
#container {
	position: relative;
	visibility: visible;
	max-width: 800px;
	margin: 0 auto;
}

.h_row_wide {
	display: flex;
	justify-content: space-between;
}

.h_row_r {
	display: flex;
	flex-direction: row-reverse;
}
   
.h_row_c {
	display: flex;
	justify-content: center;
	background: white;
    border-top: 1px solid black;
    text-align: center;
}
   
.centerbox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	/* top: 107px; */
	max-width: 800px;
	margin-left: auto;
	margin-right: 8px;
}
   
.content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex: 2 400px;
	/* padding: 10px; */
	text-align: center;
	background: white;
	justify-content: center;
}

.parent1 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	width: 100%;
}

.parent2 {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-around;
	align-items: flex-start;
}

.parent3 {
	display: flex;
	align-self: flex-start;
	align-items: center;
}

#quizphoto {
	text-align:center;
	flex-grow: 1;
}


#testcheat {
	visibility: hidden; 
	font-style: italic; 
	background-color: ivory; 
	display: block;
	padding: 4px;
}
   

#quizcontrols {
	text-align:center;
	flex-grow: 1;
}
   

.footer {
	width: 100%;
	display: flex; 
	justify-content: space-between; 
    border-top: 1px solid black;
	margin-top: 20px;
}
   

#intro {
	z-index:4;
	visibility: visible;
	position: absolute;
	width: 100%;
}

   
#list {
	z-index:3;
	visibility: hidden;
	position: absolute; 
	width: 100%;
}
   

#quiz {
	z-index:2;
	visibility: hidden;
	position: absolute; 
	width: 100%;
}

.speech {border: 0px solid #DDD; width: 300px; padding: 0; margin: 0}
.speech input {border: 0; width: 240px; display: inline-block; height: 30px;}
.speech img {float: right; width: 40px }
   

#spoken_response {
	visibility: hidden;
}
   

#feedback {
	visibility:hidden;
	background-color:#FFFFFF;
	width:180px;
	padding:10px;
	margin: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;"
}
   

#results {
	z-index:1;
	visibility: hidden;
	position: absolute; 
	width: 100%;
}
   

#unsupported {
	z-index:5; 
	visibility: hidden;
}
   

.Qcurrent {
	font:12pt Verdana, Arial, Helvetica, sans-serif;
	color: black;
}
   

.Qnotcurrent {
	font:10pt Verdana, Arial, Helvetica, sans-serif;
	color: lightgray;
}
   

section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: center;
	max-width: 800px;
}
   

article {
	padding: 5px;
	margin: 5px;
	background: aqua;
	flex: 1 250px;
	text-align: center;
}


div#unsupported{
	text-align:center;
	position:fixed;
	bottom:0;
	width:100%;
	max-height:60%;
	color:#b94a48;
	background-color:#f2dede;
	border:1px solid #eed3d7;
	-webkit-box-shadow:-32px -50px 109px rgba(0,0,0,.92);
	-moz-box-shadow:-32px -50px 109px rgba(0,0,0,.92);
	box-shadow:-32px -50px 109px rgba(0,0,0,.92);
	font-size:1.3em;
	line-height:1.4em;
	padding-bottom:10px;
}

div#unsupported a,div#unsupported a:visited{color:#b94a48;font-weight:700}

div#unsupported h4{font-size:1.5em;margin:15px 0 10px}

div#unsupported p{line-height:20px}




/* CSS for the popup function */

 /* Style the Image Used to Trigger the Modal */
#quizImg {
	border-radius: 5px;
	cursor: pointer;
}


#quizImg:hover {opacity: 0.7;}


/* The Modal (background) */
.modal {
	visibility: hidden;
	position: absolute;
	z-index: 5;
	top: 15px; 
	margin: 0 auto;
	max-width: 100%; /* Full width */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */ 
	padding:5px; 
}

/* Modal Content (Image) */
.modal-content {
	margin: auto;
	display: block;
	width: 100%;
	max-width: 700px;
	animation-name: zoom;
	animation-duration: 0.5s;
}

.zooming {
	animation-name: zoom;
	animation-duration: 0.5s;
}


@keyframes zoom {
	from {transform:scale(0)}
	to {transform:scale(1)}
}


/* The Close Button */
.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}


.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}


/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
} 
