.ts-content h1 {
  font-size: 32px;
  font-weight: bold; }
.ts-content a{
  color: #192e5b;
  text-decoration: underline;
}
.ts-content h2 {
  font-size: 24px;
  font-weight: bold;
  padding: 2rem 0 0;
  margin-bottom: 0 !important;
  margin-top: 0 !important; }
.ts-content blockquote{
  font-size: 16px;
  font-style: italic;
  padding: 1rem;
  max-width: 830px;
  margin: 15px auto 0;
  background: #ececec;
}
.ts-content blockquote p{
  padding: 0;
  margin: 0;
}
.ts-content .myvideo{
  width: 100%;
}
.ts-content h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 1.5rem 0 0;
  margin-bottom: 0 !important;
  margin-top: 0 !important; }
.ts-content{
  align-items: center;

  margin: 0 auto;
}
.ts-content img {
  margin: 15px auto 0; }

.ts-content ul, .ts-content ol {
  width: 80%;
  margin: 0 auto;
  list-style: disc;
  margin-top: 1rem;
  padding-left: 5rem; }
@media (max-width: 1024px) {
  .ts-content ul, .ts-content ol {
    width: 100%;
    padding-left: 1rem; } }
.ts-content ul li, .ts-content ol li {
  font-size: 14px;
  color: #000;
  font-weight: lighter; }
.ts-content{
  color:black;
}
.ts-content p {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 26px;
}
.ts-content p img {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 576px) {
  .ts-content {
    padding: 0;
    margin: 0; } }

.header-text h1 {
  color: white;
  padding: 1rem 0;
  line-height: 1.3;
  margin: 0; }
.ts-content .entry-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ts-title p {
  color: white !important;

}
.ts-content .entry-content > div, .ts-content p {
  width: 100%;
  margin: 15px auto 0;
  text-align: justify;
}
@media (max-width: 768px) {
  .header-text h1, h2 {
    font-size: 21px; }
  .header-article {
    min-height: auto; } }

/*#news-list[class*='ts-col-'] {*/
  /*display: block; }*/
.twitter-tweet{
  margin: 0 auto;
}
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 15px;
  height: calc(100vw - 60vh);
  height: 50vw;
  max-height: 420px;

}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-text{
  width:100%;
}
