/*Awards-laureates-page*/
/*Common-css*/
.heading-bottom-border .qubely-heading-selector,
.heading-bottom-border h2.qubely-block-text-title{
  position: relative;
}
.heading-bottom-border .qubely-heading-selector:after,
.heading-bottom-border h2.qubely-block-text-title:after {
  content: "";
  height: 3px;
  background: #666766;
  max-width: 360px;
  width: 100%;
  margin-top: .25em;
  display: block!important;
}
/*Buttons-start*/
/* Teal-btn */
 .gray-btn a,
 .teal-btn a{
  position: relative;
}
 .gray-btn .qubely-block-btn-anchor,
 .teal-btn .qubely-block-btn-anchor{
  font-family: Klinic Slab, serif;
  text-decoration: none;
  padding: .25em .5em;
  border-radius: 2em 0 1em 2em;
  padding-left: 25px;
  padding-right: 25px;
  transition: all .1s;
  text-align: center;
  min-width: 15rem;
  line-height: 1;
  position: relative;
  overflow: visible;
    
}
.teal-btn .qubely-block-btn-anchor:hover {
  background: #9cc;
}
.gray-btn .qubely-block-btn-anchor:hover{
  background: #999998;
}
.teal-btn a:before {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 0;
  height: 0;
  border-left: .5em solid transparent;
  border-right: .5em solid transparent;
  border-top: 1.75em solid #669999;
  border-bottom: 0 solid transparent;
  transition: all .1s;
  left: auto;
  z-index: 10;
  opacity: 1;
    background: transparent!important;
}
.gray-btn a:before {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 0;
  height: 0;
  border-left: .5em solid transparent;
  border-right: .5em solid transparent;
  border-top: 1.75em solid #666766;
  border-bottom: 0 solid transparent;
  transition: all .1s;
  left: auto;
  z-index: 10;
  opacity: 1;
  background: transparent!important;
}

 .gray-btn .qubely-block-btn-anchor::after,
 .teal-btn .qubely-block-btn-anchor:after {
  content: " >";
  font-size: 180%;
  display: inline-block;
  vertical-align: middle;
  margin-top: -.1em;
  font-weight: 100;
  margin-left: .25em;
}
.gray-btn a:hover:before{
  border-top-color: #999998;
}
.teal-btn a:hover:before {
  border-top-color: #9cc;
}
/*gray-btn */
/*Buttons-end*/
/*Awards-laureates-page-end*/

/*Vendor Code of Conduct-page-start*/
.vendor-lower-list{
padding-left: 0;
text-align: left;
list-style-position: outside;
font-size: 24px;
line-height:36px;
font-weight: 400;
color: #666766;
margin: 20px 0;
}
.vendor-lower-list li{
  padding: 4px 0;
}
/*Vendor Code of Conduct-page-end*/
/*Privacy Policy-page-start*/
.privacy-upr-list{
  padding-left: 0;
  text-align: left;
  list-style-position: outside;
  font-size: 24px;
  line-height:36px;
  font-weight: 600;
  color: #666766;
  margin: 20px 0;
}
.privacy-upr-list li{
  padding: 4px 0;
}
.privacy-upr-list li::marker{
  font-weight: 400;
}
.privacy-upr-inside-list{
  list-style-position:outside;
}
/*Privacy Policy-page-end*/
/*Our-grants-page-strat*/

.grant-clm-left:before{  
    content: '';
    margin-left: calc(-100vw / 2 + 100% / 2);
    background: #999998;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 50vw;
}
.clm-right-content-row:after{
  content: '';
  margin-right: calc(-100vw / 2 + 100% / 2);
  background-image:url(/wp-content/uploads/2025/02/red-pattern-1.png);
  background-position: center center;
  background-repeat: repeat;
  background-size: auto;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  width: 50vw;
}

.grant-clm-left .qubely-column-inner,
.clm-right-content-row .qubely-container{
  position: relative;
  z-index: 10;
}

