.theme--light.v-stepper{background:#fff}.theme--light.v-stepper .v-stepper__step:not(.v-stepper__step--active):not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__step__step{background:rgba(0,0,0,.38)}.theme--light.v-stepper .v-stepper__step__step,.theme--light.v-stepper .v-stepper__step__step .v-icon{color:#fff}.theme--light.v-stepper .v-stepper__header .v-divider{border-color:rgba(0,0,0,.12)}.theme--light.v-stepper .v-stepper__step--active .v-stepper__label{text-shadow:0 0 0 #000}.theme--light.v-stepper .v-stepper__step--editable:hover{background:rgba(0,0,0,.06)}.theme--light.v-stepper .v-stepper__step--editable:hover .v-stepper__label{text-shadow:0 0 0 #000}.theme--light.v-stepper .v-stepper__step--complete .v-stepper__label{color:rgba(0,0,0,.87)}.theme--light.v-stepper .v-stepper__step--inactive.v-stepper__step--editable:not(.v-stepper__step--error):hover .v-stepper__step__step{background:rgba(0,0,0,.54)}.theme--light.v-stepper .v-stepper__label{color:rgba(0,0,0,.38)}.theme--light.v-stepper--non-linear .v-stepper__step:not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__label,.theme--light.v-stepper .v-stepper__label small{color:rgba(0,0,0,.54)}.theme--light.v-stepper--vertical .v-stepper__content:not(:last-child){border-left:1px solid rgba(0,0,0,.12)}.theme--dark.v-stepper{background:#303030}.theme--dark.v-stepper .v-stepper__step:not(.v-stepper__step--active):not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__step__step{background:hsla(0,0%,100%,.5)}.theme--dark.v-stepper .v-stepper__step__step,.theme--dark.v-stepper .v-stepper__step__step .v-icon{color:#fff}.theme--dark.v-stepper .v-stepper__header .v-divider{border-color:hsla(0,0%,100%,.12)}.theme--dark.v-stepper .v-stepper__step--active .v-stepper__label{text-shadow:0 0 0 #fff}.theme--dark.v-stepper .v-stepper__step--editable:hover{background:hsla(0,0%,100%,.06)}.theme--dark.v-stepper .v-stepper__step--editable:hover .v-stepper__label{text-shadow:0 0 0 #fff}.theme--dark.v-stepper .v-stepper__step--complete .v-stepper__label{color:hsla(0,0%,100%,.87)}.theme--dark.v-stepper .v-stepper__step--inactive.v-stepper__step--editable:not(.v-stepper__step--error):hover .v-stepper__step__step{background:hsla(0,0%,100%,.75)}.theme--dark.v-stepper .v-stepper__label{color:hsla(0,0%,100%,.5)}.theme--dark.v-stepper--non-linear .v-stepper__step:not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__label,.theme--dark.v-stepper .v-stepper__label small{color:hsla(0,0%,100%,.7)}.theme--dark.v-stepper--vertical .v-stepper__content:not(:last-child){border-left:1px solid hsla(0,0%,100%,.12)}.application--is-rtl .v-stepper .v-stepper__step__step{margin-right:0;margin-left:12px}.v-stepper{overflow:hidden;position:relative}.v-stepper,.v-stepper__header{-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.v-stepper__header{height:72px;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.v-stepper__header .v-divider{-ms-flex-item-align:center;align-self:center;margin:0 -16px}.v-stepper__items{position:relative;overflow:hidden}.v-stepper__step__step{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:12px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:24px;margin-right:8px;min-width:24px;width:24px;-webkit-transition:.3s cubic-bezier(.25,.8,.25,1);transition:.3s cubic-bezier(.25,.8,.25,1)}.v-stepper__step__step .v-icon{font-size:18px}.v-stepper__step{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:24px;position:relative}.v-stepper__step--active .v-stepper__label{-webkit-transition:.3s cubic-bezier(.4,0,.6,1);transition:.3s cubic-bezier(.4,0,.6,1)}.v-stepper__step--editable{cursor:pointer}.v-stepper__step.v-stepper__step--error .v-stepper__step__step{background:transparent;color:inherit}.v-stepper__step.v-stepper__step--error .v-stepper__step__step .v-icon{font-size:24px;color:inherit}.v-stepper__step.v-stepper__step--error .v-stepper__label{color:inherit;text-shadow:none;font-weight:500}.v-stepper__step.v-stepper__step--error .v-stepper__label small{color:inherit}.v-stepper__label{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:left}.v-stepper__label small{font-size:12px;font-weight:300;text-shadow:none}.v-stepper__wrapper{overflow:hidden;-webkit-transition:none;transition:none}.v-stepper__content{top:0;padding:24px 24px 16px 24px;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;width:100%}.v-stepper__content>.v-btn{margin:24px 8px 8px 0}.v-stepper--is-booted .v-stepper__content,.v-stepper--is-booted .v-stepper__wrapper{-webkit-transition:.3s cubic-bezier(.25,.8,.5,1);transition:.3s cubic-bezier(.25,.8,.5,1)}.v-stepper--vertical{padding-bottom:36px}.v-stepper--vertical .v-stepper__content{margin:-8px -36px -16px 36px;padding:16px 60px 16px 23px;width:auto}.v-stepper--vertical .v-stepper__step{padding:24px 24px 16px}.v-stepper--vertical .v-stepper__step__step{margin-right:12px}.v-stepper--alt-labels .v-stepper__header{height:auto}.v-stepper--alt-labels .v-stepper__header .v-divider{margin:35px -67px 0;-ms-flex-item-align:start;align-self:flex-start}.v-stepper--alt-labels .v-stepper__step{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-preferred-size:175px;flex-basis:175px}.v-stepper--alt-labels .v-stepper__step small{-ms-flex-item-align:center;align-self:center}.v-stepper--alt-labels .v-stepper__step__step{margin-right:0;margin-bottom:11px}@media only screen and (max-width:959px){.v-stepper:not(.v-stepper--vertical) .v-stepper__label{display:none}.v-stepper:not(.v-stepper--vertical) .v-stepper__step__step{margin-right:0}}.candidate.applications.experience-eligibility-icon .requirement__badge span{bottom:-2px;left:-11px}.guest.opportunity-requirements.base .requirement__badge span{bottom:-4px;left:-2px}.requirement-group .v-chip,.requirement-group .v-chip .v-chip__content{max-width:100%}.requirement-group .v-chip .v-chip__content .nowrap{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.requirement-group .descriptor{-ms-flex-item-align:center;align-self:center}.candidate.applications.profile-eligibility-icon .requirement__badge span,.candidate.applications.qualification-eligibility-icon .requirement__badge span{bottom:-2px;left:-11px}.opportunity.cover.image{width:100%}.opportunity.cover.image .slot--top-left{position:absolute;top:0;left:0}.opportunity.cover.image .slot--top-right{position:absolute;top:0;right:0}.opportunity.cover.image .overlay:after{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background-color:rgba(0,0,0,.2)}.candidate.application-phase-stepper .phases-stepper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;list-style:none;padding:0;margin:0 0 1rem 0}.candidate.application-phase-stepper .phases-stepper li{-webkit-box-flex:2;-ms-flex:2;flex:2;position:relative;padding:0 0 1rem 0;line-height:1.5;white-space:nowrap;overflow:visible;min-width:0;text-align:center;color:var(--stepper-progress);border-bottom:5px solid var(--stepper-grey)}.candidate.application-phase-stepper .phases-stepper li:first-child{text-align:left;-webkit-box-flex:1;-ms-flex:1;flex:1}.candidate.application-phase-stepper .phases-stepper li:last-child{text-align:right;-webkit-box-flex:1;-ms-flex:1;flex:1}.candidate.application-phase-stepper .phases-stepper li:before{content:"";display:block;width:19px;height:19px;background-color:var(--stepper-progress);border-radius:50%;border:4px solid var(--stepper-white);position:absolute;left:calc(50% - 10px);bottom:-12px;z-index:3;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.candidate.application-phase-stepper .phases-stepper li.current:before{text-align:center;content:"\F0004";font-size:18px;line-height:20px;left:calc(50% - 17px);width:30px;height:30px;bottom:-17px}.candidate.application-phase-stepper .phases-stepper li:first-child:before{left:-1px}.candidate.application-phase-stepper .phases-stepper li:last-child:before{right:-1px;left:auto}.candidate.application-phase-stepper .phases-stepper li:not(.active):not(.visible) span{opacity:0}.candidate.application-phase-stepper .phases-stepper li:not(.active):not(.visible) span.visible{opacity:1}.candidate.application-phase-stepper .phases-stepper li .active:not(:first-child):after,.candidate.application-phase-stepper .phases-stepper li:not(:first-child):after{content:"";display:block;width:100%;position:absolute;bottom:-5px;left:-50%;z-index:2;border-bottom:5px solid var(--stepper-progress)}.candidate.application-phase-stepper .phases-stepper li:last-child span{width:200%;display:inline-block;position:absolute;left:-100%}.candidate.application-phase-stepper .phases-stepper li.active:before,.candidate.application-phase-stepper .phases-stepper li.visible:before{background-color:var(--stepper-white);border-color:var(--stepper-progress)}.candidate.application-phase-stepper .phases-stepper li.active~li:before{border-color:var(--stepper-white);background-color:var(--stepper-grey)}.candidate.application-phase-stepper .phases-stepper li.active~li:after{border-color:var(--stepper-grey)}.candidate.application-phase-stepper .phases-stepper li span.subscript{opacity:1;position:absolute;width:100%;margin-top:3.7rem;left:0;font-size:11px}.candidate.application-phase-stepper .phases-stepper li:first-child>span.subscript{text-align:left}.candidate.application-phase-stepper .phases-stepper li:last-child>span.subscript{text-align:right}.candidate.application-phase-stepper .phases-stepper span{-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.candidate.application-phase-stepper .phases-stepper .active:last-child:after,.candidate.application-phase-stepper .phases-stepper .complete:last-child:after{width:200%;left:-100%}.candidate.application-phase-stepper .phases-stepper .active~li{border-color:var(--stepper-grey)}.candidate.application-phase-stepper .phases-stepper.phases-stepper--warning li{color:var(--stepper-warning)}.candidate.application-phase-stepper .phases-stepper.phases-stepper--warning li:before{background-color:var(--stepper-warning)}.candidate.application-phase-stepper .phases-stepper.phases-stepper--warning li.active:before,.candidate.application-phase-stepper .phases-stepper.phases-stepper--warning li.visible:before{background-color:var(--stepper-white);border-color:var(--stepper-warning)}.candidate.application-phase-stepper .phases-stepper.phases-stepper--warning li .active:not(:first-child):after,.candidate.application-phase-stepper .phases-stepper.phases-stepper--warning li:not(:first-child):after{border-bottom:5px solid var(--stepper-warning)}.candidate.application-phase-stepper .phases-stepper.phases-stepper--warning .active~li:after{border-color:var(--stepper-grey)}.candidate.application-phase-stepper .phases-stepper.phases-stepper--error li{color:var(--stepper-error)}.candidate.application-phase-stepper .phases-stepper.phases-stepper--error li:before{background-color:var(--stepper-error)}.candidate.application-phase-stepper .phases-stepper.phases-stepper--error li.active:before,.candidate.application-phase-stepper .phases-stepper.phases-stepper--error li.visible:before{background-color:var(--stepper-white);border-color:var(--stepper-error)}.candidate.application-phase-stepper .phases-stepper.phases-stepper--error li .active:not(:first-child):after,.candidate.application-phase-stepper .phases-stepper.phases-stepper--error li:not(:first-child):after{border-bottom:5px solid var(--stepper-error)}.candidate.application-phase-stepper .phases-stepper.phases-stepper--error .active~li:after{border-color:var(--stepper-grey)}.candidate.applications.application-form .step-avatar--overlap{position:absolute;-webkit-transform:translate(-50%,-40%);transform:translate(-50%,-40%);left:50%}.candidate.applications.application-form .step-avatar--overlap+*{margin-top:4.2rem}.candidate.applications.application-form .v-stepper--vertical .v-stepper__content{width:95%}.candidate.applications.application-form .application-form__footer{position:relative;-webkit-transition-property:height,max-height;transition-property:height,max-height;-webkit-transition:all .4s ease-out;transition:all .4s ease-out}.candidate.applications.application-form .application-form__footer.application-form__footer--expand .application-form__footer-toggle{top:2rem}.candidate.applications.application-form .application-form__footer .application-form__footer-toggle{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:0;left:50%}