.anniversaryBanner {
  background-color: #2D2A26;
  width: 100%;
  padding: 40px 0;
}
@media (max-width: 959px) {
  .anniversaryBanner {
    margin-top: 120px;
    margin-bottom: -20px;
  }
}
.anniversaryBanner .ab_Wrapper {
  width: 90%;
  margin: auto;
  max-width: 1170px;
  display: grid;
  grid-template-columns: auto fit-content(100%);
  grid-gap: 80px;
  align-items: center;
}
@media (max-width: 1200px) {
  .anniversaryBanner .ab_Wrapper {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    justify-items: center;
  }
}
.anniversaryBanner .ab_Wrapper .abw_Content {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media (max-width: 1200px) {
  .anniversaryBanner .ab_Wrapper .abw_Content {
    flex-direction: column;
    gap: 20px;
  }
}
.anniversaryBanner .ab_Wrapper .abw_Content .abwc_Logo {
  width: 200px;
  height: auto;
}
.anniversaryBanner .ab_Wrapper .abw_Content .abwc_Divider {
  width: 1px;
  background-color: white;
  height: 150px;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .anniversaryBanner .ab_Wrapper .abw_Content .abwc_Divider {
    height: 1px;
    width: 90%;
  }
}
.anniversaryBanner .ab_Wrapper .abw_Content .abwc_Copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 0;
}
@media (max-width: 1200px) {
  .anniversaryBanner .ab_Wrapper .abw_Content .abwc_Copy {
    padding: 0;
  }
}
.anniversaryBanner .ab_Wrapper .abw_Content .abwc_Copy .abwcc_Headline {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-wrap: balance;
  text-align: left;
  margin: 0;
}
@media (max-width: 1200px) {
  .anniversaryBanner .ab_Wrapper .abw_Content .abwc_Copy .abwcc_Headline {
    text-align: center;
  }
}
.anniversaryBanner .ab_Wrapper .abw_Content .abwc_Copy .abwcc_Body {
  color: white;
  font-size: 13px !important;
  line-height: 150% !important;
}
@media (max-width: 1200px) {
  .anniversaryBanner .ab_Wrapper .abw_Content .abwc_Copy .abwcc_Body {
    text-align: center !important;
    margin: 0 !important;
  }
}
.anniversaryBanner .ab_Wrapper .abw_CTA {
  background-color: white;
  width: fit-content;
  height: fit-content;
  padding: 15px 55px 15px 40px;
  border-radius: 6px;
  color: #2D2A26;
  font-weight: 600;
  gap: 10px;
  position: relative;
}
.anniversaryBanner .ab_Wrapper .abw_CTA svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  height: fit-content;
  width: fit-content;
  margin: auto 0;
  transition: right 0.2s ease-out;
}
.anniversaryBanner .ab_Wrapper .abw_CTA:hover svg {
  right: 30px;
}

.item-list .active {
  font-weight: bold;
}

.search-results form label {
  font-weight: bold;
}

.has-sub ul {
  z-index: 999;
}

#cookie-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Height of the footer */
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
}
#cookie-footer button,
#cookie-footer p {
  margin: 10px 10px 0;
  text-align: center;
}

