﻿div.jobstable {
    margin-top: 50px;
    margin-bottom: 40px;
}

    div.jobstable .leftpad {
        padding-left: 25px;
    }

@media (min-width: 991px) and (max-width: 1199px) {
    div.jobstable .leftpad {
        padding-left: 15px;
        padding-right: 0;
    }

    div.jobstable .nopad {
        padding-left: 15px;
        padding-right: 0px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    div.jobstable {
        margin-top: 30px;
        margin-bottom: 30px;
    }

        div.jobstable .leftpad {
            padding-left: 0px;
            padding-right: 0;
        }
}

@media only screen and (max-width: 767px) {
    div.jobstable {
        margin-top: 25px;
        margin-bottom: 20px;
    }

        div.jobstable .leftpad {
            padding-left: 15px;
        }
}

.jobtitlerow {
    /*border-bottom: 1px solid #312783;*/
    white-space: nowrap;
}

.jobrow {
    padding-top: 20px;
    padding-bottom: 20px;
    /*border-bottom: 1px solid #312783;*/
}

a.jobshowbtn,
anchor.jobshowbtn {
    display: none;
}

/* Desktop Only Styles */
@media (min-width: 768px) {
    .span12 {
        width: 100%;
    }
}

div.jobbtnscontainer {
    float: right;
}

@media (min-width: 768px) and (max-width: 990px) {
}

div.jobdetails {
    width: 144px;
    float: left;
    margin: 0 5px;
}

div.jobapply {
    width: 144px;
    float: left;
    margin: 0 0 0 5px;
}

.remodal .jobtitle {
    margin-top: 40px;
}

.remodal .jobinfo {
    margin: 20px 0;
}

.remodal .bottombtn {
    margin-top: 30px;
}

.csapplyform .row {
    padding-top: 20px;
}

.csapplyformtextbox {
    padding: 10px;
    width: 100%;
    border: 1px solid #312783;
}

/* Style form radio buttons */
input[type=radio ]:not(old) {
    width: 31px;
    height: 31px;
    margin: 0;
    padding: 0;
    opacity: 0;
}

@media (max-width: 767px) {
    input[type=radio ]:not(old) {
        float: left;
    }
}

input[type=radio ]:not(old) + label {
    display: inline-block;
    margin-left: -31px;
    padding-left: 40px;
    background: url('/images/checks.png') no-repeat 0 0;
    line-height: 32px;
}

input[type=radio]:not(old):checked + label {
    background-position: 0 -80px;
}

@media only screen and (max-width: 767px) {
    input[type=radio ]:not(old) + label {
        display: block;
        margin-left: 0px;
    }
}

/* Alerts Registration */
#jobalert > h3 > img.jobalertsicon {
    width: 55px;
    height: 55px;
    float: left;
    margin-right: 20px;
}

.jobalertname {
}

@media (min-width: 768px) and (max-width: 990px) {
    #jobalert > h3 > img.jobalertsicon {
        width: 45px;
        height: 45px;
    }

    #signup div.jobalertname {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    #jobalert > h3 > img.jobalertsicon {
        width: 35px;
        height: 35px;
    }
}

input.textalert {
    border: 1px solid #312783;
    height: 50px;
    color: #312783;
    margin-bottom: 3%;
    width: 100%;
}

div.keyboardimg {
    background: url(/images/Careers/careers-jobalert-image.jpg); /*change this later -- not the right image */
    display: block;
    height: 355px;
    max-height: 335px;
    background-position: center top;
    padding: 4.25rem 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
    div.keyboardimg {
        height: 120px;
    }
}

/* Employee Benefits */
.ebutton {
    border: 1px solid #312783;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 85px;
    padding: 5px;
}

    .ebutton:hover {
        border: 2px solid #3AAA35;
        margin-top: 10px;
        margin-bottom: 10px;
        min-height: 85px;
        padding: 5px;
        background-color: #e0fedf;
        box-shadow: 1px 1px 10px #888888;
    }

    .ebutton.active {
        border: 2px solid #3AAA35;
        margin-top: 10px;
        margin-bottom: 10px;
        min-height: 85px;
        padding: 5px;
        background-color: #e0fedf;
        box-shadow: 1px 1px 10px #888888;
    }

