
.main-content{
    padding: 0;
}
.news-article {
    padding: 0;
    margin: 0;
}
.news-article .left-container {
    width: 69%;
    display: inline-block;
    vertical-align: top;
    padding-left: 50px;
    
}
.shareIconContent{
    width:50px;
    position: absolute;
    bottom: 20px !important;
    right: 0px !important;
    display:none;
}
.news-article ul.bread-crum {
    padding: 0;
    width: 95%;
    margin: 0 0 0 10px;
    display: none;
}

.news-article .breadcrumb ul li a{
    cursor: pointer !important;
}
.news-article .print-share-ul {
    padding: 5px 0 0 0;
    float: right;
    margin: 0px;
}
.clearfix:before, .clearfix:after {
    content: '\20';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.news-article .print-share-ul li {
    padding-left: 60px;
    padding-right: 0px;
}
.print-share-ul li.print {
    background-position: 0 0;
}
.print-share-ul li.print {
    background-position: 0 0;
}
.print-share-ul li {
    float: left;
    list-style: none;
    margin: 0;
    text-transform: uppercase;
}
.print-share-ul.pink li a {
    color: var(--primary-color);
    font-size: .8em;
    text-decoration: none;
    font-weight: 700;
}
.print-share-ul li.share {
    background-position: 0 -61px;
    /* margin-left: 38px; */
    position: relative;
}

.news-article hr {
    margin: 0 0 35px 0;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    height: 1px;
}

.news-article .right-container {
    width: 16%;
    margin: 0 0 0 5.6%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.news-article h2 {
    margin: 20px 0 33px 50px;
    font-size: 2.3em;
    color: #343434;
    font-weight: 400;
}
.slide-wrapper {
    overFlow: hidden;
    position: relative;
}
.slide-wrapper div:first-child {
    display:inline-block;
}
.slide-wrapper ul {
    position: relative;
}
.slide-wrapper .center{
    height:48px;
}
.news-article .left-container .slide-wrapper li {
    display: none;
    opacity: 0;
    -webkit-animation: fadeout 2s;
    -moz-animation: fadeout 2s;
    -ms-animation: fadeout 2s;
    -o-animation: fadeout 2s;
    animation: fadeout 2s;
}
.news-article .left-container .slide-wrapper li.active {
    display: block;
    opacity: 1;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
    list-style: none;
    width: 100%;
}
.news-article .right-container h4 {
    font-size: 1em;
    font-weight: 700;
    color: #6b6b6b;
    margin-top: 3px;
}
.news-article .left-container h3 {
    color: #000;
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 700;
    line-height: 1.25em;
    display: inline-block;
    width:58%;
}
.news-article .left-container img {
    float: right;
    margin: 8px 0px 10px 15px;
    text-overflow:ellipsis;
    overflow:hidden;
}
.news-article .left-container p {
    font-weight: 500;
    line-height: 1.6;
    color: #6b6b6b;
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 2.7em;
}
.news-article .left-container p + p {
     margin-bottom: 2em;
}
.news-article .left-container p:last-child {
     margin-bottom: 1.5em;
}
.news-article .left-container a {
    color: var(--primary-color);
    position: relative;
    cursor: pointer;
    text-decoration: none;
}

.news-article .placement, .news-article .right-container ul li a {
    line-height: 50px;
    background: #C7BBB6;
    width: 90%;
    display: block;
    margin: 2px auto;
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;

}

.news-article .right-container ul li.current a {
    background-color: #f6f4f1;
    color: #343434;
    font-weight: 600;
} 
.news-article .placement {
    line-height: 35px;
}
.news-article .right-container .wrapper .placement, .news-article .right-container ul li.active a {
    background: none;
    color: #343434;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.news-article .right-container ul li {
    margin-top: 5px;
}
.news-article .right-container .email {
    width: 75%;
    padding: 15px;
    display: inline-block;
    margin: 28px auto;
    border: 2px solid var(--primary-color);
    background: none;
    height: auto;
    text-decoration: none;
    background-color: #fff;
}
.news-article .right-container .email .query {
    font-size: 1.2em;
    margin: 0;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
}
.news-article .right-container .email .emailImg {
    width: 30px;
    height: 23px;
    display: block;
    background: url(../images/global/sprite-images.png) no-repeat  -127px -342px;
    margin: 0 auto;
}
.clearfix{
    clear:both;
}
.slider-arrow .left {
    left: 0;
    width: 30px;
    height: 50px;
    display: block;
    float: left;
    background: url(../images/global/sprite-images.png) -399px -68px no-repeat;
}
.slider-arrow .right {
    right: 0;
    width: 30px;
    height: 50px;
    display: block;
    float: right;
    background: url(../images/global/sprite-images.png) -430px -68px no-repeat;
}
.news-article .left-container .prevContent, .news-article .left-container .nextContent {
    position: absolute;
    
    font-size: 1.2em;
    font-weight: 600;
    font-style: initial;
        background: url(../images/global/sprite-images.png) no-repeat;
    width: 23px;
    height: 48px;
    color: var(--primary-color);
    cursor: pointer;
}
.news-article .left-container .prevContent{
    background-position: -400px -73px;
    left: 0px;
}
.news-article .left-container .nextContent {
    background-position: -434px -72px;
    right: 0px;
}
.news-article .left-container .nextContent i,.news-article .left-container .prevContent i
{
    
    position: absolute;
    top: 10px;
    font-style: normal;
}
.news-article .left-container .prevContent i{
    left: 25px;
    margin-left:15px;
}
.news-article .left-container .nextContent i{
    right: 25px;
     margin-right:15px;
}
.where2Buy {
    background-color: var(--primary-color);
    margin-top: 109px;
    text-align: center;
    padding: 35px 20px;
    display: block;
}
.where2Buy h2 {
    font-weight: 600;
    font-size:1.8em;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 50px 0 0;
}
.news-article .displayInline {
    vertical-align: middle;
}
.displayInline {
    display: inline-block;
}
 .where2Buy input[type="text"] {
    height: 45px;
    width: 155px;
    color: #4d4e4d;
    border: 0;
    font-size: 1.5em;
    padding: 0 8px;
}
.where2Buy input[type="submit"] {
    line-height: 43px;
    position: relative;
    top: 3px;
    height: 45px;
    width: 60px;
    color: #4d4e4d;
    border: 0;
    font-weight: bold;
    font-size: 2em;
    background: #E8E8E8;
    margin: 0px -4px;
}

/*overwrite the plugin classes to set scroll if the content is more than the height*/
 .slide-wrapper .cycle-slideshow{
    overflow-y:auto;
    min-height:600px;
} 

.cycle-slideshow li{
    display:none !important;
    visibility: hidden !important;
}
.cycle-slideshow li.cycle-slide-active{
    display:block !important;
    visibility: visible !important;
    
}
li.full.expand.active.cycle-slide.cycle-sentinel {
    display: block !important;
}
.print span {
    background: url(../images/global/sprite-images.png) no-repeat -20px -311px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.share .shareLink span {
    background: url(../images/global/sprite-images.png) no-repeat -48px -311px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
span.disabled {
    opacity:.5;
}
.news-article .bread-crum li {
        padding: 0;
        margin-top: 4%;
        display:inline-block;
        list-style: none;
        vertical-align: top;
        height: 34px;
    }
    .news-article .bread-crum li.active a {
        color: #343434;
        font-weight: bold;
    }
    .news-article ul.bread-crum {
        display: block;
        padding-left: 35px;
    }
    .news-article .bread-crum li a {
        color: #888888;
        font-size: 1.5em;
        line-height: 34px;
        text-decoration: none;
    }
    .news-article .bread-crum li:after {
        content: '/';
        padding: 0 5px;
    }
    .news-article .bread-crum li:after {
        font-size: 20px;
        content: '//';
        padding: 0 5px;
        color: #776c64;
    }
    .news-article .bread-crum li:last-child:after {
        content: '';
    }
    .breadcrumb {
        display: block;
        margin: 20px 0 0px 50px;
        padding:0;
    }
    .rennovation-section .banner-wrap img {
        width:100%;
    }
    .rennovation-section .center span {
        cursor:pointer;
    }
    .news-article .placement{
      display:none;
    }
/*overwrite the plugin classes to set scroll if the content is more than the height*/
@media only screen and (max-width: 1024px) and (min-width: 768px){
    .news-article .right-container {
        width: 18%;
        margin: 0px 2%;
    }
    
    .news-article h2 {
        margin: 25px 0 45px 50px;
    }
    .news-article .placement{
        font-weight: 700;
        border-top: none;
        color: #6f6767;
    }
    .news-article .left-container h3 {
        font-size: 1.1em;
    }
   
}
@media screen and (max-width: 767px){
    .breadcrumb {
        margin: 0;
            padding-left: 15px;
    }
    .news-article .right-container .email, .news-article .right-container h4, .news-article .right-container ul, .news-article .right-container ul li.active,.news-article .print-share-ul {
        display: none;
    }
    .news-article .right-container {
        width: 100%;
        margin: 0;
        background: #fff;
        position: absolute;
        top: 115px;
        margin-top: 60px;
        display:block;
    }
    .news-article .right-container .wrapper {
        width: 92%;
        margin: 50px 4%;
        border: 3px solid #c7bbb6;
        position: absolute;
        z-index: 999;
        top: -25px;
        background: #fff;
    }
    .news-article .placement, .news-article .right-container ul li.active a {
        font-weight: 700;
        border-top: none;
        color: #6f6767;
        font-size: 1.5em;
        font-weight: 500;
        text-align: left;        
        margin: 10px;
    }
    .news-article hr {
        display: none;
    }
    .news-article .left-container{
        width: 96%;
        margin: 100px 2% 20px 4%;
        padding: 0px;
        display:block;
    }
    .news-article .left-container img{
        float: none;
        width: 100%;
        margin:8px 0px 10px 0px;
    }
    .news-article h2{
        text-align: center;
        margin: 20px;
        font-weight: bold;
    }
    .news-article .slide-wrapper{
        margin-top: 70px;
        margin-right: 15px;
    }
    .news-article .bread-crum li {
        padding: 0;
        margin-top: 4%;
        display:inline-block;
        list-style: none;
        vertical-align: top;
        height: 34px;
    }
    .news-article .bread-crum li.active a {
        color: #343434;
        font-weight: bold;
    }
    .news-article ul.bread-crum {
        display: block;
    }
    .news-article .bread-crum li a {
        color: #888888;
        font-size: 1em;
        line-height: 34px;
        text-decoration: none;
        font-weight: bold;
    }
    .news-article .bread-crum li:after {
        content: '/';
        padding: 0 5px;
    }
    .news-article .bread-crum li:last-child:after {
        content: '';
    }
    
    .right-icon {
        background: url(../images/global/sprite-images.png)  -129px -371px no-repeat;
        width: 19px;
        height: 20px;
        display: block;
        position: absolute;
        right: 0px;
        top: 27%;
    }    
    .rennovation-section, .renovation-slider{
            background: #fff;
    }
    .rennovation-section .prevControl {
        left: 0px;
    }
    .rennovation-section .nextControl {
        right: 2px;
    }
    .news-article .wrapper .placement, .news-article .right-container ul li.active a {
        font-weight: bold;
        position: relative;
    }
    .news-article .right-container ul li a {
        margin: 2px;
        color: #7c7d80;
        text-decoration: none;
        background: #fff;
        font-size: 1em;
        font-weight: 500;
        display:block;
        width: auto;
    }
    .news-article .placement, .news-article .right-container ul li {
        background: #fff;
        text-align: left;
        margin: 10px;
        font-size: 1.5em;
        font-weight: 500;
    }
    .news-article .right-container ul li {
        border-bottom: 1px solid #f4f2f1;
    }
    .news-article .left-container h3 {
        width:100%;
    }
    .news-article .placement{
      display:block;
    }
}
@media print {
  .breadcrumb,.center,.news-article .right-container,.print-share-ul,h2,header,.where2Buy,.wtb-bottom{
      display:none;
  }
  .banner-wrap{
      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;
  }
  .news-article .rennovation-section{
      margin-top:-50px !important;
      padding-top:-50px !important;
  }
  .news-article .left-container a{
          color: #6b6b6b;
          text-decoration:underline;

  }
  .news-article .left-container img{
      float:left;
      
  }
  .news-article .left-container{
      display:block;
      width:100%;
      margin-bottom:0px;
      padding-bottom:0px;
      margin-right:20px;
  }
  .news-article .left-container li p{
      float:left;
      width:95%;
      margin-bottom:0px;
      padding-bottom:0px;
  }
  .news-article .left-container li{
        float:left;
        width:95%;
        margin-bottom:0px;
        padding-bottom:0px;
  }
  .rennovation-section .text-content {
      padding:0 0 0 50px;
      margin-top:0;
  }
  .rennovation-section .text-content a {
     margin-top: 15px; 
  }
  .cycle-slideshow .renovation-slider:nth-child(n+2) {
    margin-bottom: 40px;
  }
  /* .news-article .wtb-bottom {
      display: block;
      text-align: left;
  }
  .news-article .wtb-bottom ul li:first-child {
    color:#000;
    margin: 0;
  }
  .news-article .wtb-zipcode input:last-child {
    display: none;
  } */

}