a {
  text-decoration: underline;
  color: #6692ce;
}

a:hover {
  text-decoration: none;
  color: #2a5897;
}

h1 {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 20px;
}

h2 {
  font-size: 26px;
  margin: 10px 0 10px;
  font-weight: normal;
}

h3 {
  font-size: 20px;
  margin: 5px 0 10px;
  font-weight: normal;
}

h4 {
  font-size: 20px;
  margin: 5px 0 10px;
  font-weight: normal;
}

p {
  line-height: 20px;
  word-wrap: break-word;
  margin-bottom: 20px;
}

ol {
  list-style-position: outside;
}

ol, ul {
  margin-bottom: 20px;
}

ol li {
  list-style-type: decimal;
  position: relative;
  list-style-type: none;
}

ol {
  list-style: none;
  counter-reset: list1;
  margin: 0px 0 0px 15px;
  padding: 0;
}

ol li:before {
  counter-increment: list1;
  content: counter(list1) ".";
  position: relative;
  top: 0px;
  margin-left: -15px;
  margin-right: 5px;
  text-align: right;
  font-size: 14px;
  color: #6692ce;
}

li {
  margin-bottom: 10px;
}

ul {
  list-style-position: outside;
  padding-left: 20px;
  list-style: none;
}

ul > li {
  list-style-type: none;
  list-style: none;
}

ul > li:before {
  content: "";
  display: block;
  float: left;
  width: 7px;
  height: 7px;
  margin: 4px 15px 0 -10px;
  background: #75a2d8;
}

ul > li > ul {
  list-style-type: none;
  list-style-position: outside;
  padding-left: 5px;
  margin-top: 10px;
}

blockquote {
  padding-right: 44px;
  position: relative;
  font-style: italic;
  color: #666;
  margin: 20px 0;
}

blockquote:before {
  content: "";
  display: block;
  position: absolute;
  top: 26px;
  left: 0px;
  width: 27px;
  height: 22px;
  background: url("../images/first_quote.png");
}

table {
  width: 100%;
  border: #d9d9d9 solid 1px;
  border-collapse: collapse;
  border-spacing: 0px;
  margin: 10px 0;
}

td, th {
  padding: 10px;
  background: #fff;
  text-align: left;
}

th {
  font-weight: normal;
  background: #6692ce;
}

td + td {
  border-left: #d9d9d9 solid 1px;
}

table tr.even td {
  background: #f2f2f2;
}

.content p, .content li {
  text-align: justify;
}

.table-scroll-wrap {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 20px 0;
}

.table-scroll-wrap > div {
  overflow-x: auto;
}

.table-scroll-wrap .table {
  margin: 0;
}

.table {
  margin: 20px 0;
  width: 100%;
  clear: both;
  border: 0;
  border-radius: 2px;
  font-weight: normal;
}
.table p {
  margin: 0;
}
.table tr:nth-child(odd) td {
  /*background: #f4f4f4;*/
}
.table th {
  text-align: left;
  padding: 9px 23px 10px;
  vertical-align: top;
  border-bottom: solid 2px #3b5f92;
  font-weight: bold;
}
.table th:empty {
  padding: 0;
  border-left: solid 1px transparent;
}
.table td {
  padding: 9px 23px 10px;
  color: #333;
  vertical-align: top;
  border-top: solid 1px #e0e0e0;
}
.table td img {
  min-width: 150px;
}

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

@media screen and (max-width: 640px) {
  .content-cols > div {
    flex-basis: 100%;
  }
}

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