.fullWidthCentral .ContainerPane {
    padding: 20px;
}
.fullWidth .ContainerPane {
    padding: 20px;
}
.imageCover {
    background-size: cover;
    background-position: center center;
}
.panel.panel-blue .panel-body {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4d70a0+0,4d70a0+100&0.2+0,0.4+100 */
background: -moz-linear-gradient(top, rgba(77,112,160,0.2) 0%, rgba(77,112,160,0.4) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(77,112,160,0.2) 0%,rgba(77,112,160,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(77,112,160,0.2) 0%,rgba(77,112,160,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#334d70a0', endColorstr='#664d70a0',GradientType=0 ); /* IE6-9 */
}
.panel-heading h2 span.Head { font-size: 20pt; text-align: center; display: block; }