html .HomePageFullWidthArea {
    position:relative;
}
html .HomePageFullWidthArea .callout {
    background: #fbb731;
    margin:0;
    padding: 1.5em 1.5em 1em 1.5em;
    position: absolute;
    bottom: 0;
    right: 4em;
    width: 30%;
}
html .HomePageFullWidthArea .callout a {
    color:#fdd991 !important;
}
html .HomePageFullWidthArea .callout h4,
html .HomePageFullWidthArea .callout h4 a{
    color:#032e60 !important;
}

@media (max-width: 767px) {
    html .HomePageFullWidthArea .bg_blue_home {
        width: 100%;
        float: none;
    }
    html .HomePageFullWidthArea .callout {
        position:relative;
        bottom:initial;
        right:initial;
        padding: 1.5em;
        width: 100%;
    }
}
