.productcards {
  max-width: 1009px;
  margin-left: auto;
  margin-right: auto;
}
.productcards .ppUX2020_design_readmore {
  display: none;
  position: absolute;
  bottom: 0;
  width: 94%;
  margin: 0;
  padding: 15px 0;
  background-image: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  cursor: pointer;
}
.productcards .ppUX2020_design_readmore .ppUX2020_arrow {
  display: block;
  border: solid #004494;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 3px;
  bottom: 3px;
}
.productcards .ppUX2020_design_text_collapsed .ppUX2020_design_readmore {
  display: block;
}
.productcards .ppUX2020_arrow.down,
.productcards .down .ppUX2020_arrow {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}
.productcards .productcards_goToPageLink {
  font-size: 14px;
  line-height: 21px;
  display: block;
  margin: 20px 0 25px 0;
  color: #004494;
  text-decoration: none;
}
.productcards .productcards_goToPageLink:hover {
  color: #004494;
  text-decoration: none;
}
.ppUX2020_design_text_collapsed.ppUX2020_design_text_expanded {
  overflow: visible;
  height: auto;
  padding-bottom: 20px;
}
.productcards__section-title-wrap {
  width: 100%;
  max-width: 1009px;
  margin: 0 auto;
}
.productcards__section-title {
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  padding: 0;
  margin: 0 0 30px 0;
}
.productcards__section-title:empty {
  margin: 0;
}
.productcards[data-columns] {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 30px;
  justify-content: space-between;
  padding: 0;
}
.productcards__card {
  border: solid 1px #cccccc;
  transition: border-color 0.35s;
  background: white;
  padding: 25px;
  margin: 0;
  box-sizing: border-box;
  display: flex;
}
.productcards__card.productcards__card--hideCTA {
  padding: 0;
}
.productcards__card.productcards__card--hideCTA > a {
  display: flex;
  height: 100%;
  padding: 25px;
  box-sizing: border-box;
  color: unset;
}
.productcards__card.productcards__card--hideCTA > a:hover,
.productcards__card.productcards__card--hideCTA > a:link,
.productcards__card.productcards__card--hideCTA > a:active {
  color: unset;
}
.productcards__card.productcards__card--hideCTA > a:hover .productcards__title,
.productcards__card.productcards__card--hideCTA > a:link .productcards__title,
.productcards__card.productcards__card--hideCTA > a:active .productcards__title {
  color: #004494;
}
.productcards__card.productcards__card--hideCTA > a:hover .productcards_description,
.productcards__card.productcards__card--hideCTA > a:link .productcards_description,
.productcards__card.productcards__card--hideCTA > a:active .productcards_description {
  color: #666666;
}
.productcards__card.productcards__card--hideCTA > a .productcards__title {
  color: #004494;
}
.productcards__card.productcards__card--hideCTA > a .productcards_description {
  color: #666666;
}
.productcards__card.productcards__card--hideCTA > a .styleAsLink {
  color: #004494;
  font-weight: bold;
}
.productcards__card:hover {
  border: solid 1px #004494;
}
.productcards__card.spacer {
  border: 0;
  background: transparent;
}
.productcards__card picture {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
}
.productcards__card picture img {
  max-width: 100%;
  max-height: 100%;
}
.productcards__title {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 5px 0;
}
.productcards__title a {
  color: #004494;
  text-decoration: none;
}
.productcards__title a:hover,
.productcards__title a:active,
.productcards__title a:visited {
  color: #004494;
  text-decoration: none;
}
.productcards__subtitle {
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 15px 0;
}
.productcard_text_wrap--defaultDescription {
  position: relative;
  height: 105px;
  overflow: hidden;
}
.productcard_text_wrap--defaultDescription .productcards_description {
  width: 93%;
}
.productcard_text_wrap--defaultDescription .productcards__subtitle {
  display: none;
}
.productcards_description,
.productcards_seointrotext {
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 15px 0;
}
.productcards_seointrotext--show-full-text {
  margin: 0 0 25px 0;
}
.productcards_description a {
  color: #666666;
  text-decoration: none;
}
.productcards_description a:hover,
.productcards_description a:active,
.productcards_description a:visited {
  color: #666666;
  text-decoration: none;
}
/* Feedback image display properties */
.productcards .familyMobile_requestInfo {
  display: none;
}
.productcards .image-feedback {
  width: 100%;
  margin: 15px 0 0 0;
  display: flex;
  flex-flow: column;
  justify-content: end;
}
.productcards .image-feedback form:not(.familyMobile_requestInfo),
.productcards .image-feedback button {
  padding: 0;
  display: block !important;
  width: 100%;
}
.productcards .image-feedback form:not(.familyMobile_requestInfo) span,
.productcards .image-feedback button span {
  font-size: 13px;
  line-height: 21px;
  padding: 10px 20px;
}
.mt_direction_right_to_left .productcards .ppUX2020_design_readmore .ppUX2020_arrow {
  right: auto;
  left: 3px;
}
