/*!
 * Version: 1.1.0
 * Licensed under GPL v2 or later - https://www.gnu.org/licenses/gpl-2.0.html
 *
 * Copyright (c) 2024 Bright Light Media, LLC
 */
.card-item .content,.card-item img,.card-pop{width:100%;height:100%}.cards{list-style:none;padding:0;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));grid-gap:1rem}.card-item{width:100%;display:block;position:relative}.card-item a{line-height:0;text-decoration:none;width:100%;display:block}.card-item img{height:100%!important;object-fit:cover;position:absolute}.card-item .content:hover{background-color:rgba(0,0,0,.8)}.card-item .content{text-align:center;background-color:rgba(0,0,0,.4);display:table;position:relative;transition:.5s}.card-item .content-inner{padding:4rem 10%;display:table-cell;vertical-align:middle}.card-tabs{display:flex;flex-direction:column;gap:1rem;margin-bottom:2em}.card-tabs .tab{flex-grow:1;flex-basis:0;align-self:flex-end;text-decoration:none;border-bottom:4px solid #e3e3e3}.card-tabs .tab.active,.card-tabs .tab[tabindex="0"]{border-color:#888}.card-pop{opacity:0;background-color:rgba(0,0,0,.75);position:fixed;top:0;left:0;z-index:9999;display:flex;align-items:center;transition:.3s}.card-pop .content{width:90%;height:75vh;background-color:#fff;box-shadow:0 10px 24px 0 rgba(54,61,77,.15);margin:auto;position:relative}.card-pop .entry{height:calc(100% - 4rem);padding:2rem;overflow-y:scroll}.card-pop button,.card-pop input[type=submit]{font-family:inherit;font-size:inherit;font-weight:700;line-height:1;letter-spacing:normal;text-shadow:none;width:auto;height:auto;margin:0;padding:0;background:0 0;border:0;box-shadow:none;float:none;outline:initial;cursor:pointer}.card-pop .pop-close{padding:20px;position:absolute;top:0;right:0;z-index:1}.card-pop .pop-close::before{content:'';width:11px;height:11px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23262C31" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M1.458 1.458l21.084 21.084m0-21.084L1.458 22.542" /></svg>');background-position:center;background-repeat:no-repeat;transform-origin:center center;transition:transform .3s,opacity .2s;display:block;opacity:.5}.card-pop .pop-close:hover::before{opacity:1;transform:rotate(90deg)}.card-pop h3{margin:0}.card-details{font-size:16px;margin:0}.card-pop hr{margin:15px auto}@media only screen and (min-width:767px){.cards.columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}.cards.columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}.cards.columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card-tabs{flex-direction:row}.card-pop .content{width:80%;height:65vh}}@media only screen and (min-width:1280px){.card-pop .content{width:60%}}