#introduction {
  display: flex;
  align-items: center;
  justify-content: center;
}
#introduction .container {
  position: relative;
}
#introduction h1 {
  background: #f6b107;
  background: linear-gradient(to right, #f6b107 0%, #d04a12 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.688rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}
#introduction .col-10 {
  margin: 0 auto;
}
#introduction .hero-image {
  position: relative;
}
@media screen and (min-width: 768px) {
  #introduction {
    height: 15rem;
  }
  #introduction .col-10 {
    margin: 0;
  }
  #introduction .row {
    justify-content: flex-start;
  }
  #introduction .hero-image {
    position: absolute;
    right: 0;
    max-width: 73%;
  }
}
@media screen and (min-width: 992px) {
  #introduction {
    height: 19.625rem;
  }
}
#introduction .row + .row {
  margin-top: 1rem;
}

.breadcrumbs {
  margin-top: 1rem;
}

#resources {
  padding-top: 0;
}
#resources .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  margin-bottom: -0.625rem;
}
#resources .row > div {
  padding: 0.625rem;
}
#resources .resource {
  text-align: center;
  padding: 2rem;
  border: 1px solid #ec7e00;
  border-radius: 0.313rem;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
#resources .resource .media {
  margin: 0 0 1.25rem;
}
#resources .resource .media img {
  height: 9.375rem;
}
#resources .resource h2 {
  margin: 0 0 1.25rem;
}
#resources .resource p {
  font-weight: 500;
}
#resources .resource p,
#resources .resource a:not(.button) {
  font-size: 0.938rem;
  line-height: 1.3;
}
#resources .resource p,
#resources .resource a {
  margin-bottom: 1rem;
}
#resources .resource .link:not(:last-child) {
  margin-top: auto;
}
#resources .resource .spec {
  font-size: 0.75rem;
  letter-spacing: 0.18px;
  margin: 0;
}

#video-cta {
  padding-top: 2.813rem;
  padding-bottom: 4rem;
}
#video-cta .orange-border {
  display: block;
  padding: 1.25rem;
  box-sizing: border-box;
  border: 1px solid #ec7e00;
  border-radius: 0.313rem;
}
#video-cta .orange-border .row {
  position: relative;
}
#video-cta .orange-border .row h2 {
  font-size: 1.75rem;
  line-height: 1.3;
  color: #ec7e00;
  margin-bottom: 1.5rem;
}
#video-cta .orange-border .row h3 {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 1rem;
}
#video-cta .orange-border .row .image-wrapper {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  #video-cta .orange-border {
    padding: 2.5rem;
  }
  #video-cta .orange-border .row h2 {
    font-size: 1.5rem;
  }
  #video-cta .orange-border .row h3 {
    font-size: 1.25rem;
  }
  #video-cta .orange-border .row .image-wrapper {
    margin-top: 0;
    position: absolute;
    top: -0.25rem;
    right: -1.25rem;
    width: 21.875rem;
  }
}
@media screen and (min-width: 992px) {
  #video-cta .orange-border .row h2 {
    font-size: 1.75rem;
  }
  #video-cta .orange-border .row h3 {
    font-size: 1.5rem;
  }
  #video-cta .orange-border .row .image-wrapper {
    position: absolute;
    top: -1.625rem;
    right: -1.25rem;
    width: 25.5rem;
  }
}/*# sourceMappingURL=resources.css.map */