.darkBlue .text h3 {
    font-size: 36px!important;
    font-family: Robotoslab;
line-height:52px!important;
color:#fff;
}


/*Slideshow fixes */

.slideShow {
    width: 100%;
    float: left;
    max-width: 100%;
}

.slides {
    max-width: 100%;
    width: 100%;
}

.slideShowImg {
    width: 50%;
    float: left;
}

.slideShowTxt {
    width: 49%;
    float: left;
    padding-left: 3%;
}

.arrowKeys {
    margin-top: 20px;
}


/*Deque tool updates*/

sup{
    font-weight: bolder!important;
    color: #555;
}

a {
    color: #0C2074;

}

.footerSection .lightBlueText{
color:#fff;

}

.bannerBg{
background-color:#0C2074;

}





/*For mobile devices */ 

@media only screen and (max-width: 600px) {

.darkBlue .text h3 {
    font-size: 26px;
    line-height:32px;
}

.slideShowImg {
    width: 100%;
   
}

.slideShowTxt {
    width: 100%;
 
}




}