.filter-reset.show-more {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding: 20px 0;
  border: 0;
  text-decoration: underline;
  background-color: transparent;
}

.filter-reset.show-more:hover{
  background: transparent;
  border:0;
  color: #ff6700;
}
h2.feat-item-hubdb {
  margin-bottom: 15px;
  line-height: 1.1;
  font-weight: 400
}

.hubdb-filter-wrap {
  padding: 40px 0 40px;
  position: relative;
}

.hubdb-filter-wrap h1{
  margin-top:35px;
  margin-bottom:15px;
}
.hubdb-filter-hub .product--filter-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  grid-gap: 1em;
}


.hubdb-filter-hub .process-wrap {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  margin: 0 -12px;
  /*   display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  grid-gap: 1em; */
}
.hubdb-filter-hub .process-wrap a {
  text-decoration: none;
}

.hubdb-filter-hub .process-wrap .pan4 {
  position: relative;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 20px 12px;
}

.hubdb-filter-hub .process-wrap .process-image {
  min-height: 250px;
}

.hubdb-filter-hub .process-wrap .process-desc a {
  color: inherit;
}

.hubdb-filter-hub .process-wrap .hub-db-btn-demo {
  background: #79de98;
  color: white;
  border-color: #79de98;
}

.hubdb-filter-hub .process-wrap .process-desc p {

}

.hubdb-filter-hub .process-read-more {
  position: relative;
}

.hubdb-filter-hub .process-read-more a.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hubdb-filter-hub .process-content {
  padding: 0;
}

.hubdb-filter-hub .process-wrap .process-read-more .hub-db-docs {
  padding: 10px 0px !important;
}

.hubdb-filter-hub .process-wrap .hub-db-snacktype a {
  padding: 3px 4px;
  color: inehrit;
  margin: 3px;
  border: 1px solid lightgray;
  text-transform:uppercase;
  font-weight:700;
  display: inline-block;
}

body .hub-db-search-filter {
  border-radius: 6px;
}

body .hub-db-search-filter input[type="text"],
.hub-db-search-filter select {
  background: #fff;
  color: inherit;
}

body .hub-db-search-filter .search-submit-btn {
  position: absolute;
  cursor: pointer;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 25%;
  top: 0;
  right: 0;
  background-color: transparent;
  border: 1px solid #000;
}

body .hub-db-search-filter .search-submit-btn svg {
  display: inline-block;
  fill: black;
}

