.homepage {
  font-family: "TeXGyreHerosRegular";
}
.homepage h1,
.homepage h2 {
  font-family: "TeXGyreHerosBold";
}
.homepage h3,
.homepage h4,
.homepage h5 {
  font-family: "TeXGyreHerosRegular";
}
.homepage .row:not(.project-hero) {
  max-width: 1440px; /* Impose a maximum width for rows on the homepage */
}
.homepage .row input[type=text] {
  height: auto;
}
.homepage .row input[type=text]:focus {
  background: white;
}
.journal {
  cursor: pointer;
  transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  height: 100%;
}
.journal:hover {
  box-shadow: 0 0 16px rgba(133,157,175,0.7);
}
.journal-title {
  font-size: 14px;
  line-height: 1;
  transition: all 100ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.app-window {
  background: url("../img/homepage/icons/window-graphic-full.4506c375ccba.png");
  background-size: cover;
}
.firm-logo {
  width: 68px;
}
.card {
  transition: all 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.card.hover:hover{
  cursor: pointer;
  box-shadow: 0 0 16px rgba(133,157,175,0.7);
}
.product-cards > .column .card {
  border: none;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  transition: all 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: 500ms;
  opacity: 1;
}
.product-cards > .column .card.off{
  opacity: 0;
  top: 150px;
  transform: scale(0.5);
  -ms-transform: scale(0.5); /* IE 9 */
  -webkit-transform: scale(0.5); /* Safari */
}
.product-cards > .column .card.small.on{
  top: 0;
  opacity: 1;
  left: 0;
}
.product-cards > .column .card > .card-image {
  height: 200px;
}
.product-cards > .column .card.small > .card-image {
  height: 100px;
}
.product-cards > .column .card.small {
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
  opacity: 0;
}
img.value-icon {
  height: 20px;
}

.adk .Select.homepage-searchbar .Select-value {
  padding: 0;
}
.adk .Select.homepage-searchbar .Select-value-label,
.adk .Select.homepage-searchbar .Select-placeholder > div,
.adk .Select.homepage-searchbar .Select-input input {
  font-size: 1.25rem;
  text-align: left;
  padding: .8rem !important;
  padding-left: .85rem !important;
  line-height: 1.55;
  font-weight: 400;
}
.adk .Select.homepage-searchbar .Select-value-label {
  display: inline-block;
}
.adk .Select.homepage-searchbar .Select-control {
  border: none;
  border-radius: 3px;
  box-shadow: 0px 10px 32px rgba(0, 0, 0, 0.2);
}
.adk .Select.homepage-searchbar .Select-control .Select-placeholder {
  padding: 0;
}
.adk .Select.homepage-searchbar .Select-control .Select-placeholder .material-icons {
  text-align: right;
  position: relative;
  left: -.2rem;
  bottom: .1rem;
}
.adk .Select.homepage-searchbar .Select-input {
  height: auto;
  padding-left: 0;
}

.project-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 0;
  background-attachment: fixed;
}

.project-hero h1 {
  text-shadow: 0 2px 2px rgba(0,0,0,.25);
}

@media screen and (max-width: 39.9375em) {
  .project-hero {
    min-height: 45vh;
  }
  .project-hero h1 {
    margin-top: 4vh;
  }
}
@media screen and (min-width: 40em) {
  .project-hero {
    min-height: 45vh;
  }
  .project-hero h1 {
    margin-top: 4vh;
  }
}
@media screen and (min-width: 64em) {
  .project-hero {
    height: 400px;
    min-height: auto;
  }
  .project-hero h1 {
    margin-top: 6vh;
  }
}
@media screen and (min-width: 100em) {
  .project-hero {
    height: 400px;
    min-height: auto;
    background-position-y: 35%;
  }
  .project-hero h1 {
    margin-top: 4vh;
  }
}
