.callout {
    padding: 12px 0;
    position: relative;
}
.callout::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 40px;
    top: 0;
    opacity: 0;
    background-image: url("/includes/public/assets/shared/enews_vguide_hover.png");
    background-repeat: no-repeat;
    pointer-events: none;

    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}
.panel-header .callout::before{
    background-image: url("/includes/public/assets/shared/enews_vguide_hover_header.png");
    left: 0;
}
.panel-footer .callout{
    padding: 0 20px 25px;
}
.mobile-nav .callout{
    padding: 23px 20px 18px;
}

.callout .title,
.callout .title a {
    font-family: 'Playfair-Display', serif;
    font-size: 20px;
    color: #000;
    line-height: 1.1em;
    margin: 0 0 3px;
}

.panel-header .callout .title,
.panel-header .callout .title a{
    font-size: 30px;
    margin-bottom: 1px;
}

.callout .link {
    font-family: 'Karla', sans-serif;
    font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (374 - 320)));
    color: #000;
    line-height: 1.2em;
    display: block;
    font-weight: normal;
}

.callout .link i{
    position: relative;
    top: 1px;
    font-size: 15px;
    margin-left: 1px;
}
.panel-footer .callout .title,
.panel-footer .callout .title a,
.panel-footer .callout .link{
    color: #FFF;
}

@media (min-width: 375px) {
    .callout .link {
        font-size: 15px;
        width: 88%;
    }
}
@media (min-width: 1135px) {
    .panel-header .callout{
        text-align: left;
        padding: 24px 20px 18px;
        cursor: pointer;
    }
    .callout::before{
        background-size: contain;
        background-position: center;
    }
    .callout:hover::before{
        opacity: 1;
    }
    .panel-header .callout::before{
        left: -23px;
    }

    .panel-header .callout:hover::before{
        opacity: 0.6;
    }

    .panel-header .callout .title,
    .panel-header .callout .title a {
        font-size: calc(22px + (30 - 22) * ((100vw - 1025px) / (1440 - 1025)));
        line-height: 1.2em;
        margin-bottom: 0;
    }

    .panel-header .callout .link {
        font-size: 15px;
        width: 95%;
    }

    .panel-footer .callout {
        padding: 20px 86px 20px 91px;
        min-height: 115px;
    }
    
    .panel-footer .callout .title {
        font-size: 30px;
/*        width: 85%;*/
    }   
    .panel-footer .callout .title a{
        font-size: inherit;
    }
    .panel-footer .callout .link i {
        font-size: 15px;
    }
}
@media (min-width: 1300px) {
    .panel-header .callout .link {
        width: 75%;
    }
}
@media (min-width: 1440px) {

    .panel-header .callout{
        padding: 24px 0px 18px 22px;
    }
    .panel-header .callout .title,
    .panel-header .callout .title a {
        font-size: 30px;
        line-height: 1.1em;
    }
    
    .callout::before{
        background-size: auto;
        background-position: inherit;
    }

    .panel-header .callout .link {
        width: 68%;
    }

}