/*Articles page Custome CSS code*/
.custom-article-left .entry-content iframe{
    max-width:100%;
}
.custom-article-left .entry-content figure.with-caption img{
        width: auto;
        max-width: 100%;
    }
.text-italic{font-style: italic;}
.no-margin-bottom{margin-bottom: 0px;}
.ads_central{
    text-align: center;  
}
#sticky-top-bar-links {
    position: fixed;
    height: 56px;
    top: -78px;
    background-color: #f7f7f7;
    width: 100%;
    /* text-align: center; */
    /* border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    box-shadow: inset 0 6px 2px -2px #e5e5e5; */
    -webkit-box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.18) !important;
            box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.18) !important;
    z-index: 99999;
    -o-transition: top 1s ease;
    -webkit-transition: top 1s ease;
    transition: top 1s ease
}

#sticky-top-bar-links.shown {
    top: 0;
    display: block!important;
}

#sticky-top-bar-links .text {
    font-size: 14px;
    line-height: 56px;
    text-align: left;
    padding-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis
}

#sticky-top-bar-links .text .logo {
    padding-right: 10px
}

#sticky-top-bar-links .text .logo img {
    border-right: 1px solid #ccc;
    padding-right: 10px;
    width: 164px;
    position: relative;
    top: -4px
}

#sticky-top-bar-links .text .title {
    font-weight: 400;
    margin-left: 5px
}

#sticky-top-bar-links .share {
    position: relative;
    top: 20px;
    text-align: right
}

#sticky-top-bar-links .share .sd-content ul li {
    margin-left: 10px !important
}

#sticky-top-bar-links .share .sd-content a i {
    color: #999;
    font-size: 36px
}

#sticky-top-bar-links .share .sd-content a.share-facebook i:hover {
    color: #4B5BA1
}

#sticky-top-bar-links .share .sd-content a.share-twitter i:hover {
    color: #54A9F4
}

#sticky-top-bar-links .share .sd-content a.share-google-plus-1 i:hover {
    color: #E1323A
}

#sticky-top-bar-links .share .sd-content a.share-pinterest i:hover {
    color: #CB2027
}

#sticky-top-bar-links .share .sd-content a.share-email i:hover {
    color: #333
}
#sticky-top-bar-links .breadcrumbs{
    color:#d8d8d8 !important;
    margin: 17px 0 17px -6px !important;
}
#sticky-top-bar-links .breadcrumbs a{
    color: #333 !important;
    margin: 0 5px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
/* Breadcrum design */
#top-bar{
    border-top: none !important;
    border-bottom:none !important;
    -webkit-box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.18) !important;
            box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.18) !important;
    height: 56px !important;
    margin-bottom: 0 !important;
}
#top-bar .breadcrumbs{
    margin: 18px 0 18px -6px !important;
    font-size: 14px !important;
    color:#333333 !important;
    padding-top: 0 !important;
}
#top-bar .breadcrumbs a{
    color: #333 !important;
    margin: 0 5px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
