.careers-pic {
    margin-bottom: 45px;
}
.careers-top {
    border-bottom: 2px solid #ddd;
    margin-bottom: 25px;
}
.careers-top:after {
    content: "";
    display: block;
    border-bottom: 2px solid #177DD0;
    width: 100px;
    margin: 10px 0 -2px;
}
.careers-top .title,.careers-top .txt {
    display: inline-block;
    vertical-align: middle;
}
.careers-top .title {
    background: url(../images/careers/title_bg.png) no-repeat;
    padding: 0 15px 0 100px;
    line-height: 47px;
    color: #111;
    font-size: 29px;
    font-weight: 500;
    margin: 5px 0;
}
.careers-top .txt {
    padding: 5px 0;
}
.careers-top .txt b {
    color: #1367AD;
}
.careers-top .txt a:hover {
    text-decoration: underline;
}
