﻿
#navigation {z-index:1050}

a.resource-link:link {color:#415443 !important;font-weight:bold;text-decoration:none !important;}
a.resource-link:hover {color:#415443!important;text-decoration:underline !important;}
a.resource-link:visited {color:#415443 !important}

h2.resources {margin-top:0px !important;margin-bottom:20px !important;}

/*Styles for Falling person - Media quieries at bottom of page*/
.resources-chair-holder {
    width: 100%;height: 100%;
    position: absolute;height: 420px;
    top: 440px;left: 0;bottom: 0;right: 0;
    margin: 0 auto;max-width: 1200px;
    background-repeat: no-repeat;z-index: 1000;
    background-position: bottom 0 right 110px;
    background-size:contain;
}
.resources-falling-person {
    max-width:550px;
    right:-100px;top:-450px;position:absolute;z-index:100;
    vertical-align:middle;padding-top:11px;
}


.panel-identify-role > .panel-default {
    border-bottom: 0px;
    margin-top: 1px !important;
    border-radius: 0px !important;
    border: none !important;
    padding: 20px;
    color: #415443 !important;
    background-color: rgba(255, 255, 255, 0.85);
}

.panel-career b.sub-header {font-size:14px;margin-bottom:20px !important;text-transform:uppercase;line-height:40px}

.panel-identify-role > .panel-default:hover {
    background-color:#fff !important
}

    .panel-identify-role[aria-expanded="true"] {
        background-color: #42DCA3;
    }


    .panel-identify-role .panel-heading {
    background-image: none !important;
    background-color: transparent !important;
}

.panel-identify-role   .panel-title {
    font-size: 26px !important;
    font-weight: 300 !important;
    line-height: 36px !important;
    font-family: BentonSans;
    color: #415443 !important;
}

    .panel-identify-role .panel-heading:hover {
        cursor: pointer
    }


.panel-identify-role .panel-heading {
    font-family: BentonSans;
    color: #415443 !important;
}


.panel-identify-role .panel-body {
    border-top: none !important
}

.resources-accordian-holder div {}

.resource-sitting-image img {
    position: absolute;
    width: auto;
    max-width: 380px;
    left: 0;z-index:2000;
    margin-top: -560px;
}



/* large devices (large desktops, 1200px and up) */
@media (min-width: 1200px){ 
    .resources-chair-holder {}
    .resources-falling-person{}

    .resources-chair-holder.page-interview {top:430px;padding-top:0px}
    .resources-falling-person.page-interview {top:-450px;padding-top:0px;right:0px}
    .resource-sitting-image.page-cv  img {max-width: 500px;left: -100px;margin-top: -560px;}
     
    .resources-chair-holder.page-test {top:620px}
    .resources-falling-person.page-test {top:-650px;max-width:620px;}

    .resources-chair-holder.page-cv {top:550px; padding-top:0px}
    .resources-falling-person.page-cv{top:-580px;padding-top:0px ;max-width:600px;}

    .resources-chair-holder.page-case {top:640px}
    .resources-falling-person.page-case {top:-610px}
    
}

/* m devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {     
    .resources-chair-holder {}
    .resources-falling-person{}

    .resources-chair-holder.page-cv {top:550px; padding-top:0px}
    .resources-falling-person.page-cv{top:-630px !important;padding-top:0px ;max-width:600px;}

    .resource-sitting-image.page-cv  img {max-width: 500px;left: -100px;margin-top: -560px;}

    .resources-chair-holder.page-test {top:700px;padding-top:0px }
    .resources-falling-person.page-test {top:-720px;max-width:620px;;padding-top:0p}

    .resources-chair-holder.page-cv {top:600px}
    .resources-falling-person.page-cv{top:-570px}

    .resources-chair-holder.page-case {top:720px}
    .resources-falling-person.page-case {top:-740px}

}

/* small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    .resources-chair-holder {display:none}
    .resources-falling-person{}
          .resource-sitting-image.page-cv  img {max-width: 480px;left: -120px;margin-top: -560px;}


}

/* x Small devices (landscape phones, 576px and up) */
@media (max-width: 767px) { 
    .resources-chair-holder {display:none}
    .resources-falling-person{}
}




.career-header {font-weight:bold;text-transform:uppercase;margin-bottom:20px;font-size:22px !important}

.carousel-resource-item {padding:10px 20px 10px 20px;}
.carousel-resource-item:hover {cursor:pointer;background-color:#91c396}
.carousel-resource-item > h2 {font-size:18px !important}
.carousel-resource-item p {font-size:16px}

.carousel-control.left {background-image:none !important}
.carousel-control.right {background-image:none !important}

.carousel-indicators {bottom:-10px !important}



.block-link {
    background-color: #9ECCA3;
    font-size: 18px;
    padding: 20px
}

.block-link:hover {
    background-color: #415443;
    color:#fff;cursor:pointer;
}

