
li {
    list-style: none;
}
li.share{
    position:relative;
}
.nav-accordion {
    padding: 0;
    margin: 0;
}
.interior-content {
    margin-top:20px;
}
.nav-accordion li {
    border-bottom: 1px solid #D8D5CE;
    line-height: 1.5;
}
.nav-accordion li:last-child {
    border-bottom: none;
}
.nav-accordion li a {
    text-transform: none;
    color: #56565a;
    display: block;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9em;
}
.right-content h2 {
    color: #66656A;
    font-weight: 400;
    font-size: 2.2em;
}

.shareIconContent{
    width:50px;
    position: absolute;
    bottom:15px;
    right: 25px;
    display:none;
}
.content-banner img {
    width:100%;
    height:auto;
}
.resource-top-content {
    border-bottom: 1px solid #c1bbbb;
    padding: 15px 0 25px 0;
}
.middle-content {
    margin-top: 35px;
}
.middle-content > h1 {
    font-size: 2.2em;
    color: #545559;
    font-weight: 400;
    margin-bottom: 25px;
}
.video-library .category-wrapper h1 {
    font-weight: 600;
}
.middle-content h3 {
    font-size: 1.4em;
    color: #313131;
    font-weight: 700;
    margin: 0 0 12px 0;
}
.middle-content h3 a{
    text-decoration:none;
    color: var(--primary-color);

}
.middle-content p {
    font-size: 1em;
    color: #313131;
    line-height: 1.5;
    font-weight: 500;
}
.middle-content p a {
    color: var(--primary-color);
    text-decoration: none; 
}
.middle-content p:last-child a{
    font-size: 17px;
    line-height: 1.5;
    color: var(--primary-color);
    text-decoration: none;
    word-wrap: break-word;
}
.nav-panel {
    background: #fff;
    border: 1px solid #D8D5CE;
    margin: 0 0 20px 0;
}
.nav-accordion li a {
    padding: 16px 15px;
}

.middle-content p:first-child {
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e2e2;
}
.content-section {
    border-bottom:1px solid #c1bbbb;
    padding: 25px 0 25px 0;
}
.content-section:last-child {
    border:none;
}
.content-section p:last-child{
    margin-top:22px;
}
.content-section p a {
    font-weight:700;
}
.resource-top-content h3 {
    margin-bottom: 8px;
    font-size: 1.4em;
    font-weight: 700;
    color: #313131;
}
.logo-text span {
    display: inline-block;
}
.logo-text span h4, .logo-text span h5 {
    margin:0;
}

