/* css overrides for tinymce editer content */
hr {
  display: inline-block;
  width: 100%;
  border: 0;
  height: 1px;
  background: #c7c7c7;
  margin: 15px auto;
}
/* classes for tiny mce templates */
.t-heading-98 .t-header {
  text-align: center;
}
.t-heading-98 .t-header h1 {
  font-size: 24px;
}
.t-heading-98 .t-text {
  margin-left: 10px;
}
.t-text-99 .t-header {
  font-size: 18px;
}
.t-text-99 .t-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 10px;
}
.t-text-99 .t-title {
  font-size: 18px;
  margin-bottom: 10px;
  text-decoration: underline;
}
.t-text-99 .t-text {
  max-width: 920px;
  width: 97%;
  margin-left: 20px;
}
.t-text-99 .t-image-container {
  width: 47%;
  float: right;
  margin: 10px;
}
.t-image-100 .t-header {
  font-size: 18px;
}
.t-image-100 .t-row {
  display: flex;
  justify-content: space-between;
}
.t-image-100 .t-text {
  max-width: 47%;
  width: 47%;
}
.t-image-100 .t-image-container {
  width: 47%;
  float: right;
  margin: 10px;
}
.t-image-101 .t-header {
  font-size: 18px;
}
.t-image-101 .t-text {
  max-width: 47%;
}
.t-image-101 .t-row {
  display: flex;
  justify-content: space-between;
}
.t-image-101 .t-image-container {
  width: 47%;
  float: left;
  margin: 10px;
}
.t-image-102 .t-header {
  font-size: 18px;
}
.t-image-102 .t-text p {
  text-align: justify;
}
.t-image-102 .t-image {
  width: 100%;
}
.t-image-102 .t-row {
  display: block;
}
.t-image-102 .t-image-container {
  width: 30%;
  min-width: 30%;
  float: right;
  margin: 10px;
}
@media screen and (max-width: 603px) {
  .t-image-102 .t-image-container {
    width: 40%;
    min-width: 40%;
  }
}
.t-image-103 .t-header {
  font-size: 18px;
}
.t-image-103 .t-text p {
  text-align: justify;
}
.t-image-103 .t-image {
  width: 100%;
}
.t-image-103 .t-row {
  display: block;
}
.t-image-103 .t-image-container {
  width: 30%;
  float: left;
  margin: 10px;
}
.t-news-104 .t-header {
  text-align: center;
}
.t-news-104 .t-header h1 {
  font-size: 24px;
  font-weight: bold;
}
.t-news-104 .t-section-header h2 {
  font-size: 20px;
  font-weight: bold;
}
.t-news-104 .t-text {
  margin-left: 10px;
}
.t-news-104 .t-row-2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: 10px;
}
.t-news-104 p.t-text-2,
.t-news-104 p {
  margin-left: 10px;
  text-align: justify;
}
