body {
  font-family: Helvetica;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.hero {
  background: url('/images/hero1.jpg');
  background-size: cover;
  width: 100%;
  height: 500px;
  padding: 20px 0;
}

.hero-2013 {
  background: url('/images/hero3.jpg');
  background-size: cover;
  width: 100%;
  height: 500px;
  padding: 20px 0;
}

.hero-content {
  margin: 0px 20px;
  text-align: center;
}

.hero-header {
  font-size: 85px;
  margin-top: 180px;
  margin-bottom: 25px;
  color: #fff;
  text-shadow: 0 0 10px #000;
}

.hero-subheader {
  color: #9068d6;
  font-weight: bold;
  text-shadow: 0 0 10px #000;
}

.hero-btn {
  border-radius: 5px;
  background-color: #9068d6;
  max-width: 320px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0px;
}

.hero-btn:hover {
  background: rgb(82, 176, 139);
}

.hero-cta-2013 {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  font-family: 'Helvetica';
}

.hero-image-2013 {
  width: 100%;
}

.hero-image-2013:hover {
  opacity: 0.7;
}

.dot-divider {
  color: #fff;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.hero-ribbon.mobile {
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  display: none;
}

.hero-ribbon {
  background-color: rgb(104, 214, 170);
  color: #fff;
  height: 100px;
  width: 100px;
  padding: 10px;
  text-align: center;
  position: relative;
  border-radius: 100px;
}

.hero-ribbon-link.desktop {
  position: absolute;
  top: 20px;
  right: 20px;
  text-decoration: none;
}


@media (max-width: 600px) {
  .hero {
    background-position: center;
  }

  .hero-header {
    font-size: 55px;
  }

  .hero-ribbon {
    display: none;
  }

  .hero-ribbon.mobile {
    display: block;
  }

  .hero-image {
    width: auto;
  }
}


.hero-ribbon-dots {
  position: absolute;
  top: 6px;
  left: 6px;
  border: 4px dashed rgb(70, 148, 117);
  border-radius: 100px;
  height: 100px;
  width: 100px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 15.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

.hero-ribbon:hover {
  text-shadow: 0px 0px 3px rgb(70, 148, 117);
}


.hero-ribbon-text {
  margin-top: 22px;
  padding: 0px 15px;
  font-size: 18px;
}

.content {
  max-width: 750px;
  margin: 0 auto;
  padding: 20px;
}

.content-wrap {
  background: white;
}

.content .content-copy:last-child {
  margin-bottom: 0px;
}

.content-copy {
  line-height: 25px;
}

.contact-list {
  width: 30%;
  margin: 0 20px 0 0;
  padding: 0px;
  line-height: 25px;
  list-style-type: none;
  display: inline-block;
}

.contact-list a,
.contact-list a:visited {
  color: #9068d6;
  text-decoration: none;
}

.contact-list a:hover {
  color: #533981;
  text-decoration: none;
}

.contact-title {
  font-style: italic;
}
