
@charset "utf-8";
/* CSS Document */
.heading
{
	background-color:#EBF1DE;
	border:solid medium #385D8A;
	height:50px;	width:625px;
	vertical-align:middle;
	font-family:Arial, Helvetica, Gotham, sans-serif;
	font-size:35pt;	color:#000000;
}

a:hover {	text-decoration:none;	}

.infoX p
{
	font-family:Arial, Helvetica, Gotham, sans-serif;
	font-size: 11pt;	color:#000000;
	padding: 5px 5px 1px 5px;	margin-bottom:1px;
	display:inline;
	
}

.graphic
{
	height:220px; 	width:190px;
	border-style:none;
	padding: 3px;
	border-radius:10px;
	
}

.graphic-text
{
	text-align:center; 
	font-family:Arial, Helvetica, Gotham, sans-serif;
	font-size:8pt; 	color:#FFFFFF;
}

.graphic-backing
{
	background-color:rgba(51,51,51,0.94);
	border-radius:11pt;
	margin: 5px;
	display:inherit;
	height:150px;	width:170px;
	padding: 5px 5px 0px 5px;
}

.small-header
{
	background-color:#EBF1DE;
	border:solid medium #385D8A;
	height:25px;	width:590px;
	font-family:Arial, Helvetica, Gotham, sans-serif;
	font-size:14pt;	color:#000000;
	vertical-align:middle;
	text-align:left;
	padding: 7px 3px 3px 3px;	margin-top:0px;	margin-bottom:3px;
}

.menu
{
	display:inline-table;
	padding: 5px;
	
}

.menu-link
{
	height:150px;	width:150px;
	border-style:none;
	
}

.imageLink
{
	height:150px;	width:150px;
	/*background-color:#342BA4;
	color:#FFFFFF;*/
	background-size:contain; background-repeat:no-repeat; 			
	background-position:center;
	border-style:none;
	cursor:pointer;
}
.box
{
	height:300px;	width:300px;
	background-color:#B8B8B8;
	border:solid 3px #000000;
	
}
.goesHere
{
	height:auto;	width:600px;
	text-align:center;
	/*border-style:solid;
	border-width:1px;
	border-color:#000000;
	background-color:#B8B8B8;*/
	box-shadow:#152CE0; 
	padding: 25px;	margin: 15px;
}

.table-link
{
	min-height:20px;  	max-width:275px; min-width:275px;
	background-color:#56E559;
	border-radius: 5px;
	padding: 3px;
	font-size: 15px;
}

.table-link:hover
{
	min-height:20px;	
	background-color: #0B0FCC;//rgba(11,15,204,1.00);
	color:#FFFFFF;	font-weight:bold;
	text-decoration:none;	text-align:center;
	
}
.table-link a 
{
	color:inherit;
	text-decoration:inherit;
}

.table-desc
{
	min-height:20px;	max-width:285px;
	font-size:13px;
	background-color:#E7E6FB;
	padding: 2px;
}
.table-desc2
{
	min-height:20px;	max-width:275px;
	text-align:left;
	padding: 2px;
}

.info-graphic
{
	display:inherit; 
	background-color:rgba(51,51,51,0.94); 
	height:125px; 	width:195px;
	border-radius:10px;
	font-size:9pt;
}

