.breadcrumb {
    padding: 15px 0;
    border-bottom: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
}

.breadcrumb a {
    color: #4d4d4d;
    font-weight: 500;
    text-decoration: underline;
}

.breadcrumb a:hover {
    color: inherit;
    opacity: .845;
    text-decoration: none;
}
    
.header__h {
    color: #ffffff !important;
    font-weight: 800;
}

.header { background-color: #212121; }

.header p {
    font-size: 1.25em;
    color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    color: #4d4d4d !important;
    font-weight: 600 !important;
}

.btn--orange:hover {
    background-color: #cc4700;
    color: #ffffff;
}
.btn--orange {
    background-color: #FA6400;
    color: #ffffff;
}

.cta p {
    text-align: center;
    font-size: 1.25em;
}

.prodgrid__row--grey {
    background-color: #fff !important;
    border-top: none;
    border-bottom: 1px solid #eee;
    padding: 0px 0 30px;
}

.prodgrid__row--white {
    padding: 30px 0;
}

.prodgrid {
    background: #fff;
}

.form__h {
    color: #fff !important;
}

.video {
    padding-bottom: 20px;
    padding-top: 23px;
    text-align: left;
}
.video__b {
    font-size: 1.45em;
    text-align: left;
    font-weight: 300;
    line-height: 1.4;
}

.video__info {
    padding-top: 25px;
}

@media ( min-width: 991px ) {

    .header { background-image: url('/products/landing-pages/img/hero-images/highq-bg_2880x710.jpg'); background-position: center bottom;padding-bottom: 100px;padding-top: 100px; }
    .header:before { background: none !important;}
    .header h1 { font-size: 3em; }
    
    .intro .btn {
        display: inline-block;
        font-size: 1em;
    }
    
    .prodgrid__row .prodgrid__row--grey {
        padding-top: 80px;
        border: none;
        /*width: 60% !important;*/
    }

    .prodgrid__row .prodgrid__row--white {
    /*width: 40% !important;*/
    }
    
    .video--2-col {
        display: grid;
        grid-column-gap: 30px;
        grid-template-areas: "video  info" "cta    cta";
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        text-align: left;
    }
    .video__info {
        grid-area: info;
        margin-top: 0;
        padding-left: 50px;
    }
    .video {
        padding-bottom: 50px;
        padding-top: 65px;
    }
    .blurb {
        margin-top: 4em;
	}
	.cta__h {
    text-align: left;
    margin: 0 0 30px 0 !important;
	}
  .cta p {
    text-align: left;
  }
  .cta .btn {
    margin: 30px 0 0 0;
    
/**    
    .form {
        position: absolute;
    }

    .form.active {
        top: 40px;
        -webkit-transform: none;
        transform: none;
    }
**/
}