@font-face {
  font-family: Gilroy;
  src: url('fonts/gilroy-extrabold-webfont.woff2') format('woff2'),
    url('fonts/gilroy-extrabold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: Gilroy;
  src: url('fonts/gilroy-light-webfont.woff2') format('woff2'),
    url('fonts/gilroy-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@media print {
  .no-print {
    display: none;
  }
}

.article-content {
  background: #fff;
  color: #000;
  font-family: "Gilroy";
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.article-content-margin-fix {
  margin: 0px -30px 0px 0px;
}

.fullwidth .article-content {
  margin: 0;
}

@media only screen and (max-width: 1000px) {
  .article-content-margin-fix {
    margin: 0px;
  }
}

.article-content p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.article-content a {
  text-decoration: underline;
}
.article-content h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}
.article-content h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.article-content h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  color: #333333;
}
.article-content h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: normal;
  font-style: italic;
  line-height: 24px;
}
.article-content h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: normal;
}
.article-content h6 {
  font-size: 9pt;
  font-weight: 400;
  margin: 0px;
}
.article-content a {
  color: #000;
}
.article-content a:hover {
  color: #000;
}
.article-content blockquote {
  margin-inline-start: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.article-content li {
  margin: 10px 0px;
}
.article-content hr {
  height: 1.5px;
  background: black;
}
.article-content .header {
  margin-top: 40px;
  margin-bottom: 30px;
}
.article-content .header h1 {
  padding-top: 2px;
  border-bottom: 1.5px solid #000000;
}
.article-content .header p {
  padding-top: 2px;
  border-bottom: 1px solid #000000;
}
.article-content .subheader {
  margin-top: 30px;
  margin-bottom: 20px;
  border-top: 2px solid #000000;
  border-bottom: 1px solid #000000;
}
.article-content .subheader h2 {
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 5px;
}
.article-content .subheader p {
  border-bottom: 1px solid #000000;
}
.article-content .figure {
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.article-content .figure p {
  text-align: center;
}
.article-content .figure h3 {
  margin-top: 10px;
  margin-right: 40px;
  margin-bottom: 10px;
  margin-left: 40px;
  text-align: left;
}
.article-content .figure p:last-child {
  font-weight: 400;
  font-size: 12px;
  margin-top: 10px;
  margin-right: 40px;
  margin-bottom:20px;
  margin-left: 40px;
}
.article-content .figure p:last-of-type {
   margin-left: 40px;
}
.article-content .figure p img {
  width: auto !important;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.article-content .figure p {
  width: auto !important;
  max-width: 100%;
  text-align: left;
}
.article-content .code-block {
  border: 0.5px dashed #ccc;
}
.article-content .hljs {
  border: 0;
}
.article-content .video-embed {
  margin-top: 10px;
  margin-bottom: 12px;
  position: relative;
  padding-bottom: 56.44%;
  background: #000;
}
.article-content .video-embed iframe {
  position: absolute;
  top: 0;
  left:0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.article-content .quiz-embed {
  margin-bottom: 20px;
}
.article-content .quiz-embed iframe {
  background: #CCCCCC;
  width: 1px;
  min-width: 100%;

}
.article-content .align-center {
  text-align: center;
}
.article-content .align-right {
  text-align: right;
}
.article-content p img {
  width: 100%;
}
/* image-block container */
.article-content .image-block {
  display: table;
}
.article-content .image-block p:first-child {
  margin-top: 0px;
}
.article-content .image-block img {
  display: table-cell;
  margin-right: 10px;
  width: auto;
}
/* text-block container */
.article-content .text-block {
  display:table-cell;
  vertical-align:top;
}
.article-content .text-block *:first-child {
  margin-top: 0px;
}
