/* Minification failed. Returning unminified contents.
(70,26): run-time error CSS1039: Token not allowed after unary operator: '-theme-color-surface'
(86,15): run-time error CSS1039: Token not allowed after unary operator: '-theme-color-primary'
(163,15): run-time error CSS1039: Token not allowed after unary operator: '-theme-color-primary'
 */
.floatRight {
  float: right;
}

.floatLeft {
  float: left;
}

.hidden {
  display: none;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

#trd-articleslideshow {
  padding: 0 20px;
}

/*overwrite mixedcontentpage styles*/
.smile__container.smile__mixedcontent_container .smile__grid .smile__maincontent_container .smile__maincontent_pageimage {
  padding-bottom: 0;
}

.smile__maincontent_pageimage {
  padding-bottom: 0;
}

.smile__container h3 {
  text-align: center;
}

.smile__container .primaryButton {
  width: 135px;
}

.smile__container.smile__mixedcontent_container .smile__grid h2 {
  margin: 0;
}

.smile__container.smile__mixedcontent_container .smile__grid .smile__maincontent_heading h1 {
  padding: 10px;
}

.smile__mixedmaincontent h2 {
  font-size: 32px;
}

/*generic classes*/
.floatLeft {
  float: left;
}

.paddingSml {
  padding: 10px;
}

.paddingMed {
  padding: 20px;
}

/*header classes*/
.otherTopics {
  margin-top: 40px;
  background-color: var(--theme-color-surface);
  padding: 20px;
  clear: both;
  color: #000000;
  font-size: 14px;
}

.blogDate {
  text-align: left;
  padding: 10px;
}

.blogAuthor {
  text-align: right;
  padding: 10px;
  margin-bottom: 15px;
  color: var(--theme-color-primary);
  border-right: 1px solid #BDBDBD;
}

.loadMoreArticles {
  text-align: center;
  padding: 30px;
}
.loadMoreArticles .primaryButton {
  width: 155px;
}

.articleTitle {
  padding: 10px;
  display: inline-block;
}
.articleTitle h2 {
  height: auto;
  min-height: 58px;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
}
.articleTitle h2 a {
  color: #262626;
  display: inline-block;
  text-decoration-line: underline !important;
  text-decoration-thickness: 2px;
}
.articleTitle h2 a:hover {
  color: #262626;
  text-decoration-line: none !important;
}
.articleTitle h1 a {
  color: #262626;
  text-decoration: none;
  display: inline-block;
}
.articleTitle h1 a :hover {
  color: #262626;
}

.articleIntro {
  font-size: 16px;
}
.articleIntro p {
  display: inline;
  padding: 0px !important;
}

.categoryTitle h2 {
  font-size: 32px;
  clear: both;
  padding: 30px 0 0 0;
}
.categoryTitle {
  text-align: center;
  margin: 0;
  display: block;
}

.blogSmallImage {
  width: 100%;
  height: 190px;
  overflow: hidden;
}
.blogSmallImage img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.subCategory,
.aboutAuthorLink {
  text-align: center;
  padding: 10px;
  font-size: 16px;
  color: var(--theme-color-primary);
}

.otherTopics a {
  padding: 0 10px;
}

.articleContainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto; /* Row height adjusts automatically */
  gap: 1rem;
  margin-top: 10px;
}

.blogMainImage {
  width: 100%;
  height: 395px;
  overflow: hidden;
}
.blogMainImage img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.loadMoreArticles .primaryButton {
  margin-top: 50px;
}

/*below overwrites styles from mixed content*/
.smile__container.smile__mixedcontent_container .smile__grid .smile__maincontent_container .smile__maincontent_pageimage img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 980px) and (max-width: 1024px) {
  .articleTitle h2 {
    height: 90px;
  }
  .articleTitle h2 a {
    padding: 10px 0 20px 0;
  }
  .blogSmallImage {
    height: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .blogMainImage {
    height: 300px;
  }
  .otherTopics {
    margin-top: 50px;
  }
  .blogSmallImage {
    height: 120px;
    overflow: hidden;
  }
  .articleTitle h2 {
    height: 120px;
  }
  .articleTitle h2 a {
    padding: 0 0 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .blogAuthor,
  .blogDate {
    padding: 10px;
    display: inline-block;
    width: 50%;
    margin-bottom: 10px;
    clear: none;
    float: left;
  }
  .articleContainer {
    grid-template-columns: 1fr;
  }
  .categoryTitle h2 {
    font-size: 26px;
  }
  .baseFont {
    font-size: 13px;
  }
  .authorDetails,
  .articleText,
  .articleText img,
  .subCategory {
    display: block;
    width: 100%;
  }
  .otherTopics {
    text-align: center;
  }
  .otherTopics a {
    display: block;
    padding: 10px;
  }
  .blogMainImage {
    height: auto;
  }
  .blogMainImage img {
    height: auto;
  }
  .blogSmallImage {
    width: 100%;
    height: 140px;
    display: block;
    overflow: hidden;
  }
  .blogSmallImage img {
    padding-bottom: 10px;
    height: auto;
    overflow: hidden;
  }
  .blogTopic {
    padding: 10px;
    display: block;
    width: 100%;
    text-align: center;
  }
  .mobile-hidden {
    display: none;
  }
  .articleTitle h2 {
    padding-bottom: 0;
    font-size: 18px;
  }
  [class*=col-] {
    padding: 0;
  }
  .blogAuthor,
  .blogDate {
    padding: 10px;
    display: inline-block;
    clear: none;
    width: 50%;
  }
}

