

@media screen and (max-width:1600px) {

}

@media screen and (max-width:1200px) {

}

@media screen and (max-width:1000px) {

}

@media screen and (max-width:900px) {

}

@media screen and (max-width:800px) {

    .cityIcons {
        width: 270px;
        margin-right: 20px;
    }

    #cityIconsCont, .cityIcons {
        height: 270px;
    }

    #cityRedBar, .cityIcons {
        width: 270px;
    }

    #cityRedBar {
        top: 290px;
    }

    #careerHeadline, .careerHeadline02 {
        font-size: 36px;
    }

    #careerIconsMainCont {
        padding: 40px 30px 0;
    }

    .OEMIcons, .OEMRedBar {
        width: 180px;
    }

    .OEMIcons {
        height: 86px;
        margin-right: 20px;
    }

    #OEMIconsCont {
        height: 140px;
    }

    #OEMIconsScroller {
        width: 300px;
    }

    #OEMIconsCont {
        height: 135px;
        scrollbar-width: thin;
        scrollbar-color: #949494 #ffffff;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    #OEMIconsCont::-webkit-scrollbar {
        display: none;
    }

    .OEMRedBar {
        top: 100px;
    }

}

@media screen and (max-width:700px) {

    #careerHeadline, .careerHeadline02 {
        font-size: 28px;
    }

    .posSelectText {
        font-weight: normal;
        font-size: 18px;
    }

    .psbutton {
        height: 34px;
        width: 130px;
        padding-top: 10px;
    }

    .psbutton, .psbutton a {
        font-size: 13px;
        font-weight: normal;
    }

}

@media screen and (max-width:650px) {

}

@media screen and (max-width:600px) {

}

@media screen and (max-width:550px) {

}

@media screen and (max-width:500px) {
    
    .psbutton {
        float: none;
        margin: 0 auto;
    }

    .positionMobileSpacer {
        display: inline-block;
    }

    .posSelectText {
        line-height: 100%;        
    }

    .posSelectText, .careerHeadline02  {
        text-align: center;
    }

    #careerHeadline, .careerHeadline02 {
        font-size: 30px;
    }

}

@media screen and (max-width:450px) {
    
}

@media screen and (max-width:400px) {

    .cityIcons {
        width: 250px;
        margin-right: 20px;
    }

    #cityIconsCont, .cityIcons {
        height: 250px;
    }

    #cityRedBar, .cityIcons {
        width: 250px;
    }

    #cityRedBar {
        top: 270px;
    }

}

@media screen and (max-width:350px) {


}