.renovation-slider, .rennovation-section {
    display: flex !important; /*to override the default style added by cycle2 pluggin*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    position: relative;
}
.rennovation-section {
    margin:40px 50px;
}
.text-content {
    padding: 0 20px;
    background: #fff;
}
.text-content h3 {
    color:#000;
    font-weight: 700;
    font-size: 1.6em;
}
.text-content p {
    color:#313131;
    font-weight: 600;
}
.text-content a {
    color:var(--primary-color);
    font-size: 1em;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    margin:50px 0 0 0;
}
.left-nav {
    width:21%;
    margin-right:40px;
}
.pink-background {
    display: block;
    margin-bottom: 15px;
}
.pink-background img{
    height:auto;
}
.pink-background{
    position: relative;
}
.pink-background h3, .pink-background a {
    position: absolute;
    color: #FFF;
    left: 7%;
}
.pink-background h3 {
    top:0%;    
    margin: 25px 0 20px 0;
    font-size: 1.2em;
    font-weight: 400;
    width: 80%;
}
.pink-background a {
    bottom: 15%;
    font-size: 0.8em;
    border-bottom:3px solid #fff;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}
.prevControl, .nextControl {
    background:url(/file/media/Diamond/Common/sprite-images.png) no-repeat;
    width:23px;
    height:48px;
    position: absolute;
    top: 115px;
    z-index: 99999;
}
.nextControl {
    background-position: -434px -72px;
    right: 15px;
}
.prevControl {
    background-position: -400px -73px;
    left: 15px;
}
.cycle-slideshow {
    width: 100%;
}
.rennovation-section .banner-wrap img {
    width:100%;
}
.rennovation-section .center span {
    cursor:pointer;
}
.help-text h2 {
    color:#313131;
}
.help-text p{
    border-bottom:0;
}

@media (max-width:767px) {
    .video-library.diamond .category-header h2 {
        color: #fff;
    }
    .content-banner {
        display: none;
    }
    .nav-panel {
        display: none;
    }
    .mobile-menu-header {
        background: #c6bbb7;
        border: 1px solid #D8D5CE;
        font-size: 14px;
        padding: 22px 15px;
        color: #fff;
        position: relative;
        margin: 0;
    }
    .mobile-menu-header span {
        background: transparent url(/file/media/Diamond/Common/sprite-images.png) no-repeat -128px -369px;
        width: 22px;
        height: 22px;
        display: inline-block;
        position: absolute;
        right: 15px;
    }
    .mobile-menu-header {
        display:block;
    }
    .expand span {
        background-position:-158px -399px;
    }
    .nav-panel.expand {
        display: block;
        border-top:0;
    }
    .left-nav {
        width:100%;
    }
    .pink-background {
        display: none;
    }
    .rennovation-section, .renovation-slider {
        width: 100%;
        display: block !important;
    }
    .rennovation-section {
        margin:40px 0;
        padding: 35px 20px 15px 20px;
        box-sizing: border-box;
        background: #fff;
    }
    .text-content {
        padding: 25px 15px 15px 15px;
    }
    .text-content h3 {
        margin: 0 0 5px 0;
        padding: 0;
        font-size: 1.4em; 
    }
    .banner-wrap {
        width:91%;
    }
    .banner-wrap, .text-content {
        margin: 0 auto;
    }
    .rennovatio-slider {
        display: block;
        margin:40px 0 30px 0;
    }
    .nextControl  {
        right: 2px;
    }
    .prevControl {
        left: 0px;
    }
    .prevControl, .nextControl {
        top: 40%;
    }
    .rennovation-section .banner-wrap img {
        min-height: 240px;
    }
    .text-content a {
        margin: 25px 0 20px 0;
        font-weight: 700;
    }
    .main-content {
        padding:0;
    }
    .interior-content {
        padding:0 15px;
    }
    .middle-content p .fluidvids{
        margin-bottom: 30px;
    }
}
@media (min-width:768px){
    .video-library .category-wrapper h1 {
        font-weight: 400;
        font-size: 35px;
        line-height: 40px;
    }
    .nav-panel {
        display: block;
    }
    .nav-panel {
        border: 1px solid #D8D5CE;
        height: auto;
    }
    .right-content {
        width:78%;
        margin: 0;
    }
    .interior-content {
        display: flex;
        display: -webkit-box;
        display: -moz-box; 
        display: -ms-flexbox;
        display: -webkit-flex;
        width:97%;
        padding: 0px;
        position: relative;
        margin: 30px auto;
    }
    .mobile-menu-header {
        display:none;
    }
}
@media (min-width:768px) and (max-width:1024px){
    .pink-background h3 {
        font-size: 1em;
        width: 90%;
        margin-top:11px;
    }
    .pink-background a {
        bottom: 15%;
        font-size: 0.7em;
    }
    .renovation-slider, .rennovation-section {
        margin: 40px 0px;
        width:100%;
    }
    .banner-wrap {
        width:88%;
    }
    .banner-wrap img {
        width:100%;
    }
    .text-content h3 {
        margin-top: 0;
        font-size: 1.4em;
    }
    .prevControl {
        left:10px;
    }
    .nextControl {
        right:10px;
    }
    .prevControl, .nextControl {
        top:115px;
    }
    .left-nav {
        width: 200px;
        margin-right: 4%;
    }
}
@media print {
    .breadcrumb,.center,.news-article .right-container,.print-share-ul,h2,header,.where2Buy,.wtb-bottom{
        display:none;
    }
    .banner-wrap, .mobile-menu-header{
        display:none;
    }
    .cycle-slideshow .renovation-slider.cycle-slide{
        visibility: visible !important;
        display: block !important;
        position: relative !important;
        margin-bottom:0px;
        margin-top:0px;
    }
    .renovation-slider .text-content a{
        color:#313131;
    }
    .rennovation-section{
        margin-top:-50px !important;
        padding-top:-50px !important;
    }
    .rennovation-section .text-content {
        padding:0 0 0 0px;
        margin-top:0;
    }
    .rennovation-section .text-content a {
       margin-top: 15px; 
    }
    .cycle-slideshow .renovation-slider:nth-child(n+2) {
      margin-bottom: 40px;
    }
  }

  