

.pglistcs3home { 
padding: 0;
text-align: left;
position: relative;
z-index: 2;
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
} 
 
.pglistcs3home .pglist { 
flex: auto;
margin: 35px 0; background-size: cover !important; position: relative; text-align: left; overflow: hidden;
 background: #153b66; transition: 0.25s ease-in-out all;
-moz-border-radius: 0; border-radius: 0; }

.pglistcs3home .pglist table { text-align: left; max-width: initial; position: relative; transition: 0.25s ease-in-out; padding: 0;  }

.pglistcs3home .plocations hr { margin: 10px auto; padding: 0; }

.pglistcs3home .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; }

.pglistcs3home .pglist:hover:before { opacity: 1; }

 
#pagewrap .pglistcs3home .pglist h3, 
.pglistcs3home .pglist a { color: #fff; font-weight: bold; }

.pglistcs3home tr,.pglistcs3home td { background: none !important; }
.pglistcs3home td { padding: 5% !important; }

#pagewrap .pglistcs3home .pglist .ccm-page-list-title { margin: auto;  }

 
.pglistcs3home .ccm-page-list-description { margin: auto; }
.pglistcs3home .ccm-page-list-title { padding-bottom: 15px; font-weight: 500; }
.pglistcs3home .ccm-page-list-description { font-size: 1rem; padding: 0 0 15px; }

.pglistcs3home .pglist table td { text-shadow: 1px 1px 3px rgba(0,0,0,0.75); }

.pglistcs3home .pglist:hover table { background: rgba(19,27,48,0.35); }
 
.pglistcs3home i.fa { color: #c21632; }
 

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

{
.pglistcs3home { width: 100%; margin: 0 auto; padding: 10px 0; }

.pglistcs3home .pglist { width: 98%; margin: 1%;}
.pglistcs3home .pglist table { display: table !important; white-space: normal  !important; width: 100%; min-height: auto; }

.pglistcs3home .pglist:before { height: 100%;  
background: rgb(19,27,48);
background: -moz-linear-gradient(180deg, rgba(19,27,48,0) 0%, rgba(19,27,48,0.9) 90%);
background: -webkit-linear-gradient(180deg, rgba(19,27,48,0) 0%, rgba(19,27,48,0.9) 90%);
background: linear-gradient(180deg, rgba(19,27,48,0) 0%, rgba(19,27,48,0.9) 90%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#131b30",endColorstr="#131b30",GradientType=1);
 }
 
 .pglistcs3home .pglist table { aspect-ratio: 4 / 3; }
}

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

{

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

.pglistcs3home .pglist:last-child { width: 98%; }

.pglistcs3home .pglist table { min-height: 450px; }

}*/

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

{ 

.pglistcs3home {  padding: 0; }

.pglistcs3home .pglist { width: 49%; display: inline-block; vertical-align: top; margin:  0; }

.pglistcs3home .pglist table { aspect-ratio: 1 / 1; }

}

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

{ 
.pglistcs3home { width: 100%; margin: auto; }


.pglistcs3home .pglist { width: 25%; /*max-width: 24%;*/ display: inline-block; vertical-align: top; max-height: 500px; }
  

}

