/* BEGIN STYLE CLASSES */
.psc-Landing {
}
@keyframes psc-Landing-0-anim {
  0% {
    border-color: #555555;
    border-style: solid;
    border-width: 10px;
  }
  100% {
  }
}
.psc-Landing:hover {
  animation-name: psc-Landing-0-anim;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-duration: 3s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}

.psc-ProjectBoxButton {
  background-color: #fff;
  border-width: 0px;
  color: #ff6400;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.psc-ProjectBoxButton:active {
  background-color: #fff;
  color: #ff6400;
  font-size: 20px;
  text-align: center;
}
.psc-ProjectBoxButton:hover {
  background-clip: border-box;
  background-color: #fff;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  box-shadow: 0;
  color: #ff6400;
  font-size: 20px;
  opacity: 0.94;
  outline-color: 0;
  outline-style: none;
  outline-width: 0;
  text-align: center;
  stroke-width: 0;
  fill: #fff;
}

.psc-TagLine {
  color: #FF8C00;
  font-family: Helvetica;
  font-size: 30px;
}

.psc-Title {
  color: #111;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.psc-text {
  color: #111;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
