.newsroom{font-family:Open Sans}.newsroom header{background:#094517;background-position:50%;background-size:cover;border-top:10px solid #13a538;color:#fff;padding:30px 0}.newsroom header .content{margin:20px 0}.newsroom header h1{color:#fff;font-size:2rem}.newsroom header h3{color:#fff;font-size:1.25rem}.newsroom header p{color:#fff}.newsroom header .actions{display:flex}.newsroom header .actions .search-box{border:0;height:50px;padding:0 15px!important}.newsroom header .actions .search-box::placeholder{color:rgba(0,0,0,.6)}.newsroom header .actions,.newsroom header .actions .search-button{position:relative}.newsroom header .actions .advanced-filters-button,.newsroom header .actions .search-button{align-items:center;background:#13a538;border:0;color:#fff;cursor:pointer;display:grid;flex-shrink:0;font-size:16px;gap:15px;grid-template-columns:1fr auto;height:50px;padding:0 10px;text-align:right;transition:all .2s ease-in-out;width:200px}.newsroom header .actions .advanced-filters-button svg,.newsroom header .actions .search-button svg{height:22px;width:22px;fill:#fff}.newsroom header .actions .advanced-filters-button{background:#b9cc12;position:absolute;right:0;top:50px}.newsroom header .actions .advanced-filters-button:hover,.newsroom header .actions .search-button:hover{background:#fff;color:#13a538}.newsroom header .actions .advanced-filters-button:hover svg,.newsroom header .actions .search-button:hover svg{fill:#13a538}.newsroom .filters-box{background:rgba(0,0,0,.6);padding:30px}.newsroom .filters-box,.newsroom .filters-list{display:flex;flex-direction:column;gap:15px}.newsroom .filters-list.advanced:not(.active){display:none}.newsroom .filters-list .filter-row{align-items:center;display:grid;gap:15px;grid-template-columns:120px 1fr}.newsroom .filters-list .filter-row .filters{display:flex;flex-wrap:wrap;gap:5px}.newsroom .filters-list .filter-row .filters .filter{background:#fff;border:0;border-radius:4px;color:#000;font-size:12px;padding:4px 8px}.newsroom .filters-list .filter-row .filters .filter:hover{background:#eee;cursor:pointer}.newsroom .filters-list .filter-row .filters .filter.active{background:#13a538;color:#fff}.newsroom .results-meta{display:grid;gap:15px;grid-template-columns:1fr auto;padding:20px 0}.newsroom .results-meta .active-filters{align-items:center;display:flex;gap:10px}.newsroom .results-meta .active-filters .filters{align-items:center;display:flex;gap:5px}.newsroom .results-meta .active-filters .filters span{background:#13a538;border-radius:4px;color:#fff;cursor:pointer;display:block;font-size:12px;font-weight:700;padding:4px 8px}.newsroom .results{display:grid;gap:15px;grid-template-columns:repeat(3,1fr)}.newsroom .results .loading{align-items:center;display:flex;grid-column:1/span 3;justify-content:center;padding:100px 0}.newsroom .results .loading:after{animation:animLoadingLoop .5s linear infinite;border:8px solid rgba(0,0,0,.15);border-left-color:#13a538;border-radius:100px;content:"";display:block;height:64px;width:64px}@keyframes animLoadingLoop{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.newsroom .results .no-results{align-items:center;display:flex;flex-direction:column;grid-column:1/-1;justify-content:center;padding:50px}.newsroom .results .no-results svg{height:64px;margin-bottom:15px;width:64px}.newsroom .results article{display:none;flex-direction:column;gap:12px}.newsroom .results article.active{animation:newsroomItemEntrance .2s cubic-bezier(1,0,0,1);animation-fill-mode:forwards;display:flex;opacity:0;transform:scale(.6)}@keyframes newsroomItemEntrance{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}.newsroom .results article img{aspect-ratio:16/8;background:rgba(0,0,0,.1);object-fit:cover;width:100%}.newsroom .results article .tags{display:flex;flex-wrap:wrap;font-size:.75rem;gap:5px}.newsroom .results article .tags span:not(:last-child):after{content:"|";margin-left:5px}.newsroom .results article .meta{align-items:center;display:flex;flex-wrap:wrap;font-size:.75rem;gap:15px}.newsroom .results article .meta .date:empty,.newsroom .results article .meta.type-Download .date{display:none}.newsroom .results article .meta .type{background:rgba(0,0,0,.1);display:block;font-size:.6rem;padding:5px 8px}.newsroom .results article h4{margin:0}.newsroom .results article p{flex-grow:1;margin:0}.newsroom .results article .actions{display:flex}.newsroom .results article a.btn{background-color:transparent;border:1px solid #13a538;-webkit-border-radius:0;border-radius:0;color:#13a538;display:block;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:400;letter-spacing:0;padding:8px 16px;text-transform:none}.newsroom .results article a.btn:hover{background-color:#13a538;border:1px solid #13a538;color:#fff}.newsroom .load-more-container{align-items:center;display:flex;justify-content:center;margin-bottom:50px;margin-top:25px}.newsroom .load-more-container .load-more{border:0;padding:15px 30px}.newsroom .load-more-container .load-more:not(:disabled):hover{background:#094517!important;cursor:pointer}.newsroom .load-more-container .load-more:disabled{cursor:not-allowed;opacity:.6}@media (max-width:980px){.newsroom .results{grid-template-columns:repeat(2,1fr)}}@media (max-width:1500px) and (min-width:676px){.newsroom .filters-box{padding-top:70px}}@media (max-width:675px){.newsroom .results{gap:40px;grid-template-columns:repeat(1,1fr)}.newsroom header .actions{display:grid;gap:0;grid-template-columns:1fr 1fr;grid-template-rows:auto auto}.newsroom header .actions .search-box{grid-column:1/span 2;grid-row:1}.newsroom header .actions .search-button{grid-column:1;grid-row:2;width:auto}.newsroom header .actions .advanced-filters-button{grid-column:2;grid-row:2;inset:0;position:relative;width:auto}}@media (max-width:500px){.newsroom .filters-list .filter-row{gap:5px;grid-template-columns:1fr;grid-template-rows:auto auto}}@media (max-width:450px){.newsroom header .actions{grid-template-columns:1fr;grid-template-rows:auto auto auto}.newsroom header .actions .search-box{grid-column:1;grid-row:1}.newsroom header .actions .search-button{grid-column:1;grid-row:2}.newsroom header .actions .advanced-filters-button{grid-column:1;grid-row:3}}