.bullets {
  display: block;
  list-style-image: url('/images/bullet.png');
  list-style-position: outside;
  /*list-style-type: disc;*/
/*  margin-top: 0px;
  margin-bottom: 1em;
*/  margin-left: 5px;
  margin-right: 0;
  padding-left: 30px;
}

.no_bullet {
  list-style: none;
  color: #1B91BE;
}

/* BEGIN FOR SOCIAL SPRITES */
#navlist {
  position: relative;
}

#navlist li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
}

#navlist li, #navlist a {
  height: 30px;
  display: block;
}

#social_web {
  left: 0px;
  width: 32px;
  background: url('/images/social.png') 254px -33px;
}

#social_email {
  left: 45px;
  width: 32px;
  background: url('/images/social.png') 147px -3px;
}

#social_facebook {
  left: 90px;
  width: 32px;
  background: url('/images/social.png') 308px -3px;
}

#social_twitter {
  left: 135px;
  width: 32px;
  background: url('/images/social.png') 361px -3px;
}

#social_youtube {
  left: 180px;
  width: 32px;
  background: url('/tra_images/social.png') 92px -3px;
}

/* END FOR SOCIAL SPRITES */


.constitution p {
  margin-left: 15px;
}

.constitution h2 {
  color: #1B91BE;
  margin-left: 15px;
  padding-top: 15px;
}

.constitution>ol {
  font-weight: 600;
  color: #1B91BE;
  font-size: 18px;
  margin-left: 33px;
  /*list-style-position: inside;*/
}

.constitution>ol>li {
  padding-top: 15px;

}
.constitution>ol>ol {
  font-weight: 300;
  color: black;
  font-size: 16px;
  margin-left: 34px;
  list-style-type: lower-alpha;
  /*list-style-position: inside;*/
}
.constitution>ol>ol>ul>li {
  list-style-image: url(/images/bullet.png);
  font-size: 16px;
  padding-top: 0px;
  margin-left: 11px;
  padding-left: 4px;
  list-style-position: outside;
}

.constitution ol>li {
  /*text-indent: -20px;*/
  padding-left: 16px;

}
/*.constitution ol li {
  padding-top: 15px ;
  color: #1B91BE;
  list-style-type: 1;
  margin-left: 25px;
  font-weight: 700;
  text-indent: -20px;
}*/


/*.constitution ol ol li {
  padding-top: 0px ;
  margin-left: 55px;
  margin-right: 35px;
  text-indent: -20px;
  font-weight: normal;
}*/

/*.constitution ol ol ul li {
  margin-left: 75px;
  margin-right: 35px;
  text-indent: -20px;
}*/

table.simpleTable {
  font-family: Verdana, Geneva, sans-serif;
  width: 100%;
  font-size: 12px;
  text-align: left;
  border-collapse: collapse;
}
table.simpleTable td {
  padding: 6px 2px;
  vertical-align: top;
}

a.footnote {
  text-decoration:none;
  /*background-color: #FEF6BB;*/
  color: #6788B1;
  font-weight: 900;
  padding-left: 2px;
  padding-right: 2px;
  margin-right: 2px;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
} 

a.footnote span {
  z-index: -1;
  opacity: 0;
  position: fixed;
  right: 15px; 
  top: 20px;
  margin-left: 0px;
  margin-right: 18px;
  padding:14px 20px;
  border-radius:4px; box-shadow: 5px 5px 8px #CCC;
  border:1px solid  var(--navbar-text-color-focus);
  color: var(--navbar-text-color);
  background-color:  #FFF;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}

a.footnote:hover span {
  z-index: 9;
  opacity: 1;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}

