html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
html, body {
  margin: 0;
  padding: 0;
}
.flex {
  display: flex;
}
.flex3 {
  flex-grow: 1;
  flex-shrink: 0;
}
.flex.between {
  justify-content: space-between;
}
.contain {
  max-width: 1600px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
html {
  font-size: 16px;
  font-family: "Helvetica Neue", "Arial", sans-serif;
  color: #000;
}
h1, h2, h3 {
  font-family: "Helvetica Neue", "Arial", sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #000;
}
img {
  max-width: 100%;
}
p {
  line-height: 1.6;
}
a {
  color: #3557B3;
}
a:hover {
  color: #3557B3;
}
body > nav {
  margin: 2rem 0;
}
sup {
  font-size: 0.5em;
  font-weight: normal;
  margin: 0px;
}
div#app-carousel {
  margin: 0 0 50px 0;
}
/*DH added - Scroll Indicator */
.arrow a span {
  position: absolute;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
  display: block;
}
/* End Scroll Indicator*/
.flex-container {
  display: flex;
  overflow: hidden;
}
#logo {
  width: 270px;
  height: auto;
  margin: 2em auto;
}
#titlebar {
  background-color: #eeb111;
  padding-top: 1em;
  padding-bottom: 1em;
  width: 100%;
  text-align: center;
}
#nav-btns {
  margin-top: 2em;
  display: none;
}
#hero {
  background-image: url("images/hero.gif");
  width: 100%;
  min-height: 700px !important;
  max-height: 700px !important;
  background-size: cover;
  overflow: hidden;
}
#mouse {
  width: 100%;
  height: 40px;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