body .hub-db-search-filter #search-by {
  width: 75%;
}
.paginate-bar-section {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.paginate-bar-section a {
  background: white;
  border: 1px solid #cecece;
  color: inherit;
  border-radius: 5px !important;
  text-decoration: none;
  padding: 5px 15px;
  display: inline-flex;
}

.paginate-bar-section a:hover,
.paginate-bar-section a.active {
  background: lightgray;
  color: inherit !important;
  text-decoration:none;
}

.paginate-hide {
  display:none;
}
.hubdb-filter-hub input[type="text"],select {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.hubdb-filter-hub nav {
  display: block;
}


.bgArea {
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-fluid .row-fluid .maxWidth1140,.maxWidth1140 {
  float: none;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.padTB40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.hubdb-filter-hub .section-process {
  position: relative;
  padding-top:40px;
  padding-bottom:40px;
}

.hubdb-filter-hub .pan4 {
  min-height: 200px;
}

.hubdb-filter-hub .flex-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  position: relative;
}

.hubdb-filter-hub .process-box {
  height: 100%;
  position: relative;
}

.hubdb-filter-hub .card-avatar {
  width: 322px;
  height: 346px;
  object-fit: cover;
  object-position: center top;
  display: inline-block;
  border-radius: 6px;
}

.hubdb-filter-hub .process-content {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.team-hover {
  margin-top: -5px;
}

.process-content:hover .team-hover {
  background-color: #C4694B;
}

.process-content:hover .team-hover a,
.process-content:hover .team-hover,
.process-content:hover .team-hover .team-position {
  color: #fff;
}
{#
.hubdb-filter-hub .team-hover {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(23, 146, 188, .5);
  opacity: 0;

}

.hubdb-filter-hub .process-content:hover .team-hover {
  opacity: 1;
}

.hubdb-filter-hub .team-hover a {
  color: #fff;
}
#}

.hubdb-filter-hub .process-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100px;
  margin-bottom: 0px;
  background-color: #80a1c1;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
}

.hubdb-filter-hub .process-image:hover {
  opacity: .8;
}

.hubdb-filter-hub .process-desc {
  padding: 0 0px;
  margin: 10px 0;
}

.hubdb-filter-hub .process-desc p {
  color: #333;;
  font-weight: 300;
  line-height: 1.5em;
}

.hubdb-filter-hub .process-heading {
  color: inherit;
  font-weight: 600;
  line-height: 1.2em;
  margin: 0 0 10px;
  white-space: normal;
}


.hubdb-filter-hub .process-tag {
  display: inline-block;
}

.hubdb-filter-hub .down-section {
  position: absolute;
  bottom: -25px;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
}

.hubdb-filter-hub .container-wrap {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  padding-right: 20px;
}

.hub-db-search {
  padding:0;
  position: relative;
}

a.filter-reset {
  padding: 0;
  float: right;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #12294c;
  margin-top: 7px;
  border-bottom: 1px solid gray;
  line-height: 1;
}

/* DYNAMIC INNER PAGE */

.dynamic-header {
  background-color: #f2f2f2;
  padding: 100px 0 100px;
  position: relative;
}

.dynamic-wrapper {
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
}


.dynamic-flex {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -12px;
}

.dynamic-flex .dynamic-col {
  flex: 1;
  padding: 20px 12px;
}

.dynamic-flex .dynamic-col:first-child {
  flex: 0 0 35%;
  max-width: 35%;
}

.dynamic-wrapper .dynamic-image img {
  width: 300px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 6px;
}

.dynamic-summary-wrapper {
  padding: 100px 0 100px;
}

.dynamic-header .post-readmore {
  display: flex;
  align-items: center;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.list-inline-item svg {
  fill: black;
}

.dynamic-logo-name-flex {
  display: flex;
  align-items: center;
}

.dynamic-location iframe {
  border-radius: 6px;
  width: 100%;
  height: 230px;
}


@media (max-width: 1280px) {
  #hub-db-search {
    width: 100%;
    padding-right: 0;
    float: none;
  }
}

@media (max-width: 1023px) {

  .hubdb-filter-hub .process-wrap .pan4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

}

@media (max-width: 767px) {

  .dynamic-flex .dynamic-col {
    flex: 0 0 100%;
    max-width: 100%;

  }

  .dynamic-flex .dynamic-col:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .dynamic-logo-name-flex {
    display: block;
  }


  .hubdb-filter-hub  .product--filter-wrap {
    grid-template-columns: 1fr 1fr;
  }
  .container-fluid .row-fluid .maxWidth1140,.maxWidth1140 {
    max-width: none;
  }
  .hubdb-filter-hub .process-wrap {

    /*     grid-template-columns: 1fr 1fr; */
  }
  .hubdb-filter-hub .flex-col {
    display: block;
  }

  .hubdb-filter-hub .pan4 {
    min-height: auto;
  }

  .filter-reset.show-more {
    top: 50%;
    left: 50%;
    transform: translate(-50%, 10%);
    width: auto;
    bottom: auto;
    right: auto;
  }

  .hubdb-filter-hub .process-wrap .pan4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hubdb-filter-hub .process-box {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    min-height: auto;
  }

  .hubdb-filter-hub .process-content {
    height: auto;
    padding: 0;
  }

  .hubdb-filter-hub .process-desc {
    padding: 15px 20px;
    margin: 0;
  }
  .hubdb-filter-hub .process-read-more {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
  }
}
@media (max-width: 479px) {
  .hubdb-filter-hub  .product--filter-wrap {
    grid-template-columns: 1fr;
  }
  .hubdb-filter-hub .process-wrap {
    /*     grid-template-columns: 1fr 1fr; */
  }
}