 body {font-size:0.9rem; line-height:1.4rem;  background-color:#000066 }

     .drilldown a {
  padding: 0.7rem 1rem;
  background: gray; }

footer  {color: white; font-size:0.8rem; line-height:0.6rem}
.accordion-title { font-size : 0.8rem; text-decoration: none; color:grey }
h2  { text-decoration: none; color:#000099;font-family:Oswald, Tahoma; font-size:1.2rem}
h3  { text-decoration: none; color:#000099;font-family: Tahoma, Geneva, sans-serif; font-weight: bold }
h4  { text-decoration: none; color:#000099;font-family: EmpireBuilder, Tahoma;  }
h5  { text-decoration: none; color:#000099;font-family: oswald, verdana, sans-serif; }
h6  { text-decoration: none; color:gray;font-family: oswald, Geneva, sans-serif;  margin-bottom:0rem; text-align:center }

@font-face {
	font-family: 'EmpireBuilder';
	src: url('fonts/EmpireBuilderriesling.ttf');
	src: local('EmpireBuilder'), local('EmpireBuilder'), url('fonts/EmpireBuilder.ttf') format('truetype');
}

a {
  color: #0033ff;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #CC3300; }


 .maintext a { color: white; font-weight:normal; font-size:1rem; font-family: 'Oswald', sans-serif; }
 .maintext a:hover  {color:#000099}

.no-js .top-bar {
  display: none;
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
}
        .footer {    font-size: 0.8rem       }

   header {width:100% ;}

     .button {
.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }


 .img {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 3px;
  margin-bottom: 1rem;
  text-align:center }


.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -ms-transform: translateX(-100%);
        transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    -ms-transform: translateX(100%);
        transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }

.drilldown .is-drilldown-submenu-parent > a {
  position: relative; }
  .drilldown .is-drilldown-submenu-parent > a::after {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent white; }

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent white; }

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent white transparent transparent; }

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent white transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

  display: inline-block;
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 0.45em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.8rem;
  background-color: #000099;
  color: 000066;
   }



#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #000099;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: gray;
}

 table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 3px;
  font-size: 0.85rem;
  line-height:1rem }
   table thead,
  table tbody,
  table tfoot {
    border: 1px solid #eefafa;
    background-color: #fefefe; }
  table caption {
   font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  table thead,
  table tfoot {
    background: #AAAAAA;
    color: #FFFFFF; }
    table thead tr,
   table tfoot tr {
      background:#D6D6D6; }
   table thead th,
   table thead td,
   table tfoot th,
   table tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }
 table tbody tr:nth-child(even) {
    background-color: #F0F0FF; }
 table tbody th,
  table tbody td {
    padding: 0.4rem 0.3rem 0.4rem; }

         .table1 {
  width: 100%;
  margin-bottom: 0 !important;
  margin-top: 0  !important;
  border-radius: 0;
  font-size: ;
  line-height:1rem; }
  .table1 thead,
  .table1 tbody,
  .table1 tfoot {
    border: 0 solid white !important;
    background-color: white !important; }
  .table1 tbody th,
  .table1 tbody td {
    padding: 10px 0 0 0 !important; }