.iconebtntext {
    font-weight: 700;
    font-size: 1.5rem;
    color: #312783;
    margin-top: 5px;
    margin-right: 5px;
}

@media only screen and (max-width: 1199px) {
    .iconebtntext {
        font-size: 1.3rem;
    }
}

.iconebutton {
    float: left;
    margin: auto;
    margin-top: 2%;
    margin-right: 4%;
    width: 54px;
    height: 45px;
}

@media only screen and (max-width: 767px) {
    .iconebutton {
        float: none;
        margin: auto;
        margin-top: 2%;
        margin-right: auto;
        margin-left: auto;
        width: 54px;
        height: 45px;
    }
}

#empbenaccidentassistance > .iconebutton {
    width: 61px;
    margin-right: 2%;
}

#empbenpopup > .iconebutton {
    width: 47px;
}

/* Have you got what it takes */
.girlshead {
    background: url(/images/Careers/careers-haveyougotwhatittakes.jpg);
    display: block;
    min-height: 280px;
    max-height: 400px;
    min-width: 280px;
    max-width: 400px;
    margin: 20px auto;
    background-position: center top;
    color: #fff;
    padding: 4.25rem 0;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
}

.whatittakestitle {
    padding-top: 45px;
}

.surveybtn {
    margin-bottom: 10px;
    max-width: 230px;
}

@media only screen and (max-width: 1200px) {
    .whatittakestitle {
        padding-top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .girlshead {
        min-height: 50px;
        height: 115px;
        min-width: 50px;
        max-width: 150px;
        margin: 5px auto;
    }

    .surveybtn {
        margin-bottom: 30px;
        max-width: 100%;
    }
}

/* Application Process */
#apw {
    background: url(/images/Careers/careers-how-app-works.jpg);
    display: block;
    background-position: center top;
    color: #fff;
    padding: 4.25rem 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #312783;
}

@media only screen and (max-width: 767px) {
    #apw {
        padding: 0;
    }
}

.appprobox {
    position: relative;
    margin-top: 50px;
    border: 3px solid #fff;
    padding: 20px 30px;
    height: 220px;
    font-size: 1.6rem;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.1);
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .appprobox p.text {
        color: rgba(255, 255, 255, 0.0);
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .appprobox p.hint {
        color: rgba(255, 255, 255, 0);
        -moz-transition: color 0.3s linear;
        -o-transition: color 0.3s linear;
        -webkit-transition: color 0.3s linear;
        transition: color 0.3s linear;
    }

    .appprobox.next p.hint {
        position: absolute;
        top: 0px;
        left: 8%;
        width: 80%;
        font-size: 5rem;
        text-align: center;
        color: rgba(255, 255, 255, 0.1);
    }

    .appprobox div#applicationbutton {
        display: none;
    }

    .appprobox .boxnumber {
        border: 3px solid #312783;
        background-color: #fff;
        box-shadow: 1px 1px 10px #888888;
        color: #312783;
        font-size: 2.2rem;
        font-weight: 700;
        padding: 3px 14px;
        width: 49px;
        position: absolute;
        top: -25px;
        left: -15px;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .appprobox.current {
        background: rgba(255, 255, 255, 0.5);
        border: solid 3px #3aaa35;
    }

        .appprobox.current p.text {
            color: rgba(255, 255, 255, 1);
        }

        .appprobox.current p.hint {
            color: rgba(255, 255, 255, 0);
        }

        .appprobox.current div#applicationbutton {
            display: block;
        }

        .appprobox.current .boxnumber {
            background-color: #3aaa35;
            border: 3px solid #fff;
            color: #fff;
        }

