/* 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-TagLine {
  color: #FF8C00;
  font-family: Helvetica;
  font-size: 30px;
}