#mouse img {
  width: 3%;
  height: auto;
  margin-top: 2em;
}
#hero h2 {
  color: #fff;
  margin: 0 auto 3em auto !important;
  position: relative;
  top: 540px;
  font-size: 200%;
  text-align: center;
  width: 60%;
  height: auto;
  line-height: 1em;
  font-weight: normal;
}
.spin-title {
  font-size: 200% !important;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  width: 95% !important;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.spin-title img {
  width: 45% !important;
}
#hero .lowes img {
  width: 80%;
  height: auto;
}
#hero .lowes {
  width: 260px;
  height: auto;
  right: 0;
  left: auto;
  margin-right: -60px;
  background-color: rgba(255,255,255,.80);
  top: 350px;
  border-radius: 25px;
  padding: 1em 4em 1em 1em;
  text-align: center;
  z-index: 2;
  position: absolute;
}
p.ex {
  font-weight: 700;
  font-size: 110%;
}
.lowes p {
  margin-top: .05em;
  margin-bottom: .05em;
  line-height: 1.3;
}
#epic {
  padding-bottom: 4em;
  margin-bottom: 4em;
}
#epic h2.epic {
  margin: 1.2em auto 0 auto;
  width: 95% !important;
  height: auto;
  font-size: 300% !important;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
}
h3.epic {
  margin: 2em auto;
  height: auto;
  font-size: 140% !important;
  font-weight: 700;
  line-height: 1em !important;
  text-align: center;
  padding-top: 1em;
  width: 80% !important;
}
#subepic {
  background-color: #F2F2F2;
  margin-top: 10em !important;
}
#subepic h2 {
  font-size: 30px;
}
#subepic p {
  font-size: 14px;
}
#subepic .item {
  width: 50%;
}
.arrow {
  display: none;
}
canvas {
  display: none;
}
.fade-in {
  opacity: 1 !important;
}
#agitator-insert img {
  width: 29%;
  position: relative;
  opacity: 1 !important;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  left: calc(1px);
  display: block;
  z-index: 10;
}
#agitator-insert img.is-visible {
  width: 29%;
  opacity: 1;
  top: 83px;
}
#base img {
  width: 90%;
  position: relative;
  opacity: 1 !important;
  margin: 30px auto 0 auto;
  display: block;
  z-index: 9;
  padding-left: -3px;
}
#base img.is-visible {
  width: 90%;
  opacity: 1;
}
#epic .speak[data-scroll] {
  transition: opacity 1 !important;
  transform: none !important;
  opacity: 1 !important;
}
#epic .speak:first-child {
  margin-top: 10px;
}
#epic .speak {
  margin: 20px 0;
}
.subepic1, .subepic2 {
  /*overflow:hidden;*/
}
#agitator {
  left: 0;
  text-align: center;
  opacity: 1 !important;
}
#impeller {
  opacity: 1 !important;
  text-align: center;
}
#impeller p {
  margin-right: 1em;
  padding-left: 3em;
  padding-right: 3em;
}
#agitator p {
  padding-left: 2em;
  padding-right: 2em;
  margin-left: 1em;
  padding-bottom: 4em;
}
.feature1.item, .feature1.item3 {
  opacity: 1 !important;
  font-size: 14px !important;
}
.feature2.item, .feature2.item3 {
  opacity: 1 !important;
  font-size: 14px !important;
}
.feature3.item, .feature3.item3 {
  opacity: 1 !important;
  font-size: 14px !important;
}
.feature4.item {
  opacity: 1 !important;
  font-size: 14px !important;
}
#epic {
  min-height: 1vh;
  padding-bottom: 4em;
  margin-bottom: 4em;
}
#agitator img {
  opacity: 1 !important;
  width: 60%;
}
#impeller img {
  opacity: 1 !important;
  width: 60%;
}
:is(#agitator, #impeller) img {
  opacity: 1 !important;
  transform: none !important;
}
:is(#agitator, #impeller) img.active {
  opacity: 1 !important;
  transform: none !important;
}
#subscription .item.active {
  opacity: 1 !important;
  font-size: 14px !important;
}
@media print {
  #mlu {
    page-break-before: always;
  }
	
	#washerprint{
    page-break-before: always;
  }

  #subscription{
    page-break-before: always;
  }

  .alt_features_switcher_item_container {
    opacity: 1;
  }
  #qq {
    page-break-before: always;
  }
}
body h2.epic {
  opacity: 1 !important;
  transition: none !important;
}
body.separate h2.epic {
  opacity: 1.0 !important;
}
#agitator-insert img {
  top: 100px;
  left: 10px;
}
body.separate #agitator-insert img {
  top: 100px;
}
#qqwrap h4 {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 0;
}
#break1 {
  display: none;
}
#break2 {
  display: none;
}
#features h4 {
  font-size: 15px;
  margin: 10px 0;
}
.washerclick:hover, .dryerclick:hover, .alt_mlu_head h1:hover {
  cursor: pointer;
  color: #707070 !important;
}
.swiper-pagination-bullet:hover {
  background: #707070 !important;
  cursor: pointer;
}
h3.washerfeaturesheadline {
  display: none;
  width: 90%;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
h3.washerfeaturesheadline.show {
  display: block;
}
h3.dryerfeaturesheadline {
  font-size: 14px;
  width: 90%;
  font-weight: normal;
  line-height: 1.4em;
  display: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
h3.dryerfeaturesheadline.show {
  display: block;
}
h2.features, h2.subscription, h2.demos, h2.mlu, h2.qq {
  margin: auto;
  width: auto;
  height: auto;
  font-size: 200%;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  padding: 0 0 20px 0;
}
h2.subscription {
  padding: 50px 0 0 0;
}
h2.dryerclick {
  color: #b2b2b2 !important;
}
h3.features, h3.subscription, h3.demos, h3.mlu, h3.qq {
  margin: 2em auto;
  width: 65%;
  height: auto;
  font-size: 120%;
  font-weight: 500;
  line-height: 1.6em;
  text-align: center;
}
h3.qq {
  margin: 2em auto;
  width: 85% !important;
  height: auto;
  font-size: 90% !important;
  font-weight: normal;
  line-height: 1.6em;
  text-align: center;
}
h3.demos {
  margin-top: 0;
}
#app-carousel img {
  opacity: 1;
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#app-carousel img.is-visible {
  opacity: 1;
  width: 300px !important;
  height: auto !important;
}
#benefit1 {
  width: 50%;
  position: relative;
  left: 0px;
}
#benefit2 {
  width: 50%;
  position: relative;
  right: 0px;
}
#subscription .item img {
  width: 40%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  opacity: 1 !important;
}
#qq .item3 img {
  width: 30%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#subscription .item {
  text-align: center;
}
div#dryerfeaturewrap {
  position: absolute;
  top: 400px;
  display: block;
  margin-top: 4em;
}
#subscription h4 {
  font-size: 150%;
  text-align: center;
}

