/* CSS Document */

.ccm-block-feature-link { 
	
	background: #0246b5;
	border-radius: 15px;
    min-height: 300px;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: row;
	
}


.ccm-block-feature-link-inner {
	
	    background-size: cover !important;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
	text-align: center;
	
}

.ccm-block-feature-link .ccm-block-feature-link-text {
	
	background: rgba(2,70,181, 0.75); 
	flex: 1;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;}

.ccm-block-feature-link .ccm-block-feature-link-text .paddbx {
	padding: 15% 10%;
	    height: -webkit-fill-available;
    flex: 1;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ccm-block-feature-link.noimg .ccm-block-feature-link-text {
	width: 100%;
	height: 100%;
	
}

@media screen and (max-width: 1140px) {
	
	.ccm-block-feature-link.hasimg .ccm-block-feature-link-text, 
	.ccm-block-feature-link.noimg .ccm-block-feature-link-text {
		width: 100%!important;
		height: 100%!important;
	}

	
}
@media screen and (min-width: 1140px) {
	
	
}