.articleWrapper {
  position: relative;
}

.articleContent .tocHeading {
  position: absolute;
  top: 0;
  right: 790px;
}

.articleContent h2 {
  font-size: 2.4rem;
  color: #1f89a2;
  letter-spacing: 1.85px;
  border-bottom: 2px solid #1f89a2;
  padding-left: 0.4rem;
  padding-bottom: 0.4rem;
  margin-bottom: 2rem;
  margin-top: 8rem;
}

.articleContent h2:first-of-type {
  margin-top: 0;
}

.articleContent h3 {
  font-size: 2rem;
  color: #1f89a2;
  letter-spacing: 1.55px;
  padding-left: 2rem;
  margin-bottom: 1.6rem;
  position: relative;
}

.articleContent h3::before {
  content: '';
  background-color: #43cff1;
  width: 1.6rem;
  height: 0.2rem;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}

.articleContent h4 {
  font-size: 1.8rem;
  letter-spacing: 1.55px;
  color: #1f89a2;
  margin-bottom: 1.6rem;
}

.articleContent p {
  font-size: 1.6rem;
  letter-spacing: 1.24px;
  line-height: 2;
  margin-bottom: 3.2rem;
}

.articleContent strong {
  font-weight: bold;
}

.articleContent img {
  display: block;
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 0 auto 3.2rem;
}

.articleContent a {
  color: #3e7794;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #3e7794;
  letter-spacing: 2px;
  font-size: 1.6rem;
  padding-left: 1.6rem;
}

.articleContent a::after {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  background-size: cover;
  background-image: url('/img/external-link-alt-solid-link.svg');
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
}

.articleContent cite {
  width: 100%;
  background-color: #eeeeee;
  padding: 0.4rem 0.8rem;
  line-height: 1;
  font-size: 1.2rem;
  display: block;
  margin-bottom: 2rem;
}

.articleContent cite a {
  color: #544c6d;
  font-size: 1.2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  line-height: 1;
  position: relative;
  text-decoration: none;
  border-bottom: 0;
}

.articleContent cite a::before {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  background-size: cover;
  background-image: url('/img/link-solid.svg');
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
}

.articleContent cite a::after {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  background-size: cover;
  background-image: url('/img/external-link-alt-solid.svg');
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  left: initial;
}

.articleContent iframe {
  max-width: 600px;
  height: 400px;
  margin: 0 auto 3.2rem;
  text-align: center;
  display: block;
}

.articleContent .internalAnchor {
  padding: 1.5rem;
  border: 1px solid #d7e4e5;
  display: flex;
  align-items: center;
  margin: 2rem auto;
  box-shadow: 1px 2px 3px #00000020;
  text-decoration: none;
}

.articleContent .internalAnchor::after {
  display: none;
}

.articleContent .ownedService {
  display: flex;
  align-items: center;
  padding: 1.2rem 2rem;
  border: 1px solid #d7e4e5;
  box-shadow: 1px 2px 3px #00000020;
  text-decoration: none;
}

.articleContent .ownedService::after {
  display: none;
}

.articleContent .ownedService img {
  height: 60px;
  width: auto;
  margin: 0 3.2rem 0 0;
  display: block;
}

.articleContent .ownedService .text {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  display: block;
  color: #333333;
  margin-bottom: 1.2rem;
}

.articleContent .ownedService .linkText {
  font-size: 1.4rem;
  color: #0e9cba;
  line-height: 1;
  display: block;
}

.internalAnchor {
  position: relative;
}

.internalAnchor a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.internalAnchor img {
  width: 250px;
  margin: 0 auto;
}

.internalAnchor div {
  margin-left: 2rem;
}

.internalAnchor span {
  display: block;
  font-size: 1.6rem;
  color: #1f89a2;
  line-height: 1.4;
}

.internalAnchor span:last-child {
  font-size: 1rem;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 1rem;
}

.internalAnchor span p {
  display: none;
}

@media only screen and (max-width: 780px) {
  .internalAnchor {
    flex-flow: column;
  }

  .internalAnchor img {
    width: 300px;
    margin: 0 auto 1rem;
  }
}

@media screen and (max-width: 600px) {
  .articleContent h2 {
    font-size: 2rem;
  }

  .articleContent h3 {
    font-size: 1.6rem;
  }

  .articleContent h4 {
    font-size: 1.4rem;
  }

  .articleContent p {
    font-size: 1.4rem;
  }
}
