@charset "utf-8";
BODY {
    padding: 0;
    width: 650px;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    background-color: white;
}
HTML {
    padding: inherit;
    font-family: Arial, Helvetica, sans-serif;
    margin: inherit;
    background-color: #DDDDDD;
}
h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    color: #F78D26;
    display: table-cell;
    vertical-align: middle;
}
p {
    font-family: Arial, Helvetica, sans-serif;
    /*	font-size:15px;
	line-height:20px;
	color: #535353;*/
    
    color: #222222;
    margin: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
    /* display:inline-block;*/
}
ol li {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
    padding-bottom: 10px;
    padding-left: 0px;
}
ul li {
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
    padding-bottom: 10px;
    padding-left: 0px;
}
ul li:before {
    content: '\25A0';
    display: block;
    max-width: 0px;
    max-height: 0px;
    position: relative;
    left: -30px;
    top: -2px;
    color: #F78D26;
    font-size: 20px;
}
/*nested list*/

ul ul i {
    margin-left: -11px;
}
ul ul li:before {
    color: #327788;
}
/*Text colors, for vocabulary, etc */

.blue {
    color: #327788;
}
.green {
    color: #7FB14D;
}
.orange {
    color: #F78D26;
}
.gray {
    color: #6e7075;
}
.purple {
    color: #7030A0;
}
.pink {
    color: #F4473C;
}
.red {
    color: #F4473C;
}
a:link img {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
a:hover img {
    border: 0;
}
a:visited img {
    border: 0;
}
a:active img {
    border: 0;
}
.close-reader {
    width: 810px;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 1px solid #CCC;
    font-family: Arial, Helvetica, sans-serif;
}
.close-reader-container {
    padding-bottom: 42px;
    padding-top: 46px;
    padding-right: 28px;
    padding-left: 28px;
}
.close-reader-container p {
    max-width: 460px;
}
.close-reader-container {
    padding-top: 20px;
}
article {} br.clearLeft {
    clear: left;
}
.navWrap {
    float: left;
    margin-left: -246px;
    height: 100%;
    top: -20px;
}
.table-of-contents {
    width: 160px;
    height: 100%;
    margin-left: 0px;
    background: #eee;
    font-size: 0.8em;
    padding: 1em 2em;
    margin: 0 0 0.5em 0.5em;
}
.table-of-contents ul {
    padding: 0;
}
.table-of-contents li {
    margin: 0 0 0.25em 0;
}
.table-of-contents a {
    text-decoration: none;
    color: #327788;
    size: 11px;
    font-weight: bold;
    display: block;
}
.table-of-contents a:hover, .table-of-contents a:active {
    text-decoration: underline;
}
.table-of-contents a:visited {
    text-decoration: none;
    color: #327788;
}
h1 {
    float: left;
}
h3 {
    color: #327788;
    padding-top: 15px;
    /*margin-top:15px;*/
    
    margin-bottom: 10px;
}
h4 {
    padding-top: 5px;
    /*margin-top:15px;*/
    
    margin-bottom: 10px;
}
a.tocIndent {
    margin-left: 14px;
    font-weight: normal;
}
h3:target {
    color: #F78D26;
}
h4:target {
    color: #F78D26;
}
.edge-logo {
    position: relative;
    width: 200px;
    height: 34px;
    background-position: top;
    vertical-align: middle;
    text-align: center;
    background-image: url(../images/001.png);
    background-repeat: no-repeat;
    float: right;
    display: inline-block;
    top: 15px;
}
/**/

.glossymenu {
    margin: 5px 0;
    padding: 0;
    width: 170px;
    /*width of menu*/
    
    border: 1px solid #DFDCCB;
    border-bottom-width: 0;
    float: left;
    position: fixed;
    margin-left: -180px;
    overflow: hidden;
}
.glossymenu a.menuitem {
    background: #F78D26;
    color: white;
    display: block;
    position: relative;
    /*To help in the anchoring of the ".statusicon" icon image*/
    
    width: auto;
    padding-left: 6px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding-top: 4px;
    padding-right: 6;
    padding-bottom: 4px;
    border-bottom-width: .5px;
    border-bottom-style: solid;
    border-bottom-color: #DFDCCB;
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active {
    color: white;
}
.glossymenu a.menuitem .statusicon {
    /*CSS for icon image that gets dynamically added to headers*/
    
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
    align: left;
}
.glossymenu a.menuitem:hover {
    /*background-image: url(../assets/img/ui/dropdown-arrow.png);
*/
    
    background: #327788;
}
.glossymenu div.submenu {
    /*DIV that contains each sub menu*/
    
    background: white;
}
.glossymenu div.submenu ul {
    /*UL of each sub menu*/
    
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.glossymenu div.submenu ul li {
    border-bottom: 1px solid #6e7075;
    padding-bottom: 0px;
}
.glossymenu div.submenu ul li a {
    display: block;
    color: black;
    text-decoration: none;
    padding: 2px 0;
    padding-left: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
}
.glossymenu div.submenu ul li a:hover {
    background: #DFDCCB;
}
.glossymenu div.submenu ul li a:before {
    color: none;
    list-style-type: none;
}
.close-reader-container p {
    max-width: 100%;
    margin-bottom: 12px;
}
.brown {
    color: #894605;
}
ul li ul {
    padding-top: 10px;
    padding-bottom: 0px;
}
.denom, .numer {
    display: block;
    width: 100%;
    text-align: center;
}
.numer {
    border-bottom: 1px solid black;
}
.frac-wrap {
    line-height: 1em;
    vertical-align: middle;
    display: inline-block;
}
.left-formula {
    width: 45%;
    text-align: center;
    float: left;
    padding: 5px;
}
.right-formula {
    width: 45%;
    text-align: center;
    float: right;
    padding: 5px;
}
.sub-section {
    display: table;
    height: 100px;
    width: 100%;
}
.sub-section:nth-of-type(even) {
    background: #F3F2F2;
}
sub, sup {
    font-size: 9px;
    padding-left: 2px;
}

/* Nav bar symbols */
.accordsuffix {
    width: 7px;
    height: 11px;
    right: 2px;
    position: absolute;
    top: 7px;
}
.accordsuffix div:nth-child(1) {
    width: 0;
    height: 0;
    border-left: 3.5px solid transparent;
    border-right: 3.5px solid transparent;
    border-bottom: 4px solid #515151;
    margin-top: 0px;
}
.accordsuffix div:nth-child(2) {
    width: 0;
    height: 0;
    border-left: 3.5px solid transparent;
    border-right: 3.5px solid transparent;
    border-top: 4px solid #515151;
    margin-top: 1.5px;
}
/* END */

/* Hidding Submenu because really long submenus can cause problems */
.submenu {
    display: none;
}
/* END */