.htng-tech-specs .views-exposed-form {
  position: unset;
  max-width: 1020px;
  width: 100%;
}

.htng-form-container {
  background: #2D4756;
  display: flex;
  justify-content: center;
  padding: 20px 40px;
}

.htng-filters {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.htng-filters .htng-combined-filter {
  display: flex;
  width: 33.333%;
}

.htng-category-filter {
  width: 30%;
}

.htng-filters input[type="submit"] {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border: 1px solid #AF1E2D;
  background-color: #AF1E2D;
  background-image: url(../img/ico/icn_search_white.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  text-indent: -1000em;
}

.htng-filters input[type="text"] {
  vertical-align: middle;
  height: 50px;
  width: 100%;
  max-width: 400px;
  padding: 20px 10px;
  border: none;
  background: #fff;
  font-family: "Playfair Display", "Times New Roman", serif;
  color: #2D4857;
}

.htng-filters .htng-combined-filter label {
  display: none;
}

.htng-filters label {
  color: #fff;
  font-weight: 400;
}

.htng-type-filter {
  width: 30%;
}

.select2-container--default .select2-selection--single {
  height: 50px;
  border: 1px solid #b1a694;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 17.5px;
  line-height: 43px;
  font-weight: 500;
  color: #2d4857;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 16px;
  padding-right: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 10px 10px 0 10px;
  border-color: #b1a694 transparent transparent transparent;
  margin-left: -22px;
  margin-top: 6px;
}


.htng-row-wrapper {
  display: flex;
  justify-content: center;
  padding: 40px;
}

.htng-row-wrapper {
  background: #fff;
}
.htng-row-wrapper.htng-row-wrapper-2 {
  background: #E9EDF0;
}

.htng-row {
  max-width: 1020px;
  width: 100%;
  display: flex;
}

.htng-row > .htng-item {
  width: 23%;
}

.htng-row > .htng-item:not(:last-child) {
  margin-right: 2.666%;
}

.htng-title {
  font-size: 1.6em;
  margin: .5em 0;
  text-align: left;
}

.htng-category,
.htng-document-type {
  font-size: 1.15em;
  font-weight: 600;
  color: #777;
}

.htng-item .htng-current-doc p,
.htng-item .htng-previous-docs p,
.htng-description p,
.htng-category,
.htng-document-type {
  padding-bottom: 0;
}

.htng-previous-docs p {
  font-size: 14px;
}

.htng-previous-docs p strong {
  font-size: 17.5px;
}

.htng-current-doc {
  margin-bottom: 10px;
  margin-top: 10px;
}

.htng-description {
  margin-top: 10px;
}

.htng-tech-specs .pager {
  margin-bottom: 60px;
}

.htng-featured-section {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  margin-top: 80px;
  padding: 0 40px;
}

.htng-featured-section .htng-tech-specs--featured,
.htng-featured-section .views-element-container {
  max-width: 1020px;
  width: 100%;
}

.htng-featured-section .views-row {
  display: flex;
}

.htng-featured-section .htng-featured-image {
  width: 100%;
  max-width: 350px;
}

.htng-featured-section .htng-featured-content {
  margin-left: 50px;
}

.htng-featured-section .htng-featured-content h3 {
  margin: .2em 0;
  text-align: left;
  font-size: 3em;
  color: #48728C;
}

.htng-featured-content .htng-current-doc strong,
.htng-featured-content .htng-previous-docs strong {
  font-size: 18px;
}

.htng-featured-content .htng-current-doc p,
.htng-featured-content .htng-previous-docs p {
  padding-bottom: 0;
}

.htng-featured-content .htng-current-doc a,
.htng-featured-content .htng-previous-docs a {
  font-size: 17px;
}

.htng-featured-content .htng-description p {
  font-size: 20px;
}

.htng-featured-content .htng-document-type,
.htng-featured-content .htng-category {
  font-size: 18px;
}

.htng-tech-spec-page .site__header .row.hero__title h1 {
  background: url(../img/htng-header-logo.png) center left no-repeat;
  padding: 40px 0 20px 195px;
}

.htng-tech-spec-page--landing .site__header .row.hero__title h1 {
  background: url(../img/htng-header-logo.png) center left no-repeat;
  padding: 40px 0 20px 195px;
  text-indent: -999999px;
}

@media (max-width: 768px) {
  .htng-featured-section .views-row {
    flex-direction: column;
  }

  .htng-featured-section .htng-featured-content {
    margin-left: 0;
  }

  .htng-featured-section .htng-featured-image {
    margin: 0 auto 20px auto;
  }

  .htng-form-container {
    padding: 30px 40px;
  }

  .htng-filters {
    flex-direction: column;
  }

  .htng-filters .form-item-combine,
  .htng-filters .htng-combined-filter,
  .htng-filters .htng-category-filter,
  .htng-filters .htng-type-filter {
    width: 100%;
  }

  .htng-filters input[type="text"] {
    max-width: 100%;
  }

  .htng-filters .htng-combined-filter,
  .htng-filters .htng-category-filter{
    margin-bottom: 10px;
  }

  .htng-row {
    flex-direction: column;
  }

  .htng-row > .htng-item {
    width: 100%;
  }

  .htng-row > .htng-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 60px;
  }
}

@media (max-width: 608px) {
  .htng-tech-spec-page .site__header .row.hero__title h1 {
    background: url(../img/htng-header-logo.png) center left 50px no-repeat;
  }

  .htng-tech-spec-page--landing .site__header .row.hero__title h1 {
    padding: 40px 0 20px 170px;
  }
}