.info-graphic:hover
{
	font-size:14pt;
	cursor:default;
}
.imageLink
{
	height:150px;	width:150px;
	background-color:#56E559;
	color:#FFFFFF;
	background-size:contain; background-repeat:no-repeat; 			
	background-position:center;
    -moz-border-radius: 19x; 
    border-radius: 19px;
	border:solid 2px rgba(11,15,204,1.00);
	cursor:pointer;
}
.imageLink:hover
{
	background-color:rgba(11,15,204,1.00);
	border: solid 3px #000000;
	font-size:14pt; color:#FFFFFF; font-weight:bold;
}
.imageLink p
{
	font-family:Arial, Helvetica, Gotham, sans-serif; font-size:12pt; color:#000000; font-weight:bold; text-align:center;  
	height:50px;	width:150px;
	padding-top:110px;	margin-top:0px;
}.imageLink p:hover{	color:#FFFFFF;}



.embed-container
{
	position: relative; padding-bottom: 100%; height: 0; max-width: 100%;
} 
.embed-container iframe, .embed-container object, .embed-container iframe
{
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
} 
.small
{
	position: absolute; z-index: 40; bottom: 0; margin-bottom: -15px;
}


#backdrop
{
	font-family:arial,sans-serif;
	font-size:12pt;	color:#FFF;
	background-color:#063A6B;
	border-radius:11pt;
	height:560px;	width:599px;
	margin-left:auto;	margin-right:auto;
	padding:15px;
}

#toolHeader
{
	font-family:inherit;
	font-size:25px;	color:#000;	font-weight:bold;
	background-color:#EDEDED;
	border-radius:8pt;
	height:24px;	width:575px;
	margin-left:auto;	margin-right:auto;
	margin-top:5px;	margin-bottom:5px;
	padding:12px;
	text-align:center;	vertical-align:middle;
}
#content1
{
	font-family:inherit;
	font-size:15.5pt;	color:#000;
	font-weight:bold;
	background-color:#EDEDED;
	border-radius:8pt;
	height:400px;	width:575px;
	margin-left:auto;	margin-right:auto;
	margin-top:15px;	margin-bottom:15px;
	padding:12px;
	text-align:center;
	vertical-align:middle;
}


#content1-Result
{
	font-family:inherit;
	font-size:32pt;	color:#000000;	font-weight:bold;
	background-color:#FFFFFF;
	border-radius:8pt;
	height:50px;	width:575px;
	margin-left:auto;	margin-right:auto;
	margin-top:15px;	margin-bottom:15px;
	padding:12px;
	text-align:center;	vertical-align:middle;
	border: solid 3px #000000;
}


.tool-graphic
{
	height:280px;	width:250px;
	display:inline-block;
	float:right;	
	border:solid 2px #000;	
	background-size:250px 250px;
	background-position:center;
	background-repeat:no-repeat;
}

#content2 div 
{
	vertical-align:central;
	padding:3px;
	font-size:15pt;
	
}

.details
{
	font-size:9pt;	color:#FFFFFF;
	background-color:rgba(67,67,70,1.00);
	width:250px;
	text-align:center;
	padding:2px;	margin:2px;
	display:block;
}

.graphicX
{
	height:180px; 	width:250px;
	border-style:none;
	padding: 5px;
	margin-left:5px;
	border-radius:10px;
	
	
}

.graphicX-text2
{
	text-align:center; 
	font-family:arial;
	font-size:7pt; 	color:#FFF;
	margin-top:2px;	margin-left:5px;
	background-color:white;
	border-radius:7px;
	width:250px;
}
.graphicX-header
{
	height:20px;	width:250px;
	margin-top:5px;	margin-bottom:0px;
	margin-left:5px;
	font-family:arial;
	font-size:10pt;	color:#FFF;
	text-align:center;
	font-weight:bold;
	background-color:#063A6B;
	padding:3px;
	border-radius:5px;
}

.resultInfo
{
	height:250px;
	background-color:aliceblue;
	border:solid 2px #063A6B;
	border-radius:5px;
	padding: 5px;
	margin-bottom:15px;
}
.info p
{
	font-family:arial;
	font-size: 15px;
	color:black;
	padding: 5px;
	
}

.option
{
	height:auto;
	width:525px;
	padding: 8px; margin: 3px;
	border:solid 2px #063A6B;
	border-radius:8pt;	
	text-align:left;
}

.option:hover
{
    color:#FFFFFF;
	padding: 8px;
	background-color:#063A6B;
	border:solid 2px #FFF;
	cursor:pointer;	
}
	
.option-text
{
	font-size:17px;	font-weight:bold;
	margin-left:8px;	
}



.notes
{
	font-size:11px;	color:#FFF;
	font-weight:bold;
	background-color:#063A6B;
	border-radius: 8pt;
	padding:3px 5px 3px 5px;
	text-align:left;
	margin-top:15px;	margin-bottom:5px;
}

.key-links
{
	font-size:12pt;	color:#FFF;
	font-weight:bold;
	height:30px;	width:250px;
	background-color:#063A6B;
	border-radius: 8pt;
	padding:8px;
	text-align:center;
	border: solid 2px #FFFFFF;
	display:inherit;
	margin-left:auto;	margin-right:auto;
	margin-bottom:8px;
}

.key-links:hover
{
	font-size:15.5pt;
	color:#063A6B;
	font-weight:bold;
	height:30px;
	width:250px;
	background-color:#FFFFFF;
	border-radius: 8pt;
	padding:8px;
	text-align:center;
	border: solid 2px #063A6B;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:8px;
	cursor:pointer;
}
.key-links a
{
	font-size:inherit;
	color:inherit;
	text-decoration:none;
}
#buttons
{
	display:inline-block;
	align-content: flex-start;
	width:600px; 
}
.toolNav
{
	display:inherit;
	background-color:#EDEDED;
	height: 30px;	width:150px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:20px;	color:#063A6B;	font-weight: bold;
	border: solid 2px #FFF;		border-radius: 8pt;
	padding: 8px;	
	text-align:center;	cursor:pointer;
	} .toolNav:hover{background-color:#FFF;border: solid 2px #063A6B}


.newNote
{
	font-weight:bold;
	color:#FF0000;
	cursor:pointer;
}
.content-area-holder
{
	width:570px; 
	font-family:Arial, Helvetica, Gotham, sans-serif;
	font-size:11pt; color:#000;
	padding: 8px; margin-bottom:-25px;
}
.update-date
{
	width:570px;
	font-family:Arial, Helvetica, Gotham, sans-serif;
	font-size:11pt; color:#787482;	font-weight:bold;
	text-align:right;		
}
.dropdown-header
{
	cursor: pointer;
	font-family:Arial, Helvetica, Gotham, sans-serif;
	font-size:11pt;	color:#1C26EB;
	margin-bottom:1px;
	display:inline;
}

.dropdown-content div
{
	padding-top: 1px;
	border-top: 0;
    margin-left:1px;
	font-family:Arial, Helvetica, Gotham, sans-serif;
	font-size:11pt;	color:#000;
}



.sv-graphic:hover
{
	height: 448px;	width: 635px;
	border:solid 2px #000;
	-moz-box-shadow:#152CE0;
	-webkit-box-shadow:#152CE0;  
	box-shadow:#152CE0; 	
}

.tooltip-img
{
	display:inline-table;
	height:18px; width:18px;
	font-family:Arial, Helvetica, Gotham, sans-serif;
	font-size:15px; color:#000; font-weight:bold;
	text-align:center;
	border:solid 1px #000;   border-radius:15pt;
	padding:3px 4px 3px 4px;
	cursor:pointer;
}.tooltip-img:hover {	background-color:#0B0FCC; border:solid 1px #FFF;  color:#FFF;	}
.tooltip-txt
{
	min-height:20px; max-width:300px;
	display:none;
	font-family:Arial, Helvetica, Gotham, sans-serif;
	font-size:11px; color:#000;
        border: solid 1px #000;     border-radius: 3pt;
	-moz-box-shadow:#152CE0;
	-webkit-box-shadow:#152CE0;  
	box-shadow:#152CE0; 
        padding: 3px;
	cursor:pointer;
}

.audio-clip
	{		
		height:40px;	width:500px;
		margin: 5px 5px 5px 35px;
	}
		
.error-message
{
	font-size:12px;	color:#FFFFFF;	font-weight:bold;
	background-color:#063A6B;
	border-radius: 8pt;
	padding:3px 5px 3px 5px; 	margin-top:15px;	margin-bottom:5px;
	text-align:left;
			
}

