.banner {
  position: relative;
  overflow: hidden;
}

.banner h1 {
  margin-bottom: 20px;
  position: relative;
  color: white;
}

.banner h2, .banner h3 {
  color: white;
}

.banner p {
  margin-bottom: 35px;
  color: white;
  font-size: 20px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  line-height: 1.6em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.banner a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
  background: #e37700;
  text-decoration: none;
  padding: 10px 17px 10px 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  transition: background 0.3s, color 0.3s;
  color: white;
}

.banner a a {
  color: white;
}

.banner a::after {
  content: '';
  width: 5px;
  height: 5px;
  margin-left: 5px;
  display: inline-block;
  border-right: 2px solid white;
  border-top: 2px solid white;
  transform: rotate(45deg);
  transition: border 0.3s, left 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.banner a:hover {
  color: white;
  background: #ca6a00;
}

.banner a:hover a {
  color: white;
}

.banner .content {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
  color: white;
  padding-top: 90px;
  padding-bottom: 100px;
  position: relative;
}

@media (min-width: 48em) {
  .banner .content {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.banner .banner-mask {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 48em) {
  .banner .content h1, .banner .content h2, .banner .content h3, .banner .content p {
    max-width: 82%;
  }
}

/*# sourceMappingURL=banner.css.map */
