/* Assign Images to Blocks */

.featuredevent {
    background: url(/sites/default/files/styles/panopoly_image_original/public/featuredevent_bg01.jpg) top no-repeat;
    background-size: auto;
    background-size: cover;
}

/* Additional Styling Options */

.full-width-img-bg.p-bg .field-item h3,
.full-width-img-bg.p-bg .field-item p {
    background: rgba(0,0,0,0.5);
    padding:12px;
}
.full-width-img-bg.width-twothirds .field-item h3,
.full-width-img-bg.width-twothirds .field-item p {
   max-width: 800px;
}
.pt90 {
    padding-top: 90px;
}
.no-title .content h2 {
    display:none;
}
.node-content-callout .col-md-12 .content-wrapper {
    text-align:left!important;
    max-width:1100px!important;
}