

.ccm-block-featuredpage-item { 
padding: 0;
    text-align: left;
    position: relative;
    z-index: 2;
        display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
	 } 

.ccm-block-featuredpage-item .pglist { 
flex: auto; margin: 35px 0; background-size: cover !important; position: relative; text-align: center; overflow: hidden;
 background: #153b66; transition: 0.35s ease-in-out all;
-moz-border-radius: 3px; border-radius: 3px; }

.ccm-block-featuredpage-item .pglist table { text-align: left;}



.ccm-block-featuredpage-item .pglist a table {max-width: initial; position: relative; transition: 0.35s ease-in-out; padding: 5%;text-align: left; }

.ccm-block-featuredpage-item .plocations hr { margin: 10px auto; padding: 0; }

.ccm-block-featuredpage-item .pglist:before {

position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; z-index: 0; content:'';

opacity: 1;  transition: 0.25s ease-in-out all; }

.ccm-block-featuredpage-item .pglist:hover:before { opacity: 1; }



#pagewrap .ccm-block-featuredpage-item  h3, 

.ccm-block-featuredpage-item a { color: #fff; text-align: left; }

.ccm-block-featuredpage-item tr,.ccm-block-featuredpage-item td { background: none !important; }
.ccm-block-featuredpage-item td { padding: 15px !important; }

#pagewrap .ccm-block-featuredpage-item .pglist .ccm-page-list-title { margin: 0; text-shadow: 1px 1px 3px rgba(0,0,0,0.75); }

.ccm-block-featuredpage-item .ccm-page-list-description { margin: 0; font-size: 0.9rem; max-width: 550px; }
.ccm-block-featuredpage-item .ccm-page-list-title { margin: 0; padding-bottom: 15px; max-width: 550px; }
.ccm-block-featuredpage-item .ccm-page-list-description p { padding: 0 0 15px; text-align: left; }

.ccm-block-featuredpage-item .pglist table td { text-align: left !important; vertical-align: bottom !important; }

.ccm-block-featuredpage-item .pglist:hover table { background: rgba(59,92,164,0.65); }
 
.ccm-block-featuredpage-item .ccm-page-list-link a { color: #fff !important; }
 

@media screen and (min-width: 250px)

{
.ccm-block-featuredpage-item { width: 100%; margin: auto; }

.ccm-block-featuredpage-item .pglist { width: 100%; margin: 10px auto; }

.ccm-block-featuredpage-item .pglist table { 
display: table !important; white-space: normal  !important; width: 100%; 
min-height: 450px; }

.ccm-block-featuredpage-item .pglist:before { height: 100%;
background: rgb(0,0,0);
background: -moz-linear-gradient(12deg, rgba(0,0,0,0.85) 15%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(12deg, rgba(0,0,0,0.85) 15%, rgba(0,0,0,0) 100%);
background: linear-gradient(12deg, rgba(0,0,0,0.85) 15%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
}

/*@media screen and (min-width: 750px)

{

.ccm-block-featuredpage-item .pglist { width: 48%; display: inline-block; vertical-align: top; margin: 1%; }

.ccm-block-featuredpage-item .pglist:last-child { width: 98%; }

.ccm-block-featuredpage-item .pglist table { min-height: 450px; }

}*/

@media screen and (min-width: 950px)

{ 

.ccm-block-featuredpage-item .pglist { width: 100%; display: inline-block; vertical-align: top; margin:  0.5%; }

.ccm-block-featuredpage-item .pglist:last-child { width: 99%; display: inline-block; vertical-align: top; margin: 0.5%; }



}

@media screen and (min-width: 1100px)

{ 
.ccm-block-featuredpage-item { width: 100%; margin: auto; }

.ccm-block-featuredpage-item .pglist,
.ccm-block-featuredpage-item .pglist:last-child { width: 100%; /*max-width: 32%;*/ display: inline-block; vertical-align: top; }
 
.ccm-block-featuredpage-item .pglist table { min-height: 400px; }

}

