﻿
.career {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 64px;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.career-job-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    /*max-width: 570px;*/
    padding-top: 32px;
    padding-bottom: 32px;
    margin-bottom: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.career-job {
    position: relative;
    width: 45%;
    /*padding: 40px;*/
    /*margin-bottom:55px;*/
    border-style: solid none;
    border-width: 1px;
    border-color: #ddd;
    background-color: #fff;
    color: #111;
    text-align: center;
}

    .career-job.left {
        border-right-style: solid;
        box-shadow: -3px 0 0 0 #faaf52;
    }

    .career-job.right {
        border-left-style: solid;
        box-shadow: 3px 0 0 0 #faaf52;
    }

.career-job-corner {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 15px;
    height: 15px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #fff;
    box-shadow: 1px -1px 0 0 #ddd;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

    .career-job-corner.right {
        right: -7px;
    }

    .career-job-corner.left {
        left: -7px;
        box-shadow: -1px 1px 0 0 #ddd;
    }

.career-job-position {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 24px;
}

.career-job-period {
    width: 44%;
}

.career-timeline {
    position: absolute;
    top: 0px;
    bottom: 0px;
    display: block;
    width: 2px;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 90.6%, 0)), color-stop(5%, #e7e7e7), color-stop(95%, #e7e7e7), to(hsla(0, 0%, 90.6%, 0)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 90.6%, 0), #e7e7e7 5%, #e7e7e7 95%, hsla(0, 0%, 90.6%, 0));
}

    .career-timeline.dark-bg {
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(5%, hsla(0, 0%, 100%, 0.2)), color-stop(95%, hsla(0, 0%, 100%, 0.2)), to(transparent));
        background-image: linear-gradient(180deg, transparent, hsla(0, 0%, 100%, 0.2) 5%, hsla(0, 0%, 100%, 0.2) 95%, transparent);
    }

.timeline-dot-v1 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    width: 16px;
    height: 16px;
    margin: auto;
    border: 1px solid #faaf52;
    border-radius: 50%;
    background-color: #faaf52;
    box-shadow: inset 0 0 0 3px #fff, 0 0 0 3px #fff;
}

.career-job-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
}

.career-job {
    padding-top: 32px;
    padding-bottom: 32px;
}

.career-job-position {
    margin-top: 8px;
    margin-bottom: 8px;
}

.hero-slider-intro {
    margin-top: 96px;
    margin-bottom: 120px;
}

.hero-slider-arrow {
    width: 56px;
    height: 56px;
}

    .hero-slider-arrow.left {
        right: 56px;
    }
