/* Blog Disclaimer (temp) */

.blog-disclaimer {
    background-color: #f7f7f7;
    padding: 15px 20px;
    border-radius: 7px;
    margin-top: 95px;
    font-style: italic;
    font-family: Poppins;
    font-size: 14px;
    color: #6B6B6B;
}

/* Overrides */

.blogtext {
  font-size: 19px;
}

#contentContainer {
  max-width: 1050px !important;
}

/* Main Styles */

#subscription-panel {
  margin-bottom: 20px;
}

#subscription-panel span {
  color: #353535;
  display: inline-block;
}

.blogtext > p:first-of-type::first-letter {
  color: #c99a2c;
  line-height: 54px;
  font-family: "Vollkorn", serif;
  font-weight: 200;
  font-size: 70px;
  height: 70px;
  padding: 10px 5px 0 0;
  float: left;
  text-align: center;
  margin: 0;
}
.blogtext > p.nodropcap:first-of-type::first-letter {
    color: #3d3935;
    line-height: 1.7em;
    font-family: "Poppins", serif;
    font-weight: normal;
    font-size: 19px;
    height: 0px;
    padding: 0;
    float: none;
    text-align: left;
    margin: 0;
}

/*.blogtext p:not(:first-child) {*/
/*  text-indent: 2em;*/
/*}*/

.article-hero__container {
  position: relative;
}

.article-hero__background {
  position: relative;
  width: 100%;
  height: 600px;
  max-height: 600px;
  background-image: linear-gradient(to bottom, #c99a2c, #c99a2c);
  overflow: hidden;
  z-index: -9 !important;
}

.article-hero__shield {
  position: relative;
  top: 10%;
  left: 5%;
  width: 650px;
  z-index: 0 !important;
}

.article-hero__back {
  box-sizing: border-box;
  width: 90%;
  max-width: 90%;
  margin: 0 auto 0 -5px;
  padding-left: 2rem;
  text-align: left;
}

.article-hero__back a:hover {
    background-color: rgba(255, 255, 255, 0.3);
}
.article-hero__back a {
    color: #353535;
    font-weight: bold;
    text-decoration: none;
    /* background-color: rgba(255, 255, 255, 0.3); */
    border-bottom: 2px solid #fdd900;
    border-radius: 4px 4px 0px 0px;
    padding: 8px;
    transition: 0.3s all ease-in-out;
}

.article-hero__back a i {
  margin-right: 3px;
}

.article-hero__title {
  box-sizing: border-box;
  width: 90%;
  max-width: 90%;
  margin: 0 auto;
  padding: 2rem 2rem 2rem 2rem;
  text-align: center;
}

.article-hero__title h1 {
  color: #353535;
  font-size: 35px;
  line-height: 45px;
  word-wrap: break-word;
      max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.article-hero__body {
    margin-top: -500px;
}
.article-hero__wrapper {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 25px 25px 25px;
    min-height:300px;
}

.article-hero__body img {
  width: 100%;
  border: 0.7rem white solid;
  background-color: #ffffff;
  box-sizing: border-box;
  z-index: 9 !important;
}

.article-hero__info {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 10px;
  font-size: 19px;
  color: #333;
  font-family: Poppins, sans-serif;
}

.article-hero__categories {
  display: flex;
  /*flex-direction: column;*/
  justify-content: flex-end;
  gap: 10px;
  text-align: center;
  padding: 0 7px;
}

.article-hero__categories a {
  background-color: #c99a2c;
  border-radius: 4px;
  padding: 5px 7px;
  font-size: 17px;
  color: white;
  text-decoration: none;
}

.article-hero__share {
  background-color: #353535 !important;
}

@media (min-width: 530px) {

  .article-hero__back {
    margin: 0 auto;
  }

  .article-hero__info {
    justify-content: space-between;
    flex-direction: row;
  }

  .article-hero__info a {
    padding: 3px 7px;
  }

  .article-hero__categories {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }

}
@media (min-width: 750px) {
    .article-hero__title h1 {
    /*larger text size */
    font-size: 45px;
    line-height: 55px;
   }
  .article-hero__wrapper {
    padding: 0 0px 25px 0px;
  }
  .article-hero__body {
  margin-top: -500px;
}
}
