.technical-filter-grid h3{
  font-size: 1.1em;
  line-height: 1.4rem;
  font-weight: 700;
}
.filter-group h4{
  margin: 10px 0;
  font-size: 20px;
}
.technical-filter-grid .tile-border{
  border: 1px solid #ccc;
  background: #f1f2f3;
}
.technical-filter-grid .resource-tile.odd-one{
  background-color: #fafafa;
}
.technical-filter-grid .resource-tile .media-type-label{
  color: var(--secondarycolor);
}
.technical-filter-grid .resource-tile .type-icon{
  padding-top: 0.75em;
}
.technical-filter-grid .resource-tile .type-icon a{
  font-size: 2.5em;
  text-align: center;
  width: 100%;
  display: block;
}
.technical-filter-grid .resource-tile .image{
  border-bottom: 7px solid var(--secondarycolor);
  position: relative;
}
.technical-filter-grid .resource-tile .image img{
  display: block;
  margin: auto;
}
.technical-filter-grid .resource-tile.video .image:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f144';
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--secondarycolor);
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
  display: block;
  font-size: 4.5em;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: all 0.1s ease-in-out;
}
.technical-filter-grid .content-type{
  background: #f1f2f3;
  color: var(--secondarycolor);
  font-weight: 400;
  font-size: 1rem;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
}
.technical-filter-grid .resource-tile.video:hover .image:after{
  font-size: 5.5em;
}
.technical-filter-grid .type-filter .button {
  display: inline-block;
  padding: 0.5em 1.0em;
  background: #EEE;
  border: none;
  border-radius: 7px;
  background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
  color: #222;
  font-family: sans-serif;
  font-size: 16px;
  text-shadow: 0 1px white;
  cursor: pointer;
}

.technical-filter-grid .type-filter  .button:hover {
  background-color: #8CF;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #222;
}

.technical-filter-grid .type-filter .button:active,
.technical-filter-grid .type-filter .button.is-checked {
  background-color: #28F;
}

.technical-filter-grid .type-filter .button.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.technical-filter-grid .type-filter .button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

.technical-filter-grid .filter-label{
  font-weight: 700;
  font-size: 1.1em;
  margin-right: 1em;
  min-width: 4em;
  height: 2.25em;
  line-height: 2.5em;
}


.technical-filter-grid .btn-secondary{
  background: #fff;
  color: #da3b33;
  border: 1px solid  #ccc;
  padding: 0.5em 1em;
  line-height: auto !important;
}

.technical-filter-grid .btn-secondary:hover{
  background: #3e4c9b;
  color: #fff;
}

.technical-filter-grid .btn-secondary:not(:disabled):not(.disabled).active,
.technical-filter-grid .btn-secondary:not(:disabled):not(.disabled):active,
.technical-filter-grid .show>.btn-secondary.dropdown-toggle{
  background: #3e4c9b;
  color: #fff;
}

.technical-filter-grid .btn-group .btn:first-of-type{
  border-radius: 10px 0 0 10px !important;
}

.technical-filter-grid .btn-group .btn:last-of-type{
  border-radius: 0 10px 10px 0 !important;
}

.technical-filter-grid .product_filter .button.dropdown-label{
  padding: 0.75em 2em;
  background: #fff;
  color: #75797d;
  border: 1px solid #ccc;
  border-radius: 10px 0 0 10px !important;
  height: 3em;
  margin-bottom: 0;
}

.technical-filter-grid .product_filter .btn-danger{
  border-radius: 0 10px 10px 0 !important;
  text-align: center;
  height: 3em;
  border: none;
  padding: 0 0.75em;
  background: var(--secondarycolor);
}

.technical-filter-grid .btn-group .topic-filter .btn:first-of-type{
  border-radius: 0 !important
}

.technical-filter-grid .btn-group .topic-filter .btn:last-of-type{
  border-radius: 0 !important
}

.technical-filter-grid .btn-group .topic-filter .btn.btn-secondary{
  border-radius: 0 !important;
  border: 1px solid #fff !important;
  border-bottom: 1px solid #eee !important;
  text-align: left;
}

.technical-filter-grid .btn-group .topic-filter input[type="radio"]{
  width: 1px; height: 1px;
  overflow: hidden;
  opacity: 0;
}

.technical-filter-grid .product_filter .dropdown-menu{
  min-width: 13em !important;
}

.technical-filter-grid label{
  font-weight: 700;
  color: #000;
  position: relative;
  margin: 25px 0;
}

.technical-filter-grid select{
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ccc;
  color: #555;
  padding: 0.5em 5em 0.5em 1em;
  border-radius: .5em;
  width: 100%;
  outline: none !important;
}

.technical-filter-grid button{
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  border-radius: 0 .5em .5em 0;
  background-color: #eeeeee;
  color: var(--secondarycolor);
  margin: 0;
  right: 0;
  position: absolute;
  outline: none !important;
  pointer-events: none;
}

.technical-filter-grid .none-found p{
  text-align: center;
  font-weight: 700;
  font-size: 1.05em;
}