/**
*
* Theme Name: USH Theme
* Description: USH Target Banner specific style.
*
**/

.banner{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.banner:before{
  content: "";
  background-color: rgba(3, 108, 226, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.banner .main-content{
  text-align: center;
  padding: 4.6875rem 0 5.3125rem;
}

.banner .banner-title,
.banner .banner-copy,
.banner .banner-cta{
  color: #fff;
}

.banner .banner-title{
  margin-bottom: 1rem;
} 

.banner .banner-copy{
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.33;
  margin: 0 0 1.25rem;
}   


.banner a.banner-cta {
  background-image: linear-gradient(to bottom, #f68403, #f66d02);
  padding: 0.75rem 2.5rem;
  letter-spacing: 0.75px;
  font-size: 1.125rem;
  max-width: 290px;
  font-weight: 500;
  border-radius: 4px;
  text-transform: uppercase;
  display: inline-block;
}