.grants-filters-heading h4 {
  font-size: 40px;
  font-weight: 400;
  color: #699;
  line-height: 40px;
  margin: 0 0 1em;
  position: relative;
}
.grants-filters-heading h4:after {
  content: "";
  height: 3px;
  background: #666766;
  max-width: 360px;
  width: 100%;
  margin-top: .25em;
  display: block;
}
.grant-allocation-container h2,
.bottom-grand-award-section h3{
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 1em;
  position: relative;
  line-height: 40px;
  clear: both; 
}
.grant-allocation-container h2:after,
.bottom-grand-award-section h3:after {
  content: "";
  height: 3px;
  background: #fff;
  max-width: 360px;
  width: 100%;
  margin-top: .25em;
  display: block;
}
/* 2024-giving-sec*/
.grant-chart-allocation .chart-number{
  height: 256px;
  width: 256px;
}
/* SVG grapgh */
.chart-number path{
  stroke-width: 0;
}
.chart-number path text{
  fill: #fff;
}
.chart-number svg text{
  font-size: 18px;
  font-weight: 700;
  fill: #fff;
    font-family: Klinic Slab, serif;
}
.chart-number .health-human-services {
  fill: #304849;
}
.health-human-services.grant-allocation-cat-stat-value::before{
  background-color:#304849!important;
}
.chart-number .cultural-institutions-2{
  fill: #cc3333;
}
.cultural-institutions-2.grant-allocation-cat-stat-value::before{
  background-color:#cc3333!important;
}
.chart-number .education{
  fill: #fff;
}
.chart-number svg .education + text {
  fill: #669999;
}
.education.grant-allocation-cat-stat-value::before{
  background-color:#fff!important;
}
.chart-number .gender-human-sexuality{
  fill: #669999;
}
.gender-human-sexuality.grant-allocation-cat-stat-value::before{
  background-color:#669999!important;
}
.chart-number .environmental-initiatives{
  fill:#666766;
}
.environmental-initiatives.grant-allocation-cat-stat-value::before{
  background-color:#666766!important;
}
.chart-number .human-rights-advocacy{
  fill:#99cccc;
}
.human-rights-advocacy.grant-allocation-cat-stat-value::before{
  background-color:#99cccc!important;
}
.chart-number .historic-preservation-2{
  fill:#5098d2;
}
.historic-preservation-2.grant-allocation-cat-stat-value::before{
  background-color:#5098d2!important;
}
.chart-number .other{
  fill:#cccccb ;
}
.other.grant-allocation-cat-stat-value::before{
  background-color:#cccccb!important;
}

/*Svg-graph*/
/*Content */
.grant-allocation-wrapper{ 
  margin: 0 0 0 auto !important;
  padding: 50px 50px 50px 0;
  max-width: 1440px;
  max-height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
.grant-allocation-cat-sec{
  /* margin: 1em 0; */
  font-family: Klinic Slab, serif;
  display: block;
}
.grant-allocation-cat-stat-value{
  position: relative;
}
.grant-allocation-cat-stat-value::before{
  content: "";
  position: absolute;
  width: .75em;
  height: .75em;
  left: -1em;
  top:5px;
  /* background: #fff; */
  border-radius: 25%;
}

.grant-allocation-cat-stat-value{
  width: 80px;
  float: left;
  clear: both;
  margin-bottom: 5px;
  box-sizing: border-box;
  position: relative;
  font-weight: 700;
  font-size:20px;
  line-height: 20px;
  color: #fff;
}
.grant-allocation-cat-stat-value span sup{
  font-weight: 700;
  font-size:20px;
  line-height: 20px;
  color: #fff;
  position: relative;
  top:50%;
}
.grant-allocation-cat-name{
  width: calc(100% - 80px);
  float: left;
  padding-left: 1.5rem;
  margin-bottom: 5px;
  box-sizing: border-box;
  position: relative;
  line-height: 1.5;
  font-family: Raleway, sans-serif;
  color: #fff;
}
 /* 2024-giving-sec*/
 /*grant-award-sec*/
 .grand-award-content-section{
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  margin: 0 0 40px;
  text-align: center;
  width: 50%;
  cursor: pointer;
}
.bottom-grand-award-wrap .grant-allocation-cat-name.total-name{
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  width: 100%;
  padding: 0;
}
.bottom-grand-award-wrap .grant-allocation-cat-stat-value.total-amount{
  color: #fff;
  font-family: Klinic Slab, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  width: 100%;
  
}

.grant-allocation-wrap{
  padding-bottom: 50px;
  display: block;
  float: left;
  width: 100%;
  padding-left: 20px;

}
.bottom-grand-award-wrap .grand-award-circle-img{
  max-width: 55px;
  height: auto;
  width: 100%;
  display: inline-block;
}
.bottom-grand-award-wrap .grand-award-circle-img img{
  max-width: 100%;
  height: auto;
}
.bottom-grand-award-wrap{
  display: flex;
  flex-wrap: wrap;
}

 /*grant-award-sec*/

.grant-clm-right{

}
.grant-clm-right .clm-right-history-row,
.grant-clm-right .clm-right-content-row{
  margin-left: 0!important;
}
.grant-clm-right .clm-right-history-row .qubely-container, 
.grant-clm-right .clm-right-content-row .qubely-container{
  max-width: 950px;
  margin: 0;
}

/*Our-grants-page-end*/

.grants-filters-wrap{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
  justify-content: flex-end;
}
.grants-filter-box .facetwp-facet{ 
  margin-bottom: 0;
}
.grants-filter {
  /* margin-right: 10px; */
}
.grants-filter-box{
  background: #999998; 
  padding:5px 0 0 0;
  line-height: 1;
  width: 128px;
  text-align: center;
}
.view-filter .grants-filter-box{
  background: #666766;
}

.grant-history-category-filter .grants-filter-box{
  width: 200px;
}
.grants-filter-box label{
  font-size: 12px;
  color: #FFF;
  /* display: block; */
  margin-bottom: 5px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 15px;
  font-family: Klinic Slab, serif;
}
.grants-filter-box  .facetwp-dropdown,
.grants-filter-box  .facetwp-per-page-select{
  background: transparent;
  border: none;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #FFF;
  font-family: Klinic Slab, serif;
  text-align: center;
  width: 100%;
  font-size: 24px;
  text-transform: uppercase;
  appearance: none;
  background-image: url('/wp-content/uploads/2025/02/down-icon.png') ;
  background-repeat: no-repeat;
  padding:5px 20px 5px 10px;
  background-position-x: calc(100% - 7px);
  background-position-y: center;
  background-size: 10px;
  outline: none;
}
.view-filter.grants-filter-box  .facetwp-dropdown *,
.view-filter .grants-filter-box  .facetwp-per-page-select *{
    background: #666766;
    font-size: 14px;
   line-height: 20px;  
}
.grants-filter-box  .facetwp-dropdown *,
.grants-filter-box  .facetwp-per-page-select *{
  background: #999998;
  font-size: 14px;
  line-height: 20px;

}
.pr-news-section-wrapper .news-post-wrap table{
  border: none;
}
.pr-news-section-wrapper .news-post-wrap table th{
  background: none;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: #666766;
  text-transform: uppercase;
  cursor: pointer;
  padding-bottom: 9px;  
  padding-right: 15px;
  white-space: nowrap;
  padding-left: 0;
  font-family: Klinic Slab, serif

}
.pr-news-section-wrapper .news-post-wrap table th.descendingCls,
.pr-news-section-wrapper .news-post-wrap table th.ascendingCls{
  color:#c33;
}

.pr-news-section-wrapper .news-post-wrap table th.ascendingCls:after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-left: .33em solid transparent;
  border-right: .33em solid transparent;
  border-bottom: .5em solid #c33;
  margin-left: .25em;
  margin-top: 0;
}
.pr-news-section-wrapper .news-post-wrap table th.descendingCls:after{
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-left: .33em solid transparent;
  border-right: .33em solid transparent;
  border-top: .5em solid #c33;
  vertical-align: middle;
  margin-left: .25em;
  margin-top: -.25em;
}

