/* = Styles for CMS Content */
.wide-content-holder {
  margin: 0 0 60px;
  padding: 30px;
  background: #fff;
  border: 1px solid #dbdbdb;
}
.a-center {
  text-align: center;
}
.cms-content {
  font: 13pt/1.4 "Open Sans", sans-serif;
}
.cms-content h1,
.cms-content h2,
.cms-content h3,
.cms-content h4,
.cms-content h5 {
  font: 28pt/1.4 "Open Sans", sans-serif;
  margin-bottom: 14px;
}
.cms-content ul,
.cms-content ol {
  padding-bottom: 15px;
}
.cms-content h1 {
  margin-bottom: 30px;
}
.cms-content h2 {
  font-size: 23pt;
}
.cms-content h3 {
  font-size: 19pt;
}
.cms-content h4 {
  font-size: 17pt;
}
.cms-content h5 {
  font-size: 15pt;
}
.cms-content p {
  margin-bottom: 28px;
}
.cms-content ul {
  margin-left: 25px;
  list-style: circle;
}
.cms-content ol {
  margin-left: 25px;
  list-style: decimal;
}
.cms-content ul ul,
.cms-content ol ol {
  margin-bottom: 14px;
}
.cms-content li {
  margin-bottom: 24px;
}
.cms-content dl {
  margin: 0 0 15px;
}
.cms-content dt {
  font-weight: bold;
}
.cms-content dd {
  margin: 0 0 10px 15px;
}
/*# sourceMappingURL=../css/cms.less.map */