
.masthead-inner {
    position: relative;
}

.masthead-inner-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.masthead-inner-img:after {
    content: '';
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.masthead-inner-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;'
}

.masthead-inner-content {
    width: 100%;
    height: 100%;
    color: #ffffff;
    z-index: 9;
    position: relative;
    padding: 100px 0 0;
    text-align: left;
}

.banner-title {
    background:linear-gradient(90deg,#000000,transparent);
}

.banner-title h1 {
    font-size: 30px;
    padding: 10px 0;
	margin-bottom: 0;
}

.masthead-inner-content .container {
    position: relative;
}

.breadcrumbs.our-focus {
    top:-260px;
}

.black-WYSIWYG {
  position: relative;
}

.black-WYSIWYG-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top:0px;
}

.black-WYSIWYG-content h2, .black-WYSIWYG-content h3, .black-WYSIWYG-content h4, .black-WYSIWYG-content .sub-heading {
    color:#fff;
}

.white-WYSIWYG {
    padding: 100px 0px;
}

.black-WYSIWYG-content {
    padding: 100px 0px;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 9;
    position: relative;
}

.gray-WYSIWYG {
     padding: 100px 0px;
}

@media (max-width: 1025px) {
    .products-section ~ .gray-WYSIWYG .col-lg-12.right {
        margin: 0 auto;
    }
}

.black-WYSIWYG blockquote {
    color: #fff;
    border:2px solid #fff;
    border-left:10px solid #F8D73C;
}

.col-lg-12.right {
    margin-left: 250px;
}


@media (min-width: 768px) {
    .masthead-inner-content {
        padding: 200px 0 0;
        text-align: left;
    }

    .banner-title h1 {
        font-size: 38px;
        padding: 20px 0;
    }

}

@media (min-width: 1200px) {

    .banner-title h1 {
        font-size: 45px;
        padding: 31px 0;
    }

    .masthead-inner-content {
        padding: 284px 0 0;
    }

    .masthead-inner-img:after {
        content: none;
    }
}

@media only screen and (min-width:240px) and (max-width: 768px){ 

    .gray-WYSIWYG {
        padding: 0px 0px;
    }

    .col-lg-12.right {
        margin-left: 0px;
    }


}












