.tag-btn-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 68px;
}
.tag-label {
  display: flex;
  width: 100%;
  color: #d3d3d3;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.tag-btn {
  font-size: 1rem;
  border: 1px solid #fff;
  border-radius: 32px;
  margin-right: 12px;
  margin-bottom: 12px;  
  padding: 11px 30px;
}
.tag-btn, .tag-btn:hover, .tag-btn:focus {
  color: #fff; 
}
.tag-btn.selected {
  border: #3cc9d8;  
  background: #3cc9d8;
}
.blog-title-container {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #fff;
  margin-bottom: 60px;
  padding-bottom: 10px;  
}
.blog-title-container .hs-col {
  flex-grow: 1;
}
.blog-heading {
  font-size: 1.5rem;
  text-align: right;
  text-transform: capitalize;
  margin: 0;
}
.blog-container{transition:all .5s ease}
.blog-container.loading{opacity:0}
.blog-index {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
  margin-bottom: 30px;
}

.blog-index__post {
  position: relative;
  flex: 0 0 100%;
  border: 1px solid #fff;
  margin-bottom: 16px;
  overflow: hidden;
}
.blog-index__post a {
 display: block; 
}
.blog-index__post-image-wrapper {
  display: flex;
}
@media screen and (min-width: 768px) {
  .blog-index__post--small {
    flex: 0 0 calc(50% - 16px);
    margin: 0 8px 16px;
  }  
}

@media screen and (min-width: 1000px) {
  .blog-index__post--small {
    flex: 0 0 calc(33.33333% - 16px);
  }
  .blog-index__post--small.two-col {
    flex: 0 0 calc(50% - 16px);
  }  
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: flex;
    flex: 1 0 100%;
  }
}

.blog-index__post-image {
  width:100%;
  height: auto;
  max-width: 100%;
  transition: transform 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.blog-index__post-image:hover {
  transform: scale(1.02);   
}
@media screen and (min-width: 768px) {
  .blog-index__post-image-wrapper--large {
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-title {
  font-size: 20px;
  margin: 0;
}
.blog-index__post-title {
  padding: 12px 23px 70px;  
}

.blog-index__post-tags {
  position: absolute;
  top: 29px;
  right: 25px;
}
.blog-index__post-tags span {
  color: #26c;
  font-size: 0.688rem;
  background: #ddd;
  border-radius: 32px;
  padding: 10px 30px;
}  
}
.blog-index__post-timestamp,
.blog-index__post-author {
  margin: 0 0 0.7rem;
}
.blog-index__post-meta-wrapper {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  width: 100%;  
  border-top: 1px solid #fff;
  padding: 12px 23px 14px;
  line-height: normal;
}
.blog-index__post-meta-wrapper span {
  font-size: 0.875rem;
  color: #fff;  
}
.blog-index__post-meta-wrapper span:first-child{
  padding-right: 20px;  
}
.blog-index__post-button {
  color: #fff;
  text-decoration: underline;
}
.blog-index__post-button:hover {
  color: #3cc9d8;
}
/* search */
.blog-title-container form {
  position:relative;
  height: 45px; 
}
.hs-search-field__bar button svg {
  height: 10px;
}
.search-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 40px;
}
.search-icon svg {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  color: #fff;
  font-size: 20px;
  fill: #fff;
  width: 1em;
  height: 1em;
}
.blog-title-container .hs-search-field__input {
  display: flex;
  height: 100%;
  box-sizing: border-box;
  width: 100%;  
  max-width: 311px;
  padding: 0 .7rem 0 40px;
  border: 1px solid #707070;
}
.blog-title-container .hs-search-field__input:focus {
  outline: 0;
}
.blog-pagination {
  text-align: right;
}
.blog-load-more {
  font-size: 2.25rem;
  color: #fff;
  text-decoration:underline;
  text-decoration-thickness:0.1rem;
  text-underline-offset:0.188rem  
}
.blog-load-more:hover {
  color: #3cc9d8;
}
.lds-ring{display:inline-block;position:relative;width:25px;height:25px}
.lds-ring div{box-sizing:border-box;display:block;position:absolute;width:25px;height:25px;margin:0;border:3px solid #fff;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(0.5,0,0.5,1) infinite;border-color:#fff transparent transparent}
.lds-ring div:nth-child(1){animation-delay:-.45s}
.lds-ring div:nth-child(2){animation-delay:-.3s}
.lds-ring div:nth-child(3){animation-delay:-.15s}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 480px) {
  .blog-index {
    margin-right: 0;
    margin-left: 0;    
  }
  .blog-title-container {
    flex-wrap: wrap;
    margin-bottom: 5px;
    border: 0;
  }
  .hs-col.hs-search-field {
    order: 2;
  }
  .blog-title-container .hs-col {
    width: 100%;
  }  
  .blog-title-container .hs-search-field__input,
  .hs-search-field__suggestions {
    max-width: 100%; 
  }
  .hs-col.tag-title {
    border-bottom: 2px solid #fff;
    margin-right: -1rem;
    margin-bottom: 15px;
    padding-right: 1rem;    
  }
  .blog-heading {
    padding-bottom: 5px;
  }
  .blog-index__post-meta-wrapper span {
    font-size: 12px;
  }  
}