.hs-blog-post-listing__post-inner-wrapper {
  /* position: absolute; */
}

.full-featured-image img {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}

.hs-blog-post-listing-post-full:hover .full-featured-image img {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.hs-blog-post-listing-post-full:hover{
  -webkit-box-shadow: 0 10px 30px rgb(2 6 32 / 50%);
  -moz-box-shadow: 0 10px 30px rgba(2, 6, 32, 0.5);
  -ms-box-shadow: 0 10px 30px rgba(2, 6, 32, 0.5);
  -o-box-shadow: 0 10px 30px rgba(2, 6, 32, 0.5);
  box-shadow: 0 10px 30px rgb(2 6 32 / 50%);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.hs-blog-post-listing-post-full{
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

a.full-featured-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
a.full-featured-image {
  background-image: -webkit-linear-gradient(left,  rgb(0 0 0 / 80%) ,  rgb(0 0 0 / 80%));
  background-image: -o-linear-gradient(right,  rgb(0 0 0 / 80%),  rgb(0 0 0 / 80%));
  background-image: -moz-linear-gradient(right,  rgb(0 0 0 / 80%),  rgb(0 0 0 / 80%));
  background-image: linear-gradient(to right,  rgb(0 0 0 / 80%) ,  rgb(0 0 0 / 80%));
    height: 370px;
}


.hs-blog-post-listing__post-tags,.hs-blog-post-listing__post-tags * {
  color: #ff6600;
  font-size: 14px;
}
.blog-aut-date * {
  font-size: 14px;
}
a.hs-blog-post-listing__post-button {
  font-size: 14px;
  display: inline-block;
  position: relative;
  top: -4px;
}


.case-study-banner {
  min-height: 450px;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 30px 0;
  background-position: center right;
  margin-bottom: 60px;
}

.case-study-banner > div {
  width: 100%;
}

.jplist-drop-down {
  height: 40px;
  box-shadow: 0 0 1px #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ff6600;
  border-radius: 3px;
  text-shadow: 1px 1px 1px #fff;
  color: #27252a;
  max-width: 400px;
  background: #fff;
  margin: 10px 10px 0 0;
}
.jplist-drop-down .jplist-dd-panel {
  width: 100%;
  height: 100%;
  line-height: 30px;
  overflow: hidden;
  text-indent: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.jplist-drop-down ul {
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  border-radius: 0 0 3px 3px;
  position: relative;
  top: 0;
  z-index: 1000;
  width: 100%;
  display: none;
  overflow: hidden;
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  box-shadow: 0 3px 6px #bbb;
  max-height: 200px;
  overflow: auto;
}
.jplist-drop-down ul li {
  width: 100%;
  float: left;
  height: 30px;
  line-height: 30px;
  text-indent: 10px;
  cursor: pointer;
}
.jplist-drop-down .jplist-dd-panel:after {
  content: "\f0d7";
  font-family: 'FontAwesome';
  position: absolute;
  right: 14px;
}

.jplist-drop-down .jplist-dd-panel {
  position: relative;
}
.jplist-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.jplist-pagination button {
    background-color: snow;
    border: 1px solid #f60;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    padding: 5px 10px;
    margin: 0 5px;
    height: 35px;
}

.jplist-pagination .jplist-pagingmid button {
    font-size: 16px;
}
.jplist-pagination .jplist-pagingmid button.jplist-current,.jplist-pagination button:hover {
    background-color: #ff6600;
    color: #fff;
}
.jplist-pagination .jplist-hidden button {
    pointer-events: none;
}
.jplist-pagination .jplist-hidden  {
    cursor: not-allowed !important;
}