/* line 1, kip.scss */
#contactUsKIP p {
  font-family: CenturyGothicPro, Futura, sans-serif;
  font-size: 12px;
}

/* line 7, kip.scss */
.content-asset h2 {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 12px;
  text-transform: capitalize;
}
/* line 16, kip.scss */
.content-asset h3 {
  line-height: 37px;
}
/* line 20, kip.scss */
.content-asset ul {
  list-style: disc;
  list-style-position: outside;
  margin-left: 12px;
}
/* line 26, kip.scss */
.content-asset li {
  color: #58595b;
  line-height: 22px;
  list-style-image: url(http://kip.imageg.net/images/hd_sqDingbat.gif);
}
/* line 33, kip.scss */
.content-asset ul.questions,
.content-asset ul.answers li {
  margin-bottom: 60px;
}
/* line 37, kip.scss */
.content-asset table {
  border: solid 1px #cccccc;
  border-collapse: separate;
  margin-bottom: 24px;
}
/* line 43, kip.scss */
.content-asset th {
  background-color: #cccccc;
  color: #fff;
  padding: 1em;
  vertical-align: top;
}
/* line 50, kip.scss */
.content-asset tr.odd {
  background-color: #eee;
}
/* line 56, kip.scss */
.content-asset a.anchor,
.content-asset #contactUsKIP {
  display: block;
  position: relative;
  top: -175px;
  visibility: hidden;
}
