
/* Hero medium */

h1.cp-hero-medium-title {
  color:#fff;
  font-weight:bold;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 1rem;
}
.cp-hero-background-wrapper {
  background-size:cover;
  padding-top:60px;
  padding-bottom:16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  position: relative;
}
.hero-style-large .cp-hero-background-wrapper {

}
.hero-style-medium .cp-hero-background-wrapper {

}
.hero-style-small .cp-hero-background-wrapper {

}
.hero-button {
  margin-bottom: 1.5rem;
}
.hero-text-group {
  position: absolute;
  bottom: 32px;
}
.hero-text-group .btn {
  margin-top: 32px;
}
.hero-sub-heading {
  color: white;
  margin-bottom:1.5rem;
}
.hero-sub-heading .btn {
  text-shadow:none;
}
.uds-hero .uds-hero-container {
  margin-bottom:0 !important;
}
.hero-heading-alt {
  color:white;
}
