.page-banner.community {	
    background-image: url(../images/community-banner.jpg);
}
.com-links .box {
    max-width: 362px;
}
.com-links .box a {
    display: inline-block;
    position: relative;
    padding: 15px;
}
.com-links .box a img {
    box-shadow: 4px 4px 8px #808080;
    transition: all 0.35s ease;
}
.com-links .box a:hover img {
    transition: all 0.35s ease;
    opacity: .3;
}
.com-links .box .text {
	bottom: 30px;
    left: 0;
    position: absolute;
    z-index: 0;
}
.com-links .box .text h3 {
    background-color: #214738;
    font-size: 20px;
    padding: 5px 10px;
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 100;
}
.com-links .box .text:before {
    background-color: #ffffff;
    bottom: -5px;
    content: '';
    left: 0;
    position: absolute;
    right: 100%;
    top: -5px;
    z-index: -1;
    transition: all 0.35s ease;
}
.com-links .box a:hover .text:before {
    right: -5px;
    transition: all 0.35s ease;
}




@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
}