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

.hero-panels-wrapper{
  display: flex;
}

.hero-panels-wrapper .hero-panel{
  position: relative;
  height: 100%;
  width: 50%;
  display: flex;
  flex-direction: column; 
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-panels-wrapper .hero-panel:first-child{
  border-right: solid 4px #14283c;
}

.hero-panels-wrapper .hero-panel:last-child{
  border-left: solid 4px #14283c; 
}

.hero-panels-wrapper .hero-panel:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: calc(500 / 700 * 100%);
  background-color: rgba(21, 42, 117, 0.5);
}

.hero-pannel-inner-container{
  position: absolute;
  padding: 0 3.125rem 2.1875rem;
  width: 100%;
  display: flex;
  flex-direction: column; 
  bottom: 0;
  height: 100%;
  justify-content: flex-end;
}

.hero-panels-wrapper .hero-panel .slider-title,
.hero-panels-wrapper .hero-panel .slider-caption{
  position: static;
  width: auto;
  padding: 0;
}

.hero-panels-wrapper .hero-panel .slider-title{
  margin-bottom: 1.0625rem;
  max-width: 510px;
}

.hero-panels-wrapper .hero-panel .slider-caption{
  font-weight: 500;
}

.hero-panels-wrapper .hero-panel .slider-price{
  color: #fff;
  padding: 0;
  color: white;
  margin-bottom: 0.625rem;
}

.hero-panels-wrapper .hero-panel a.extra-text{
  margin: 0.625rem 0;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  border-bottom: solid 1px transparent;
}    

.hero-panels-wrapper .hero-panel a.extra-text:hover{
  border-bottom: solid 1px #fff;
}

.hero-panels-wrapper .hero-panel a.slider-details {
  background-image: linear-gradient(to bottom, #f68403, #f66d02);
  padding: 0.625rem 1.25rem;
  letter-spacing: 0.75px;
  font-size: 1.125rem;
  max-width: 290px;
  font-weight: 500;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 0.625rem;
}
