.parallax {
    /* The image used */
    background-image: url(../images/crane.jpg);
    /* Set a specific height */
    height: 425px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-right: 10px;
    padding-left: 100px;
    padding-top: 15px;
}

.parallax2 {
    /* The image used */
    background-image: url('../images/05.jpg');
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*filter:blur(5px);*/
}

.parallax3 {
    /* The image used */
    /*background-image: url('../images/05.jpg');*/
    background-color: rgb(45, 54, 145);
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*filter:blur(5px);*/
}

.careerslideshow {
    background-color: rgba(45, 54, 145,0.75);
    padding: 20px;
    /*border-radius: 3px;*/
    /*width: 40%;
    margin: 0px 50px 0px 20px;*/
    color: #fff;
    top: 35%;
    position: relative;
    border-radius: 50%;
}

.infoCircleColorParallax {
    background: rgba(45, 54, 145,0.75);
    border-radius: 50%;
    color: #fff;
    font-weight: normal;
    display: table;
    float: left;
    padding: 50px 25px 25px 25px;
}

.careerslideshow3 {
    background-color: rgba(45, 54, 145,.95);
    padding: 25px 20%;
    /*border-radius: 3px;*/
    /*width: 40%;
    margin: 0px 50px 0px 20px;*/
    color: #fff;
    /*top: 35%;*/
    /*position: relative;*/
    /*border-radius: 20%;*/
}

    .careerslideshow3 ul li {
        font-size: 1.2em;
        font-weight: bold;
    }

        .careerslideshow3 ul li ul li {
            font-size: .8em;
            font-weight: normal;
        }

.imgSupply {
    width: 500px;
    margin: 40px -145px;
}

.supply-header {
    background-color: rgba(45, 54, 145, 1);
    text-align: center;
    min-height: 60px;
    vertical-align: middle;
    /*line-height: 20px;*/
}

.careerslideshow.visible-xs {
    background-color: rgba(45, 54, 145,0.75);
    padding: 30px;
    /* border-radius: 3px; */
    color: #fff;
    top: 17%;
    position: relative;
    border-radius: 21%;
}
