
  /*   PALETTE
Body Text (Pale Green): #D4EDEA; 
H1/Strong/A (Dark Orange): #BF4E30;
H2-H4 (Light Orange): #E18335;
Background (Navy): #13293D; 
Accent (verdigris) #48A9A6;
 */


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++  RESET?  +++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

html, body,
h1, h2, h3, h4, h5, h6,
p,
blockquote,
ol, ul, li,
img {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  z-index: 0;
  }



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++  CORE TEXT STYLE  +++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body {
  background-color: #13293D;
  margin: 40px 70px;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 16px;
  line-height: 19px;
  color-profile: sRGB;
  color: #D4EDEA;
  }
.main {
  display: block;
  max-width: 1140px;
  margin: auto;
  }



p {
  margin-bottom: 1em;
  }
strong {
  font-weight: bold;
  color: #BF4E30;
  }
em { 
  font-style: italic;
  }



a, 
a:active, 
a:visited
 {
  color: #BF4E30;
  }
a:hover {
  color: #E18335;
  }
a.bkg_color {
  color: #13293D;
  }
a.bkg_color:hover {
  color: #13293D;
  }





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++  HEADERS  +++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  text-transform: capitalize;
  margin-top: 2.5em;
  padding-top: 1em;
  margin-bottom: 0.4em;
  color: #E18335;
  border-color: #48A9A6;
  }
h1 {
  text-transform: uppercase;
  font-weight: bold;
  color: #E18335;
  border-bottom: 1px solid #48A9A6;
  font-size: 32px;
  line-height: 40px;
  clear: both;
  padding-top: 1em;
  }
h2 {
  font-weight: bold;
  border-bottom: 1px solid #48A9A6;
  font-size: 24px;
  line-height: 30px;
  clear: both;
  padding-top: 1em;
  }
h3 {
  border-bottom: 1px solid #48A9A6;
  font-size: 20px;
  line-height: 30px;
  clear: both;
  }
h4 {
  border-bottom: none;
  font-size: 20px;
  line-height: 24px;
  }
h5 {
  border-bottom: none;
  font-size: 18px;
  line-height: 22px;
  }
h6 {
  border-bottom: none;
  font-size: 18px;
  line-height: 18px;
  }





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++  CORE LAYOUT  +++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

ol, ul {
  margin-top: 0.5em;
  margin-left: 2em;
  margin-bottom: 1em;
  }
li {
  margin-top: 0.5em;
  }
h1, h2, h3, h4, h5, h6 > ol, ul {
  margin-top: 0;
  }
ul li::marker {
  color: #48A9A6;
  }
ol li::marker {
  color: #48A9A6;
  }
ul ul strong {
  color: #E18335;
  }
.nobullets {
  list-style-type: none;
  }



blockquote {
  border-left: 4px solid #BF4E30;
  padding: 0 15px;
  border-color: #48A9A6;
  overflow: hidden;
  margin-bottom: 1em;
  }
blockquote > :first-child {
  margin-top: 0;
  }
blockquote > :last-child {
  margin-bottom: 0;
  }
blockquote > p > strong {
  color: #E18335;
  }
blockquote em strong {
  color: #BF4E30;
  }
blockquote ul {
  margin-top: -0.75em;
  }
blockquote ul li strong {
  color: #E18335;
  }



.indent {padding-left: 1.5em;}
.deepindent {padding-left: 3em;}
.update {
  font-style: italic;
  margin-left: 2em;
  margin-top: 0.5em;
  display: table;
  }



hr {
  width: 100%;
  display: block;
  text-align: center;
  height: 3px;
  border: 0;
  border-top: 1px solid #48A9A6;
  border-bottom: 1px solid #48A9A6;
  margin: 2.5em 0 1em 0;
  padding: 0;
  }


