p {
  margin: 20px 0;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  text-decoration-color: #2c62aa !important;
}

h1, h2, h3, h4, .title, .title2, .title3 {
  margin: 0 0 25px;
  padding: 0;
  letter-spacing: 0;
  text-align: left;
  line-height: 1.15;
  font-weight: 500;
}

h1 {
  font-size: 44px;
  color: #333;
}

h2, .title, .title2, .main-page h1 {
  font-size: 36px;
}

h3, .title3 {
  font-size: 26px;
}

h4 {
  font-size: 24px;
}

.title, .main-page h1 {
  margin-bottom: 40px;
}
.title.t2, .main-page h1.t2 {
  font-size: 30px;
}

blockquote {
  margin: 20px 0;
  padding: 20px 45px;
  background: #f9f9f9;
  position: relative;
  font-style: italic;
  border-left: solid 4px #2c62aa;
  z-index: 1;
}
blockquote:after {
  position: absolute;
  content: none;
  font-size: 100px;
  line-height: 1;
  color: #2c62aa;
  left: -10px;
  top: 0;
  z-index: -1;
}

ul {
  margin: 30px 0;
  line-height: 25px;
}
ul li {
  overflow: hidden;
  position: relative;
  padding-left: 30px;
}
ul li + li {
  margin-top: 15px;
}
ul li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #2c62aa;
  left: 0;
  top: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ol {
  list-style-image: none;
  list-style-type: none;
  margin: 30px 0;
  counter-reset: item;
  line-height: 25px;
}
ol > li {
  display: block;
  position: relative;
  padding-left: 30px;
}
ol > li + li {
  margin-top: 15px;
}
ol > li:before {
  content: counters(item, "") ". ";
  counter-increment: item;
  position: absolute;
  top: 2px;
  left: 0;
  width: 26px;
  color: #2c62aa;
  font-weight: 500;
  font-size: 14px;
}

.table {
  margin: 20px 0;
  width: 100%;
  clear: both;
  border: 0;
  border-radius: 2px;
  font-weight: 300;
}
.table p {
  margin: 0;
}
.table tr:nth-child(odd) td {
  background: #fafafa;
}
.table th {
  text-align: left;
  padding: 9px 23px 10px;
  font-weight: 400;
  vertical-align: top;
  border-bottom: solid 2px #2c62aa;
}
.table th:empty {
  padding: 0;
  border-left: solid 1px transparent;
}
.table td {
  padding: 9px 23px 10px;
  color: #333;
  vertical-align: top;
  line-height: 1.5;
  /*border-top: solid 1px #e0e0e0;*/
}

.content-cols {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.content-cols > div {
  flex-shrink: 1;
  flex-basis: calc(100% / 2 - 20px);
  margin: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.content-cols > div img {
  max-width: 100%;
  display: flex;
  height: auto;
}
.content-cols.c3 > div {
  flex-basis: calc(100% / 3 - 20px);
}
.content-cols.c4 > div {
  flex-basis: calc(100% / 4 - 20px);
}
.content-cols.c25 > div {
  flex-basis: calc(25% - 20px);
}
.content-cols.c25 > div:nth-child(2) {
  flex-basis: calc(75% - 20px);
}

@media screen and (max-width: 768px) {
  h1, h2, h3, h4, .title {
    font-weight: 500;
  }

  h1 {
    font-size: 34px;
  }

  h2, .title, .main-page h1 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  .content-cols {
    margin: 0;
  }
  .content-cols > div {
    flex-basis: 100% !important;
    margin: 10px 0;
  }
}

/*# sourceMappingURL=content.css.map */