.img-seperator .breadcrumb-divider{
    display:inline-block;
    width:12px;
    font-size:11px;
    color:gray;
    fill:currentColor;
    vertical-align: middle;
}
#masthead{
    margin-top: 0 !important;
}
/* breadcrum changes ends */
/* Related Articles under body*/
.related-tags {
    /* height: 149px;   */
    /* margin-top:-10px; */
  }
  .custom-article-left #related-stories h4 {
    color: #757575;
    font-size: 20px!important;
    font-weight: 700!important;
    letter-spacing: 0;
    line-height: 28px;
    /* margin-top: 16px; */
    margin-left: 1px;
  }
  .inline-related-articles{
      padding:0 0 0 19px;
      margin:0;
      font-size: 14px;
      line-height: 24px;
  }
  ul.inline-related-articles li::before {   
      color: #333333;
      font-size: 24px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 24px;
  }
  .custom-article-left ul.inline-related-articles li a{
    color: #333333!important;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
   }
  ul.inline-related-articles li div.sponsored {
      color: #757575;
      font-size: 14px;
      font-weight: bold;
      line-height: 20px;
      display: initial;
  } 
  ul.inline-related-articles li.margin-bottom{
      margin-bottom: 8px;
  }
  #related-stories{padding-right:0px; float: left; width: 100%;font-weight: bold;
    padding-bottom: 16px;padding-top:16px ;}
  /* .grey-seperator{border-top: 1px solid #C8C8C8;} */
  #content .custom-article-right #secondary>aside{
      border-top: none;
  }
  #content .custom-article-right #secondary>aside.widget_custom_html{
    border:none;
  }
  /*Ends*/
  /* Related Articles Side bar section*/
  #content #secondary>aside.widget_rdc_related_article h3.widget-title{
      font-weight: 700!important;
      font-size: 20px;
      line-height: 28px;
      text-align: left;
      color: #757575;
  }
  #related_articles_widget ol {
      list-style-type: none;
      padding: 0;
      font-weight: 700;
      margin: 0;
      padding: 0;
  }
  #related_articles_widget li{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 5px;
  }
  #related_articles_widget li:last-child{
      margin-bottom: 0;
  }
  #related_articles_widget .article-thumbnail {
      height: 80px;
      float: left;
      margin-right: 5px;
      position: relative;
  }
  #related_articles_widget img{
      border-radius:4px;
      width: 100%;
      height: 80px;
      object-fit: contain;
  }
  #related_articles_widget .cat_name{
      width: 100%;    
      font-size: 12px;
      letter-spacing: 0;
      line-height: 14px;
      text-transform: uppercase;
      margin-bottom: 4px;
    }
    #related_articles_widget .cat_name a{color: #3377CC;}  
    #related_articles_widget .title a{
      font-size:14px;
      line-height: 20px;
      text-align: left;
      color:#333333;
      letter-spacing: 0;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
    }
    #related_articles_widget .title a{color: #333333;}
    #related_articles_widget .content-wrapper .img_container {
      width: 38%;
      float: left;
  }
  #related_articles_widget .content-wrapper .links_content {
      width: 62%;
      float: left;
      /* margin-top: -2px; */
  }
  #related_articles_widget .content-wrapper {
      /* margin-bottom: 10px; */
      float: left;
  }
  #related_articles_widget .content-wrapper .sponsored{
      color:#757575;
      font-size: 12px;
      line-height: 14px;
      margin-top: 4px;
      font-weight: 500;
  }
  #related_articles_widget .content-wrapper .sponsored span{
      font-weight: 200;
      font-size: 12px;
  }
  .custom-row-no-margin{margin:0;}
  .custom-no-padding{padding: 0;}
  /*End*/
  /*Related Article stick nav*/
   
    .fixedbar {
        height: 56px;
        /* width: 100%; */
        bottom: 0px;
        position:fixed; 
        z-index:999999;  
        line-height: 14px;
        }
    .fixedbar.enabled{
        background-color: #FFFFFF;
        -webkit-box-shadow: 0 -1px 0 0 #F1F1F1, 0 2px 9px 0 rgba(0,0,0,0.18);
                box-shadow: 0 -1px 0 0 #F1F1F1, 0 2px 9px 0 rgba(0,0,0,0.18);
    }
    .enabled{
        height: auto;
    }

       
    #links, #links li {
        margin:0; 
        padding:0; 
        list-style:none
    }

    #links li {
        width: 65%;
        float: left;
        display: inline-block;
    }

    #links li.share{
        width: 35%;
    }

    li.articles a{
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
        color:#3377CC;
    }

    li.share a {
        /* text-transform: capitalize; */
        color: #333;
        float: right;
        color: #333333;
        font-family: Roboto;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 20px;
        font-weight: 400;
        margin: 0;
    }
      #links li a:hover {
      text-decoration: none;
      }
     .widget-title #close_sticky{float:right; width:20px;height: 20px;}
     .sticky_related_articles .widget-title #close_sticky div{color:#333333; margin:0; padding: 0;}
     .sticky_related_articles{padding: 16px;}
     .related_articles_mobile{display: none;}
     #sticky_related_articles h3{
         font-size:20px;
         line-height: 28px;
         font-weight: bold;
     }
     #browser_all{
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 36px;
      width: 146px;
      border: 1px solid #3377CC;
      border-radius: 18px;
      background: no-repeat;
      margin:20px auto ;
      display: block;
     }
     #browser_all a{
      color: #3377CC;
      font-family: Roboto;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 20px;
      text-align: center;
     }
  /*End*/
  .custom-article-left .entry-content ul, .custom-article-left .entry-content ol{
        margin: 0;
        padding: 0;
        width: 740px;
        padding-left: 18px;
  }
  .custom-article-left .entry-content ul li,.custom-article-left .entry-content ol li{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 8px;
  }

