text/css project-funding-inner.css ( ASCII text, with CRLF line terminators )
.projects-feeds {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 10px !important;
}
.advance-posts-filter-results{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 27px;
  row-gap: 71px;
}

.advance-posts-filter-load-more{
    
}

.advance-posts-filter-counter{ 
    text-align: center;
    margin-top: 80px;
    display:none;
}

.advance-posts-filter-counter .progress-bar{
    background: #C3CDDB;
    height: 2px;
    max-width: 170px;
    margin: 0px auto;
    margin-top: 10px;
}

.advance-posts-filter-counter .progress-bar .showing-progress{
    background: #091B24;
    height: 2px;
}

.projects-feeds article {
    box-shadow: 9px 9px 18px #D6D6D6;
    border-radius: 22px;
	background-color: #fff;
}
.projects-feeds article .post-category{
    margin-bottom:26px;
}
.projects-feeds article .category{
    padding:5px 18px;
    display:inline-block;
    margin-right:10px;
	margin-bottom: 10px;
    font-size:16px;
    color:#fff;
    box-shadow: 6px 6px 20px #1A1C1F33;
	background-color: #297AB2;
    border-radius: 22px;
}
.projects-feeds article .category.news{
    background-color:#297AB2;
}
.projects-feeds article .category.success-story{
    background-color:#9D6101;
}
.projects-feeds article .category.blog{
    background-color:#863695;
}
.projects-feeds article  img{
    border-radius: 22px 22px 0px 0px;
    width: 100%;
}

.projects-feeds .post-details{
    padding:31px 27px;
	position: relative;
}

.projects-feeds .post-details .post-link{
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.projects-feeds article:last-child {
  border-bottom: solid 1px #ccd4e0;
}
.projects-feeds article:first-child {
}
.project-item h3 {
  margin-bottom: 25px;
}
.project-item .project-status {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #0065b7;
  margin-bottom: 7px;
}
.project-meta {
  font-size: 16px;
  line-height: 24px;
  color: #333f48;
  margin-bottom: 5px;
}
.project-meta .meta-title {
  font-weight: 700;
}


text/css search.css ( UTF-8 Unicode text, with CRLF line terminators )
.no-more-results::before {
  content: "No more results to load.";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #eb0028;
  font-weight: 600;
}
.lang-fr .no-more-results::before {
  content: "Aucun autre résultat"!important;
}

.search-result-filter-item a {
  display: block;
  position: relative;
  padding-right: 27px;
  color: #54595f;
}
.search-result-filter-item a.active::after {
  background-image: url(../assets/checkmark.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #0065b7;
}
.search-result-filter-item a::after {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: 24px;
  height: 24px;
  border: solid 1.5px #0065b7;
}
.search-result-filter-item a span {
  display: inline-block;
  margin-left: 3px;
  color: #999fa3;
}
.search-result-count {
  width: 100%;
  max-width: 682px;
  font-size: 18px;
  line-height: 32px;
  color: #333f48;
  border-bottom: solid 1px #ccd4e0;
  padding-bottom: 22px;
  margin-bottom: 38px;
}

.search-item {
  position: relative;
  border-bottom: solid 1px #ccd4e0;
  padding-bottom: 33px !important;
  margin-bottom: 35px !important;
}
.search-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.search-item-parent {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #333f48;
}
.search-item-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 33px;
  color: #013a80;
  margin-bottom: 20px;
}
.search-item-excerpt {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #333f48;
  margin-bottom: 9px;
}
.search-item-date {
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: #333f48;
}

.advance-posts-filter-load-more .loading {
  position: relative;
  min-height: 100px;
}
.advance-posts-filter-load-more .loading::before,
.search-results-con .loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-image: url(../assets/loading.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgb(245, 246, 245, 0.5);
}
.button-icon.no-found {
  display: none !important;
}
.advance-posts-filter-load-more.no-found {
  width: 100% !important;
}
.advance-posts-filter-load-more.no-found a {
  display: none !important;
}
.advance-posts-filter-load-more.no-found::before {
  content: "No results to load.";
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #eb0028;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.search-results-con {
  min-height: 100px;
}
/* .search-results-con.no-found {
  display: none !important;
} */

.search-applied-filter {
  overflow: hidden;
  margin-bottom: 50px;
}
.search-applied-filter h4 {
  font-size: 24px !important;
  line-height: 27px !important;
  color: #0E2F5B !important;
  margin-bottom: 22px !important;
  font-weight:500  !important;
}
.search-applied-filter .applied-item {
  font-size: 0%;
  position: relative;
}
.search-applied-filter .applied-item span {
  position: relative;
  display: inline-block;
  border: solid 2px #363f47;
  border-radius: 100px;
  padding: 8px 40px 10px 24px;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  color: #333f48;
  margin-right: 13px;
  margin-bottom: 13px;
  cursor: pointer;
  overflow: hidden;
}
.search-applied-filter .applied-item span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../assets/x-icon.svg);
  background-repeat: no-repeat;
  background-position: right 21px center;
}
.applied-item span:hover {
  background-color: #e4e4e8;
}

