  /*!
 * Bootstrap Utilities v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/*!
 * Bootstrap Utilities v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/*!
 * Bootstrap Utilities v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.rich-text p:has(+ .media--type-document) {
  display: inline;
}
.rich-text .media--view-mode-default:not(.media--type-document) {
  aspect-ratio: 16/9;
  height: auto;
}
.rich-text .media--view-mode-default:not(.media--type-document) .media-oembed-content,
.rich-text .media--view-mode-default:not(.media--type-document) video {
  height: 100%;
  width: 100%;
  max-width: none;
}
.rich-text .media--type-document {
  display: inline-block;
}
.rich-text .media--type-document + p {
  display: inline;
}
.rich-text .media--type-document .media-library-item__edit {
  display: inline-block;
  margin: 0;
}
.rich-text .media--type-document .file--application-pdf::before,
.rich-text .media--type-document .file--x-office-document::before {
  background-image: url("/themes/custom/csuohio_theme/static/images/file-pdf-fill.svg");
  background-repeat: no-repeat;
  background-size: 26px;
  content: "";
  display: inline-block;
  height: 26px;
  margin-right: 10px;
  vertical-align: -6px;
  width: 26px;
}
.rich-text .media--type-document .file--x-office-document::before {
  background-image: url("/themes/custom/csuohio_theme/static/images/file-word-fill.svg");
}
.rich-text .caption-drupal-media .media {
  margin: 0 !important;
}
.rich-text .caption-drupal-media figcaption {
  font-family: "Roboto";
  padding: 1.875rem 1.25rem;
  font-style: italic;
  background: #006a4d;
  color: #ffffff;
}
.rich-text .caption-drupal-media:has(article.media--type-remote-video, article.media--type-video-file) {
  width: 100%;
  margin: 0;
}
.rich-text .caption-drupal-media:has(article.media--type-remote-video, article.media--type-video-file) figcaption {
  padding: 1.5rem 0;
  font-weight: bold;
  background: transparent;
  color: #16181a;
  font-size: 1rem;
}
.rich-text h2,
.rich-text .h2 {
  font-size: calc(1.45rem + 2.4vw);
}
@media (min-width: 1200px) {
  .rich-text h2,
  .rich-text .h2 {
    font-size: 3.25rem;
  }
}
.rich-text h3,
.rich-text .h3 {
  font-size: calc(1.3625rem + 1.35vw);
}
@media (min-width: 1200px) {
  .rich-text h3,
  .rich-text .h3 {
    font-size: 2.375rem;
  }
}
.rich-text h2,
.rich-text h3 {
  color: #006a4d;
}
.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5,
.rich-text h6 {
  margin-top: 2rem;
}
.rich-text h4,
.rich-text h5,
.rich-text h6 {
  font-size: 2rem;
}
@media (min-width: 1200px) {
  .rich-text h4 h4,
  .rich-text h4 .h4,
  .rich-text h5 h4,
  .rich-text h5 .h4,
  .rich-text h6 h4,
  .rich-text h6 .h4 {
    font-size: 2rem;
  }
}
.rich-text h4,
.rich-text h5 {
  color: #f58344;
}
.rich-text h5 {
  text-transform: uppercase;
}
.rich-text h6 {
  color: #69be28;
}
.rich-text hr {
  margin-top: 2rem;
}
.rich-text .caption-drupal-media:not(.media--type-document),
.rich-text .media:not(.media--type-document) {
  margin-left: 0;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .rich-text .caption-drupal-media:not(.media--type-document),
  .rich-text .media:not(.media--type-document) {
    margin-left: 0;
    margin-right: 2.625rem;
  }
}
.rich-text .caption-drupal-media:not(.media--type-document).align-left,
.rich-text .media:not(.media--type-document).align-left {
  float: left;
  margin-left: 0;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .rich-text .caption-drupal-media:not(.media--type-document).align-left,
  .rich-text .media:not(.media--type-document).align-left {
    margin-left: 0;
    margin-right: 2.625rem;
  }
}
.rich-text .caption-drupal-media:not(.media--type-document).align-right,
.rich-text .media:not(.media--type-document).align-right {
  float: right;
  margin-right: 0;
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .rich-text .caption-drupal-media:not(.media--type-document).align-right,
  .rich-text .media:not(.media--type-document).align-right {
    margin-right: 0;
    margin-left: 2.625rem;
  }
}
.rich-text .caption-drupal-media:not(.media--type-document).align-center,
.rich-text .media:not(.media--type-document).align-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.rich-text table {
  width: 100%;
  margin-bottom: 48px;
  border-collapse: collapse;
  table-layout: fixed;
}
.rich-text table tr td,
.rich-text table tr th {
  border: 1px solid #000000;
  word-wrap: break-word;
}
.rich-text table tr th {
  background-color: #006a4d;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 550;
  padding: 1rem 0.75rem;
}
@media (min-width: 768px) {
  .rich-text table tr th {
    padding: 1rem 1.5rem;
  }
}
.rich-text table tr td {
  padding: 0.5rem 0.75rem;
}
@media (min-width: 768px) {
  .rich-text table tr td {
    padding: 0.5rem 1.5rem;
  }
}
.rich-text table a {
  text-decoration: none;
}