@charset "utf-8";
/* CSS Document */


.content {
  width: 1095px;
  margin: auto;
}

.content2 {
  max-width: 100%;
  margin: auto;
}
body {
  min-height: 100%;
  background-color: #b8ffc8;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1.50;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5 {
  font-family: 'Open Sans', sans-serif;
  color: #222222;
}
h1 {
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: -5px;
  margin-top: 25px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
    letter-spacing: 4px;
  }
}
h2 {
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0px;
  word-spacing: 8px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
    letter-spacing: 1px;
    word-spacing: 2px;
  }
}
h3 {
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
h4 {
  font-size: 18px;
  word-spacing: 3px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 992px) {
  h4 {
    letter-spacing: 1px;
  }
}
h5 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
h6 {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
p {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.025em;
  font-weight: 400;
}
p.led {
  font-size: 1.4em;
  margin-bottom: 40px;
}
p.led:first-letter {
  font-size: 4em;
  float: left;
  line-height: 50px;
}
.dark-bg h1, .dark-bg h2, .dark-bg h3 {
  color: #ffffff;
}
blockquote p {
  font-family: serif;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 0;
}
.plain-list li {
  line-height: 2.2em;
}

a:link {
  color: #6344e3;
  text-decoration: none;
}
a:visited {
  color: #6344e3;
  text-decoration: underline;
}
a:hover {
  color: #6344e3;
  text-decoration: underline;
}
h1 {
  font-size: 1.5em;
}
div#mdiv {
  position: relative;
}
div#ParDiv {
  position: absolute;
  left: 50%;
  border: 1px solid #333;
  padding: 5px 15px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
/* DivTable.com */
.divTable {
  display: table;
}
.divTableRow {
  display: table-row;
}
.divTableHeading {
  background-color: #eee;
  display: table-header-group;
}
.divTableCell, .divTableHead {
  border: 1px solid #999999;
  display: table-cell;
  padding: 3px 10px;
  width: 33%;
  vertical-align: top;
  font-size: 1.04em;
}
#divCellSpacel {
  width: 280px;
  padding: 15px 13px;
}
#divCellSpacec {
  width: 470px;
  padding: 10px 10px;
}
#divCellSpacer {
  width: 280px;
  padding: 12px 10px;
}
.divCellSpace {
  width: 343px;
  padding: 15px 13px;
}
.divCellSpaceb {
  width: 800px;
  padding: 12px 10px;
}
.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}
.divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}
.divTableBody {
  display: table-row-group;
}
.ctext {
  text-align: center;
}
.vspace1 {
  border: none;
  padding: 35px 0;
}
.vspace2 {
  border: none;
  padding: -7px 0;
}
/*MENU*/
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #b8ffc8;
  border: #87B395;
}
li {
  float: left;
}
li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 31px;
  text-decoration: none;
  font-weight: 400;
}
li a:hover {
  background-color: #fafafa;
}
#menu {
  border: #444 2px solid;
  width: 1000px;
  margin: -5px 0px 18px 0px;
}
#menu-ftr {
  border-top: #999 1px solid;
  width: 1095px;
  margin: -5px 0px 48px 0px;
}
.imgstyle {
  border: #ccc 1px solid;
  padding: 7px;
}
.vspacer5 {
  margin: 5px 0;
}
.vspacer10 {
  margin: 10px 0;
}
.vspacer15 {
  margin: 15px 0;
}
.vspacer20 {
  margin: 20px 0;
}
.vspacer25 {
  margin: 25px 0;
}
.vspacer30 {
  margin: 30px 0;
}
.vspacer35 {
  margin: 35px 0;
}
.vspacer40 {
  margin: 40px 0;
}
.vspacer45 {
  margin: 45px 0;
}
.ftwgt600 {
  font-weight: 600;
}
.ftwgt400 {
  font-weight: 400;
}
.ftwgt300 {
  font-weight: 300;
}