.pr-news-section-wrapper .news-post-wrap table td {
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  padding: 14px 0;
  color: #666766;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
 
}
.pr-news-section-wrapper .news-post-wrap table tr:hover td  {
  color: #c33;
  background: #efefef;
}
/* Grant page */
/* Pagination */
.grant-clm-right .facetwp-pager:empty{ display:none;}
.grant-clm-right .facetwp-pager .first:before{
	content: "Page";
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #666766;
    margin-right:5px;
   font-family: Klinic Slab, serif;
}

.facetwp-facet.facetwp-facet-pagination_count{
  background:#cccccb;
}
.facetwp-facet-pagination{
  text-align: center;
  margin: 0;
}
.grant-clm-right .facetwp-pager .facetwp-page{
  padding: 15px 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #666766;
  margin: 0;
  vertical-align: middle;
  font-family: Klinic Slab, serif;
}
.grant-clm-right .facetwp-pager .facetwp-page:hover{
  color: #699;
}
.grant-clm-right .facetwp-pager .facetwp-page.active{
  color: #c33;
  font-weight: normal;
}
.grant-clm-right .facetwp-pager {
  position: relative;
  padding: 20px 55px; 
  text-align: center; 
}
.grant-clm-right .facetwp-pager .facetwp-page.prev{ 
  left: 0;
  top: 0;
  position: absolute;
  color: #fff;
  font-size: 16px;
  width: 48px;
  padding: 8px;
  background: #999998;
  height: 100%;
  text-align: center; 
}
.grant-clm-right .facetwp-pager .facetwp-page.prev:before{
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-left-width: 0;
  border-right: .75em solid #fff;
  vertical-align: middle;
  margin-bottom: .25em;
  transition: all .25s;
}
.grant-clm-right .facetwp-pager .facetwp-page.next{
  right: 0;
  top: 0;
  position: absolute;
  color: #fff;
  font-size: 16px;
  width: 48px;
  padding: 8px;
  background: #999998;
  height: 100%;
  text-align: center;
}
.grant-clm-right .facetwp-pager .facetwp-page.next:before{ 
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-left-width: 0;
  border-right: .75em solid #fff;
  vertical-align: middle;
  margin-bottom: .25em;
  transition: all .25s;
}
.grant-clm-right .facetwp-pager .facetwp-page.next:before {
  border-right-width: 0;
  border-left: .75em solid #fff;
}
.grant-clm-right .facetwp-pager .facetwp-page.prev:hover,
.grant-clm-right .facetwp-pager .facetwp-page.next:hover{ 
  background-color:#666766;
}
.grant-inner-values  .qubely-container{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.grant-inner-values .qubely-block-text-title,
.grant-inner-values .qubely-block-text p {
  margin: 0;
}
.grant-inner-values  .qubely-column-inner .value-column .qubely-column-inner{
  border-bottom: solid 1px #000;
}
.award-inner-row.multifaced-row .qubely-container{
  padding-left: 0;
  padding-right: 0;
}
.news-single-view{
  width:100%;
  padding-left:15px;
  padding-right:15px;
}
/* //Grant page end*/

/*/accessibility-feedback-page-start/*/
.access-feed-row .nf-form-content label,
.access-feed-row .ninja-forms-form-wrap .nf-form-fields-required {
  color: #000;
}
.access-feed-row .nf-form-content {
  padding: 0;
}
/*/accessibility-feedback-page-end*/






/* Smartphones */
@media (max-width: 480px) {}
/* Smartphones to Tablets */
@media (min-width: 481px) and (max-width: 767px) {}
@media (min-width: 576px) and (max-width: 767px) {}

@media screen and (min-width: 767px){
  .logged-in .bottom-grand-award-wrap .grand-award-circle-img img{
    border-radius: 5px;
    transition: all .5sease;
    box-shadow: 0 0 0 5px #fecf2f;
  }
}

@media screen and (max-width: 767px){
  #g-navigation.header-wrapp {
  	height: 75px!important;
  }
  .teal-btn a:before,
  .gray-btn a:before{
    right: -7px;
  }
  .vendor-row .qubely-block-text h2.qubely-block-text-title{
    margin-bottom: 14px;
  }
  .privacy-row .qubely-block-text a{
    word-break: break-word;
  }
  .grant-clm-left{
    display: none;
  }
  .grants-filters-heading h4{
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 25px;
  }
  .pr-news-section-wrapper .news-post-wrap table th{
    font-size: 12px;
    padding-bottom: 0px;
  }
  .pr-news-section-wrapper .news-post-wrap table td{
    font-size: 12px;
    line-height: 16px;
    padding: 8px 0 4px 0;
  }
  .grant-history-category-filter .grants-filter-box{
    width: 150px;
  }
  .clm-right-history-row .grants-filter-box{
    width: 80px;
      padding: 0
  }
  .clm-right-history-row .grants-filter-box label{
    font-size: 8px;
    line-height: 10px
  }
  .clm-right-history-row .grants-filter-box .facetwp-dropdown,
  .clm-right-history-row .grants-filter-box .facetwp-per-page-select{
    font-size: 15px;
    line-height: 15px;
    padding: 0px 20px 2px 10px;
    background-position-x: calc(100% - 10px);
    background-position-y: center;
    background-size: 7px;
  }
  

  .clm-right-history-row .facetwp-pager .facetwp-page{
    font-size: 12px;
    padding: 0px 6px;
    line-height: 18px
  }
  
  .clm-right-history-row .facetwp-pager .facetwp-page.prev,
  .clm-right-history-row .facetwp-pager .facetwp-page.next{
    font-size: 10px;
    width: 30px;
    
  }
  .clm-right-history-row  .facetwp-facet {
    margin-bottom: 0px;
}
  .clm-right-history-row .facetwp-pager {
    padding: 13px 55px;
    margin-top: 10px;
    
}

.cli-bar-message,
.cli-style-v2 .cli-plugin-main-link{
  font-size: 11px !important;
  line-height: 16px !important;
}
#wt-cli-cookie-banner .cli-bar-btn_container #wt-cli-accept-all-btn{
  margin: 5px 5px 5px 5px!important;
}
.grant-clm-right .facetwp-pager:before {
  font-size: 12px;
  line-height: 18px;
}
}




/* Tablets */
@media (min-width: 768px) and (max-width: 991px){
  .teal-btn a:before,
  .gray-btn a:before{
    right: -7px;
  }
  .grant-chart-allocation .chart-number{
    margin: 0 auto;
  }
  
}
/*  */
@media screen and (max-width: 991px){
  .privacy-upr-list,
  .vendor-lower-list{
    padding-left:0px;
    font-size: 15px;
    line-height:22px;
    margin: 15px 0;
  }

  .grant-clm-left:before {  
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);   
    width: 100vw;
  }
  .clm-right-content-row:after {   
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);  
    width: 100vw;
  }
}

@media (min-width: 992px) and (max-width: 1199px){
  .grant-clm-right .clm-right-history-row .qubely-container, 
  .grant-clm-right .clm-right-content-row .qubely-container{
    max-width: 650px;
  }
}