.filter-wrap::-webkit-scrollbar {
  width: 1px;
}

.filter-wrap::-webkit-scrollbar-track {
  background-color: transparent;
  box-shadow: none;
}

.filter-wrap::-webkit-scrollbar-thumb {
  background-color: #ccc;
  box-shadow: none;
  border: none;
  outline: none;
  border: solid 1px #ccc;
}
.filter-popup {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999999999999999999999999999999999999999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  background-color: rgba(54, 63, 71, 0.85);
  transition: all 1s;
}
.filter-popup .filter-wrap {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 577px;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  transition: right 0.5s;
}
.filter-popup button.close{
  padding:0px !important;
  border-radius:0px !important;
  background-color:#fff  !important;
  cursor: pointer;
}
.filter-popup button.close:hover{
     background-color: #08233b  !important;
}
.filter-popup.close {
  visibility: hidden;
  opacity: 0;
}
.filter-popup.close .filter-wrap {
  right: -200%;
}
.filter-popup .filter-header {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: solid 1px #ccd4e0;
  padding: 30px 35px 28px 85.5px;
  background-color: #fff;
  margin-bottom: auto;
}
.filter-popup select{
    position: relative;
    background-color: #fff;
    background-image: url(../assets/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding: .75em 28px .75em .75em !important;
    
    color: #666;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}

.filter-popup select:focus, .filter-popup input:focus{
  outline: none;
  box-shadow: none;
}
.filter-header h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0;
}
.filter-popup #search-keyword {
  width: 100% !important;
  background-color: #fff;
  border: solid 1px #ccc;
}
.filter-popup #search-keyword::placeholder {
  color: #666;
}
.filter-header button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: solid 1px #ccd4e0;
  padding: 0;
  width: 46px;
  height: 46px;
  margin-left: auto;
  transition: all 1s;
}
.filter-header button:hover {
  background-color: rgb(25, 57, 123);
  border-color: rgb(25, 57, 123);
}
.filter-header button:hover #Path_3930,
.filter-header button:hover #Path_3931 {
  fill: #fff;
}
.filter-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-top: solid 1px #ccd4e0;
  padding: 30px 92.5px 51.42px 85.5px;
  margin-top: auto;
}
.filter-footer button {
  padding: 0;
  height: 52px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #08233b;
  background-color: #fff;
  transition: all 1s;
  padding: 0px !important;
  cursor:pointer;
}
.filter-footer button.clear-all {
  margin-right: 10.5px;
  color: #333f48;
  background-color:#fff;
}
.filter-footer button.clear-all:hover {
	background-color: #758A2C;
	border-color: #758A2C;
	color: #fff;
}
.filter-footer button.view {
  margin-left: 10.5px;
  color: #fff;
  background-color: #08233b;
}
.filter-footer button.view:hover {
    background-color: #758A2C !important;
	border-color: #758A2C;
	color: #fff;
}
.filter-fields {
  padding: 188px 85px;
  overflow-y: auto;
}
.filter-fields::-webkit-scrollbar {
  width: 0px;
}
.filter-fields::-webkit-scrollbar-track {
  background-color: #ecf0f1;
  box-shadow: none;
}
.filter-fields::-webkit-scrollbar-thumb {
  background-color: #bdc3c7;
  box-shadow: none;
  border: none;
  outline: none;
  border: none;
}
.filter-fields select {
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.filter-toggle {
  border-top: solid 1px #ccd4e0;
  padding: 31px 0 32px;
}
.filter-toggle-header {
  position: relative;
  padding-right: 40px;
  cursor: pointer;
}
.filter-toggle .filter-toggle-header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-image: url(../assets/chevron-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(90deg);
  transition: all 1s;
}
.filter-toggle.active .filter-toggle-header::after {
  transform: rotate(-90deg);
}
.filter-toggle-header span {
  display: block;
}
.filter-toggle-header .selected {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #333f48;
  margin-top: -3px;
}
.filter-toggle-header .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}
.filter-toggle.active .title {
  text-decoration: underline;
}
.filter-toggle .filter-field {
  display: none;
  margin-top: 20px;
}