@media (min-width: 768px) and (max-width: 990px) {
    .appprobox {
        margin-top: 30px;
        height: 160px;
        padding-left: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .appprobox {
        margin-top: 30px;
        height: 150px;
        padding-left: 30px;
    }

        .appprobox .boxnumber {
            padding: 0px 5px;
            width: 30px;
            top: -15px;
            left: 8px;
        }
}

@media only screen and (max-width: 767px) {
    #nbrone,
    #nbrtwo,
    #nbrthree {
        border: 3px solid #312783;
        background-color: #fff;
        color: #312783;
        font-size: 2.2rem;
        font-weight: 700;
        padding: 3px 14px;
        width: 49px;
        position: absolute;
        top: -35px;
        left: 8px;
    }

    #nbrtwo {
        left: 62px;
    }

    #nbrthree {
        left: 116px;
    }

        #nbrone.current,
        #nbrtwo.current,
        #nbrthree.current {
            background-color: #3aaa35;
            border: 3px solid #fff;
            color: #fff;
        }

    .appprobox.show {
        display: block;
    }

    .appprobox.hide {
        display: none;
    }

    .appprobox > p.show {
        display: block;
    }

    .appprobox > p.hide {
        display: none;
    }
}

/* Slight tweak for iPhone 5 */
@media only screen and (max-width: 374px) {
    .appprobox {
        height: 170px;
    }
}

/* Inside Auxillis */
div.floatingbar {
    height: 150px;
    background-color: #312783;
    color: #fff;
    padding: 10px 5%;
}

    div.floatingbar h4 {
        display: none;
    }

    div.floatingbar p {
        color: white;
    }

#insideAuxillis img {
    width: 100%;
}

.insideauxillis.owl-theme .owl-dots {
    bottom: -40px;
}

@media only screen and (max-width: 767px) {
    div.floatingbar > h4 {
        display: inherit;
    }

    div.floatingbar > img {
        display: none;
    }

    .insideauxillis {
        margin-bottom: 30px;
    }
}

/* Winners - North East Contact Centre Awards */
#hangingimage2 {
    margin-top: 4%;
    margin-bottom: 0%;
    padding-bottom: 2%;
}

img#necclogo {
    margin: auto;
    display: block;
}

div.cc-award {
    display: block;
    margin: auto;
    width: 100%;
    height: 150px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}

/* Training and Development */
.sidelabelcontainer {
    font-size: 1.6rem;
}

@media only screen and (max-width: 990px) {
    .sidelabelcontainer {
        font-size: 1.5rem;
    }
}

.slidelabel {
    width: 100%;
    padding: 20px 26px 5px 0;
    color: #312783;
    font-weight: 700;
    line-height: 22px;
    text-align: right;
    border-right: 1px solid;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

    .slidelabel:hover,
    .slidelabel.active {
        color: #3aaa35;
        border-right: 5px solid #3aaa35;
    }

@media only screen and (max-width: 767px) {
    .slidelabel {
        width: 100%;
        padding: 20px 0px 5px 0;
        color: #312783;
        font-weight: 700;
        line-height: 22px;
        text-align: center;
        border-right: 0;
        border-bottom: 1px solid grey;
    }

        .slidelabel:hover,
        .slidelabel.active {
            color: #3aaa35;
            border-right: 0;
            border-bottom: 1px solid #3aaa35;
        }

    .TDpanelbody {
        padding: 0;
        padding-top: 15px;
        margin: 0 0px;
    }
}

.owl-carousel .trainingitem {
    padding: 30px;
}

.owl-carousel img.trainingicon {
    width: 100px;
    display: inline-block;
    margin-bottom: 20px;
}

.owl-carousel h4 {
    display: inline-block;
}

.owl-carousel p {
    width: 100%;
    white-space: initial;
    word-wrap: initial;
}

/* Google Map on Branches page */
#map-canvas {
    width: 100%;
    height: 400px;
    margin: 0 auto;
}

/* Key Roles */
.keyrolearrow {
    display: none;
}

div.keyrolesimg {
    display: block;
    height: 270px;
    width: 270px;
    margin: auto;
    margin-bottom: 10%;
}

div#csa {
    background: url('/images/Careers/key-roles/careers-contactcentre-keyroles-a.jpg');
}

    div#csa:hover,
    div#csa.active {
        background: url('/images/Careers/key-roles/careers-contactcentre-keyroles-a.jpg');
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        background-position: 0 270px;
    }

        div#csa:hover + #csatitle,
        div#csa.active + #csatitle {
            color: #3aaa35;
        }

            div#csa.active + #csatitle + .keyrolearrow {
                width: 50px;
                height: 25px;
                margin: auto;
                display: block;
            }

