@font-face {
  font-family: 'Roboto';
  src: url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
}


/* Common CSS */
body {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  color: #333;
}

.small-text {
  font-size: 12px;
  line-height: 18px;
}

a {
  color: #5B92E5;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  color: #4d4d4d;
}
h1 span.small-text, h2 span.small-text, h3 span.small-text, h4 span.small-text, h5 span.small-text, h6 span.small-text {
  font-size: 14px !important;
  font-weight: normal;
}

h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 50px;
  margin-top: 20px; 
}

h1:after {
  content: "";
  width: 80px;
  height: 3px;
  background-color: #009EDB;
  display: block;
  margin-top: 15px;
}

h1 span {
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 1023px) {
  h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 30px; 
}
h2:after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #009EDB;
  display: block;
  margin-top: 15px;
}
h2 svg, h2 img {
  margin-right: 8px;
  height: 40px;
}

@media (max-width: 1023px) {
  h2 {
    font-size: 22px;
  }
  h2:after {
    width: 40px;
  }
}
h3 {
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 1023px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 1023px) {
  h4 {
    font-size: 18px;
  }
}
h5 {
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 1023px) {
  h5 {
    font-size: 16px;
  }
}
h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

@media (max-width: 1023px) {
  h6 {
    font-size: 18px;
  }
}
p {
  margin-bottom: 16px;
  line-height: 22px;
}
aside.footnote-list {
  font-size: 12px;
}
footer.prev-next-footer {
  font-size:14px;
}
figure.align-center {
  display:flex;
}
figure {
  display: flex;
  flex-direction: column-reverse;
}
figcaption .caption-text {
  color:#009EDB;
}
figcaption .caption-number {
  font-weight:600;
  color:#009EDB;
}
