

.ccm-block-featuredpage-item { 
padding: 0; max-width: 1500px; margin: auto;
text-align: left;
position: relative;
z-index: 2;
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
}
 
.ccm-block-featuredpage-item .pglist { 
flex: auto; box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
margin: 35px 0; background-size: cover !important; position: relative; text-align: left; overflow: hidden;
 background: #5ba57a; transition: 0.25s ease-in-out all;
-moz-border-radius: 15px; border-radius: 15px; }

.ccm-block-featuredpage-item .pglist.hasimg { min-height: 400px; }
.ltbl2 .ccm-block-featuredpage-item .pglist {  background: #052048; }

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

.ccm-block-featuredpage-item .ccm-page-list-link { padding: 0 15px; }
.ccm-block-featuredpage-item .ccm-page-list-link a.notxt { 
	
	background: url("images/sys_arrow-w.png") no-repeat center;
	background-size: contain;
	width: 50px; height: 50px;
	display: inline-block; 

}
.ccm-block-featuredpage-item .pglist:hover .ccm-page-list-link a.notxt { 
	
	background: url("images/sys_arrow-w.png") no-repeat center;
	background-size: contain;
	width: 50px; height: 50px;
	display: inline-block; 

}


.ccm-block-featuredpage-item div.pcats { position: relative; padding: 8px 0 0 0; }
.ccm-block-featuredpage-item span.ptag {  
	border-radius: 2px; line-height: 1; border: 0;
	font-size: 12px; color: #fff; padding: 5px 8px 6px 8px; margin: 0 2px;
	background: #183663!important; display: inline-block; box-sizing: border-box;
}


.ccm-block-featuredpage-item .pglist a table {
	max-width: initial; position: relative; transition: 0.25s ease-in-out; padding: 20px;text-align: center; }

.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; }
.ccm-block-featuredpage-item .pglist:hover  .ccm-page-list-title a { color: #fff !important; }
 

#pagewrap .ccm-block-featuredpage-item .pglist h3, 
.ccm-block-featuredpage-item .pglist a { color: #fff; }

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

#pagewrap .ccm-block-featuredpage-item .pglist .ccm-page-list-title { 
	font-size: 0.85rem !important;
    letter-spacing: 0.125rem !important;
    background: rgb(63, 98, 66);
    display: inline-block !important;
    border-radius: 100px;
    font-weight: 600;
    margin: 5px auto;
    padding: 15px 20px !important;
    text-decoration: none !important;
}
.ccm-block-featuredpage-item .pglistpad {
display: flex;
    height: auto;
    flex: 1;
    flex-direction: column;
}
.ccm-block-featuredpage-item .ccm-page-list-description { transition: 0.35s ease all; margin: auto; }
.ccm-block-featuredpage-item .ccm-page-list-title { }
.ccm-block-featuredpage-item .ccm-page-list-description p { padding: 0 !important; font-size: 0.95rem; }
.ccm-block-featuredpage-item p { padding: 0 !important; }
.ccm-block-featuredpage-item .button { margin-top: 0;  font-size: 1.5rem !important; }
.ccm-block-featuredpage-item .pglist table td { 
text-align: left !important;
    vertical-align: top !important;
    display: flex;
    height: -webkit-fill-available;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: column;
} 
.ccm-block-featuredpage-item .pglistcntpad { padding: 15px ; }


.ccm-block-featuredpage-item .pglist:hover table { background: rgba(237, 234, 223,0.25); }

 /** no img overrides **/
.ccm-block-featuredpage-item .pglist.noimg .ccm-page-list-link,
.ccm-block-featuredpage-item .pglist.noimg:before { display: none!important; }

.ccm-block-featuredpage-item .pglist.noimg { border-radius: 0!important; background: #102712 !important; }
.ccm-block-featuredpage-item .pglist.noimg .pglistpad {align-items: center!important; }
.ccm-block-featuredpage-item .pglist.noimg .pglisttitlepad { width: stretch; text-align: center;}
#pagewrap .ccm-block-featuredpage-item .pglist.noimg .pglisttitlepad .ccm-page-list-title {
	width: stretch; border: 2px solid #84bb9b !important;
    border-radius: 0;
    background: none;
    padding: 25px !important;
    font-size: 1.85rem !important;
    letter-spacing: normal !important;} 
/** **/

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

{
.ccm-block-featuredpage-item .pglist:before {
background: rgb(5,49,15);
background: -moz-linear-gradient(25deg, rgba(57, 112, 246, 0.9) 10%, rgba(57, 112, 246, 0.5) 70%, rgba(57, 112, 246, 0.5) 100%);
background: -webkit-linear-gradient(25deg, rgba(57, 112, 246, 0.9) 10%, rgba(57, 112, 246, 0.5) 70%, rgba(57, 112, 246, 0.5) 100%);
background: linear-gradient(25deg, rgba(57, 112, 246, 0.9) 10%, rgba(57, 112, 246, 0.5) 70%, rgba(57, 112, 246, 0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); }
	
.ccm-block-featuredpage-item { width: 100%; margin: auto; }

.ccm-block-featuredpage-item .pglist { width: 100%; margin: 0 auto; }
.ccm-block-featuredpage-item .ccm-page-list-description { opacity: 1; }
.ccm-block-featuredpage-item .pglist table { display: table !important; white-space: normal  !important; width: 100%; min-height: auto; }

.ccm-block-featuredpage-item .pglist:before { height: 100%; }
.ccm-block-featuredpage-item .pglist.hasimg table { min-height: 350px; }
}

/*@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: 750px)

{ 

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

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

.ccm-block-featuredpage-item .pglist table { }
 

}

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

{ 
	
.ccm-block-featuredpage-item .pglist:before {
background: rgb(5,49,15);
background: -moz-linear-gradient(25deg, rgba(63, 98, 66, 0.9) 10%, rgba(63, 98, 66, 0.75) 30%, rgba(63, 98, 66, 0) 100%);
background: -webkit-linear-gradient(25deg, rgba(63, 98, 66, 0.9) 10%, rgba(63, 98, 66, 0.75) 30%, rgba(63, 98, 66, 0) 100%);
background: linear-gradient(25deg, rgba(63, 98, 66, 0.9) 10%, rgba(63, 98, 66, 0.75) 30%, rgba(63, 98, 66, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); }
	
.ccm-block-featuredpage-item { width: 100%; margin: auto; }

.ccm-block-featuredpage-item .ccm-page-list-description { opacity: 0; }
.ccm-block-featuredpage-item .pglist:hover .ccm-page-list-description { opacity: 1; }
	
.ccm-block-featuredpage-item .pglist,
.ccm-block-featuredpage-item .pglist:last-child { width: 31%; /*max-width: 32%;*/ display: inline-block; vertical-align: top; }
 
.ccm-block-featuredpage-item .pglist.hasimg table { min-height: 350px; }

.ccm-block-featuredpage-item .pglistcntpad { /*max-width: 350px;*/ display: flex;
        align-items: center;
        height: 100%;}

}

