/* Directory Styles */
/* columns and blocks */
.wp-admin .facetwp-template { opacity:1 !important; display: block !important; }
.wp-admin .facetwp-template .item { width:22%; margin-right:2%; margin-bottom:2%; float:left; grid-template-columns:none; }
.facetwp-template { display: grid; grid-gap: 20px; grid-template-columns: repeat(auto-fill, minmax(100%,1fr)); grid-auto-rows: 5px; opacity:0; transition: opacity .35s ease-out; width: 100%; }
.facetwp-template .item { box-shadow: 0px 0px 10px rgb(0 0 0 / 15%); background:#fff; display: block; position: relative;}

.facetwp-template .item h4, .facetwp-template .item p, .facetwp-template .item h5{
  display: block;
  position: relative;
}

@media(min-width:600px) and (max-width:767px){
  .facetwp-template { grid-template-columns: repeat(auto-fill, minmax(calc(50% - 2rem),1fr)); }
}
@media(min-width:768px) and (max-width:991px){
  .facetwp-template { grid-template-columns: repeat(auto-fill, minmax(calc(33.333333% - 2rem),1fr)); }

}
@media(min-width:992px){
  .facetwp-template { grid-gap: 34px; grid-template-columns: repeat(auto-fill, minmax(calc(25% - 2.4rem),1fr)); }
}

/* images/thumbnails */
.facetwp-template .item img { width:100%; height:auto; }

/* text */
.facetwp-template h5 { padding: 0 24px !important; margin-bottom:10px !important; width:100%; text-align: left; float:left; margin-left: 0 !important;}
.facetwp-template h4 { padding: 0 24px !important; margin-bottom:0 !important; width:100%; text-align: left; float:left; margin-left: 0 !important; }
.facetwp-template p { padding: 0 24px !important; margin-bottom:10px !important; width:100%; text-align: left; float:left; margin-left: 0 !important; }
.facetwp-template a { text-decoration:none !important;}

/* cta/buttons */
.facetwp-template .button { font-family: niveau-grotesk, roboto, Helvetica, Arial, sans-serif; text-decoration: none; background: none; padding: 0px; border-bottom: 2px solid #E1251B; width: auto !important; color: black; transition: all .2s ease-in-out; margin: 0 24px 30px; position: relative; display: inline-block;}
.facetwp-template .button:hover { background:none !important; border-bottom:2px solid #4e8cff; }
.wp-block-columns.filter-row { display:table; width:100%; border-bottom:#E1251B solid 1px; padding:0 !important; margin-bottom:40px !important; max-width:1220px; }
.filter-row .facetwp-facet { display:inline-block; float:left; margin-bottom:8px; }
.filter-row .blog-link { background:#E1251B; border-right:0px; box-sizing: border-box; height: 100%; transform: skew(-25deg); display: inline-block; vertical-align:top; float:right; }
.filter-row .blog-link a { font-family:niveau-grotesk, Helvetica, Arial, sans-serif; font-size:14px; text-transform:uppercase; height:100%; position:relative; padding:0px 25px; font-weight:700; color:white; display:block; line-height:50px; transform:skew(25deg); text-decoration:none; transition:color .2s ease-in-out; }
.filter-row .blog-link a:hover { color:#0B1821 }
.filter-row .all-button, .filter-row .facetwp-radio { background-image:none !important; position:relative; background:#fff; border-right:0px; box-sizing: border-box; display: inline-block; vertical-align:top; font-family:niveau-grotesk, Helvetica, Arial, sans-serif; font-size:14px; text-transform:uppercase; transition:color .2s ease-in-out; padding:0px 25px; font-weight:700; color:000; display:block; line-height:50px; border:#E1251B solid 1px; height:50px; float:left; margin-right:8px; margin-bottom:0; }
.filter-row .all-button.active:hover, .filter-row .facetwp-radio:hover { color:#0B1821 }
.filter-row .all-button.active, .filter-row .facetwp-radio.checked { background:#E1251B; color:#fff; }
.filter-row .facetwp-radio .facetwp-counter { display:none; }
.filter-row .facetwp-radio:nth-child(1), .filter-row .facetwp-radio:nth-child(6) { border-color:#E1251B; }
.filter-row .facetwp-radio.checked:nth-child(1), .filter-row .facetwp-radio.checked:nth-child(6) { background:#E1251B; color:#fff; }
.filter-row .facetwp-radio:nth-child(2), .filter-row .facetwp-radio:nth-child(7) { border-color:#4e7ed3; }
.filter-row .facetwp-radio.checked:nth-child(2), .filter-row .facetwp-radio.checked:nth-child(7) { background:#4e7ed3; color:#fff; }
.filter-row .facetwp-radio:nth-child(3), .filter-row .facetwp-radio:nth-child(8) { border-color:#de7940; }
.filter-row .facetwp-radio.checked:nth-child(3), .filter-row .facetwp-radio.checked:nth-child(8) { background:#de7940; color:#fff; }
.filter-row .facetwp-radio:nth-child(4), .filter-row .facetwp-radio:nth-child(9) { border-color:#acd059; }
.filter-row .facetwp-radio.checked:nth-child(4), .filter-row .facetwp-radio.checked:nth-child(9) { background:#acd059; color:#fff; }
.filter-row .facetwp-radio:nth-child(5), .filter-row .facetwp-radio:nth-child(10) { border-color:#70bad0; }
.filter-row .facetwp-radio.checked:nth-child(5), .filter-row .facetwp-radio.checked:nth-child(10) { background:#70bad0; color:#fff; }

/* pager */
.facetwp-pager { margin:30px auto; font-family:niveau-grotesk, Helvetica, Arial, sans-serif; font-size:14px; }
.facetwp-pager .active { color: #E1251B }
.facetwp-pager .next { color:transparent; width:0; height:0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 7px solid #000; margin-top:5px; top: 6px; margin: 0 5px; position: relative; display: inline-block; }
.facetwp-pager .prev, .facetwp-pager .prevous { color:transparent; width:0; height:0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-right: 7px solid #000; margin-top:5px; top: 7px; margin: 0 14px; position: relative; display: inline-block; }


.desktop-filters { display:none; }
@media(min-width:992px) {  
  .desktop-filters { display: block; }
}

.facetwp-mobile-toggle { background-image:none !important; position:relative; background:#fff; border-right:0px; box-sizing: border-box; display: inline-block; vertical-align:top; font-family:niveau-grotesk, Helvetica, Arial, sans-serif; font-size:14px; text-transform:uppercase; transition:color .2s ease-in-out; padding:0px 25px; font-weight:700; color:000; display:block; line-height:50px; border:#E1251B solid 1px; height:50px; float:left; margin-right:8px; margin-bottom: 8px; }
@media(min-width:992px) {  
  .facetwp-mobile-toggle { display: none; }
}

.filter-module { display:none; }
.filter-module.show { display:block; position:fixed; top:0; left:0; height:100vh; width:100vw; background:rgba(255,255,255,.75); z-index:10000 }
.filter-module .content { position:absolute; top:50%; left:50%; padding:30px; transform:translate(-50%, -50%); }

.filter-module .facetwp-radio, .filter-module .close  { background-image:none !important; position:relative; background:#fff; border-right:0px; box-sizing: border-box; display: inline-block; vertical-align:top; font-family:niveau-grotesk, Helvetica, Arial, sans-serif; font-size:14px; text-transform:uppercase; transition:color .2s ease-in-out; padding:0px 25px; font-weight:700; color:000; display:block; line-height:50px; border:#E1251B solid 1px; height:50px; float:left; margin-right:8px; margin-bottom:0; width:100%; margin-bottom:8px; text-align: center; }
.filter-module .close { background:#E1251B; color:#fff; margin-top:15px; }
.filter-module  .facetwp-radio .facetwp-counter { display:none; }
.filter-module .facetwp-radio:nth-child(1), .filter-row .facetwp-radio:nth-child(6) { border-color:#E1251B; }
.filter-module .facetwp-radio.checked:nth-child(1), .filter-row .facetwp-radio.checked:nth-child(6) { background:#E1251B; color:#fff; }
.filter-module .facetwp-radio:nth-child(2), .filter-row .facetwp-radio:nth-child(7) { border-color:#4e7ed3; }
.filter-module .facetwp-radio.checked:nth-child(2), .filter-row .facetwp-radio.checked:nth-child(7) { background:#4e7ed3; color:#fff; }
.filter-module .facetwp-radio:nth-child(3), .filter-row .facetwp-radio:nth-child(8) { border-color:#de7940; }
.filter-module .facetwp-radio.checked:nth-child(3), .filter-row .facetwp-radio.checked:nth-child(8) { background:#de7940; color:#fff; }
.filter-module .facetwp-radio:nth-child(4), .filter-row .facetwp-radio:nth-child(9) { border-color:#acd059; }
.filter-module .facetwp-radio.checked:nth-child(4), .filter-row .facetwp-radio.checked:nth-child(9) { background:#acd059; color:#fff; }
.filter-module .facetwp-radio:nth-child(5), .filter-row .facetwp-radio:nth-child(10) { border-color:#70bad0; }
.filter-module .facetwp-radio.checked:nth-child(5), .filter-row .facetwp-radio.checked:nth-child(10) { background:#70bad0; color:#fff; }

@media(min-width:992px) {  
  .filter-module { display:none !important; }
}

/* Image overlay */
.facetwp-template .item .img-container { position:relative; margin-bottom:18px; }
.facetwp-template .item .img-container:after { content:""; position:absolute; top:0; left:0; height:100%; width:100%; display:block; }

/* Resources */
.facetwp-template .item .img-container.advocacy:after { 
  background: rgb(78,126,211);
  background: linear-gradient(125deg, rgba(78,126,211,0.8) 0%, rgba(78,126,211,0) 100%);
}
.facetwp-template .item .img-container.events:after { 
  background: rgb(222,121,64);
  background: linear-gradient(125deg, rgba(222,121,64,0.8) 0%, rgba(222,121,64,0) 100%);
}
.facetwp-template .item .img-container.news:after { 
  background: rgb(172,208,89);
  background: linear-gradient(125deg, rgba(172,208,89,0.8) 0%, rgba(172,208,89,0) 100%);  
}
.facetwp-template .item .img-container.press:after { 
  background: rgb(112,186,208);
  background: linear-gradient(125deg, rgba(112,186,208,0.8) 0%, rgba(112,186,208,0) 100%);
}