﻿
.heading {
    font-size: 26px;
    font-weight: 500;
    color: #0089A7;
}

.subHeading {
    color: #000;
    font-size: 26px;
    font-weight: 500;
    margin: 20px 0 15px;
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 992px) {

    .heading {
        display: none;
    }

    .subHeading {
        font-size: 36px;
        margin: 30px 0 20px;
    }

    .s-content__container {
        padding-top: 43px;
    }

    .s-tabs {
        position: relative;
    }

        .s-tabs:after {
            content: " ";
            position: absolute;
            width: 100%;
            height: 35px;
            bottom: 100%;
            left: 0;
            background: #000;
        }
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (min-width: 1366px) {
}


/* client shared print styles */
@media print { /* All your print styles go here */

}