div#isa {
    background: url('/images/Careers/key-roles/careers-contactcentre-keyroles-b.jpg');
}

    div#isa:hover,
    div#isa.active {
        background: url('/images/Careers/key-roles/careers-contactcentre-keyroles-b.jpg');
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        background-position: 0 270px;
    }

        div#isa:hover + #isatitle,
        div#isa.active + #isatitle {
            color: #3aaa35;
        }

            div#isa.active + #isatitle + .keyrolearrow {
                width: 50px;
                height: 25px;
                margin: auto;
                display: block;
            }

div#osa {
    background: url('/images/Careers/key-roles/careers-contactcentre-keyroles-c.jpg');
}

    div#osa:hover,
    div#osa.active {
        background: url('/images/Careers/key-roles/careers-contactcentre-keyroles-c.jpg');
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        background-position: 0 270px;
    }

        div#osa:hover + #osatitle,
        div#osa.active + #osatitle {
            color: #3aaa35;
        }

            div#osa.active + #osatitle + .keyrolearrow {
                width: 50px;
                height: 25px;
                margin: auto;
                display: block;
            }


div#hrtl {
    background: url('/images/Careers/key-roles/careers-contactcentre-keyroles-d.jpg');
}


    div#hrtl:hover,
    div#hrtl.active {
        background: url('/images/Careers/key-roles/careers-contactcentre-keyroles-d.jpg');
        display: block;
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        background-position: 0 270px;
    }

        div#hrtl:hover + #hrtltitle,
        div#hrtl.active + #hrtltitle {
            color: #3aaa35;
        }

            div#hrtl.active + #hrtltitle + .keyrolearrow {
                width: 50px;
                height: 25px;
                margin: auto;
                display: block;
            }

div#csag {
    background: url('/images/Careers/key-roles/careers-br-keyroles-a.jpg');
}

    div#csag:hover,
    div#csag.active {
        background: url('/images/Careers/key-roles/careers-br-keyroles-a.jpg');
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        background-position: 0 270px;
    }

        div#csag:hover + #csagtitle,
        div#csag.active + #csagtitle {
            color: #3aaa35;
        }

            div#csag.active + #csagtitle + .keyrolearrow {
                width: 50px;
                height: 25px;
                margin: auto;
                display: block;
            }

div#sdd {
    background: url('/images/Careers/key-roles/careers-br-keyroles-b.jpg');
}

    div#sdd:hover,
    div#sdd.active {
        background: url('/images/Careers/key-roles/careers-br-keyroles-b.jpg');
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        background-position: 0 270px;
    }

        div#sdd:hover + #sddtitle,
        div#sdd.active + #sddtitle {
            color: #3aaa35;
        }

            div#sdd.active + #sddtitle + .keyrolearrow {
                width: 50px;
                height: 25px;
                margin: auto;
                display: block;
            }

div#bm {
    background: url('/images/Careers/key-roles/careers-br-keyroles-c.jpg');
}

    div#bm:hover,
    div#bm.active {
        background: url('/images/Careers/key-roles/careers-br-keyroles-c.jpg');
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        background-position: 0 270px;
    }

        div#bm:hover + #bmtitle,
        div#bm.active + #bmtitle {
            color: #3aaa35;
        }

            div#bm.active + #bmtitle + .keyrolearrow {
                width: 50px;
                height: 25px;
                margin: auto;
                display: block;
            }

/* Medium Desktop styles for Key Roles images */
@media (min-width: 991px) and (max-width: 1199px) {
    div.keyrolesimg {
        height: 200px;
        width: 200px;
    }

    div#csa, div#isa, div#osa, div#hrtl,
    div#csag, div#sdd, div#bm {
        background-size: cover;
    }

        div#csa:hover, div#isa:hover, div#osa:hover, div#hrtl:hover,
        div#csag:hover, div#sdd:hover, div#bm:hover,
        div#csa.active, div#isa.active, div#osa.active, div#hrtl.active,
        div#csag.active, div#sdd.active, div#bm.active {
            background-position: 0 -200px;
            background-size: cover;
        }
}