strong.gloss {color: #BF4E30;}
em.gloss {
  display:block; 
  font-size:0.8em; 
  font-style:italic;
  }



.accent {
  color: #48A9A6;
  }
.tagline {
  color: #E18335;
}
.underlined {
  text-decoration: underline;
  }



.footer {
    position: absolute; 
    right: 0;
    bottom: 0;
    left: 0; 
    height: 2em;
    padding: 5px;
    text-align: center;
    color: #606060;
    font-size: 1em;
    }



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++  DETAILS/SUMMARY  +++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

details {
  padding-bottom: 2em;
}
details > summary {
  outline: none;
  list-style: none;
  cursor: pointer;
  font-weight: normal;
  text-transform: capitalize;
  color: #E18335;
  border-color: #D4EDEA;
  border-bottom: none;
  font-size: 20px;
  line-height: 24px;
}
details summary > * {
  display: inline;
}
details > p:first-of-type {
  margin-top: 0.4em;
}
details > summary::marker{
  display: none;
}
details > summary::after {
  content: "+";
  width: 15px;
  color: #BF4E30;
  float: left;
  margin-right: 5px;
  margin-left: -20px;
  font-style: bold;
  font-size: 1.15em;
}
details[open] > summary::after {
  content: "–";
}





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++  TABLES  +++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

  /*   PALETTE
Body Text (Pale Green): #D4EDEA; 
H1/Strong/A (Dark Orange): #BF4E30;
H2-H4 (Light Orange): #E18335;
    Table: Lighter Hue 1: #D2694B;
    Table: Lighter Hue 2: #E79C5F;
    Nav: Darker Hue 1: #D57120;
Background (Navy): #13293D; 
Accent (verdigris) #48A9A6;
 */

table {
	padding: 0;
	border-collapse: collapse;
	width: 100%;
	margin: 0.75em 0 2em 0;
  }
  table tr {
    background-color: #E79C5F;
    margin: 0;
    padding: 0; }
    table tr:nth-child(2n) {
      background-color: #ECB283; }
    table tr th {
      font-weight: bold;
      color: #E18335;
      background-color: #BF4E30;
      border: 1px solid #BF4E30;
      border-right-color: #13293D;
      margin: 0;
      padding: 6px 13px; }
    table tr th:last-child {
      border-right-color: #BF4E30;  }
    table tr td {
      color: #13293D;
      border: 1px solid #BF4E30;
      margin: 0;
      padding: 6px 13px; }
    table tr th :first-child, table tr td :first-child {
      margin-top: 0; }
    table tr th :last-child, table tr td :last-child {
      margin-bottom: 0; }
table caption {
  text-align: center;
  font-weight: bold;
  padding: 2px; 
  color: #48A9A6;
  }

@media screen and (min-width: 675px) {
	table {
		width: auto;
		max-width: 40%;
		margin: 0 2em 2em 0.5em;
		margin-top: 0; 
  	float: left;
	}
}

img {
	}





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++  NAV WIDGET  +++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

  /*   PALETTE
Background (Navy): #13293D; 
Body Text (Pale Green): #D4EDEA; 
H1/Strong/A (Dark Orange): #BF4E30;
H2-H4 (Light Orange): #E18335;
    Table: Lighter Hue 1: #D2694B;
    Table: Lighter Hue 2: #E79C5F;
    Nav: Darker Hue 1: #D57120;
Accent (verdigris) #48A9A6;
 */

nav {
  position: fixed;
	display:inline-block;
	width: 35px;
	margin: 0;
	padding: 10px;
	top: 1px;
  left: 1px;
  border-radius:10px;
  background: #48A9A6;
  text-align: center;
  }

nav hr {
  margin: 8px 0;
  padding: 0;
  border: 0;
  height: 2px;
  width: 100%;
  color: #13293D;
  background-color: #13293D;
  }

nav a {  
  text-decoration: none;
  color: #D57120;
  }
nav a:hover {
  color: #E18335;
  }
  
.nav-icon {
  font-size: 36px; 
  position: relative;
  }
.nav-title {
  display: block;
  position: relative;
  margin: 0;
  color: #BF4E30;
  font-weight: bold;
  font-size: 12px;
  }
  

@media screen and (max-width: 675px) {
	nav {
	width: 32px;
	padding: 8px;
	}
	.nav-icon {
  font-size: 32px; 
  position: relative;
  }
}

  
  
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++  FRONT PAGE BARS  +++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

ul.center {
    text-align: center;
    display: block;
    width: 600px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom:5px;
    padding: 0;
    }
    
.onebar, .twobar, .threebar, .fourbar {
    display: inline-block;
    background: #48A9A6;
    margin: 5px 0; /*       margin: 10px;      */
    padding: 10px;
    border: 1px solid #CDA365;
    border-radius: 5px;
    text-align: center;
    list-style: none inside;
    font-style: bold;
    font-size: 1.5em;
    }

li.onebar {
    width: 578px;
    }

li.twobar {
    width: 281px;  /*       width: 292px;      */
    }
li.twobar:not(:last-child) {
    margin-right: 10px;
    }

li.threebar {
    width: 168px;  /*       width: 190px;      */
    }
li.threebar:not(:last-child) {
    margin-right: 10px;
    }
    
li.fourbar {
    width: 138.5px;  /*       width: 138.5px;      */   /*       NEEDS TO BE REVIEWED IF USED      */
    }
li.fourbar:not(:last-child) {
    margin-right: 10px;
    }


a.bar, a.bar:visited {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #BF4E30;
    }

a.bar:hover {
  color: #E18335;
  text-decoration: underline;
  }





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++  FORMATTING TRICKS  ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.toc-col {
  display: block;
  width: 100%;
  }

@media screen and (min-width: 1000px) {
.toc-col {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  }
}



.toc-col4 {
  display: block;
  width: 100%;
  }

@media screen and (min-width: 1000px) {
.toc-col4 {
  display: inline-block;
  vertical-align: top;
  width: 24.5%;
  }
}



.eq-2col {
  display: block;
  width: 100%;
  }

@media screen and (min-width: 1000px) {
.eq-2col {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  }
}



.splitline {
  display: block;
  }

@media screen and (min-width:927px) {
.splitline {
  display: none;
  }
}



.sect-head {
  display: none; /*  Display: Block to make appear. :none to hide function    */
  font-size: 12px;
  text-align: right;
  text-decoration: none; 
    -ms-transform: translate(0, -40px); /* IE 9 */
    -webkit-transform: translate(0, -40px); /* Safari */
    -moz-transform: translate(0, -40px); /* Firefox */
    -o-transform: translate(0, -40px); /* Opera */
    transform: translate(0, -40px);
  margin-bottom: -1em;
  }
.sect-head:hover {
  background-color: transparent}

  



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++  @MEDIA FOR PHONES  ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


@media screen and (max-width: 925px) {
    ul.center {
        display: block;
        width: 100%;
        margin: 0 auto;
        }   
    li.onebar, li.twobar, li.threebar, li.fourbar { 
        width: 200px;
        margin: 7.5px auto;
        line-height: 1.4em;
        }

  li.twobar:not(:last-child) {
      margin-right: 0;
    }
  li.threebar:not(:last-child) {
    margin-right: 0;
    }
  li.fourbar:not(:last-child) {
    margin-right: 0;
    }

}
  