.blog {
  padding: 6.2rem 0;
}

/* Blog search* */

.blog-search-wrap {
  position: relative; 
}
.blog-search-wrap .blog-search-field::placeholder {
  color: #000;
  letter-spacing: 0.1rem;
  font-weight: regular;
  font-size: 1.4rem;
  font-family: inherit;
}
.blog-search-wrap .blog-search-field {
  padding: 3.5rem;
  font-family: inherit;
  font-size: 1.4rem;
  color: inherit;
  text-transform: uppercase;
  max-height: 9rem;
  border-color: #5A5A5A; 
}
.blog-search-wrap .blog-search-field:focus {
  border: 0.1rem solid #5A5A5A;
  background-color: #fff;
  box-shadow: none; 
}
.blog-search-wrap .blog-search-btn {
  position: absolute;
  right: .2rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  font-size: 2rem;
  font-family: inherit;
  height: 8.5rem;
  width: 8.5rem;
  text-align: center;
  cursor: pointer;
  appearance:none;
  border:none;
}
/* End Blog search */

/* Blog Module Generic */
.blog-module {
  margin-bottom: 2rem; 
}
.blog-popup {
  background: #fff;
  color: #000;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.4rem;
  padding: 1rem 2rem;
  height: 6rem;
  border-color: #5A5A5A;
  line-height: 1;
  display:flex;
  align-items:center;
  justify-content:center;
  border:.2rem solid black;
  letter-spacing:.1rem;
}
.blog-popup:hover {
  text-decoration:underline;
  color:black;
}
.blog-popup-content h2 {
  margin-bottom:2rem;
}
.blog-popup-content h3 {
  margin-bottom:.5rem;
}
#blog-archives ul ul {
  margin-bottom:1.5rem;
}
.accordion-title {
  background: #fff;
  color: #000;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.4rem;
  padding: 3.5rem 2rem;
  max-height: 9rem;
  border-color: #5A5A5A;
  line-height: 1;
}
 
/* Recent Module */
.blog-recent .blog-info-title {
  margin-bottom:1.5rem;

}
.blog-recent-date {
  font-size: 1.4rem;
  text-align:right;
}


/* Blog post info next to post */
.blog-post-sidebar span {
  display: block;
  margin-bottom: 1rem; 
}

.blog-info-title, .blog-page-title {
  text-transform: uppercase;
  font-family: inherit;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #5A5A5A;
  letter-spacing: 0.1rem;
  display: block; 
  font-weight: bold;
}
.blog-info-title.lrg, .blog-page-title.lrg {
  font-size: 3rem;
  line-height: 4rem;
  letter-spacing: 0.3rem;
  color: #000; 
}
.blog-info-title.lrg {
  font-weight: 400;
}

/* Share Features */
.share-feature {
  display: block;
  margin: 0 auto 1rem;
  height: 2.5rem; 
}
.share-feature a {
  display: block;
  color: white;
  position: relative;
  width: 7rem;
  height: 2rem;
  box-sizing: border-box;
  padding: 0.1rem 0.8rem 0.1rem 0.6rem;
  border-radius: 0.3rem;
  line-height:  1;
  cursor: pointer; 
}
.share-feature a svg {
  display: inline-block;
  width: 0.8rem;
  font-size: 1.2rem;
  background: no-repeat;
  vertical-align: middle; 
}
.share-feature a span {
  display: inline-block;
  white-space: nowrap;
  font-weight: bold;
  vertical-align: middle;
  line-height:1;
  margin:0;
  transform:translateY(-.1rem);
  font-size:1.1rem;
}
.share-feature.share-feature-facebook a {
  background-color: #3b5998; 
}
.share-feature.share-feature-email a {
  background-color: #808080; 
}
.share-feature.share-feature-email a i:before {
  font-size: 1.2rem;
  font-family: inherit;
  position: relative; 
}

/* Utility */
.blog-bg-img {
  background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.blog-bg-img-md-unstack-p .blog-bg-img {
  padding-bottom:56%;        
}
@media (min-width: 768px) { 
  .blog-bg-img-md-unstack-p {
    position:relative;
  }
  .blog-bg-img-md-unstack-p .blog-bg-img {
    position:absolute;
    top:0;
    width:0;
    height:100%;
    width:100%;
    padding-bottom:0;
  }
}

.blog-main .blog-bg-img {
  height:35rem;
  margin-bottom:1.5rem;
}
.blog-body {
  margin-bottom: 3rem;
}