#moving-cost-moving-calculator-widget {
    margin-top: 0px;
}

/*End*/  
/*Author section*/
#author-box.custom-author-box{
    padding: 16px 0px;
    border-top: 1px solid #C8C8C8!important;
    border-bottom: 1px solid #C8C8C8!important;
    margin: 0 0!important;    
}
.custom-footer-section-cover .custom-author-box p.bio{
    font-size: 14px;
    line-height: 20px;
    float: left;
    color:#333333;
    margin: 0px;
    width: 100%;
    font-weight: 400;
}

.custom-author-box p.bio:first-child:first-letter {
    color:unset;
    font-family: unset;
    font-size: unset;
    font-weight: unset;
    letter-spacing: unset;
    line-height: unset;
    margin-top: unset;
    padding-right: unset;
    padding-left: unset;
    float: unset;
}

.custom-author-box .container{
    padding: 0px;
}
.custom-footer-section-cover .custom-author-box p.twitter a{
    font-size: 14px;
    line-height: 20px;
    float: left;
}
#content .custom-article-right #secondary>aside.widget_rdc_ad_widget{
    min-width:251px ;
    margin-top: 48px;
    margin-right: 0px;
}
/* Hide Right rail first ad heading */
.custom-article-right #secondary .rr-first-ad .widget-title{
    display: none;
}
/*End*/
.custom-article-right .custom-html-widget{display: block!important;}
.custom-editor-pick-cover{height: auto!important;} 
/*Call Out section */
.custom-article-left .entry-content blockquote{
    border-left: 1px solid #D92228;
    padding: 0px 14px;
    margin-left: 24px;
    width: auto;
}
.custom-article-left .entry-content blockquote p.pullquote-content{
    color: #000000;
    font-family: Roboto;
    font-size: 20px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: normal;
    margin-bottom: 8px;
    width: auto;
}
.custom-article-left .entry-content blockquote .inset-author{
    color: #888;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
}
/*End*/
/* Social share icond mobile */
.mobile-share, button.mobile-share:hover {
    border: none;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    background-image: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-size: 14px;
    padding: 0px 4px;
    display: flex;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-left: auto;
    vertical-align: top;
}
/*END*/
.no-top-divider{border-top:none!important;}
.new_mortgage_related_articles {
    display: block;
    margin-top: 15px;
}
.custom-article-left .new_mortgage_related_articles .mortgage_rel_article_header {
    font-weight: 400;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    margin-top: 0;
}
.custom-article-left .new_mortgage_related_articles ul{
    list-style-type: none;
}
.custom-article-left .new_mortgage_related_articles img{
    width: 30px;
    height: auto;
    margin-right: 15px;
    margin-top: 0px;
}
.custom-article-left .new_mortgage_related_articles ul.list-default li{
    margin-bottom: 14px;
}
.new_mortgage_related_articles .mortgage_article_icon {
    margin-right: 15px;
    width: 30px;
    margin-bottom: -10px;
    padding: 4px;
}
.product-specific-widget .mortgage_guide_icon{
    width: 30px;
    height: 33px;
}
.ra {
    display: inline-block;
    font: normal normal normal 14px/1 rdcfont2;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    line-height: inherit;
    vertical-align: middle;
}
.conversion-to-core.renting_widget, .conversion-to-core.selling_widget, .conversion-to-core.homeimprovement_widget, .conversion-to-core.insurance_widget, .conversion-to-core.buying_widget{
    text-align: center;
    float: none;
}

.na-heloc-widget {
    /* border-bottom: 1px solid #c4c4c4; */
    margin-top: 25px;
}
.na-heloc-widget .heloc-header-text {
    font-weight: 400;
    margin: 30px 0 16px 0;
}

