/* -- OLD css for careers/career-opportunities/jobs-at-dcs/* --  */ 

@media (max-width: 768px) {
.region.region-sidebar-second {
    display: block !important;
}
}

/*-----back to career page bottom code Start-----*/
.backtocareers {
    padding: 25px 0px;
    text-transform: uppercase;
}

.backtocareers a{
text-decoration:none !important;
}
.backtocareers a:hover{
text-decoration:underline !important;
}


@media only screen and (max-width:768px){
.backtocareers {
padding: 15px !important;
}
}
/*-----back to career page bottom code End-----*/


