.career-item{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;position:relative;width:100%}.career-item h4{margin-bottom:12px}@media (max-width:1200px){.career-item .flex-container{flex-direction:row}.career-item .flex-container>div{margin-right:41px}}@media (max-width:640px){.career-item h5{font-size:16px}}.career-item__open:hover{transform:scale(.98)}.career-item__open{cursor:pointer;display:block;margin-bottom:32px;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);transition:transform .35s ease,-webkit-transform .35s ease}.career-item__location,.career-item__type-of-position{display:flex;flex-direction:row;justify-content:space-between}.career-item__location-type{display:flex;flex-direction:row;justify-content:normal}.career-item__location-name,.career-item__type{font-size:14px;margin-left:10px;margin-top:4px}.career-item__open:not(.career-item__open--active) .career-item__content{max-height:0;opacity:0;overflow:hidden}.career-item__content{-webkit-transition:all 1.02s cubic-bezier(.25,.75,.5,1.25);transition:all .7s ease}.career-item__open--active .career-item__content{max-height:500px;opacity:1}.career-item__position p span:nth-of-type(2){display:inline-block;padding-left:44px;position:relative}.career-item__position p span:nth-of-type(2):before{background-color:rgba(0,0,0,.15);content:"";display:block;height:1px;left:15px;position:absolute;top:50%;transform:translateY(-50%);width:15px}.career-item__position p{margin-bottom:15px}.career-item__position{position:relative}.career-item__plus:after,.career-item__plus:before{content:"";position:absolute;transition:transform .25s ease-out}.career-item__plus:before{height:100%;left:50%;margin-left:-1px;top:0;width:1px}.career-item__plus:after{height:1px;left:0;margin-top:-1px;top:50%;width:100%}.career-item__open--active .career-item__plus:before{opacity:0;transform:rotate(90deg)}.career-item__open--active .career-item__plus:after{transform:rotate(180deg)}.career-item__plus{height:25px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:25px}