.col-sm-push-6{left:50%!important}
.col-sm-pull-6{right:50%!important}
.content-grid-wrapper { margin-top: 60px; }
.content-grid-heading {color: #345D81; }
.content-grid-heading { font-size: 3rem; line-height: 3rem; }
.content-grid-heading span { font-size: 2rem; line-height: 3rem; }
.grid-image {text-align: center;}
.grid-image a { display: inline-block; position: relative;}
.grid-image img {    max-height: 300px;}
.grid-image a .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    transition: background .5s ease;
}
.grid-image a .hover-btn {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    right: 0px;
    left: 0px;
    width: 60px;
    height: 60px;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
}
.grid-image a:hover img {
	filter: brightness(0.9);
}
.grid-image a:hover .overlay {
    display: block;
    background: rgba(0,0,0,.0);
    cursor: pointer;
}
.grid-image a:hover .hover-btn {
    opacity: 1;
    cursor: pointer;
}
.leftTitle.section-title h3::after {
    left: 0 !important;
}


