
/* ----------  Site Wide  ---------- */
body {
	font-family: Roboto, Helvetica, Arial, sans-serif;
    color: black;
}

.pageHeader h1 {
    color:rgb(0, 0, 0);
    padding:10px;
    background-color:rgb(255, 186, 0);
}

.page-title {
    width:100%;
    height:100%;
    padding:20px;
    background-color:rgb(0, 0, 0);
    color:rgb(255, 186, 0);
}

.text-overlay{
    width:100%;
    background-color:rgb(0, 0, 0, 0.75);
    color:rgb(255, 186, 0);
    position: absolute;
  bottom: 60px;
  /* left: 20px; */
  
}
.overlay-container {
  position: relative;
  text-align: center;
  color: white;
}

.sectionHeader h2 {
    color:rgb(0, 119, 200);
    font-size:x-large;
    font-weight:600;
 
}


/* ----------  Home Page ---------------*/

home-page-main-grid {
    width: 100%
    display: grid;
    grid-template-columns:  auto;
    background-color:rgb(255, 255, 255);
  color:rgb(0, 0, 0);
}

home-page-main-image{
  	width: 100%;
  background-color:rgb(255, 255, 255);
  color:rgb(0, 0, 0);
}

/* ----------  Meet Our Team  ---------- */

#main-grid {
    display: grid;
    grid-template-columns:  auto auto;
}

.teammember{
	display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding-bottom: 100px;
    border-style: none;
}
 
.teammember .headshot{
	width: 40%;
    border-style: none;
    padding-right: 50px;
    padding-top: 18px
 }

.teammember .bio {
	width: 60%;
    border-style: none;
}

.bio-title {
    font-style: italic;
}

.alumni {
  	width: 100%;
  	margin: auto;
  	text-align: center;
  	border-style: none;
  	border-top: 8px solid rgb(255, 186, 0);
  	border-bottom: 8px solid rgb(255, 186, 0);
  	padding-top: 20px;
  	padding-bottom: 20px;
  	margin-bottom: 100px;
}


/* ----------  Current Studies  ---------- */

.current-studies-main-grid {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.current-studies-description{
    width: 70%;
    border-style: none;
 
/*   background-color: lime; */
}
.current-studies-border{
    width: 100%;
    padding: 2%;
    border-bottom: 4px solid rgb(255, 186, 0);
    margin-bottom: 20px;
          /*      border-style: solid;
        border-color: lightgray; 
                border-width: 1px; */
     }

.current-studies-logo {
    width: 20%;
    margin: auto;
    }
  

.current-studies-title{
    font-weight: bold;
}


/* ----------  Completed Studies  ---------- */


/* ----------  Community Partners  ---------- */

.partner-grid{
    display: grid;
    grid-template-columns:repeat(3,30%);
    align-items:center;  
    justify-content: center;
    grid-auto-flow: row;
    width: 100%;
    row-gap: 40px;
    column-gap: 40px;
}

.partner-logo{	
    width: 100%;
}

/* ----------  HLC Updates  ---------- */


.updates-main-grid {
    display: grid;
    grid-template-columns:  auto;

}
.updates-page-title h1 {color:rgb(0, 0, 0)}


.updates-item {display: flex;
            align-items: stretch;
            flex-direction: column;
            justify-content: space-between;
            padding: 20px;
    border-bottom: 4px solid rgb(255, 186, 0);
}

.updates-date { 
    font-size:xx-large;
    font-weight:bold;
    padding-top:20px;
    padding-bottom:20px;
    color: #0077c8;
    
}


.updates-photo {height: 100%;
             width: 100%;
             border-style: none;}

.updates-title {
    padding-top:20px;
    font-weight:800;
    color: #0077c8;
}

.updates-description { width: 100%;}


/* ----------  publications  ---------- */

.publications-page-title h1 {color:rgb(0, 0, 0)}

.publications-group{ 
    font-size:xx-large;
    font-weight:bold;
    padding-top:20px;
    padding-bottom:20px;
    color: #0077c8;
    
}
.publication-description{
    width: 100%;
    margin-top:10px;
    margin-bottom:10px;
}


/* ----------  Location  ---------- */



