@media (max-width: 600px) {
  #cookie-footer {
    flex-wrap: wrap;
    padding: 10px;
    box-sizing: border-box;
  }
  #cookie-footer button {
    width: calc(50% - 20px);
  }
}
#blog-landing {
  margin-top: 70px;
}
#blog-landing .blog-header {
  display: flex;
  height: 350px;
  align-items: center;
}
#blog-landing .blog-header .header-img {
  background-image: url(/wp-content/themes/hartzell/images/BlogHero.png);
  width: 50%;
  height: 100%;
  background-position: center center;
  background-size: 150%;
  background-repeat: no-repeat;
}
#blog-landing .blog-header .header-content {
  width: 50%;
  height: 100%;
  background-image: url(/wp-content/themes/hartzell/images/BlogSubheadBG.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#blog-landing .blog-header .header-content .header-content-inner {
  padding: 0 50px;
}
#blog-landing .blog-header .header-content .header-content-inner h1 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 33px;
}
#blog-landing .blog-header .header-content .header-content-inner p {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 21px;
  margin: 0;
}
#blog-landing .blog-list {
  width: 1200px;
  max-width: 90%;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
}
#blog-landing .blog-list .filterOptions {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
#blog-landing .blog-list .filterOptions .filterText {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #8d8d8d;
  margin: 0;
}
#blog-landing .blog-list .filterOptions select {
  background-image: url(../hartzell/images/icons/select-arrows.png);
  background-position: 95% bottom;
  background-repeat: no-repeat;
  width: 150px;
}
#blog-landing .blog-list .pagination {
  display: flex;
  column-gap: 10px;
  justify-content: center;
  width: 100%;
  text-decoration: underline;
  color: #c2343b;
  font-family: Montserrat, sans-serif;
}
#blog-landing .blog-list .pagination .current {
  font-weight: 600;
}
#blog-landing .blog-list .blog-entry {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.3);
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
#blog-landing .blog-list .blog-entry:nth-child(2), #blog-landing .blog-list .blog-entry:nth-child(3) {
  width: calc(50% - 50px);
}
#blog-landing .blog-list .blog-entry:nth-child(2) .blog-img, #blog-landing .blog-list .blog-entry:nth-child(3) .blog-img {
  display: none;
}
#blog-landing .blog-list .blog-entry:nth-child(2) .blog-content, #blog-landing .blog-list .blog-entry:nth-child(3) .blog-content {
  width: 100%;
}
#blog-landing .blog-list .blog-entry .blog-img {
  width: calc(50% - 20px);
  height: 100%;
  background-color: grey;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#blog-landing .blog-list .blog-entry .blog-content {
  width: 50%;
  display: flex;
  align-items: center;
}
#blog-landing .blog-list .blog-entry .blog-content .blog-content-inner {
  height: fit-content;
  width: 100%;
}
#blog-landing .blog-list .blog-entry .blog-content .blog-content-inner .blog-date {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #808080;
  padding: 20px 0;
  margin: 0;
}
#blog-landing .blog-list .blog-entry .blog-content .blog-content-inner .blog-content-divider {
  height: 10px;
  width: 70%;
  background-color: #c2343b;
}
#blog-landing .blog-list .blog-entry .blog-content .blog-content-inner .blog-content-title {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  color: #000;
  text-transform: none;
  padding: 20px 0 5px;
  margin: 0;
}
#blog-landing .blog-list .blog-entry .blog-content .blog-content-inner .blog-content-title span {
  font-weight: 600;
}
#blog-landing .blog-list .blog-entry .blog-content .blog-content-inner .blog-author {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #808080;
  margin: 0;
}
#blog-landing .blog-list .blog-entry .blog-content .blog-content-inner .blog-excerpt {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 30px 0 20px;
}
@media (max-width: 800px) {
  #blog-landing .blog-header {
    height: fit-content;
  }
  #blog-landing .blog-header .header-img {
    width: 0;
    display: none;
  }
  #blog-landing .blog-header .header-content {
    width: 100%;
    height: fit-content;
    padding: 150px 0 100px;
  }
  #blog-landing .blog-list .blog-entry {
    flex-direction: column;
  }
  #blog-landing .blog-list .blog-entry .blog-img {
    width: 100%;
    height: 200px;
  }
  #blog-landing .blog-list .blog-entry .blog-content {
    width: 100%;
  }
  #blog-landing .blog-list .blog-entry .blog-content .blog-content-inner .blog-excerpt {
    display: none;
  }
  #blog-landing .blog-list .blog-entry:nth-child(2), #blog-landing .blog-list .blog-entry:nth-child(3) {
    width: 100%;
  }
  #blog-landing .blog-list .blog-entry:nth-child(2) .blog-img, #blog-landing .blog-list .blog-entry:nth-child(3) .blog-img {
    display: initial;
  }
}

