/* Colors */
/* Fonts */
/* Border Radius' */
/* Screen Sizes */
.red-gradient {
  background: #c93032;
  background: linear-gradient(310deg, #C95000, #c93032);
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0.5px 0.5px 2px #b11010;
}
.red-gradient h1 {
  margin: 0;
  line-height: 1;
}
.red-gradient a:hover, .red-gradient a:focus {
  text-shadow: none;
  color: black;
}
.red-gradient a.btn-ghost {
  background: rgba(0, 0, 0, 0);
  font-size: 1.1em;
  border: 2px solid #ffffff;
  border-radius: 5px;
}
.red-gradient a.btn-ghost:hover {
  color: #ffffff;
  text-decoration: underline;
  background: rgb(159.8313253012, 38.1686746988, 39.7590361446);
}

.green-gradient {
  background: #08b55a;
  background: linear-gradient(310deg, #85bc19, #08b55a);
}

.blue-gradient {
  background: #1a85c1;
  background: linear-gradient(310deg, #0bada8, #1a85c1);
}

.purple-gradient {
  background: #8342b2;
  background: linear-gradient(310deg, #af2cc6, #8342b2);
}

.header-section, .search-wrapper {
  padding: 1em;
  max-width: 1300px;
  margin: 0 auto;
}

.header-section {
  padding-bottom: 0.5em;
}
.header-section h1 {
  margin-bottom: 0;
}
.header-section p {
  margin-top: 0;
}

button.apply-filter {
  background: none;
  color: #c93032;
  text-shadow: none;
  -webkit-text-shadow: none;
  font-weight: bold;
  letter-spacing: 1px;
  border: 2px solid #c93032;
  margin: 0 auto 0 0.5em;
}
button.apply-filter:hover {
  background-color: #c93032;
  color: #ffffff;
}

.search-wrapper {
  display: flex;
  padding-top: 0;
}
.search-wrapper .toggle-area {
  display: flex;
  align-items: center;
}
.search-wrapper .filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2em;
}
.search-wrapper .filters h2 {
  display: inline-block;
  margin-right: auto;
}
.search-wrapper .text-container {
  padding: 0.3em 1.3em 0.8em;
}
.search-wrapper .text-container input {
  margin-bottom: 1.5em;
}
.search-wrapper .text-container:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .search-wrapper .text-container:first-child {
    margin: 2% 0;
  }
}
@media (max-width: 992px) {
  .search-wrapper {
    flex-direction: column;
  }
}

.search-filters {
  margin-top: 1em;
}
.search-filters > div {
  margin-bottom: 0.25em;
}
.search-filters a:hover {
  border-width: 1px;
}

a.toggle-area h3 {
  margin-right: auto;
  color: #2b2b2b;
}
a.toggle-area:hover h3 {
  color: #c93032;
  text-decoration: underline;
  text-decoration-color: #c93032;
}
a.toggle-area, a.toggle-area:hover, a.toggle-area:focus {
  border-bottom: 0;
}
a.toggle-area img {
  width: 20px;
  height: 10px;
}
a.toggle-area.collapsed img {
  transform: rotate(180deg);
}

.search-filters label {
  display: inline;
}

.filter-label {
  display: block;
  vertical-align: text-bottom;
  margin: 1.5em 0;
  display: flex;
  justify-content: space-between;
}

.remove-filter {
  font-size: 0.9rem;
  color: rgb(118.6626506024, 28.3373493976, 29.5180722892);
}

.chosen {
  font-weight: bold;
}

.search-wrapper .search {
  display: flex;
  margin-bottom: 2em;
}
.search-wrapper .search input[type=search] {
  flex: 2;
  margin-right: auto;
}
.search-wrapper .search input[type=submit] {
  margin-left: 1em;
}

.filter-tag-wrapper {
  margin-bottom: 2em;
}
@media (max-width: 992px) {
  .filter-tag-wrapper {
    margin: 1em 0 2em;
  }
}
.filter-tag-wrapper h3 {
  display: inline-block;
  margin-top: 0;
}
.filter-tag-wrapper a.remove-filters {
  font-size: 0.9em;
}

.filter-tag {
  background-color: #8342b2;
  color: #ffffff;
  padding: 0.3em 0.5em;
  font-size: 0.9em;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  border-radius: 5px;
}
.filter-tag span {
  padding-right: 0.5em;
}
.filter-tag a {
  color: #ffffff;
}
.filter-tag a:hover {
  color: #000;
}

/* Search Results Section */
.secondary-filter:first-child {
  margin-right: 1em;
}
.secondary-filter h4, .secondary-filter select {
  display: inline;
  font-size: 0.8em;
  letter-spacing: 0.25px;
}

.results-container {
  flex: 2;
  margin-left: 6%;
}
@media (max-width: 992px) {
  .results-container {
    margin-left: 0;
  }
}
.results-container select {
  background-color: #ffffff;
  border: none;
  border-bottom: 2px solid #dadada;
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
  background: linear-gradient(45deg, transparent 50%, #e23333 50%), linear-gradient(135deg, #e23333 50%, transparent 50%);
  background-position: calc(100% - 21px) calc(1em + 2px), calc(100% - 16px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  padding: 0.5em 3.5em 0 0;
  margin: 0;
}
.results-container select:hover {
  color: #c93032;
}

.result {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 2em;
}
.result span {
  font-size: 0.8em;
  margin-right: 1em;
  letter-spacing: 0.15px;
}
@media (max-width: 767px) {
  .result span:not(.info-type-tag) {
    display: block;
  }
}
.result h2 {
  font-size: 1.4em;
  letter-spacing: 0.3px;
  line-height: 1.5;
  -webkit-text-decoration: underline dotted #dadada;
          text-decoration: underline dotted #dadada;
  text-underline-position: under;
  color: #2b2b2b;
}
.result h2:hover {
  color: #c93032;
}

.result-info {
  width: 75%;
  display: inline-block;
}
@media (max-width: 1200px) {
  .result-info {
    width: 100%;
    display: block;
  }
}

.result-type {
  width: 24%;
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
  text-align: right;
}
@media (max-width: 1200px) {
  .result-type {
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }
}
.result-type .info-type-tag {
  padding: 1em;
  color: #ffffff;
  font-size: 1em;
  text-align: center;
}
@media (max-width: 1200px) {
  .result-type .info-type-tag {
    padding: 0.5em 1em;
  }
}
@media (max-width: 1200px) {
  .result-type .info-type-tag[class*=type-]:before {
    display: none;
  }
}
.result-type .type-article {
  background: #08b55a;
}
@media (max-width: 1200px) {
  .result-type .type-article {
    display: none;
  }
}
.result-type .type-blog {
  background: #8342b2;
}
.result-type .type-newsitem {
  background: #1a85c1;
}
.result-type .type-downloadable {
  background: #0bada8;
}
.result-type .type-webinar {
  background: #85bc19;
}
.result-type .type-page {
  background: #ff8939;
}
.result-type .type-infographic {
  background: #0075b8;
}

.results-nav:last-child {
  border: none;
  margin-bottom: 3em;
}
