@charset "utf-8";
/* CSS Document */
h1 {
  display: inline;
  font-weight: 600;
  color: #000;
  margin: 0 0 24px 0;
  padding: 0 0 0 0;
  font-size: 1.4rem;
  line-height: 2.0rem;
}
h3 {
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.hero {
  text-align: left;
  padding: 180px 0 180px 0;
}
.hero .container {
  padding: 0 0 0 6px;
}
.hero span {
  color: #FFF;
  font-size: 2rem;
  line-height: 2.4rem;
  display: block;
  width: 50%;
  margin: 0 0 12px 0;
  text-transform: none;
  font-weight: 600;
}
.hero h1 {
  color: #FFF;
  font-size: 2rem;
  line-height: 2.4rem;
  display: block;
  width: 50%;
  margin: 0 0 12px 0;
  text-transform: none;
  font-weight: 600;
}
.hero em {
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1.6rem;
  display: block;
  width: 50%;
}
.hero a {
  margin: 36px 0 0 0;
}
@media only screen and (max-width: 549px) {
  .hero {
    text-align: left;
    padding: 100px 0 100px 0;
  }
  .hero span {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .hero a {
    margin: 24px 0 0 0;
  }
  .tileLinkImg {
   display: none; 
  }
}