.na-heloc-widget .heloc-icons {
    font-size: 24px;
    padding-right: 8px;
    position: relative;
    top: -2px;
}
.na-heloc-widget .heloc-header-text {
    font-weight: 400 !important;
    /* margin-bottom: 32px !important; */
    line-height: 0px !important;
    font-size: 20px !important;
}
.na-heloc-widget .heloc-title {
    color: #333333;
    font-family: Roboto;
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
    margin-left: 10px;
}
.na-heloc-widget .heloc-info-icon {
    width: 12px;
    position: relative;
    top: 0px;
    fill: grey;
}
.custom-article-left .entry-content .na-heloc-widget .heloc-footer-text {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px !important;
    font-weight: 400 !important;
}
.custom-article-left .entry-content .na-heloc-widget .heloc-cta-btn {
    margin-top: 25px;
    margin-bottom: 35px;
    padding: 10px;
    width: 375px;
    margin-left: 0;
    color: #d92228 !important;
    background-color: #fff;
    border-color: #d92228;
    border-radius: 2px;
}
.custom-article-left .entry-content .na-heloc-widget .heloc-cta-btn:hover{
    background-color: #e7e7e7;
    border-color: darkgray;
}
.product-specific-widget{
   
    padding: 16px 0px;
}
.custom-article-left .entry-content .product-specific-widget .mrc-inline ol{
    width: auto;
    padding-left: 0;
}
.custom-article-left .entry-content .product-specific-widget .mrc-inline ol li{
    margin-bottom:0;
}
.product-specific-widget a.mrc-button.mrc-button-more-homes{
    color: #fff!important;
}
.custom-article-left .entry-content .product-specific-widget .mrc-inline .fmcty-form .fmcty-fields {
    max-width: 700px;
}
.custom-article-left .entry-content .product-specific-widget ul.mrc-offers{
    width: auto;
    padding-left: 0;
    margin: 0 auto 40px;    
}
.custom-article-left .entry-content .fmcty-form a.mrc-button{
    color: #fff!important;
}
.custom-article-left .entry-content ul li.mrc-offer{
    background: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 1px 4px -1px rgba(0,0,0,0.33);
            box-shadow: 0 1px 4px -1px rgba(0,0,0,0.33);
    margin: 20px auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;
}
.custom-article-left .entry-content .mrc-offer .mrc-offer-description ul{
    font-size: 0.95em;
    line-height: 1.25em;
    list-style-type: square;
    list-style-position: outside;
    margin-left: 1em;
    padding-left: 1em;
    width: auto;
}
.custom-article-left .entry-content .mrc-offer .mrc-offer-description ul li{
    list-style-type: square;
    list-style-position: outside;
    margin-bottom: 0.5em;
    font-size: 14px;
    line-height: 1.25em;
}
/* Media query for mobile */
@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
    .product-specific-widget .hero_Image {
        max-width:100%;
    }
    /* breadcrum */
    .custom-article-left .entry-content figure.with-caption img{
                width: 100%;
            }
    #top-bar .breadcrumbs, #sticky-top-bar-links .breadcrumbs{
        margin: 18px 0 !important;
    }
    
    .custom-article-right .sponsored-by{
    font-size: 12px;
    line-height: 14px;
    }

    .sponsor-name{
    font-size: 12px !important;
    line-height: 14px !important;
    top: 0px !important;
    left:5px;
    }
    
    /*Related articles section widget */
    .related_articles_mobile{display: block; width: 100%;}
    .sponsored_post .related_articles_mobile .boxfloat ul li a{
        display: none !important;
    }
    #related_articles_widget .content-wrapper .img_container{
        margin-right: 15px;
        width:135px;
    }
    #related_articles_widget .content-wrapper .links_content{
        width: 54%;
    }
    /*End*/
    .custom-article-left .entry-content ul, .custom-article-left .entry-content ol{
        width: 100%;
    }
    .textwidget{
        /* margin:35px 15px; */
    }
    /*End*/
    /*Call Out section */
    .custom-article-left .entry-content blockquote{margin-left: 10px;}
    /*End*/
    .social-icons{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px;
        margin-left: 16px;
        padding: 0 0 0 10px;
    }
    .share-image{
        width:20px;
        height: 20px;
        background-color: #3377CC;
    }
    .social-icons a{
        margin-left: 25px;
    }
    .social-icons a.first{
        margin-left: 0px;
        padding-left: 10px;
    }
    /*End*/
}
@media only screen and (device-width: 360px){
    /* .conversion-to-core.homeimprovement_widget{
        margin: 15px 3px 0px 15px;
    } */
    
}
@media only screen and (max-device-width: 414px) and (min-device-width: 320px){
    /*Social share pop up mobile*/
    .social-icons a {
        font-size: 14px!important;
        margin-left: 27px!important;
    }
    /*END*/ 
    .social-icons a.first{
        padding:0px
    }
    .conversion-to-core.renting_widget{
        margin: 15px 15px 7px 40px;
    }
    .product-specific-widget{
        border-bottom: none!important;
    }
    .custom-article-left .entry-content .na-heloc-widget .heloc-cta-btn{
        width: auto;
    }
}
@media only screen and (device-width: 411px){
    /* .conversion-to-core.homeimprovement_widget{
        margin: 15px 0px 7px 4px;
        float: none;
    }
    .product-specific-widget {
        
    } */
}

