#t4-masthead
{
  margin-top:-79px;
  padding:0;
}
.ja-masthead-detail
{
  padding:5rem 0;
}
.ja-masthead-detail:before
{
   content: "";
    position: absolute;
    background: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
  
.ja-masthead-detail .container{
  position: relative;
   z-index:10;
}
.product-filters
{
  display: flex;

    align-items: flex-end;

   padding-bottom:40px;
}
.product-filter,.filter-footer
{
  padding-bottom:20px;
}
.image-right .row
 {
 	flex-direction: row-reverse;
 }
 .options-item
 {
 	padding-top:30px;
 }
.ja-masthead-article
{
  background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.jamasthead-detail .article-title
{
  font-size:40px;
}
.t4-hero
{
  z-index:1;
}
.menunav-right
{
  display:flex;
  align-items: center;
  justify-content: flex-end;
}
.quote-button
{
  	border:0;
    
}
body #t4-header
{
  z-index:100;
}
#QuoteModal
{
    top: 50%;
    left: 50%;
  height:80%;
    width: auto;
    transform: translate(-50%, -50%);
}

.joomla-modal .modal-dialog .modal-content
{
  overflow-x:hidden;
}
