.h1, .content h1, .mfp-content h1, .h2, .content h2, .mfp-content h2, .h3, .content h3, .mfp-content h3, .h4, .content h4, .mfp-content h4 {
  margin: 40px 0 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #565655;
}

.h1, .content h1, .mfp-content h1 {
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .h1, .content h1, .mfp-content h1 {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .h1, .content h1, .mfp-content h1 {
    margin-bottom: 24px;
  }
}

.h2, .content h2, .mfp-content h2 {
  font-size: 20px;
}

.h3, .content h3, .mfp-content h3 {
  font-size: 17px;
}

.h4, .content h4, .mfp-content h4 {
  font-size: 14px;
}

.content p, .mfp-content p {
  margin: 0 0 20px;
}
.content small, .mfp-content small {
  font-size: 85%;
  line-height: 1.2;
}
.content hr, .mfp-content hr {
  margin: 20px 0;
  height: 1px;
  border: none;
  background-color: #f7f7f7;
}
.content ul, .content ol, .mfp-content ul, .mfp-content ol {
  padding: 0;
  margin: 0 0 20px;
  list-style-type: none;
  counter-reset: list;
}
.content ul li, .content ol li, .mfp-content ul li, .mfp-content ol li {
  position: relative;
  padding-left: 20px;
  margin: 10px 0;
}
.content ul li:before, .content ol li:before, .mfp-content ul li:before, .mfp-content ol li:before {
  position: absolute;
  top: 0;
  left: 0;
}
.content ul li:before, .mfp-content ul li:before {
  content: "";
  top: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border: 1px solid #2e3d8c;
}
.content ul li:after, .mfp-content ul li:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 2px;
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  background-color: #2e3d8c;
}
.content ol li:before, .mfp-content ol li:before {
  counter-increment: list;
  content: counter(list) ".";
  color: #2e3d8c;
  font-weight: 500;
}
.content table, .mfp-content table {
  width: 100%;
  margin-bottom: 20px;
}
.content table td, .content table th, .mfp-content table td, .mfp-content table th {
  vertical-align: top;
  padding: 17px 30px;
  color: #565655;
  border-bottom: 1px solid #f3f3f3;
}
@media only screen and (max-width: 549px) {
  .content table td, .content table th, .mfp-content table td, .mfp-content table th {
    padding: 10px 15px;
  }
}
.content table th, .mfp-content table th {
  vertical-align: bottom;
  font-weight: 500;
  background: #f7f7f7;
}
.content .table-responsive, .mfp-content .table-responsive {
  margin-bottom: 20px;
  border-radius: 4px;
}
@media only screen and (max-width: 549px) {
  .content .table-responsive, .mfp-content .table-responsive {
    width: auto;
    margin: 0 -15px 20px;
  }
}
.content .table-responsive table, .mfp-content .table-responsive table {
  margin: 0;
}
