.nvp-callout-module .container{padding:0;}
.nvp-callout-leadin{font-size:1.1em;font-weight:500;line-height:1.25em;
    padding:1em 0 0 0;text-align:center;}
.nvp-callout-leadin strong, .nvp-callout-leadin b{font-weight:700;}
.nvp-callout-title{text-align:center; border-top:3px solid rgb(1,174,240);    padding-top:.75em;
    border-top:3px solid rgb(89,160,206);}
.nvp-callout-title h3{font-size:2.4em;font-weight:700;font-style:italic;color:rgb(1, 174, 240);color:rgb(89,160,206);
    margin-top:0;}
.nvp-callout-popout-area{margin-top:2em;height:240px;}

/* ----------------------------------------- subform items ----------- */
.nvp-callout-items{display:flex;justify-content:space-evenly;}
.nvp-callout-item{padding:24px;text-align:center; cursor:pointer;flex-basis:30%;}
.nvp-callout-item-image{padding-bottom:.3em;max-width:300px;}
.nvp-callout-item-image img{width:100%;margin:-2px;;border-radius:50%;border:5px solid #F57E20;}
.nvp-callout-item-image:hover img{border-color:rgb(89,160,206);}
.nvp-callout-item-title{font-size:2.4em;font-weight:700;line-height:1.25em;
    color:rgb(250,178,5); color:rgb(0,0,0);
    text-shadow:1px 1px 3px rgba(0,0,0,.2); }
.nvp-callout-item-subtitle{font-size:1.24em;font-weight:600;line-height:1.25em;
        color:#181818;text-shadow:1px 1px 1px rgba(255,255,255,.15);}

/* -------------- popup text ----------- */
.nvp-callout-popout-text{display:none;
    font-size:110%;
    background:#e5eaf0;border-radius:4px;margin:0 1em;padding:.5em 1em;line-height:1.25em;box-shadow:1px 1px 5px rgba(0,0,0,.2);}

/* ========================================= RESPONSIVE ======== */
@media only screen and (min-width: 691px) and (max-width: 1079px) {

}

@media only screen and (max-width: 690px) {
    .nvp-callout-item{padding:12px;}
    .nvp-callout-module .container{font-size:80%;}
/*
    .nvp-callout-leadin{}
    .nvp-callout-title h3,
    .nvp-callout-item-title,
    .nvp-callout-item-subtitle{}
*/


}

@media only screen and (max-width: 480px) {
    .nvp-callout-items{flex-wrap:wrap;}
    .nvp-callout-item{flex-basis:60%;}

}