.news-container-outer {
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: 2rem;
}

.news-container {
  width: 100%;
  /* border: 1px solid dodgerblue; */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  max-width: 900px;
  margin: 0 auto;
}

.usr-accnt-inner {
  max-width: 63rem;
  /* border: 1px solid blue; */
  width: 100%;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-family: "Source Sans Pro", sans-serif;
}

hr.useracct-hr {
  border: 2px solid #cccccc;
  margin-bottom: 1.5rem;
}

#news-title {
  font-weight: 500;
  font-size: 23px;
  color: #222222;
  margin-bottom: 0.25rem;
  margin-top: 2rem;
  letter-spacing: 0.1em;
}

#sub-title {
  color: #444;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#sub-title p {
  margin-right: 1rem;
  font-size: 15px;
}

#sub-title span {
  font-size: 7px;
  text-transform: uppercase;
  color: #999;
  align-self: center;
  white-space: nowrap;
}

.news-subheader {
  align-self: flex-start;
  color: #484848;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.news-para-title-block {
  margin-top: 2rem;
  align-self: flex-start;
  color: #404040;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0.5rem;
}

.news-para {
  font-size: 14px;
  line-height: 1.8em;
  color: #484848;
  max-width: 800px;
  align-self: flex-start;
  margin-bottom: 2rem;
}

.link-to-news-article-div div {
  margin: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.link-to-news-article-div div:hover {
  opacity: 0.8;
  cursor: pointer;
}
.news-index-article-title {
  font-size: 0.875rem;
  margin-top: 1rem;
  font-weight: 500;
}
.news-index-article-title:hover {
  text-decoration: underline;
}

.news-content-2024 p {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  height: 100%;
}
.news-content-2024 a {
  font-weight: 500;
}
.news-content-2024 a:hover {
  text-decoration: underline;
}
.news-content-2024 {
  line-height: 1.8rem;
}

.news-content-2024 img {
  display: inline !important;
  vertical-align: middle !important;
}

.subheader-13b {
  font-size: 13px;
  font-weight: 600;
  color: #404040;
  line-height: 2.2em;
}

.subheader-14b {
  font-size: 14px;
  font-weight: 600;
  color: #404040;
  line-height: 2.4em;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.text-10 {
  font-size: 10px;
  line-height: 1.6em;
}
.text-11 {
  font-size: 11px;
  line-height: 1.6em;
}

.graytext11 {
  color: #777777;
  font-size: 11px;
}

.imagetext-11 {
  font-size: 11px;
  color: #777;
  line-height: 2em;
}

strong {
  font-weight: 500 !important;
}
.news-content-2024 p iframe {
  aspect-ratio: 16 / 9;
  max-width: 100%;
}

.subheader-15b {
  font-size: 15px;
  font-weight: 500;
  color: #404040;
  line-height: 2.6em;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.bluelink:hover {
  color: #5588bb;
  text-decoration: underline;
}

@media (min-width: 900px) {
  .news-container-outer {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  #sub-title p {
    margin-right: 0rem;
  }
  #sub-title p {
    font-size: 17px;
  }

  #sub-title span {
    font-size: 9px;
  }
  .news-container-outer {
    padding-top: 0;
  }
}
