.content {
  padding-top: 40px;
  padding-bottom: 20px;
}
.content:after {
  display: block;
  clear: both;
  content: "";
}
.content .align-none,
.content .alignnone {
  display: inline;
}
.content .align-center,
.content .aligncenter {
  margin: 0 auto;
  text-align: center;
}
.content .align-left,
.content .alignleft {
  margin: 0 20px 20px 0;
  float: left;
}
.content .align-right,
.content .alignright {
  margin: 0 0 20px 20px;
  float: right;
}
.content .wp-caption,
.content figure {
  margin: 0 0 20px;
}
.content .wp-caption .wp-caption-text,
.content .wp-caption figcaption,
.content figure .wp-caption-text,
.content figure figcaption {
  margin: 5px;
  font-style: italic;
}
.content ul {
  margin: 0 0 20px;
  list-style: none;
}
.content ul li {
  padding-left: 15px;
  position: relative;
}
.content ul li:before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #8fb26b;
  content: "";
}
.content ol {
  margin: 0 0 20px;
  list-style: none;
}
.content ol li {
  padding-left: 20px;
  position: relative;
}
.content ol li:nth-child(1):before {
  content: "1.";
}
.content ol li:nth-child(2):before {
  content: "2.";
}
.content ol li:nth-child(3):before {
  content: "3.";
}
.content ol li:nth-child(4):before {
  content: "4.";
}
.content ol li:nth-child(5):before {
  content: "5.";
}
.content ol li:nth-child(6):before {
  content: "6.";
}
.content ol li:nth-child(7):before {
  content: "7.";
}
.content ol li:nth-child(8):before {
  content: "8.";
}
.content ol li:nth-child(9):before {
  content: "9.";
}
.content ol li:nth-child(10):before {
  content: "10.";
}
.content ol li:nth-child(11):before {
  content: "11.";
}
.content ol li:nth-child(12):before {
  content: "12.";
}
.content ol li:nth-child(13):before {
  content: "13.";
}
.content ol li:nth-child(14):before {
  content: "14.";
}
.content ol li:nth-child(15):before {
  content: "15.";
}
.content ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #005391;
}
.content dl {
  margin: 0 0 20px;
}
.content dl dt {
  font-weight: bold;
}
.content dl dd {
  margin-left: 20px;
}
.content table {
  margin: 0 0 20px;
  width: 100%;
}
.content table caption {
  padding: 10px;
  font-size: 25.5px;
  color: #000;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
.content table th,
.content table td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
.content table th {
  font-weight: bold;
  text-align: left;
}
.content table thead th {
  background: #efefef;
}
.content table tfoot {
  font-style: italic;
}
.content .display-1,
.content h1 {
  margin: 0 0 10px;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: #005391;
  font-size: 36px;
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .content .display-1,
  .content h1 {
    font-size: 28.8px;
  }
}
@media only screen and (max-width: 991px) {
  .content .display-1,
  .content h1 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .content .display-1,
  .content h1 {
    font-size: 21.6px;
  }
}
.content .display-2,
.content h2 {
  margin: 0 0 10px;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: #005391;
  font-size: 36px;
}
@media only screen and (max-width: 1199px) {
  .content .display-2,
  .content h2 {
    font-size: 28.8px;
  }
}
@media only screen and (max-width: 991px) {
  .content .display-2,
  .content h2 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .content .display-2,
  .content h2 {
    font-size: 21.6px;
  }
}
.content .display-3,
.content h3 {
  margin: 0 0 10px;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: #005391;
  font-size: 32px;
}
@media only screen and (max-width: 1199px) {
  .content .display-3,
  .content h3 {
    font-size: 26.24px;
  }
}
@media only screen and (max-width: 991px) {
  .content .display-3,
  .content h3 {
    font-size: 24.96px;
  }
}
@media only screen and (max-width: 767px) {
  .content .display-3,
  .content h3 {
    font-size: 20.8px;
  }
}
.content .display-4,
.content h4 {
  margin: 0 0 10px;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: #005391;
  font-size: 28px;
}
@media only screen and (max-width: 1199px) {
  .content .display-4,
  .content h4 {
    font-size: 23.8px;
  }
}
@media only screen and (max-width: 991px) {
  .content .display-4,
  .content h4 {
    font-size: 23.24px;
  }
}
@media only screen and (max-width: 767px) {
  .content .display-4,
  .content h4 {
    font-size: 20.16px;
  }
}
.content .display-5,
.content h5 {
  margin: 0 0 10px;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: #005391;
  font-size: 24px;
}
@media only screen and (max-width: 1199px) {
  .content .display-5,
  .content h5 {
    font-size: 22.32px;
  }
}
@media only screen and (max-width: 991px) {
  .content .display-5,
  .content h5 {
    font-size: 21.6px;
  }
}
@media only screen and (max-width: 767px) {
  .content .display-5,
  .content h5 {
    font-size: 19.2px;
  }
}
.content .display-6,
.content h6 {
  margin: 0 0 10px;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: #005391;
  font-size: 21px;
}
@media only screen and (max-width: 1199px) {
  .content .display-6,
  .content h6 {
    font-size: 19.95px;
  }
}
@media only screen and (max-width: 991px) {
  .content .display-6,
  .content h6 {
    font-size: 18.9px;
  }
}
@media only screen and (max-width: 767px) {
  .content .display-6,
  .content h6 {
    font-size: 18.06px;
  }
}
.content .subtitle {
  margin-top: -10px;
  display: block;
  letter-spacing: 1px;
}
.content p {
  margin-bottom: 20px;
}
.content strong, .content dfn {
  font-weight: bold;
}
.content em, .content dfn {
  font-style: italic;
}
.content sup,
.content sub {
  line-height: 0;
}
.content address {
  margin: 0 0 20px;
  display: block;
  font-style: italic;
}
.content address > *:last-child {
  margin-bottom: 0;
}
.content blockquote {
  margin: 0 0 20px;
  padding: 20px;
  font-style: italic;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.content blockquote > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .content img.align-left, .content img.alignleft, .content img.align-right, .content img.alignright {
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .content {
    padding-top: 20px;
  }
}
.content--error {
  padding-top: 100px;
  min-height: 520px;
}
@media only screen and (max-width: 1199px) {
  .content--error {
    padding-top: 80px;
    min-height: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .content--error {
    padding-top: 50px;
    min-height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .content--error {
    padding-top: 30px;
    min-height: 200px;
  }
}
