#wxDescription ul.sectionFeatures, .sectionFeatures {
    display:block;
    padding:0;
    clear:both;
    margin:10px;
}
#wxDescription .sectionFeatures li {
    display:block;
    margin:20px 0;
    overflow:hidden;
    padding: 0 0 0 170px;
}
.sectionFeatures li .sectionFeaturesHeading {
    font-size: 1.125em;
    font-weight:400;
    color:#00819d;
    margin:0 0 0.5em;
    display:block;
}
.sectionFeatures li .sectionFeaturesSummary {
    margin:0.5em 0 0;
    display:block;
}
.sectionFeatures li img, .sectionFeatures li .listImg {
    display:block;
    float:left;
    width:160px;
    height:104px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    background-color:#ddd;
    margin: 0 10px 0 -170px;
}
.sectionFeatures li a {
    text-decoration: none;
}
.sectionFeatures a:hover, .sectionFeatures a:focus {
    text-decoration:underline;
}

/* begin heroCarousel */
#relatedProducts li .relatedDesc, #wxTop h1, #wxTop h2 {
    display: none;
}

#wxTop, .wxTop {
    height: 296px;
    margin: 10px 0;
    position: relative;
    width: 980px;
    background: no-repeat center center;
    background-size: cover;
    font-size: 1.09em;
    overflow: hidden;
}

#wxHeroTxt, .wxHeroTxt {
    background: #000;
    background: rgba(0, 0, 0, 0.65);
    bottom: 0;
    color: #FFF;
    left: 0;
    margin: 10px;
    padding: 0 10px;
    position: absolute;
    width: 500px;
    z-index: 100;
    overflow: hidden;
}

.wxHeroTxt {
    width: auto;
    padding: 0 1.5em;
}

#wxHeroTxt h3, #wxHeroTxt p {
    margin: 10px 0;
}

#wxHeroTxt h3, .wxHeroTxt h1 {
    font-size: 2.5em;
    font-weight: 300;
    margin: 0.25em 0;
}

#wxHeroTxt a {
    text-decoration: none;
    color: #fff;
}

#wxHeroTxt a:hover {
    text-decoration: underline;
}

#relatedProducts {
    bottom: 10px;
    position: absolute;
    right: 10px;
    width: 86px;
}

#relatedProducts ol {
    list-style: none;
    padding: 0;
}

#relatedProducts li {
    z-index: 100;
    float: left;
    overflow: hidden;
}

#relatedProducts li a img {
    border: none;
}

#relatedProducts li a {
    display: block;
    border-color: #000;
    border-color: rgba(0, 0, 0, 0.65);
    border-style: solid;
    border-width: 5px;
    height: 72px;
    margin: 2px;
    width: 72px;
}

#relatedProducts li a:hover, #relatedProducts li a.current:hover {
    border-color: #b9db0c;
}

#relatedProducts li a.current {
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.65);
}

/* end hero caoursel */
