.cms-content-wrapper {
  padding-top: 40px;
}
.cms-content-wrapper * {
  font-family: "Brown-Regular", serif, Arial;
}
.cms-content-wrapper h1 {
  font-size: 21px;
  color: #4387e7;
  text-transform: none;
  margin-bottom: 16px;
}
.cms-content-wrapper h2 {
  font-size: 20px;
  color: #454545;
  margin-bottom: 16px;
}
.cms-content-wrapper h3 {
  color: #4387e7;
  font-size: 19px;
  margin-bottom: 16px;
}
.cms-content-wrapper h4 {
  font-size: 18px;
  line-height: 28px;
  color: #454545;
}
.cms-content-wrapper h5 {
  color: #454545;
  margin-bottom: 16px;
}
.cms-content-wrapper img {
  margin-top: 18px;
  margin-bottom: 34px;
}
@media (max-width: 991px) {
  .cms-content-wrapper img {
    max-width: 100%;
  }
}
.cms-content-wrapper a,
.cms-content-wrapper a:visited {
  color: #4387e7;
  cursor: pointer;
}
.cms-content-wrapper p {
  font-size: 16px;
  color: #454545;
  line-height: 24px;
  margin-bottom: 16px;
  font-family: "Brown-Light", Arial, sans-serif;
}
.cms-content-wrapper p strong,
.cms-content-wrapper p b {
  color: #454545;
}
.cms-content-wrapper p a {
  text-decoration: underline;
  font-family: "Brown-Light", Arial, sans-serif;
}
.cms-content-wrapper blockquote {
  margin-top: 18px;
  margin-bottom: 46px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  border-left: 0;
  max-width: 700px;
  margin: 18px auto 46px;
  padding: 70px 50px;
}
@media (max-width: 991px) {
  .cms-content-wrapper blockquote {
    padding: 30px 20px;
  }
}
.cms-content-wrapper blockquote p {
  position: relative;
  margin: 0;
  line-height: 28px;
  font-size: 24px;
  color: #4387e7;
  text-align: justify;
  padding: 0 5px;
}
@media (max-width: 991px) {
  .cms-content-wrapper blockquote p {
    font-size: 18px;
  }
}
.cms-content-wrapper blockquote p:before,
.cms-content-wrapper blockquote p:after {
  content: '\e957';
  font-family: 'icomoon';
  font-size: 50px;
  line-height: 50px;
  position: absolute;
}
@media (max-width: 991px) {
  .cms-content-wrapper blockquote p:before,
  .cms-content-wrapper blockquote p:after {
    font-size: 20px;
    line-height: 20px;
  }
}
.cms-content-wrapper blockquote p:before {
  bottom: 100%;
  right: 100%;
}
.cms-content-wrapper blockquote p:after {
  top: 100%;
  left: 100%;
}
.cms-content-wrapper p + blockquote {
  margin-top: 35px;
}
.cms-content-wrapper ul {
  list-style: none;
  margin-bottom: 16px;
}
.cms-content-wrapper ul li {
  line-height: 24px;
  font-size: 16px;
  font-family: "Brown-Light", Arial, sans-serif;
  color: #454545;
}
.cms-content-wrapper ul li:before {
  content: "•";
  line-height: 19px;
  color: #4387e7;
  font-size: 16px;
  padding-right: 16px;
}
.cms-content-wrapper ol {
  counter-reset: item;
  margin-bottom: 16px;
  padding: 0;
}
.cms-content-wrapper ol li {
  font-family: "Brown-Light", Arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
  display: block;
  position: relative;
  padding-left: 35px;
  color: #454545;
}
.cms-content-wrapper ol li:before {
  content: counter(item) ". ";
  font-family: "Brown-Bold", Arial, sans-serif;
  counter-increment: item;
  color: #4387e7;
  position: absolute;
  left: 0;
}
/*# sourceMappingURL=cms-content.css.map */
.cms-content-wrapper > .cms-content.text {
  max-width: 840px;
  margin: 0 auto;
}
/*# sourceMappingURL=text.css.map */