#blog-page .blog-header {
  margin-top: 70px;
}
#blog-page .blog-header .blog-header-img {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#blog-page .blog-header .blog-header-content {
  background-image: url(/wp-content/themes/hartzell/images/BlogSubheadBG.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
#blog-page .blog-header .blog-header-content .blog-header-content-inner {
  width: 1200px;
  max-width: 80%;
  margin: auto;
  padding: 50px 0;
}
#blog-page .blog-header .blog-header-content .blog-header-content-inner .blog-title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 33px;
  font-weight: 700;
  display: inline;
  line-height: 45px;
}
#blog-page .blog-header .blog-header-content .blog-header-content-inner .blog-subtitle {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 33px;
  font-weight: 400;
  display: inline;
  margin-left: 10px;
  line-height: 45px;
}
#blog-page .blog-header .blog-header-content .blog-header-content-inner .blog-author {
  font-size: 21px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  margin: 10px 0 0;
}
#blog-page .blog-header .blog-header-content .blog-header-content-inner .next-blog-btn {
  position: absolute;
  bottom: 50px;
  right: 0;
}
#blog-page .blog-header .blog-header-content .blog-header-content-inner .next-blog-btn .next-blog {
  display: flex;
  align-items: center;
  background-color: #fff;
  width: 300px;
  max-width: 30vw;
  height: 50px;
  padding-left: 20px;
  column-gap: 10px;
  transition: column-gap 0.2s ease;
}
#blog-page .blog-header .blog-header-content .blog-header-content-inner .next-blog-btn .next-blog:hover {
  column-gap: 20px;
}
#blog-page .blog-header .blog-header-content .blog-header-content-inner .next-blog-btn .next-blog h4 {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #000;
}
#blog-page .blog-post {
  width: 1200px;
  max-width: 80%;
  margin: 100px auto 0;
  display: flex;
  justify-content: space-between;
}
#blog-page .blog-post .blog-left {
  width: 70%;
}
#blog-page .blog-post .blog-left .author-bottom {
  margin-top: 50px;
  padding: 30px;
  background-color: #B34040;
  background-image: url(/wp-content/themes/hartzell/images/HartzellTexture.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#blog-page .blog-post .blog-left .author-bottom .author-bot-text {
  color: #fff;
  margin: 0;
}
#blog-page .blog-post .blog-left .author-bottom .author-bot-text span {
  font-weight: 600;
}
#blog-page .blog-post .blog-right {
  width: 25%;
}
#blog-page .blog-post .blog-right .keep-reading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
#blog-page .blog-post .blog-right .keep-reading h3 {
  margin: 0;
}
#blog-page .blog-post .blog-right .keep-reading a {
  color: #8D8D8D;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-decoration: underline;
}
#blog-page .blog-post .blog-right .other-blog-wrapper {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 2px 2px 11px 2px rgba(0, 0, 0, 0.3);
}
#blog-page .blog-post .blog-right .other-blog-wrapper .other-thumb {
  border-bottom: solid 20px #B34040;
}
#blog-page .blog-post .blog-right .other-blog-wrapper .other-title {
  font-size: 22px;
  font-weight: 600;
  display: inline;
  text-transform: none;
}
#blog-page .blog-post .blog-right .other-blog-wrapper .other-subtitle {
  font-size: 22px;
  font-weight: 400;
  display: inline;
  font-family: "Montserrat", sans-serif;
  text-transform: none;
}
#blog-page .blog-post .blog-right .other-blog-wrapper .other-author {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin: 5px 0 0;
}
#blog-page .blog-post h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 27px;
  color: #000;
  font-weight: 400;
  margin-top: 60px;
  margin-bottom: 30px;
}
#blog-page .blog-post h1 strong {
  font-weight: 600;
}
#blog-page .blog-post h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  color: #B34040;
  font-weight: 800;
  margin: 25px 0;
}
#blog-page .blog-post p {
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 800px) {
  #blog-page .blog-header .blog-header-img {
    height: 250px;
  }
  #blog-page .blog-header .blog-header-content .blog-header-content-inner {
    padding: 50px 0 130px;
  }
  #blog-page .blog-header .blog-header-content .blog-header-content-inner .next-blog-btn .next-blog {
    max-width: 80vw;
  }
  #blog-page .blog-header .blog-header-content .blog-header-content-inner .next-blog-btn .next-blog h4 {
    font-size: 16px;
  }
  #blog-page .blog-post {
    flex-wrap: wrap;
  }
  #blog-page .blog-post .blog-left {
    width: 100%;
  }
  #blog-page .blog-post .blog-right {
    width: 100%;
    margin-top: 50px;
  }
}

/*# sourceMappingURL=style.css.map */