#subscription p {
  text-align: center;
}
#features {
  background-color: #fff;
  padding-top: 5em;
  padding-bottom: 5em;
}
#features .switcher_wrap {
  padding: 0 0;
}
#features .flex-container, #subscription .flex-container {
  width: 100%;
  flex-wrap: nowrap;
  align-items: stretch;
  display: flex;
  justify-content: space-around;
  overflow: hidden;
}
#dryerfeaturewrap {
  display: none;
}
.playerPoster {
  position: absolute;
  display: none !important;
}
#features .flex-container .item, #subscription .flex-container .item {
  width: 22.5%;
  margin: 1% 0% 1% 2%;
  display: inline-table;
  font-size: 11px !important;
  text-align: left !important;
}
#mlu .flex-container {
  width: 100%;
  flex-wrap: nowrap;
  align-items: stretch;
  display: flex;
  justify-content: space-around;
}
#mlu .alt_mlu_head h1 span.lowes {
  display: block;
  font-size: 16px;
  text-align: center;
  font-style: italic;
  color: #888;
  margin: 5px 0 0 0;
}
.swiper-slide.swiper-slide-active .title, .swiper-slide.swiper-slide-active .text {
  display: block;
}
.swiper-slide.swiper-slide-prev .title, .swiper-slide.swiper-slide-prev .text {
  display: none;
}
.swiper-slide.swiper-slide-next .title, .swiper-slide.swiper-slide-next .text {
  display: none;
}

#features .flex-container {
    width: 100%;
    flex-wrap: wrap!important;
    align-items: stretch;
    display: flex;
    justify-content: space-around;
    overflow: hidden;
}



#alt_features {
  position: relative;
}
.alt_features_switcher_item_container {
  transition: none !important;
  position: relative;
}
.alt_features_switcher_item_container.active {
  opacity: 1;
  position: relative;
}
#mlu .alt_mlu_head h1 span.lowes:before {
  content: '';
  display: inline-block;
  margin-right: .3em;
}

