@charset "utf-8";
@import url("https://p.typekit.net/p.css?s=1&k=oys4ras&ht=tk&f=16036&a=118218885&app=typekit&e=css");

@font-face {
font-family:"sarina";
src:url("https://use.typekit.net/af/a8c947/00000000000000007735a142/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/a8c947/00000000000000007735a142/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/a8c947/00000000000000007735a142/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}
/* CSS Document */

/* basic font for paragraphs */
p {
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 18px;
}

/* regular list */


li {
    list-style-position: outside;
	margin-left: 3em;
  	text-align: left;
	font-size: 18px;
	
}

/*pop-out images*/
.pi40 {
  width: 40%;
}

.pi40:hover {
  width: 100%;
}

.pi25 {
  width: 25%;
}

.pi25:hover {
  width: 100%;
}

.pi10 {
  width: 10%;
}

.pi10:hover {
  width: 100%;
}


/*column widths for tables*/
.colwidth08{width:8%}
.colwidth11{width:11%}
.colwidth16{width:15%}
.colwidth16{width:16%}
.colwidth17{width:17%}
.colwidth19{width:19%}
.colwidth20{width:20%}
.colwidth22{width:22%}
.colwidth24{width:24%}
.colwidth42{width:42%}
.colwidth58{width:58%}


table{
	margin-left:auto; 
    margin-right:auto;
	align:"center";
	border-spacing: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-top-style: solid;
}

table.center{
    margin-left:auto; 
    margin-right:auto;
  }
  
th {
	border-collapse:collapse;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
}

td.totalRow {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: black;
}  

td.footer
    {
		border-top: 1px solid black;
		border-bottom: none;
    }

iframe{
    border-width: 0px;
}

/* top banner has a different font */


.tk-sarina { font-family: "sarina",sans-serif; }


.banner{
	font-family: sarina, serif;
	font-size: 28px;
}

/* need special font for chance corrected effect size */
.chanceCorrES{
	font-family:'Monotype Corsiva',cursive;
}



/* caption for a definition should be small and to the left */
.CaptionDefinition {
	font-size: small;
	text-align: left;
}
.CaptionFigure {
	font-size: small;
}
.DefinitionBox {
	background-color: #CCC;
}

*{
	margin:0;
	padding:0;
}


li.menu {
	list-style-position: outside;
	font-size: 18px;
	margin-left: 50px;
	
}

ul.Menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li a.dropdown, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li.dropdown a:hover, .dropdown:hover .dropbtn {
    background-color: red;
}

li a, .grey {
	color: gray;
}

li.dropdown {
    display: inline-block;
	float: left;
}


ul.dropdown {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.dropdown > a {
    text-decoration: none;
    display: block;
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
}

.dropdown-content {
    display: none;  /* Hidden by default */
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

/* Dropdown menu item */
.dropdown-item {
    padding: 10px 20px;
}

/* Show the dropdown menu when hovering */
.dropdown:hover > .dropdown-content {
    display: block;
}

/* Styling for submenu items */
.dropdown-submenu {
    position: relative;  /* To position submenus */
}

/* Hide the nested dropdowns by default */
.dropdown-submenu .dropdown-content {
    display: none;  /* Initially hidden */
    left: 100%;  /* Position it to the right of the parent menu */
    top: 0;
}

/* Show the submenu when hovering over the parent submenu item */
.dropdown-submenu:hover .dropdown-content {
    display: block;
}

/* Optional: Style for submenu links */
.dropdown-submenu > a::after {
    content: " ▸";  /* Right arrow to indicate a submenu */
    float: right;
}


.TableReg {
	width: 100%;
	border: 1px solid black;
	overflow-x: auto;
}

.TableReg td{
	border: 1px solid #666;
	padding: 3px;
	}
.TableReg tr:hover {
	background-color: #f5f5f5;
	}
	

.noFrame {
	font-size: small;
	font-style: italic;
}

.tab { margin-left: 40px; }


#wrapper{
	width:1000px;
	margin: 0px auto;
}

#right{
	float: right;
	width: 780px;
	padding-left: 20px;
}

#left{
	width: 200px;
	background-color: #F2F2F2;
	margin-top: 20px;
}



#footer {
    position: relative;
    clear:both;
  }





.hangingindent {
  padding-left: 22px ;
  text-indent: -22px ;
}

a.referenceLink {
	color: grey;
	text-decoration: none;
	}

a.pageLink {
	color: blue;
	text-decoration: underline;
	}

table.apa{
	margin-left:auto; 
    margin-right:auto;
	align:"center";
	border-spacing: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-top-style: solid;
}

table.APAcenter{
    margin-left:auto; 
    margin-right:auto;
  }
  
th.APA {
	border-collapse:collapse;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
}

td.APAtotalRow {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: black;
}  

/* Links as buttons for left menu */
a.LeftMenu {
  background-color: black;
  color: white;
  padding: 0.2em .3em;
  text-decoration: none;
}

a.LeftMenu:hover {
  background-color: red;
  cursor: pointer;
}

a.LeftMenu:active {
  background-color: #555;
}

a.LeftMenuCurrent {
  background-color: red;
  color: white;
  padding: 0.2em .3em;
  text-decoration: none;
}

/* End for links as buttons for left menu */



@media only screen and (max-width: 500px) {
    body {
        background-color: lightblue;
    }
	
	p {
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 16px;
}

	
	#wrapper{
	width:95%;
	margin: 0px auto;
}
	#right{
	float:left;
	width: 90%;
}
	#left{
	float:left;		
	width: 90%;
	background-color: #F2F2F2;
	margin-top: 20px;
}
}.redFont {
	color: #F00;
}
.darkBlue {
	color: #00F;
}
.orange {
	color: #FF8000;
}
