<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: MJV - ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/





/* single-company ------------------------------------------------------------------ &gt;start */


.info_heading,
.info_heading_underline {
    font-weight: bold;
    color: #41AC49;
    font-size: 12px;
    text-transform: uppercase;
   

}

.info_heading_underline {
    border-bottom: 1px solid #41AC49;
    padding-bottom: 4px;
}

.info_entry  {
    
}

.company_description_entry {
    margin-top: 10px;
}

.info_entry_nolink a {
    cursor: default;
    pointer-events: none!important;        
    text-decoration: none;
    color: #676767;
  
}

.info_entry_link a {
color: #DE5B36;
}

.info_entry_link a:hover {
    color: #252525;
    }

.single-company .heading-title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    
}



/* single-company ----------------------------------------------- &gt;end */


 
/* members page sytle start---------------------&gt;*/

.members_page_title {
    font-weight: bold;
    font-size: 30px;
}

.ultimate-layouts-container .ultimate-layouts-picture .ultimate-layouts-picture-wrap {

}

.ultimate-layouts-get-pic {
    padding-left: 20px!important;
    padding-bottom: 20px!important;
    width: 160px;
}



.ultimate-layouts-container .ultimate-layouts-picture .ultimate-layouts-picture-wrap img {
    max-width: 140px;
    height: auto;


}


.ul-taxonomy {
    padding-left: 4px!important;
    padding-right: 4px!important;
    line-height: 8px;
    padding-top: 1px!important;
    padding-bottom: 1px!important;
    background-color: #41AC49!important;
}


/* members page sytle end---------------------&gt;*/


/* events list page  ------------ start   ---------------------&gt;*/

.events .page-header-wrap {
    height: 160px;
    background-color: #41ac49;
}


.event.archive  .page-header-no-bg{
    background-color:red;
}

/**
* Members Template
*/
.members-container{
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  padding: 3rem 0
}

@media screen and (max-width: 1100px){
.members-container{
 padding-left: 1rem;
 padding-right: 1rem;
}
}

.members-container .members-h2{
    margin: 0 0 3rem;
    border-bottom: 2px solid #eee;
    font-size: 1.5rem;
    font-weight: 700;
    font-weight: 600;
    color: #333;
}

.d-none{
display: none;
}

.members-container .members-h3{
    margin: 0 0 0.5rem 2rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    line-height: 100%;
    position: relative;
}
.members-container .members-row{
  display: grid;
  margin: 0 1rem 3rem;
}

.members-container .members-h3.funders-h3{
    margin: 0 0 0.5rem 0;
}
.members-container .members-row.funders-row{
  margin: 0 -1rem;
}

@media screen and (min-width: 544px){
  .members-container .members-row{
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 768px){
  .members-container .members-row{
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 992px){
  .members-container .members-row{
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 1200px){
  .members-container .members-row{
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.members-container .member-card{
  max-width: 100%;
  margin: 1rem;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-align: center;
  transition: all 0.25s ease-in-out;
}
.members-container .member-card:hover{
  border: 1px solid #aaa;
}

.members-container .member-card .title{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  background: #eee;
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  line-height: 140%;
  font-weight: 600;
  color: #333;
  transition: all 0.25s ease-in-out;
}
.members-container .member-card:hover .title{
  background: #333;
  color: white;
}

.members-container .member-card .logo{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}

.members-container .member-card .logo img{
  max-width: 200px;
  max-height: 200px;
}</pre></body></html>