.margin--20 {
  margin-bottom: 20px;
}
.header__title {
  font-size: 24px;
  font-weight: bold !important;
  color: #0061aa;
  margin: 15px 0;
}
.header__title--large {
  font-size: 30px;
  font-weight: bold !important;
  text-align: center;
}
.bodycopy {
  font-size: 18px;
  margin-bottom: 20px;
}
.lp-slider {
  margin: 25px 0;
}
@media screen and (max-width: 1550px) {
  .lp-slider {
    overflow: scroll;
  }
}
:is(.lp-slider__container, .lp-slider__products) {
  display: flex;
  gap: 20px;
  padding: 0;
}
.lp-slider__content {
  display: block;
  margin: 0;
  padding: 20px;
}
.lp-slider__item {
  width: 100%;
  list-style: none;
}
.lp-slider__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
:is(.lp-slider__link:link, .lp-slider__link:active, .lp-slider__link:visited, .lp-slider__link:focus) {
  color: #0061aa;
}
.lp-slider__image {
  width: clamp(230px, 100%, 250px);
  height: auto;
}
.lp-slider__productTitle {
  font-size: 20px;
  font-weight: bold;
}
.cta__quicklinks {
  position: relative;
}
.cta__productDetails {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cta__flex--column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
}
:is(.cta--primary, .cta--primary:visited, .cta--primary:link, .cta--primary:active, .cta--primary:focus) {
  width: 300px;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  background-color: #0061aa;
  color: white;
  padding: 10px 30px;
  margin: 0;
  text-decoration: none;
}
.cta__quicklinks img {
  width: 100%;
  height: auto;
  opacity: 0.3;
}
.application {
  position: relative;
  margin: 10px 0;
}
.application::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.25);
  transition: all ease-out 300ms;
}
.application:hover::after {
  background-color: rgba(255, 255, 255, 0.75);
}
.application img,
.quickReference__link img {
  width: 100%;
  height: auto;
}
.application__overlay {
  position: absolute;
  bottom: 0%;
  right: 5%;
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  background-color: rgba(255, 255, 255, 0);
  padding: 15px 20px 15px 40px;
  z-index: 1;
}
.brand__search {
  width: calc(100% - 40px);
  background-color: #768fc5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 40px 20px;
  margin: 30px auto;
}
.brand__search input[type='text'] {
  padding: 15px;
  width: 100%;
}
.brand__search button {
  background-color: rgba(0, 97, 170, 1);
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 13px 35px;
  border: solid 1px #0061aa;
  border-radius: 5px;
  cursor: pointer;
  transition: all ease-out 300ms;
}
.brand__search button:hover {
  background-color: rgba(0, 97, 170, 0);
  color: #0061aa;
}
.sflistTitle {
  display: none;
}
.sflistList {
  margin: 15px 0;
}
.sfpagelistListWrp .sflistListItem {
  list-style: none;
  margin-bottom: 40px !important;
}
.sflistListItem a {
  text-decoration: none;
  font-size: 18px;
}
.vr-faq li {
  font-size: 16px;
  margin: 15px 0;
}