/* Tablet styles for Key Roles images */
@media (min-width: 768px) and (max-width: 990px) {
    div.keyrolesimg {
        height: 150px;
        width: 150px;
    }

    div#csa, div#isa, div#osa, div#hrtl,
    div#csag, div#sdd, div#bm {
        background-size: cover;
    }

        div#csa:hover, div#isa:hover, div#osa:hover, div#hrtl:hover,
        div#csag:hover, div#sdd:hover, div#bm:hover,
        div#csa.active, div#isa.active, div#osa.active, div#hrtl.active,
        div#csag.active, div#sdd.active, div#bm.active {
            background-position: 0 -150px;
            background-size: cover;
        }
}

/* Mobile styles for Key Roels images */
@media only screen and (max-width: 767px) {
    div#csa, div#isa, div#osa, div#hrtl,
    div#csag, div#sdd, div#bm {
        background-position: 0 270px;
    }
}

/* Tweak for smaller mobiles (iPhone5) */
@media only screen and (max-width: 374px) {
    div.keyrolesimg {
        height: 220px;
        width: 220px;
        margin-bottom: 0%;
    }

    div#csa, div#isa, div#osa, div#hrtl,
    div#csag, div#sdd, div#bm,
    div#csa:hover, div#isa:hover, div#osa:hover, div#hrtl:hover,
    div#csag:hover, div#sdd:hover, div#bm:hover,
    div#csa.active, div#isa.active, div#osa.active, div#hrtl.active,
    div#csag.active, div#sdd.active, div#bm.active {
        background-position: 0 -220px;
        background-size: cover;
    }
}

.keyrolesinfo {
    width: 100%;
    margin-top: auto;
}

/* Preparing for Interview */
a:hover {
    text-decoration: none;
}

.preparingointerview {
    background: url(/images/Careers/careers-contactcentre-pfti.jpg);
    display: block;
    min-height: 458px;
    background-position: center top;
    color: #fff;
    font-size: 1.8rem;
    padding: 4.25rem 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

    .preparingointerview .preparingtext {
        position: relative;
        left: 30px;
    }

.preparingtext .preparingbtn {
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 767px) {
    .preparingointerview {
        background: none;
        padding: 0 0 15px 0;
        min-height: 100px;
    }

        .preparingointerview .preparingtext {
            position: inherit;
            text-align: left;
        }

    .preparingtext .preparingbtn {
        margin-left: 0;
        margin-right: 0;
    }
}

.joinourteamtext {
    padding-top: 4%;
    padding-bottom: 4%;
}

@media only screen and (max-width: 767px) {
    #edoc {
        width: 126%;
    }

    .joinourteamtext {
        padding-top: 0;
    }
}

/* Medium Desktop styles */
@media (min-width: 991px) and (max-width: 1199px) {
    div.jobdetails,
    div.jobapply {
        width: 134px;
    }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 990px) {
    div.floatingbar {
        height: 190px;
    }

    div.jobbtnscontainer {
        margin-top: 15px;
    }
}

/* Mobile Styles */
@media (max-width: 1081px) {
    /* Jobs Table */
    .jobtitlerow {
        display: none;
    }

    div.jobrow {
        padding-top: 0px;
        padding-bottom: 0px;
    }

        div.jobrow .title {
            display: initial;
            color: #312783;
            font-weight: 500;
        }

        div.jobrow a.jobshowbtn,
        div.jobrow anchor.jobshowbtn {
            display: inherit;
            font-size: 4.0rem;
            vertical-align: middle;
        }

    div.jobbtnscontainer {
        padding-top: 15px;
        padding-bottom: 20px;
        width: 100%;
    }

    div.jobapply, div.jobdetails {
        margin: 0 !important;
        width: 100% !important;
    }

    .spotlight-buttons a {
        float: right !important;
        width: 50% !important;
    }

    /* Employee Benefits */
    .iconebtntext {
        display: none;
    }

    /* Inside Auxillis */
    div.floatingbar {
        height: 400px;
        padding: 10px 5%;
        background-color: #fff;
    }

        div.floatingbar p {
            color: grey;
        }

        div.floatingbar h4 {
            color: #312783;
        }

    /* Application Process */
    #apw {
        background-size: contain;
    }
}

@media only screen and (max-width: 374px) {
    div.floatingbar {
        height: 320px;
    }
}
