/* old article pages */
.article-page a,
.article-page a:visited {
    color: #005288;
}

.article-page a.btn-blue,
.article-page a.btn-blue:hover {
    color: #fff;
}

.article-page .content {
    padding-bottom: 30px;
}

@media (max-width: 1170px) {
    .article-page .responsive-img {
        max-width: 100% !important;
        height: auto !important;
    }
}

/* global classes */
.img-left {
    padding-right: 30px;
    padding-bottom: 20px;
}

.img-right {
    padding-left: 30px;
    padding-bottom: 20px;
}

@media (max-width: 500px) {
    .guide-cover {
        display: block !important;
        float: none !important;
        margin: 0 auto 1em auto !important;
    }
}

/* heat-your-home-efficiently article */
img.heat-home {
    float: right;
    padding-left: 30px;
    padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
    img.heat-home {
        float: none;
        display: block;
        margin: 0 auto 20px auto;
        padding-left: 0;
    }
}
/* compare plans */
.compare .compare-customer-reviews-component .reviews .review .text {
    color: #616B73;
    font-weight: 400;
}

/* budget-protection article */
@media screen and (max-width: 1220px) {
    table.budget-protection-coverage {
        width: 350px !important;
    }
}

@media screen and (max-width: 990px) {
    table.budget-protection-coverage {
        max-width: 100%;
    }
}

/* home page home tips links */
ul.hometips figure figcaption a {
    position: relative !important;
    padding-top: 1rem !important;
    left: 0 !important;
}

@media only screen and (max-width: 991px) {
    ul.hometips figure figcaption a {
        left: 0 !important;
    }
}

/* evergreen and 2020 article styles */

.full-width-text {
    max-width: 90%;
    margin: 0 5%;
    display: block;
    overflow: hidden;
}

.custom-wrapper {
    display: block;
    overflow: hidden;
}

.marketing-article.section-three-column .three-column .items .item .image {
    text-align: center;
}

.marketing-article.section-custom h2 {
    line-height: 2rem;
}

.custom-cta a {
    margin: 0 auto;
    padding: 10px 15px;
    display: inline-block;
    background-color: #005288;
    color: #fff;
}

.marketing-article.section-evergreen-hero .banner-copy p {
    margin: 0;
    padding: 200px 0 0;
    display: block;
    float: left;
    color: #fff;
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 400;
    text-decoration: none;
}

.section-custom ol li, .section-custom ul li {
    font-size: 1rem;
    padding-bottom: 4px;
}

.custom-cta-wrapper {
    background-color: #F8F9FA;
    padding: 40px;
    text-align: center;
    margin: 0 auto;
    max-width: 90%;
}

.custom-cta a {
    font-size: 16px;
    font-weight: 300;
    border-radius: 3px;
}

.marketing-article.section-evergreen-hero .content .text .inner {
    padding: 14px;
}

.marketing-article.section-testimonials .top-copy,
.marketing-article.section-three-column .three-column .top-copy,
.marketing-article.section-three-column .three-column .bottom-copy {
    text-align: left;
}
#marketing-article  #testimonials {
    padding-top:30px;
}
@media (min-width: 1224px) {
    #section-testimonials .top-copy {
        padding: 0 0 30px;
    }
}
@media (max-width: 1224px) {
    .marketing-article.section-evergreen-hero .banner-copy p {
        padding-top: 60px !important;
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

@media (max-width: 768px) {
    .marketing-article.section-evergreen-hero .banner-copy p {
        display: none !important;
    }

    .marketing-article.section-background .content .block {
        padding: 30px;
    }
}

@media (min-width: 768px) and (max-width: 890px) {
    .marketing-article.section-background.evergreen .background {
        min-height: 304px;
    }
}

.marketing-article.section-custom .two-col-left {
    padding-right: 20px;
}

.marketing-article.section-custom .two-col-right {
    padding-left: 20px;
}

.marketing-article.section-custom .row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    height: 100%;
}

.marketing-article.section-custom p.center {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

@media only screen and (min-width: 600px) {

    .two-col-left,
    .two-col-right {
        max-width: 50%;
    }
}

@media only screen and (max-width: 600px) {
    .marketing-article.section-custom .row {
        display: block;
        width: 100%;
    }

    .marketing-article.section-custom .two-col-left,
    .marketing-article.section-custom .two-col-right {
        display: block;
        width: 100%;
    }

    .marketing-article.section-custom .two-col-left {
        padding-right: 0;
    }

    .marketing-article.section-custom .two-col-right {
        padding-left: 0;
        padding-top: 20px;
    }

    .marketing-article.section-evergreen-hero .content {
        top: 65%;
    }

    .marketing-article.section-evergreen-hero .content .text {
        width: 100%;
        display: block;
    }

    .marketing-article.section-evergreen-hero .content .text .inner {
        font-size: 15px;
        padding: 10px;
    }

    .img-left,
    .img-right {
        display: block;
        float: none !important;
        width: 90%;
        height: auto;
        margin: 0 auto;
        padding: 0 0 20px 0;
    }

    .marketing-article.section-background .content .block h2 {
        font-size: 21px;
        padding: 0 0 10px;
    }

    .custom-cta-wrapper {
        max-width: 95%;
    }
}

/* blog */
.sidebar-ad h2 {
    font-size: 30px;
}
.blog .single .sidebar .block {
    margin-bottom: 40px;
}
.blog .single .sidebar .block h3 {
    line-height: 1.875rem;
}