/*Awarded Projects*/
.awarded-projects-filter-results,
.funding-opportunities-filter-results{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 100px;
    row-gap: 43px;
}

.awarded-projects-filter-results article,
.funding-opportunities-filter-results article{
    box-shadow: -10px -10px 20px #FFFFFF8C;
    border-radius: 22px;
    background-color: #fff;
}

.awarded-projects-filter-results .post-details,
.funding-opportunities-filter-results .post-details{
    padding: 35px 45px;
}

.awarded-projects-filter-results h5,
.funding-opportunities-filter-results h5{
	margin-bottom: 17px;
	position: relative;
}

.awarded-projects-filter-results h5 a,
.funding-opportunities-filter-results h5 a{
	color: #183677;
}

.awarded-projects-filter-results .meta,
.funding-opportunities-filter-results .meta{
	margin-bottom: 35px;
}

.awarded-projects-filter-results .meta p,
.funding-opportunities-filter-results .meta p{
	margin-bottom: 3px;
	color: #183677;
}

.awarded-projects-filter-results .meta p > span,
.funding-opportunities-filter-results .meta p > span{
	font-weight: 700;
}

.funding-opportunities-filter-results .post-excerpt p{
	color: #091B24;
	line-height: 1.8125;
}

.awarded-projects-filter-results .see-more-details,
.funding-opportunities-filter-results .see-more-details{
	color: #092741;
	text-decoration: underline;
	display: inline-block;
	text-underline-offset: 2px;
	background: url(/../../wp-content/uploads/2022/06/OGE-arrow-up.svg) center right no-repeat;
	padding-right: 20px;
	position: relative;
}

.awarded-projects-filter-results .see-more-details:hover,
.funding-opportunities-filter-results .see-more-details:hover{
	color: #647E10;
	background: url(/../../wp-content/uploads/2022/06/OGE-arrow-up-1.svg) center right no-repeat;
}

@media only screen and (max-width: 1024px) {
	.advance-posts-filter-results {
		grid-template-columns: 1fr 1fr;
		grid-gap: 40px;
		row-gap: 40px;
	}
	
	.awarded-projects-filter-results,
	.funding-opportunities-filter-results{
		grid-gap: 40px;
		row-gap: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.advance-posts-filter-results{
		grid-template-columns: 1fr 1fr;
	}

	.filter-popup .filter-header {
		padding: 30px 20px 28px;
	}
	.filter-fields {
		padding: 188px 20px;
	}
	.filter-footer {
		padding: 30px 20px 50px;
	}
}

@media only screen and (max-width: 767px) {
    .advance-posts-filter-results,
	.awarded-projects-filter-results,
	.funding-opportunities-filter-results{
		grid-template-columns:  1fr;
		row-gap: 35px;
	}
}
 