 @import url("https://use.typekit.net/wvm7dym.css");

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}



* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}
body {
  font-family:  "aptos", sans-serif;
  font-size: 100%;
  line-height: 1.3;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  word-spacing: normal;
  background-color: #f1f1f1;
  -webkit-print-color-adjust: exact
}
.frame-outer {
  position: relative;
  padding: 0;
  width: 800px;
  margin: 1.3rem auto;
  background-color: #FFF;
  border: .0625rem solid #A7A9A4;
  font-size: .875rem;
  padding: 1.75rem 2.5rem 1rem
}
strong {
font-weight: 600;

}
a {
  color: #000;
  text-decoration: none
}
p {
  padding-bottom: .75rem
}
h1 {
  font-size: 2.4em;
  line-height: 1.1;
  color: #92D050;
  margin: 0 0 .75rem;
  font-weight:600;
}
h1 span {
  font-size: 1.5rem;
  display: inline-block;
  margin-top: .5rem
}
h2 {
  font-size: 1em;
  line-height: 1.3;
  margin-bottom: .25rem
}
h3 {
  font-size: 1em;
  line-height: 1.3;
  margin: 0
}
ul {
  padding: 0rem 0rem 0rem;
  list-style-image: url();
  list-style: none
}
li {
  padding-left: 1rem;
  margin-top: .25rem
}
li::before {
  content: "•";
  display: inline-block;
  font-size: 1.15em;
  position: relative;
  float: left;
  top: -1px;
  margin-left: -1rem
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: 0;
  vertical-align: middle
}
a:hover {
  text-decoration: underline
}
.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: row wrap;
  text-align: left
}
.left {
  width: 50%;
  padding: .625rem
}
.right {
  width: 50%;
  padding: .625rem
}
.header {
  padding: 0rem
}
.logo {
  padding: 0;
  text-align: right;
  position: relative
}
.logo img {
  width: 14rem
}
.box_head {
  margin: .5rem -2.5rem 1.5rem;
  background: #669e24;
  color: #FFF
}
.box_head img {
  width: 34%
}
.box_head .about {
  width: 66%;
  padding: 2rem 2.5rem;
  text-align: right;
  font-size: 12px;
  line-height: 1.3
}
.content {
  padding: 0rem
}
.title {
  font-size: 1em;
  padding-bottom: 2.25rem
}
.footer {
  padding: 5rem 0 0rem;
  color: #5F5F5F;
  font-size: .75em
}
.footer a {

}
.col_ft {
  padding-bottom: 1rem;
  margin-right: 1rem
}
.grey {
  background: #F2F2F2
}
.green {
  color: #76B828
}
.bg_green {
  background: #E0F3C9
}