.container .containment {
    min-height: 70px;
    height: 70px;
}

    .container .containment > div {
        display: inline-block;
        height: 100%;
        text-align: center;
        vertical-align: top;
    }

        .container .containment > div.sectionTitleContainer {
            padding-top: 37px;
            height: auto;
        }

.smallLogo > a {
    background: transparent url('images/logo.png') top center no-repeat;
    display: inline-block;
    height: 50px;
    width: 260px;
}

.sectionTitle {
    display: inline-block;
    height: 33px;
    text-align: center;
    width: 410px;
}

.blackTitle {
    background: transparent url('images/titleBlack.png') top center no-repeat;
}

.orangeTitle {
    background: transparent url('images/titleOrange.png') top center no-repeat;
}

.blueTitle {
    background: transparent url('images/titleBlue.png') top center no-repeat;
}

.greenTitle {
    background: transparent url('images/titleGreen.png') top center no-repeat;
}

.sectionTitleContainer > div > span {
    color: #FFF;
    font-size: 23px;
    text-transform: uppercase;
    line-height: 40px; /* Added-Karthik 10-02-2015 */
}

.simpleTitleContainer .sectionTitle {
    display:inline-table; /* edited-Karthik 11-02-2015 */
    text-align:left;
    /* height:100%; edited-Karthik 11-02-2015 */
    margin:0 auto;
    width:95%;
}

.simpleTitleContainer .moduleTitle span {
    display:inline-block;
    font-weight: bold;
    padding: 0 0 5px 0;
}

.greenTextTitleModule span {
    color: #7c9f3d;
    font-size: 18px;
    text-transform: uppercase;
}

.DataTableGreenTextTitleModule {
    color: #7c9f3d;
    font-size: 18px;
    text-transform: uppercase;
}

.blueTextTitleModule {
    color: #183863;
    font-size: 16px;
}

.orangeTextTitleModule {
    color: #333;
	text-transform: uppercase;
    font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}

.orangeBackgroundTitleModule {
    background-color: #1781cc;
    padding: 9px;
	margin-bottom:5px;
}

.orangeBackgroundBlackBorderTitleModule {
    background-color: #E87D1D;
    padding: 9px;
    border: 1px solid #000;
    border-bottom: none;
}
    
.simpleTitleContainer .orangeBackgroundTitleModule span, .simpleTitleContainer .orangeBackgroundBlackBorderTitleModule span {
    color: #fff;
    padding: 0px;
    margin: 0px;
    font-size: 15px;
    text-transform: capitalize;
}

.centeredTitleDarKBlueBackground, .centeredTitleLightBlueBackground, .centeredTitleLightGreenBackground, .centeredTitleLightOrangeBackground {
    border: 2px solid #ccc;
    border-bottom: none;
    text-align: center;
}

.centeredTitleDarKBlueBackground {
    background-color: #00215B;
}

.centeredTitleLightBlueBackground {
    background-color: #86A4D8;
}

.centeredTitleLightGreenBackground {
    background-color: #7FA53A;
}

.centeredTitleLightOrangeBackground {
    background-color: #E87D1D;
}

.simpleTitleContainer .centeredTitleDarKBlueBackground span, .simpleTitleContainer .centeredTitleLightBlueBackground span,
.simpleTitleContainer .centeredTitleLightGreenBackground span, .simpleTitleContainer .centeredTitleLightOrangeBackground span {
    color: #fff;
    font-size: 13px;
    padding: 5px;
    margin: 0px;
    text-transform: uppercase;
}

@media only screen and (min-width: 180px) and (max-width: 767px) {
    .container .containment {
        display: block;
        min-height: 0px;
        height: 30px;
    }

        .container .containment > div.smallLogo {
            display: none;
        }

        .container .containment > div.sectionTitleContainer {
            padding-top: 5px;
            text-align: left;
        }

    .sectionTitle {
        display: inline-block;
        height: 25px;
        width: 272px;
        padding-top: 5px;
    }

    .sectionTitleContainer > div > span {
        font-size: 18px;
    }

    .blackTitle {
        background: transparent url('images/titleBlack_mobile.png') top center no-repeat;
    }

    .orangeTitle {
        background: transparent url('images/titleOrange_mobile.png') top center no-repeat;
    }

    .blueTitle {
        background: transparent url('images/titleBlue_mobile.png') top center no-repeat;
    }

    .greenTitle {
        background: transparent url('images/titleGreen_mobile.png') top center no-repeat;
    }
    .sectionTitleContainer > div > span /* Added-Karthik 10-02-2015 */

    {
        line-height: 22px; 
    }
}
