

.pglist3colbck { 
padding: 35px 0;
text-align: left;
position: relative;
z-index: 2;
display: flex;
justify-content: space-evenly;
flex-wrap: wrap; text-shadow: none;
}
 
.pglist3colbck .pglist { 
flex: auto; margin: 35px 0; background-size: cover !important; position: relative; 
background: rgba(62,62,62,0.65); transition: 0.25s ease-in-out all; }
.pglist3colbck .pglist:hover { background: rgba(62,62,62,0.95); }

.pglist3colbck .pglist.noimg { background: rgba(62,62,62,1); }
.pglist3colbck .pglist.noimg:hover { background: rgba(62,62,62,0.95); }	

.pglist3colbck .pglist table { text-align: left;}

.pglist3colbck .ccm-page-list-link { }

.pglist3colbck .pglist a table {max-width: initial; position: relative; transition: 0.25s ease-in-out; padding: 8%;  }

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

.pglist3colbck tr,.pglist3colbck td { background: none !important; }
 
#pagewrap .pglist3colbck .pglist .ccm-page-list-title { margin: auto; }

.pglist3colbck .pglistpad { display: flex; flex-direction: column; height: 100%; align-items: center;    text-align: center; }
.pglist3colbck .pglisttitlepad { flex: 1; }
.pglist3colbck .ccm-page-list-description { margin: auto; }
.pglist3colbck .ccm-page-list-title { padding-bottom: 15px; font-size: 2rem !important; line-height: 1 !important; }
.pglist3colbck .ccm-page-list-description p { padding: 0 0 15px; text-align: left; }
.pglist3colbck .ccm-page-list-date { font-style: italic; padding: 0 0 30px 0; }

 
.pglist3colbck .pglist a.btnlink i.fa { text-shadow: none; transition: all 0.35s ease-in-out; }
.pglist3colbck .pglist a.btnlink { font-size: 1.5rem; line-height: 1; }

.pglist3colbck .pglist:hover .ccm-page-list-title,
.pglist3colbck .pglist:hover a.btnlink,
.pglist3colbck .pglist:hover a.btnlink i.fa { color: #ffca05 !important; }
 

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

{
.pglist3colbck { width: 90%; margin: 0; }

.pglist3colbck .pglist { width: 100%; margin: 1%; }

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

.pglist3colbck .pglist:before { height: 100%;
/*background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 25%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 25%, rgba(0,0,0,0) 100%);
background: linear-gradient(0deg, rgba(0,0,0,1) 25%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);*/
}

}

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

{

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

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

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

}*/

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

{ 

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

.pglist3colbck .pglist:last-child { width: 99%; display: inline-block; vertical-align: top;  }

.pglist3colbck .pglist table { } 

}

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

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


.pglist3colbck .pglist,
.pglist3colbck .pglist:last-child { width: 32%; margin: 0.5%; /*max-width: 32%;*/ display: inline-block; vertical-align: top; }
 
.pglist3colbck .pglist table { min-height: auto; }

.pglist3colbck .pglisttitlepad { max-width: auto; }
.pglist3colbck .pglistcntpad { max-width: auto; }

}