#subscription {
margin-top:-30px!important;	
}
h3.subscription {
  margin: 2em auto;
  width: 95% !important;
  height: auto;
  font-size: 80% !important;
  font-weight: 500;
  line-height: 1.3em !important;
  text-align: center;
}
#qq {
  margin-top: 0 !important;
}
#qq .flex-container {
  width: 100%;
  flex-wrap: nowrap;
  align-items: stretch;
  display: flex;
  justify-content: space-around;
}
.print {
  display: block;
}
#qq h4 {
  text-align: center !important;
  font-size: 170%;
  line-height: 1.2em;
  width: 70%;
}
.item3 {
  width: 30%;
}
#mlu .flex-container .item {
  width: 25%;
  margin: 3em;
}
#nav-btns button {
  position: relative;
  right: 0em;
  display: block;
  width: 200px;
  height: auto;
  margin-top: .5em;
}
#nav-btns ul {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
  float: right;
}
button {
  background-color: #f2f2f2;
  border-radius: 28px;
  border: 1px solid #ffffff;
  display: inline-block;
  cursor: pointer;
  color: #0a0a0a;
  /* biome-ignore lint: not solving now */
  font-family: Arial;
  font-size: 15px;
  padding: 8px 31px;
  text-decoration: none;
}
button:hover {
  background-color: #eeaf11;
}
#demos {
  display: none;
}
#hamburger {
  display: none;
}
#demos .flex-container {
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
  justify-content: space-around;
}
#demos .flex-container .item {
  width: 30%;
  margin: .5em;
}
footer {
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0D436B;
  font-size: 90% !important;
  color: #fff !important;
  text-align: center;
}
footer img {
  max-width: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
footer h1 {
  font-size: 32px !important;
}
footer a {
  text-decoration: none;
  color: #fff;
  padding: 0 1em;
}
footer a:hover {
  color: #DADADA;
  text-decoration: underline;
}
#footer-nav {
  width: 20em;
  height: 2em;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
footer ul {
  list-style-type: none;
  display: block;
  width: 100%;
  text-align: center;
}
#legal {
  background-color: #F2F2F2;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  font-size: 11px !important;
}
#legal li {
  line-height: 1.5em !important;
}
footer li {
  display: inline;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
}
footer .legal {
  font-size: 70%;
  margin: 3em;
}
/*---- Swiper ---- */
.swiper-container {
  width: 100%;
  /*height: 50em;*/
  height: unset;
  /* overflow:hidden!important; */
  text-align: center !important;
  overflow: visible !important;
  margin-top: 150px;
}
.swiper-pagination {
  margin-top: -100px;
}
#demos .swiper-container {
  padding: 0 0 30px 0 !important;
}
#demos .swiper-container-horizontal > .swiper-pagination-bullets {
  position: absolute;
  top: 0px !important;
  height: 90px;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  /* top: 10px!important; */
  height: 50px;
  left: 0;
  width: 100%;
  top: unset !important;
  bottom: 0 !important;
  top: unset !important;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  opacity: 0.0;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide .title {
  font-size: 41px;
  font-weight: 700;
  color: #000;
  margin-top: 1em;
}
.swiper-slide {
  transition: all 0.7s ease-in-out;
  opacity: 0.2;
  transform: scale(0.7);
  filter: blur(5px);
  pointer-events: none;
}
.swiper-slide-active {
  opacity: 1;
  /* width:90%!important; */
  /* margin-left:-24em!important;
	margin-right:-24em!important; */
  z-index: 110 !important;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
  /* transform: opacity(2, 0.5); */
  transform: scale(1);
  pointer-events: auto !important;
}
.swiper-slide iframe {
  max-width: 40em;
}
.swiper-slide .subtitle {
  font-size: 21px;
}
.swiper-slide .text {
  font-size: 17px;
  /*max-width: 400px;*/
  line-height: 1.3;
  color: #000;
}
.swiper-button-prev, .swiper-button-next {
  display: none !important;
}
.swiper-pagination-bullet {
  width: 30px !important;
  height: 30px !important;
  display: inline-block !important;
  border-radius: 50% !important;
  background: #B2B2B2 !important;
  opacity: 0.2 !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  top: -10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #EEB111 !important;
}
.demothumb {
  margin-top: 0em;
}
.img_contain {
  object-fit: contain;
}
.alt_mlu_head {
  padding: 2rem;
}
.switcher_container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.switcher_container h1 {
  margin: 0;
  padding: 1em 0 1em 0;
  font-size: 20px !important;
  color: #b2b2b2;
  transition: none !important;
  text-align: center;
}
.switcher_wrap, .prim_switcher_wrap {
  border-bottom: 5px solid #b2b2b2;
  transition: all 0.3s ease;
}
.switcher_wrap.active, .prim_switcher_wrap.active {
  border-bottom: 5px solid #eeb111;
}
.switcher_wrap.active h1, .prim_switcher_wrap.active h1 {
  color: black;
}
.switcher_wrap:hover, .prim_switcher_wrap:hover {
  cursor: pointer;
}
.prim_switch_models {
  display: none;
}
.prim_switch_models.active {
  display: flex;
}
.center {
  text-align: center;
}
.feature_comparison_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.feature_comparison_item_container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature_comparison_item {
  width: 160px !important;
  height: 102px !important;
  border-radius: 1rem;
  border: 1px solid #b2b2b2;
  color: #b2b2b2;
  text-align: center;
  font-size: 12px !important;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  margin: 4px;
  background: white;
}
.colorpicker {
  width: 100%;
  height: auto;
  display: flex;
  margin-top: -3em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.whitemodel {
  width: 100%;
  height: 4em;
  border-radius: 1rem;
  border: 1px solid transparent;
  color: #000;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-start;
  margin: 1rem;
  background: rgba(255, 255, 255, 0.00);
  margin-right: none!important;
}
.chromemodel {
  width: 100%;
  height: 4em;
  border-radius: 1rem;
  border: 1px solid transparent;
  color: #000;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-end;
  margin: 1rem;
  background: rgba(255, 255, 255, 0.00);
  background-image: url("images/lowesonly.png");
  background-position: 5% center;
  background-repeat: no-repeat;
  background-size: 75px 51px;
  margin-left: none!important;
}
.chromemodel2 {
  width: 100%;
  height: 4em;
  border-radius: 1rem;
  border: 1px solid transparent;
  color: #000;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-end;
  margin: 1rem;
  background: rgba(255, 255, 255, 0.00);
  margin-left: none!important;
}
.chromemodel2:hover, .chromemodel2.active, .whitemodel:hover, .whitemodel.active {
  background: rgba(0, 73, 144, 0.12);
  cursor: pointer;
}
.chromemodel:hover, .chromemodel.active {
  background-image: url("images/lowesonly.png");
  background-position: 5% center;
  background-repeat: no-repeat;
  background-size: 75px 51px;
  margin-right: 10%;
  background-color: rgba(0, 73, 144, 0.12);
  cursor: pointer;
}
img.m51ww, img.m61ww, img.m71ww, img.m81ww, img.m81wd, img.m71wd, img.m61wd, img.m51wd {
  display: none;
}
.lowesnumber {
  font-weight: 700;
  font-size: 100%;
  color: #000;
  display: table;
}
.whitemodel .radiobtn {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  opacity: .4;
  background: #FFF;
  border: 1px solid #000;
  margin: 1em;
}
.whitemodel .radiobtn:hover {
  background: rgba(164, 164, 164, 1.00);
}
.whitemodel .radiobtn.active {
  opacity: 1;
  background: #FFF;
  border: 1px solid #606060;
}
.chromemodel .radiobtn, .chromemodel2 .radiobtn {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  opacity: .4;
  background: #606060;
  border: 1px solid #000;
  margin: 1em;
}
.chromemodel .radiobtn:hover, .chromemodel2 .radiobtn:hover {
  background: rgba(164, 164, 164, 1.00);
}
.chromemodel .radiobtn.active, .chromemodel2 .radiobtn.active {
  opacity: 1;
  background: #606060;
  border: 1px solid #606060;
}
.switcher_title h1 {
  font-size: 240%;
}
h1.buffright {
  padding-right: 1.3em;
}
.feature_comparison_item.stepup:before {
  content: '+';
  position: absolute;
  top: -30px;
  border-radius: 50%;
  color: #FFF;
  background: #eeb111;
  border: 5px solid #FFF;
  font-size: 12px;
  padding: 0 12px;
  font-weight: 700;
  line-height: unset;
}
.feature_comparison_item h5 {
  font-size: 12px;
  padding: 1em;
}
.feature_comparison_item.active {
  border: 3px solid #eeb111;
  color: #000;
  background: #f2f2f2;
}
.feature_comparison_item.stepup {
  background: #eeb111;
  border: 3px solid #eeb111;
  color: #000;
  position: relative;
}
.step_up_img {
  margin: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-height: 35vh;
}
.alt_mlu_switcher_item_container {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.alt_mlu_switcher_item_container.active {
  height: auto;
  opacity: 1;
}
.alt_mlu_contents {
  display: none;
}
.alt_mlu_contents.active {
  display: block;
}
.scroll-sequence.apple-sequence {
  display: none;
}
.menu {
  display: none;
}
#epic .scroll-container {
  height: 0vh;
}
#epic .speak {
  margin: 0;
}
#epic .speak:first-child {
  margin-top: 0;
}
#epic .scroll-sequence-content {
  padding: 1em;
}
#epic .scroll-sequence {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -5;
  height: 100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.alt_mlu img {
  width: 85% !important;
  height: auto;
}
.step_up_img {
  margin: 25px !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-height: 25vh;
}


#dryerprint, #washerprint {
	display:block!important;
}

#mlu {
	display:none!important;
}


.mluflexprint.dryermlulist, .mluflexprint.washermlulist  {
width: 100%;
    flex-wrap: nowrap;
    align-items: stretch;
    display: flex;
    justify-content: space-around;
    overflow: hidden;
}

.mluprintitem {
	width:22%;
	margin:0 12px 12px 12px;
	padding:0 12px 12px 12px;
	border-right:1px solid #ccc;
}

.mluprintitem h2 {
	font-size:13px;
}

.mluprintitem ul {
	margin-left:0;
	padding-left:0;
  list-style: none;
}

.mluprintitem li {
  padding-bottom: 3px;
}

.mluprintitem li:before {
  content: "\2022";
  margin-right: 4px;
  font-weight: 700;
}

.mluprintitem li.plus:before {
  content: "+";
  margin-right: 4px;
  font-weight: 700;
}

.mluprintitem .plus {
  font-weight: 700;
}

.mluprintitem:last-child {
	border-right:none!important;
}

.mluprintitem li, .pairwithprint, .mluprintitem p{
	font-size:9px;
	line-height:1.2em;
}

.pairwithprint {
	font-weight:700;
}