@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,700&display=swap");
#app {
 font-family: "Open Sans";
}
#app .ehq-projectsMenuContainer {
 border-bottom: none;
 margin-bottom: 0px;
}
#app .ehq-projectsResetFilterButton {
 background-color: #3044B5;
 border-color: #3044B5;
 color: white;
 font-weight:  700;
}
#app .ehq-card {
  border: none;
}
#app .ehq-cardItem {
  margin-left: none;
  margin-right: none;
}
#app .ehq-projectYearTextContainer, #app .ehq-projectDescriptionContainer {
  font-size: 16px;
  height: auto;
}
#app .ehq-cardTitle a {
 font-size: 24px;
 font-weight: 700;
}
#app .ehq-projectCoverImg {
  height: 205px;
  background: #3044b508;
}
#app .ehq-cardTitle:hover a, #app .ehq-cardTitle a:hover,  #app .ehq-projectCardContainer:hover .ehq-cardTitle a {
 text-decoration: underline;
 color: #3044b5;
} 
.ehq-cardHead a {
  font-size: 20px;
  font-weight: 700;
  white-space: initial;
}