@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
      

    .sponsor-name{
    font-size: 12px;
    line-height: 14px;
    /* top: -2px; */
    left:67px;
    }
    .custom-article-left .custom_caption_credit{
        padding: 0 16px;
    }
    #related_articles_widget .content-wrapper .img_container{
        margin-right: 15px;
        width:36%;
    }
    #related_articles_widget .content-wrapper .links_content{
        width: 60%;
    }
    .textwidget{width: 100%;
        /* margin: 35px 15px;} */
    }
    /*End*/
    .na-heloc-widget{
        border-bottom: none;
    }
    .custom-article-left .entry-content .fmcty-subhead.mrc-confirm-subhead p{
        width: 100%;
    }
    
}
@media only screen and (max-device-width:375px){
    .conversion-to-core.renting_widget {
        margin: 15px 15px 7px 20px;
    }
    .product-specific-widget {
        
    }
}
@media only screen and (max-device-width:320px){
    .conversion-to-core.renting_widget {
        margin: 15px 15px 7px 20px;
    }
    .product-specific-widget {
        border-bottom: none;
    }    
}
@media only screen and (min-device-width : 320px) and (max-device-width : 360px) {
   
    .custom-article-right .sponsored-by{
    font-size: 12px;
    line-height: 14px;
    }
    .sponsor-name{
    font-size: 12px;
    line-height: 14px;
    /* top: -2px; */
    /* left:67px; */
    }
    
    #related_articles_widget .content-wrapper .img_container{
        margin-right: 15px;
        width:48%;
    }
    #related_articles_widget .content-wrapper .links_content{
        width: 45%;
    }
    .textwidget{width: 100%;
        /* margin: 35px 15px; */
    }
    /*End*/
   
}
@media only screen and (device-width : 320px){
    /* .conversion-to-core.homeimprovement_widget {
        margin:15px -17px 7px 15px;
    } */
    .product-specific-widget {
        border-bottom: none!important;
    }
    .na-heloc-widget .heloc-header-text {
        display: inline;
    }
}

/* Media query for Tablet */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    
     /*Related articles section widget */
     /* .widget_rdc_related_article{display:none;} */
     #related_articles_widget .content-wrapper .img_container{width: auto;margin-right: 0px;}
     #related_articles_widget .article-thumbnail {width: auto;min-width: auto!important;}
     /* .custom-author-box{border-bottom: 1px solid  #C8C8C8!important;} */
     /* #related_articles_widget .title, #related_articles_widget .cat_name{float: left;} */
     #related_articles_widget .content-wrapper .links_content {min-width: 200px;}
     /*End*/
     .custom-article-left .entry-content ul, .custom-article-left .entry-content ol{
        width: 100%;
    }
    .textwidget{
        width: 100%;
    } 
    
    #content .custom-article-right #secondary>aside.widget_custom_html{border:none;}    
    /*End*/    
    
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
        
    /*Related articles*/
    /* .custom-author-box{ border-bottom:none!important;} */
    /*End*/
   
    .textwidget{
        width: 100%;
        margin: 35px 0px;
    }
    /*End*/
    .mobile-only {
        display: none!important;
    }
}

