<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
h2{
  margin-top: 0px;
}

.header-search{
  margin-bottom: 30px;
  /*z-index: -1;*/
}

.faqContent{
  display: inline;
}



.loadingTitle{
  text-align: center;
  color: lightgray;
  font-style: italic;
  font-size: 25px;
  margin-bottom: 30px;
}

.noResults{
  text-align: center;
  color: lightgray;
  font-style: italic;
  font-size: 20px;
  margin-bottom: 30px;
}

.subTitle{
  margin-bottom: 20px;
}

.noteSubtitle{
  font-size: 12px;
  color: gray;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: left;
}

tbody tr {
  background-color: #f9f9f9;
}

.prodEntry{
  font-size: 25px;
  font-weight: 600;
  height: 56px;
  text-align: center;
  border-radius: 5px;
  width: 173px;
  border: 2px solid lightgray;
}

.prodEntry option{
  font-size: 25px;
  text-align: center;
  font-weight: 300;
}

.numEntry{
  font-size: 30px;
  font-weight: 600;
  width: 173px;
  border-radius: 5px;
  border: 2px solid lightgray;
}

.inputTitle{
  text-align: center;
  font-weight: 600;
}

.checkButton{
  background-color: #599bb3;
  font-size: 20px;
  color: white;
  padding: 8px 30px 8px 30px;
  border: none;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.resultsTitle{
  text-align: left;
  font-weight: 600;
  border-bottom: 3px solid #233237;
}

.noResultsText{
  text-align: left;
  margin-top: 50px;
  font-style: italic;
  font-size: 18px;
}

/*repair styling---------------------------------------------------------------*/
.repairContainer{
  font-size: 15px;
  color: #233237;
  margin-bottom: 50px;
}

.repairAddress{
  font-weight: 500;
  padding: 0px 0px 20px 0px;
}

.sectionTitle{
  margin-top: 50px;
  margin-bottom: 15px;
  font-size: 20px;
  border-bottom: 3px solid #233237;
  padding-left: 0px;
  font-weight: 600;
}

.serviceBullets{
  margin-left: 30px;
}

.warrantyQuestion{
  font-weight: 600;
}

.warrantyAnswer{
  color: gray;
}

.videoSectionTitle{
  margin-top: 50px;
  margin-bottom: 15px;
  font-size: 25px;
  border-bottom: 3px solid #233237;
  font-weight: 600;
  text-align: left;
  color: #233237;
}
.modal-content{
  background-color: transparent;
}
.closeVideo{
  text-align: right;
}

.video-responsive{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}

.video-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

.videoImage{
  border: 1px solid lightgray;
}

.videoClick .videoImage{
  opacity: 1;
  transition: .5s ease;
  backface-visibility: hidden;
}

.videoClick:focus{
  outline: none;
}

.hoverText{
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -51%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.videoContainer{
  margin-top: 15px;
}

.videoContainer:hover .videoImage{
  opacity: 0.3;
}

.videoContainer:hover .hoverText{
  opacity: 1;
}

.hoverTextSymb{
  font-size: 50px;
  color: #ff533d;
}

.hoverTextSymb:hover{
  color: #E03B25;
}
.hoverTextSymb:focus{
  color: #ff533d;
  outline: none;
}

.updateDisclaimer{
  color: gray;
  font-size: 10px;
  padding: 0px;
}

.lrCompatibility{
  border: 2px solid #233237;
}

.lrDetails{
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.lrCompatHeader{
  background-color: #233237;
  color: white;
  text-align: center;
  font-weight: 500;
  padding: 5px;
}

.resultColumn{
  width: 72px;
}

.legendButton{
  padding: 5px 20px;
  background-color: #599bb3;
  color: white;
  border: none;
  border-radius: 5px;
  font-weight: 300;
}

.rma-form {
  margin-bottom: 30px;
}

.rma-form-card-header {
  margin-top: 0px;
  text-align: center;
}

.rma-form-subtitle {
  margin-bottom: 20px;
  color: gray;
  font-style: italic;
}

.rma-form-subtitle a {
  font-style: normal;
}

.rma-form-card-header span {
  font-size: 20px;
  font-weight: 400;
  color: #599bb3;
}

.rma-remove-item {
  float: right;
  font-size: 20px;
  margin: -10px -5px;
  cursor: pointer;
}

.rma-form h4 {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #233237;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 2px solid #233237;
}

.rma-form label {
  color: #233237;
  font-weight: 500;
  font-size: 14px;
}

.rma-form-cards {
  padding: 15px 0px;
  border: 1px solid lightgray;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #FBFBFB;
  box-shadow: 0px 0px 23px -16px rgba(0,0,0,0.75);
}

.rma-item-add {
  font-size: 20px;
}

.rma-item-add:hover {
  text-decoration: none;
}

.rma-item-add:focus {
  text-decoration: none;
}

@media (max-width: 768px) {
  .container-fluid{
    padding: 0px;
  }
}
</pre></body></html>