/** TEMPLATE: PARAGRAPH WITH IMAGE/SLIDER ON LEFT (i.e. auspicio) **/
.img-left {
    width: 100%;
    clear: both;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 20px;
}

.img-left p {
    padding-top: 6px;
}

.img-left .flexslider {
}

.img-left h3.heading-icon {
    padding: 0 0 0 25px;
}

#content-type-image-list-panel .right.three-fourths, #content-type-image-list-panel .info-right {
    padding-top: 15px !important;
}

@media screen and (min-width: 1032px) {
    .img-left {
        padding-top: 24px;
        border-bottom: 1px solid #eee
    }

    .img-left p {
        /*line-height: 1.2em;*/
    }

    .img-left .flexslider {
        float: left;
        width: 262px;
    }

    #content-type-image-list-panel .right.three-fourths, #content-type-image-list-panel .info-right {
        width: 695px;
        padding-top: 0px !important;
    }
}

@media screen and (min-width: 1032px) and (max-width: 1079px) {
    #content-type-image-list-panel .right.three-fourths, #content-type-image-list-panel .info-right {
        width: 680px;
        padding-top: 0px !important;
    }
}

@media (min-width: 1080px) {
    #content-type-image-list-panel .right.three-fourths, #content-type-image-list-panel .info-right {
        width: 695px;
        padding-top: 0px !important;
    }
}