
@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;
}

.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;
}

.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;
	background-color:#56E559;
	border-radius: 5px;
	padding: 3px;
	font-size: 13px;
}

.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:rgba(255,174,55,1.00);
	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, Helvetica, Gotham, sans-serif;
	font-size:12pt;	color:#FFFFFF;
	background-color:#063A6B;
	border-radius:11pt;
	height:auto;	width:595px;
	margin-left:auto;	margin-right:auto; 
	padding:15px;
}

#content1
{
	font-family:inherit;
	font-size:15pt;	color:#000000;
	font-weight:bold;
	background-color:rgba(196,196,196,0.90);
	border-radius:8pt;
	height:75px;	width:555px;
	margin-left:auto;	margin-right:auto;	margin-top:15px;	margin-bottom:15px;
	padding:12px;
	text-align:center;	vertical-align:middle;
}

#content2
{
	font-family:inherit;
	font-size:inherit;	color:#000000;
	background-color:rgba(196,196,196,0.90);
	border-radius:8pt;
	height:525px;	width:555px;
	margin-left:auto;	margin-right:auto;	margin-top:15px;	margin-bottom:5px;
	padding:12px;
	text-align:justify;
	
	
}
#content1-Result
{
	font-family:inherit;
	font-size:24px;	color:#000000;
	font-weight:bold;
	background-color:#FFFFFF;
	border-radius:8pt;
	height:50px;	width:545px;
	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 #000000;	
	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, Helvetica, Gotham, sans-serif;
	font-size:7pt; 	color:#FFF;
	margin-top:2px;	margin-left:5px;
	background-color:#FFFFFF;
	border-radius:7px;
	width:260px;
}
.graphicX-header
{
	height:20px;	width:250px;
	margin-top:5px;	margin-bottom:0px;	margin-left:15px;
	font-family:Arial, Helvetica, Gotham, sans-serif;
	font-size:10pt;	color:#FFF;
	text-align:center;
	font-weight:bold;
	/*background-color:#063A6B;*/
	padding:3px;
	border-radius:5px;
}

.info p
{
	font-family:Arial, Helvetica, Gotham, sans-serif;
	font-size: 11pt;	color:#000000;
	padding: 5px;
	
}

.option
{
	height:150px;	width:250px;
	font-size:15pt;
	font-weight:bold;
	padding: 8px;
	border:solid 2px #063A6B;
	border-radius:8pt;
	
}

.option:hover
{
	font-size:15.5pt;	color:#FFFFFF;
	padding: 8px;
	background-color:#063A6B;
	border:solid 2px rgba(255,255,255,1.00);
	cursor:pointer;	
}

.options-holder2x1
{
	margin-top: 75px;
}

.options-holder2x2
{
	margin-top: -55px;	margin-bottom:auto;
}

.options-holder3x1
{
	margin-top: 25px;
}

.notes
{
	font-size:11pt;	color:#FFFFFF;
	background-color:#063A6B;
	border-radius: 8pt;
	padding:8px;
	text-align:center;	
	margin-top:35px;	margin-bottom:5px;
}

.key-links
{
	font-size:12pt;	color:#FFFFFF;
	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:#FFFFFF;
	text-decoration:none;
}

#video-viewer
{
	height:auto;	width:610px;
	background-color:#063A6B;
	font-family:Arial, Helvetica, Gotham, sans-serif;
	font-size:11pt;	color:#FFFFFF;
	box-shadow:rgba(0,0,0,0.90);
	margin-bottom:15px;
	padding-left:7px;	padding-top:15px;	padding-bottom:15px;	padding-right:5px;
}

#video-holder
{
	display:inline-table;
}
.video-tile
{
	height:30px;	width:140px;
	background-color:rgba(58,72,228,0.80);
	font-family:Arial, Helvetica, Gotham, sans-serif;
	font-size:11pt;	color:#FFFFFF; font-weight:bold;
	box-shadow:rgba(0,0,0,0.90);
	border-radius:5px;
    margin-right:8px;
	
	  }.video-tile:hover{background-color:#FFF; color:rgba(58,72,228,0.80); border:2px solid rgba(58,72,228,0.80);cursor:pointer;}
	   
	  
.newNote
{
	font-weight:bold;
	color:#FF0000;
	cursor:pointer;
}
.content-area-holder
{
	width:570px; 
	font-family:Arial, Helvetica, Gotham, sans-serif;
	font-size:11pt; color:#000000;
	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:#000000;
}

.rd-rule
{
	font-family:Arial, Helvetica, Gotham, sans-serif;
	font-size:12pt;	color:#FFFFFF;
	background-color:rgba(92,80,247,1.00);
	border-radius:8pt;
	padding:8px;
	text-align:center;	
	margin-top:15px;	margin-bottom:25px;
}
.rd-rule a
{
	color:#FFFFFF;
}


.sv-graphic:hover
{
	height: 448px;	width: 635px;
	border:solid 2px #000000;
	-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:#000000; font-weight:bold;
	text-align:center;
	border:solid 1px #000000;   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:#000000;
        border: solid 1px #000;     border-radius: 3pt;
	-moz-box-shadow:#152CE0;
	-webkit-box-shadow:#152CE0;  
	box-shadow:#152CE0; 
        padding: 3px;
	cursor:pointer;
}

/////////////////////////////////////////////ONSET TOOL////////////////////////////////////////////////////
#calculator-row
{
	display:none;
}
#calculator-holder
{
	height:200px;	width:500px;
	padding:8px;
	border-radius:5px;
	border: solid 2px #000;-moz-box-shadow:#152CE0;
	-webkit-box-shadow:#152CE0;  
	box-shadow:#152CE0; 
}

.calculator-header
{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 17px;	color:#000;		font-weight:bold;
	text-align:Center;
	margin-bottom:0px;
}

#calc-intro
{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;	color:#000;	
	text-align:center;
	padding:0px 10px 10px 10px;	margin-left:50px;	margin-right:50px;	margin-top: 0px;
}
#calc-button
{
	height:20px;	width:140px;
	background-color:rgba(196,196,196,0.90);
	font-size:15px;	color:#000;	font-weight:bold;
	text-align:center;
	padding: 8px;	margin-top:8px;	margin-left:auto;	margin-right:auto;
	border:solid 2px #000;
	border-radius:8pt;	
}

#calc-button:hover
{
	font-size:16px;	color:#FFF;
	background-color:rgba(49,47,239,1.00);
	border:solid 2px #FFF;
	cursor:pointer;	
}
#onset
{
	height:30px; 
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:15px;		color:#000;	text-align:center;
}
}
#date-range-result
{
	height:100px;	width:350px;
	background-color:rgba(196,196,196,0.90);
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:14px;		color:#000;	
	padding:3px;	margin-left:auto;	margin-right:auto;
	border-radius:5px;
	-moz-box-shadow:#152CE0;
	-webkit-box-shadow:#152CE0;  
	box-shadow:#152CE0; 
}

.dateField
{
	height: 25px;	width:125px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:15px;	color:#000;	font-weight:bold;
	background-color:#FFF;
	border-radius:5px;
}

#onset {	text-align:center;	}
///////////////////////////////////////////END ONSET TOOL/////////////////////////////////////////////////
