/*!
 * Sagesurface/Bootstrap Overwrite CSS v1.0
 * Copyright 2011-2018 N. Scott Rockwell, Purdie Rogers
 */

 /* Custom Navigation Code */

 /* Font includes */

    .productTitleRight {
    visibility: hidden;
    }

@media (min-width: 576px) {


}

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

    .alt-service-item-right {
        text-align: left;

    }

    .display-4 {
        font-size: 5rem;
        font-weight: 300;
        line-height: 1em;
        font-family: libre_baskervillebold,"Helvetica Neue",Arial,sans-serif;
        color: #fff;
    }
    .lead {
        font-size: 1.8rem;
        font-weight: 900;
        letter-spacing: 9px;
        font-family: roboto,"Helvetica Neue",Arial,sans-serif;
        color: #fff;
    }
    .lead2 {
        font-size: 1rem;
        font-weight: 300;
        letter-spacing: 9px;
        font-family: roboto,"Helvetica Neue",Arial,sans-serif;
        color: #fff;
    }
    .border15Right {
        border-right: 15px solid #fff;
    }
    .border15Left {
        border-left: 15px solid #fff;
    }

}

@media (min-width: 992px) {

    .productBorderSplit {
        border-right: 1px solid #dee2e6!important;
    }

    .bannerRule {
        border-right: 1px solid #333;
        border-bottom: 1px solid #333;
    }

    .bannerRuleRight {
        border-right: 1px solid #333;
    }

    div.productTitleLeft {
        visibility: hidden;
    }
    .productTitleRight {
        visibility: visible;
    }
}

@media (min-width: 1200px) {


}