@media only screen and (max-device-width: 812px) and (orientation: landscape) {
    .textwidget{width: 100%;
        margin: 35px 0px;
    }
}
@media only screen and (device-width : 768px){
    .product-specific-widget {
       
    }
}
/* Media query for Ipad pro */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2){      
    .textwidget{
        width: 100%;
        margin: auto;
    }
    /*End*/
    #related_articles_widget .content-wrapper .links_content{
        width:59%;
    }
    .mobile-only {
        display: none!important;
    }
    .desktop-only {
        display: block!important;
    }
  }

  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    #sticky-top-bar-links .breadcrumbs {
        margin-top: -50px;
    }
}

.custom-article-right #secondary .widget-first .widget-title{
    display: none;
}
/* NA-4967 Articlepage & Guidepage-Ensure markup documents contain well-formed elements  */
.custom-the-content:first-child:first-letter {
    color: #D92228 !important;
    font-family: Roboto !important;
    font-size: 56px !important;
    font-weight: bold !important;
    letter-spacing: 0 !important;
    line-height: 50px !important;
    margin-top:-2px !important;
    padding-right: 4px !important;
    padding-left: 3px !important;
    float:left !important;
    }

    .custom-first-letter{
    color: #D92228;
    font-family: Roboto;
    font-size: 56px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 50px;
    margin-top: -2px;
    padding-right: 4px;
    padding-left: 3px;
    float: left;
    }


    .custom-the-content > p:first-child:first-letter {
    color: #D92228 !important;
    font-family: Roboto !important;
    font-size: 56px !important;
    font-weight: bold !important;
    letter-spacing: 0 !important;
    line-height: 50px !important;
    margin-top:-2px !important;
    padding-right: 4px !important;
    padding-left: 3px !important;
    float:left !important;
    }

    .custom-the-content ul li p:first-child:first-letter {
    color: unset;
    font-family: unset;
    font-size: unset;
    font-weight: unset;
    letter-spacing: unset;
    line-height: unset;
    margin-top: unset;
    padding-right: unset;
    padding-left: unset;
    float: unset;
    }

    .first-letter-in-red p:first-child:first-letter {
    color: unset !important;
    font-family: unset !important;
    font-size: unset !important;
    font-weight: unset !important;
    letter-spacing: unset !important;
    line-height: unset !important;
    margin-top: unset !important;
    padding-right: unset !important;
    padding-left: unset !important;
    float: unset !important;
}

#current-heloc-rates-btn {
    color: #d92226;
    border: 1px solid #d92226;
    background-color: #FFFFFF;
}

#current-heloc-rates-btn:hover {
    color: #ffffff;
    background-color: #d92226;
}

.related_articles_mobile .fixed-share.standard_article {
    display: none;
}

.custom-footer-section-cover .product-specific-widget.bestm {
    border-bottom: none;
}
.heloc-widget-list{
    position: relative;
}
.heloc_tooltip_data {
    background-color: #333333;
    padding: 10px 5px 5px;
    border-radius: 5px;
    width: 100%;
    max-width: 300px;
    display: none;
    position:absolute;
    z-index:2;
    bottom: 100%;
    left: 0;
    box-shadow: 0 0 8px rgba(147, 147, 147, 0.1);
    color: #ffffff;
    font-size: 14px;
}
.heloc_tooltip_data:after {
    content:'';
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    top:100%;
    left:50%;
    transform: translateX(-50%);
    border-top:8px solid #333333;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    border-bottom: none;
}
.heloc_tooltip_close {
    background-color: #4e4e4e;
    color: #fff;
    padding: 2px 4px;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    position: absolute;
    top: 1px;
    right: 1px;
    font-size: 12px;
    line-height: 100%;
    opacity: .5;
    border-radius: .2em;
}
.heloc_tooltip_close:hover {
    opacity: 1.0;
}