/* GAQ Banners */
.grey-article-callout.first, .grey-article-callout {
    padding-bottom: 0;
}

.gaq-banner.cta-container .get-a-quote {
    display: flex;
    justify-content: flex-start;
    padding: 0 40px;
    margin: 0;
}

.gaq-banner.cta-container.grey
{
    background-color: #f1f3f4;
    border-radius: 10px;
    margin-bottom: 20px;
}

.gaq-banner.cta-container.blue
{
    background-color: #0070a9;
    color:  #ffffff;
    border-radius: 10px;
    margin-bottom: 40px;
}

.gaq-banner.cta-container .get-a-quote .right-col {
    width: 100%;
    padding: 0;
    padding-left: 40px;
    max-width: 460px;
}

.gaq-banner.cta-container .get-a-quote h3 {
    margin-top: 40px;
}

.gaq-banner.cta-container .get-a-quote p
{
    font-size: 16px;
    line-height: 120%;
}


.gaq-banner.cta-container .get-a-quote .text-white, .gaq-banner.cta-container .get-a-quote .text-white h3, .gaq-banner.cta-container .get-a-quote .text-white p
{
    color: white;
}

.gaq-banner.cta-container .get-a-quote .text-center
{
    text-align: center;
}

.gaq-banner.cta-container .get-a-quote .left-col img {
    max-width: 264px;
    width: 100%;
}

.gaq-banner.cta-container.blue .get-a-quote .cta-btn {
    color: #0070a9 !important;
    background-color: white !important;
    margin-top: 26px !important;
   
}

.gaq-banner.cta-container .get-a-quote .cta-btn {
    font-size: 22px;
    line-height: 18px;
    width: 250px !important;
    margin: 0  0 40px 0 !important;
}

@media screen and (max-width: 619px) {
    .gaq-banner.cta-container .get-a-quote .cta-btn {
    margin: 0 auto 40px auto !important;
    }

    .gaq-banner.cta-container .get-a-quote .right-col {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
}
