@media only screen and (min-width: 1200px) {
  .solution-finder-wrapper--vertical {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
}
.filter-links-download {
  margin: 76px 0px 12px 0px;
  padding: 0 70px 0 69px;
}
.filter-links-download > .label {
  margin-bottom: 1rem;
}
.filter-links-download > p {
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.filter-links-download > a > p {
  font-size: 0.9rem;
  margin-bottom: 6px;
}
.filter-links-solution {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .filter-bar-wrapper--vertical {
    grid-column: span 3;
    row-gap: 1.25rem;
  }
}
.filter-bar-wrapper .filter-select-wrapper {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 0;
}
@media only screen and (min-width: 1200px) {
  .filter-bar-wrapper .filter-select-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 20.5px;
    align-items: stretch;
  }
}
@media only screen and (min-width: 1200px) {
  .filter-bar-wrapper .filter-select-wrapper--vertical {
    flex-direction: column;
    row-gap: 21.5px;
    padding: 0 70px 0 45px;
  }
}
.filter-bar-wrapper .filter-select-container {
  flex: 1 0 21%;
  position: relative;
}
@media (min-width: 1200px) {
  .filter-bar-wrapper .filter-select-container {
    box-shadow: 0px 8px 16px rgba(0, 30, 43, 0.07);
    border-radius: 16px;
  }
}
.filter-bar-wrapper .filter-select-container:not(.active) .filter-select-items {
  display: none;
}
.filter-bar-wrapper .filter-select-container:not(.active) .filter-select-header-icon svg {
  transform: rotate(0deg);
}
.filter-bar-wrapper .filter-select-header {
  background-color: #f6f7f9;
  padding: 1.875rem 1.5rem;
  border-radius: 16px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
  height: auto;
}
.filter-bar-wrapper .filter-select-header-vertical {
  height: 100%;
  background-color: #f9f9f9;
}
.filter-bar-wrapper .filter-select-header:hover {
  box-shadow: 0px 6px 12px rgba(0, 30, 43, 0.07);
}
@media only screen and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .filter-bar-wrapper .filter-select-header:hover {
    box-shadow: none;
  }
}
.filter-bar-wrapper .filter-select-header-icon svg {
  transform: rotate(180deg);
  transition: transform 0.5s ease;
}
.filter-bar-wrapper .filter-select-header-title {
  text-align: left;
}
.filter-bar-wrapper .filter-select-items {
  background-color: #f6f7f9;
  border-radius: 8px;
  margin-top: 8px;
  transition: height 0.5s ease;
  overflow-y: auto;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
.filter-bar-wrapper .filter-select-items-horizontal {
  max-height: 366px;
  position: absolute;
  box-shadow: 0px 8px 16px rgba(78, 42, 47, 0.15);
}
.filter-bar-wrapper .filter-select-items-vertical {
  position: relative;
}
@media only screen and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .filter-bar-wrapper .filter-select-items {
    box-shadow: 0px 8px 16px rgba(78, 42, 47, 0.15);
  }
}
.filter-bar-wrapper .filter-select-item {
  padding: 16px 20px 16px 20px;
  transition: background-color 1s ease;
  display: flex;
  position: relative;
}
.filter-bar-wrapper .filter-select-item:hover {
  background-color: #dee2e9;
  cursor: pointer;
}
.filter-bar-wrapper .filter-select-item input[type='checkbox'] {
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 18px;
  left: 20px;
  opacity: 0;
  cursor: pointer;
  z-index: 99;
}
@media only screen and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .filter-bar-wrapper .filter-select-item input[type='checkbox'] {
    top: 6px;
    left: 0;
  }
}
.filter-bar-wrapper .filter-select-item input[type='checkbox']:checked ~ .checkmark {
  background: #e90029;
  border: 2px solid #e90029;
  border-radius: 2px;
}
.filter-bar-wrapper .filter-select-item input[type='checkbox']:checked ~ .checkmark svg {
  display: block;
}
.filter-bar-wrapper .filter-select-item input[type='checkbox']:checked ~ label {
  font-weight: 600;
}
.filter-bar-wrapper .filter-select-item input[type='checkbox']:disabled,
.filter-bar-wrapper .filter-select-item input[type='checkbox']:disabled ~ .checkmark,
.filter-bar-wrapper .filter-select-item input[type='checkbox']:disabled ~ label {
  opacity: 0.6;
}
.filter-bar-wrapper .filter-select-item .checkmark {
  position: absolute;
  top: 18px;
  left: 20px;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 2px solid #1d1e1f;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .filter-bar-wrapper .filter-select-item .checkmark {
    top: 6px;
    left: 0;
  }
}
.filter-bar-wrapper .filter-select-item .checkmark svg {
  display: none;
}
.filter-bar-wrapper .filter-select-item label {
  display: inline-block;
  padding-top: 2px;
  padding-left: 35px;
}
.filter-bar-wrapper .filter-select-item label:hover {
  cursor: pointer;
}
.filter-bar-wrapper .filter-btn-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #f6f7f9;
  padding: 28px 1.5rem;
  border-radius: 16px;
}
.filter-bar-wrapper .filter-btn-wrapper-download {
  flex-direction: column;
  margin: 15px 94px 15px 40px;
}
@media only screen and (min-width: 768px) {
  .filter-bar-wrapper .filter-btn-wrapper {
    padding: 28px 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .filter-bar-wrapper .filter-btn-wrapper {
    justify-content: flex-end;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
  }
}
@media only screen and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .filter-bar-wrapper .filter-btn-wrapper {
    margin-bottom: 20px;
  }
}
.filter-bar-wrapper .filter-btn-reset {
  background-color: transparent;
  color: #e90029;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.71;
  cursor: pointer;
  visibility: hidden;
}
.filter-bar-wrapper .filter-btn-reset.active {
  visibility: visible;
}
.filter-bar-wrapper .filter-btn-reset .icon {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .filter-bar-wrapper .filter-btn-reset .icon {
    display: initial;
  }
}
@media only screen and (min-width: 1200px) {
  .filter-bar-wrapper .filter-btn-reset {
    color: #1d1e1f;
    background: none;
    display: flex;
    justify-content: flex-start;
    padding: 15px 0px 0px 5px;
    transition: display 0.5s ease;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.filter-bar-wrapper .filter-btn-filter .title {
  margin-left: 8px;
  margin-right: 8px;
}
.filter-bar-wrapper .filter-btn-filter .icon svg {
  padding-top: 1px;
}
.filter-bar-wrapper .filter-btn-filter .doc-count {
  font-weight: 400;
  font-size: 0.875rem;
}
@media only screen and (min-width: 1200px) {
  .filter-bar-wrapper .filter-btn-filter {
    display: none;
  }
}
.filter-bar-wrapper .filter-btn-view-container {
  display: none;
}
.filter-bar-wrapper .filter-btn-close {
  display: none;
}
.filter-bar-wrapper .filter-pill-vertical {
  display: block;
  padding: 0 70px 0 45px;
}
.filter-bar-wrapper .filter-pill-horizontal {
  display: none !important;
}
.filter-bar-wrapper .filter-pill-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  column-gap: 20px;
  row-gap: 10px;
  margin-top: 60px;
  flex-wrap: wrap;
}
.filter-bar-wrapper .filter-pill-wrapper-vertical {
  display: none;
}
.filter-bar-wrapper .filter-pill-wrapper-horizontal {
  display: block;
}
.filter-bar-wrapper .filter-pill-btn {
  border: 1px solid #30578d;
  background: none;
  border-radius: 25px;
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  cursor: pointer;
}
.filter-bar-wrapper .filter-pill-btn:hover,
.filter-bar-wrapper .filter-pill-btn:focus {
  background: #30578d;
}
.filter-bar-wrapper .filter-pill-btn:hover .filter-pill-title,
.filter-bar-wrapper .filter-pill-btn:focus .filter-pill-title {
  color: #ffffff;
}
.filter-bar-wrapper .filter-pill-btn:hover .filter-pill-icon svg,
.filter-bar-wrapper .filter-pill-btn:focus .filter-pill-icon svg {
  stroke: #ffffff;
}
.filter-bar-wrapper .filter-pill-btn:disabled {
  border: 2px solid #80919f;
}
.filter-bar-wrapper .filter-pill-btn:disabled .filter-pill-title {
  color: #80919f;
}
.filter-bar-wrapper .filter-pill-btn:disabled .filter-pill-icon svg {
  stroke: #80919f;
}
.filter-bar-wrapper .filter-pill-btn:focus {
  border: 2px solid #e90029;
}
.filter-bar-wrapper .filter-pill-title {
  color: #30578d;
  font-size: 0.875rem;
  line-height: 1.71;
}
.filter-bar-wrapper .filter-pill-icon {
  cursor: pointer;
}
.filter-bar-wrapper .filter-pill-icon:hover svg {
  fill: #ffffff;
  stroke: #ffffff;
}
.filter-bar-wrapper.pop-up {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: #ffffff;
  overflow-y: auto;
}
.filter-bar-wrapper.pop-up .filter-btn-wrapper {
  background-color: #ffffff;
  border-radius: 0;
  flex-direction: row-reverse;
  padding: 28px 0 24px 0;
  margin: 0 1.5em;
}
.filter-bar-wrapper.pop-up .filter-btn-filter {
  font-size: 1rem;
}
.filter-bar-wrapper.pop-up .filter-btn-filter .doc-count {
  display: none;
}
.filter-bar-wrapper.pop-up .filter-btn-close {
  display: block;
}
.filter-bar-wrapper.pop-up .filter-btn-close:focus {
  border: 1px solid #30578d;
}
.filter-bar-wrapper.pop-up .filter-btn-reset {
  font-weight: 400;
  font-size: 0.875rem;
}
.filter-bar-wrapper.pop-up .filter-btn-view-container {
  display: block;
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: #ffffff;
  z-index: 999;
}
.filter-bar-wrapper.pop-up .filter-btn-view {
  border-radius: 25px;
  background-color: #eceef2;
  padding: 15px 0;
  margin: 15px 1.5rem;
  width: -moz-available;
  /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;
  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
  color: #87898d;
  display: flex;
  justify-content: center;
}
.filter-bar-wrapper.pop-up .filter-btn-view.active {
  background-color: #e90029;
  color: #ffffff;
}
.filter-bar-wrapper.pop-up .filter-select-wrapper {
  display: flex;
  padding-bottom: 100px;
}
.filter-bar-wrapper.pop-up .filter-select-container {
  width: calc(100% - 3rem);
  margin: 0 auto;
  border-top: 1px solid #eceef2;
}
.filter-bar-wrapper.pop-up .filter-select-container:last-of-type {
  border-bottom: 1px solid #eceef2;
}
.filter-bar-wrapper.pop-up .filter-select-container.active .filter-select-header {
  border-bottom: 1px solid #eceef2;
}
.filter-bar-wrapper.pop-up .filter-select-header {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 16px 16px 16px 0;
  font-weight: 400;
}
.filter-bar-wrapper.pop-up .filter-select-items {
  position: initial;
  max-height: max-content;
  box-shadow: none;
  background-color: #ffffff;
  padding: 18px 0;
}
.filter-bar-wrapper.pop-up .filter-select-item {
  padding: 5px 0;
  margin-top: 8px;
}
.filter-bar-wrapper.pop-up .filter-select-item:first-of-type {
  margin-top: 0;
}
.filter-bar-wrapper.pop-up .filter-pill-wrapper {
  display: none;
}
.zerosolution {
  display: none !important;
}

.download-wrapper {
  display: block;
}
.solution-wrapper {
  display: block;
}
.solution-wrapper > #site-search-wrapper .popup {
  display: none;
}
.downloadCenterHeading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 20px;
  margin-bottom: 70px;
}
.downloadCenterHeading > h3 {
  font-size: 54px !important;
}
#site-search-wrapper {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
  position: relative;
  padding-bottom: 1.5rem;
}
#site-search-wrapper #site-search-input {
  width: calc(75%);
  box-shadow: 7px 9px 11px rgba(0, 30, 43, 0.07);
  padding: 16px 16px;
  border: none;
  font-size: 1rem;
  height: 60px;
  border-radius: 29px;
  border: 1px solid #dee2e9;
  color: #1d1e1f;
  text-overflow: ellipsis;
}
@media only screen and (max-width: calc(768px - 1px)) {
  #site-search-wrapper #site-search-input {
    width: calc(85%);
    font-size: 0.9rem;
    padding-right: calc(15%);
  }
}
input#site-search-input::placeholder {
  margin-right: 2.5rem;
}
#site-search-wrapper #site-search-input::-ms-clear {
  display: none;
}
#site-search-submit {
  padding: 12px 12px;
  border: none;
  /* background: black; */
  color: black;
  margin-left: -1em;
  position: absolute;
  cursor: pointer;
  top: 8px;
  right: 122px;
  max-height: 45px;
}
#site-search-wrapper #site-search-submit {
  border-radius: 25px;
}
#site-search-wrapper #site-search-submit:hover {
  background: #c9c1c142;
}
@media only screen and (max-width: calc(768px - 1px)) {
  #site-search-wrapper #site-search-submit {
    margin-right: -5rem;
  }
}
@media screen and (min-width: 450px) and (max-width: 767px) {
  #site-search-wrapper #site-search-submit {
    margin-right: -3.5rem;
  }
}
#site-search-wrapper #site-search-submit img {
  height: 20px;
  width: 20px;
  vertical-align: bottom;
  filter: contrast(0.5);
}
.solution-card {
  margin: 96px 0;
}
.solution-card--vertical {
  margin: 18px 0 !important;
}
@media only screen and (min-width: 1200px) {
  .solution-card--vertical {
    grid-column: span 5;
  }
}
.solution-card--container {
  display: flex;
  justify-content: space-between;
}
.solution-card--wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 96px;
  column-gap: 3.5%;
}
.solution-card--wrapper--list {
  flex-direction: column;
  align-items: stretch;
  row-gap: 0px;
}
.solution-card--wrapper--list > .solution-card--item {
  padding-bottom: 13px;
  border-bottom: 1px solid #e6e5e5;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .solution-card--wrapper {
    column-gap: normal;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .solution-card--wrapper {
    column-gap: normal;
    justify-content: space-between;
  }
}
.solution-card--wrapper > * {
  flex: 0 0 31%;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .solution-card--wrapper > * {
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .solution-card--wrapper > * {
    flex: 0 0 48%;
  }
}
.solution-card--link {
  color: black;
}
.solution-card--image {
  width: 100%;
  border-radius: 16px;
  aspect-ratio: 1.77777778;
  object-position: left;
  height: auto !important;
}
.solution-card--details {
  margin: 24px 0;
}
.solution-card--details-download {
  margin: 13px 0 0 0;
}
.solution-card--details-eyebrow {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.71;
  color: #30578d;
  letter-spacing: -0.2px;
  text-transform: none;
}
.solution-card--details-eyebrow-download {
  font-size: 0.875rem !important;
  color: #757575;
}
.solution-card--details-headline {
  margin-bottom: 16px;
  letter-spacing: -1px !important;
  font-size: 27px;
  line-height: 1.33;
  font-weight: 600 !important;
}
.solution-card--details-headline-download {
  font-size: 1.3rem !important;
  color: #e90029;
  font-weight: 400 !important;
  padding: 5px 0;
}
@media only screen and (max-width: calc(767px)) {
  .solution-card--details-headline {
    font-size: 1.5rem;
    line-height: 1.33;
  }
}
.solution-card--details-subhead-download {
  font-size: 1.125rem !important;
}
.solution-card--cta {
  color: #1d1e1f;
  font-size: 1.125rem;
  line-height: 1.11;
  font-weight: 600;
}
.solution-card--cta-icon {
  display: inline-block;
  margin-left: 10px;
}
.solution-card--versioncontainer {
  font-size: 0.875rem !important;
  color: #757575;
}
.solution-card--pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 80px 0;
}
.solution-card--pages {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 40px;
  gap: 9px;
}
.solution-card--previous {
  cursor: pointer;
}
.solution-card--previous:hover {
  cursor: pointer;
}
.solution-card--previous:hover svg {
  stroke: #d80026;
}
.solution-card--previous.disabled {
  pointer-events: none;
}
.solution-card--previous.disabled svg {
  stroke: #dee2e9;
}
.solution-card--previous:focus {
  border: 1px solid #30578d;
}
.solution-card--previous svg {
  transform: rotate(90deg);
}
.solution-card--next {
  cursor: pointer;
}
.solution-card--next:hover {
  cursor: pointer;
}
.solution-card--next:hover svg {
  stroke: #d80026;
}
.solution-card--next.disabled {
  pointer-events: none;
}
.solution-card--next.disabled svg {
  stroke: #dee2e9;
}
.solution-card--next svg {
  transform: rotate(-90deg);
}
.solution-card--next:focus {
  border: 1px solid #30578d;
}
.solution-card--page-cta {
  background: #f6f7f9;
  border-radius: 5.33333px;
  width: 48px;
  height: 48px;
  justify-content: center;
  cursor: pointer;
}
.solution-card--page-cta:hover {
  background-color: #dee2e9;
}
.solution-card--page-cta.active {
  background-color: #1d1e1f;
  color: #ffffff;
}
.solution-card--page-cta:focus {
  border: 2px solid #30578d;
}
.solution-card--page-cta:disabled {
  color: #dee2e9;
}
.solution-card__up {
  transform: rotate(-135deg) !important;
  -webkit-transform: rotate(-135deg) !important;
  top: 2px;
}
.solution-card__down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.solution-card__arrow {
  border: solid #e90029;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin: 2px 0 0 2px;
  height: 0.6rem;
  width: 0.6rem;
  position: relative;
  top: -3px;
  z-index: 0;
}
.solution-card--doc-count {
  margin: 36px 0;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)), only screen and (max-width: calc(768px - 1px)) {
  .solution-card--doc-count {
    display: none;
  }
}
.solution-card--sort {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.solution-card--panel {
  background-color: #ffffff;
  border: 1px solid #00000036;
  box-shadow: 0px 3px 4px 1px #00000036;
  position: absolute;
  display: none;
  z-index: 3;
  width: 85px;
}
.solution-card--sort-items {
  cursor: pointer;
  width: auto;
  display: flex;
  font-size: 0.875rem !important;
  font-weight: 600;
  padding: 0.02rem 0.5rem;
}
@media only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)), only screen and (max-width: calc(768px - 1px)) {
  .solution-card--sort-items {
    font-size: 0.875rem !important;
    word-break: keep-all;
    font-weight: 600;
  }
}
.solution-card__show {
  display: block !important;
}
.solution-card-label {
  padding-right: 6px;
}
.solution-card--field {
  margin-right: 6px;
  cursor: default;
}
.swDownload > .solution-card--details > p {
  margin: 8px 0;
}
.swDownload > .solution-card--details {
  margin: 2px 0;
}
.products-List {
  padding: 0;
  display: flex;
  margin: 0;
}
.products-List li {
  list-style: none;
  margin-right: 1.5rem;
  width: 10rem;
  padding: 0rem 0rem 0.5rem 0.7rem;
  font-size: 0.875rem;
  position: relative;
  font-weight: 500;
  margin: 0;
}
.products-List li a {
  color: #524f56;
}
.products-List li a:hover {
  color: #e90029;
  border-bottom: 1px solid #e90029;
}
.products-List li:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #e90029;
  position: absolute;
  top: 0.4rem;
  left: 0px;
}
.products-List li:hover {
  filter: brightness(0.5);
}
.products-List .hide {
  display: none !important;
}
.swDownload > .solution-card--details > .solution-card--details-eyebrow-download {
  text-transform: uppercase !important;
}
.swDownload > .solution-card--details > .solution-card--details-title-download {
  font-size: 1.125rem;
}
@media only screen and (min-width: 1200px) {
  .solution-finder-wrapper--download .filter-btn-wrapper {
    background-color: transparent !important;
  }
}
.solution-finder-wrapper--download > .filter-bar-wrapper .download-filter-pill-wrapper {
  display: block;
}
.solution-finder-wrapper--download > .filter-bar-wrapper .filter-pill-horizontal {
  display: flex !important;
}
@media only screen and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .solution-finder-wrapper--download > .filter-bar-wrapper .filter-pill-wrapper {
    display: none;
  }
}
@media only screen and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .solution-finder-wrapper--download > .filter-bar-wrapper > .filter-pill-wrapper-download {
    display: none;
  }
}
.solution-finder-wrapper--download > .filter-bar-wrapper.pop-up .filter-btn-wrapper {
  margin: 15px 18px;
  background-color: transparent !important;
}
.solution-finder-wrapper--download > .filter-bar-wrapper.pop-up .filter-btn-reset {
  position: relative;
  margin-left: 0;
}
.solution-finder-wrapper--download > .filter-bar-wrapper.pop-up .download-filter-pill-wrapper,
.solution-finder-wrapper--download > .filter-bar-wrapper.pop-up .filter-links-download {
  display: none;
}
.solution-finder-wrapper--download > .filter-bar-wrapper.pop-up .filter-select-container {
  box-shadow: 0px 8px 16px rgba(78, 42, 47, 0.15);
  margin-bottom: 10px;
}
@media only screen and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .solution-finder-wrapper--download > .filter-bar-wrapper.pop-up .filter-select-container {
    box-shadow: none;
  }
}
.solution-finder-wrapper--download > .filter-bar-wrapper .filter-btn-wrapper-download {
  margin: 0px;
}
@media only screen and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .solution-finder-wrapper--download > .filter-bar-wrapper .filter-btn-wrapper-download {
    margin-top: 30px;
  }
}
.solution-finder-wrapper--download > .filter-bar-wrapper .filter-btn-reset {
  font-weight: 400;
}
.solution-finder-wrapper--download > .filter-bar-wrapper .filter-btn-reset-vertical {
  margin-left: 2.7rem;
  width: max-content;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .solution-finder-wrapper--download > .filter-bar-wrapper .filter-btn-reset {
    position: absolute;
    margin-left: 14rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .solution-finder-wrapper--download > .filter-bar-wrapper .filter-btn-reset {
    position: absolute;
    margin-left: 36rem;
  }
}
.solution-finder-wrapper--download > .filter-bar-wrapper > .filter-links-download {
  display: block;
  padding-left: 50px;
}
@media only screen and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .solution-finder-wrapper--download > .filter-bar-wrapper > .filter-links-download {
    text-align: center;
    margin: 1rem;
    padding: 0;
  }
}
.solution-finder-wrapper--download > .filter-bar-wrapper > .filter-links-download > p {
  font-size: 1.125rem;
  font-weight: 600;
}
@media only screen and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .solution-finder-wrapper--download > .filter-bar-wrapper > .filter-links-download > p {
    font-size: 16px;
    font-weight: normal;
  }
}
@media only screen and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .solution-finder-wrapper--download > .filter-bar-wrapper > .filter-links-download #related-links-label {
    display: none;
  }
}
.solution-finder-wrapper--download > .filter-bar-wrapper .download-filter-pill-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  column-gap: 20px;
  row-gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.solution-finder-wrapper--download > .filter-bar-wrapper .filter-select-items {
  margin-top: 0;
  border-radius: 8px;
}
.solution-finder-wrapper--download > .filter-bar-wrapper .filter-select-header {
  border-radius: 16px;
}
@media only screen and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .solution-finder-wrapper--download > .filter-bar-wrapper .filter-select-header-vertical {
    box-shadow: none;
  }
}
.solution-finder-wrapper--download .solution-card--wrapper {
  display: block;
}
@media only screen and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .solution-finder-wrapper--download .solution-card--wrapper {
    row-gap: 30px;
  }
}
.solution-finder-wrapper--download .solution-card--container > .solution-card--doc-count {
  font-size: 0.875rem;
}
@media only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)), only screen and (max-width: calc(768px - 1px)) {
  .solution-finder-wrapper--download .solution-card--container > .solution-card--doc-count {
    display: block;
  }
}
.solution-finder-wrapper--download .solution-card--container > .solution-card--sort {
  font-size: 0.875rem;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .solution-finder-wrapper--download .solution-card--pagination .solution-card--pages .solution-card--page-cta {
    width: 24px;
    height: 24px;
  }
}
#SolutionCardsDTX .solution-card--image {
  height: auto !important;
}
#relevance.disabled {
  color: #cecece;
  pointer-events: none;
}
#SolutionCardsDTX .solution-card--details-headline {
  margin-bottom: 16px;
  letter-spacing: -1px !important;
  font-size: 27px;
  line-height: 1.33;
  font-weight: 600 !important;
}
#SolutionCardsDTX .solution-card--details-eyebrow-solution {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.71;
  color: #30578d;
  letter-spacing: -0.2px;
  text-transform: none;
}
#site-search-wrapper .popup {
  position: relative;
  display: inline;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  margin-left: 20px;
}
/* The actual popup */
#site-search-wrapper .popup .popuptext {
  visibility: hidden;
  width: auto;
  background-color: #f8f8f8;
  color: #262626;
  text-align: left;
  border-radius: 6px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  left: 25px;
}
@media screen and (max-width: 512px) {
  #site-search-wrapper .popup .popuptext {
    width: 100%;
  }
}
#site-search-wrapper p {
  padding-top: 20px;
}
#site-search-wrapper .close-x {
  position: absolute;
  right: 12px;
  top: 8px;
  cursor: pointer;
}
/* Toggle this class - hide and show the popup */
#site-search-wrapper .popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  top: -40px;
  width: 300px;
}
@media only screen and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  #site-search-wrapper .popup .show {
    top: 0;
    left: -300px;
  }
}
/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#advance-info-icon {
  width: 20px;
  display: inline;
}
.filter-select-container.active .filter-select-header-vertical {
  border-radius: 16px 16px 0 0;
}
.filter-select-container.active .filter-select-items {
  border-radius: 0px 0px 8px 8px;
}

