
.section:first-child{
    padding-top: 150px;
}

.section{
    padding-bottom: 50px;
}

.milestone-anchor{
    color: #F15B27;
    font-size: 13px;
}

.milestone-anchor img{
    height: 8px;
    margin-left: 8px;
}

.career-list:first-child{
    border-top: 1px #808080 solid;
}

.career-list{
    border-bottom: 1px #808080 solid;
}

.career-list .description{
    padding-bottom: 20px;
    border-bottom: 1px #808080 solid;
    margin-bottom: 20px;
}

.view-more-career{
    text-align: right;
    margin-top: 25px;
}

.view-more-career a{
    display: inline-block;
    background: #2A54A1;
    border-radius: 5px;
    padding: 8px 25px;
    color: #fff;
}

.view-more-career a img{
    height: auto;
    margin-left: 15px;
}

.faq-wrapper{
    margin-bottom: 20px;
}

.faq-wrapper .question{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
}

.faq-wrapper .question span{
    display: inline-block;
    width: 20px;
    float: left;
    margin-bottom: 5px;
}

.faq-wrapper .answer{
    padding-left: 20px;
    font-size: 14px;
}


.filter .search {
    position: relative;
}

.filter .search img{
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.filter .search input{
    width: 100%;
    padding: 12px 15px;
    border: 1px #808080 solid;
    background: none;
    outline: none;
    border-radius: 8px;
    color: #808080;
    padding-left: 45px;
    box-sizing: border-box;
}

.filter > .dropdown{
    margin-top: 15px;
}


.filter > .dropdown > .ui.selection.dropdown{
    background: none;
    border: 0;
    border-radius: 0;
    border-bottom: 1px #000 solid;
    margin-right: 15px;
}

.filter > .dropdown > .ui.dropdown:not(.button) > .default.text{
    color: #2A54A2;
}

.jobs{
    margin-top: 50px;
    margin-bottom: 50px;
}

.jobs .counter{
    margin-bottom: 15px;
}

.jobs .job{
    display: block;
    padding: 25px 20px;
    font-size: 13px;
    border-top: 1px #707070 solid;
}

.jobs .job:last-child{
    border-bottom: 1px #707070 solid;
}

.jobs .job .content{
    margin-bottom: 25px;
}

.jobs .job h3{
    font-size: 21px;
    line-height: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
}

.jobs .job .company-logo{
    height: 40px;
}

.jobs .job .description .company{
    border-right: 1px #808080 solid;
    padding-right: 12px;
}
.jobs .job .description .area {
    padding-left: 12px;
}

.job-details-wrapper h1{
    margin-bottom: 60px;
}
.job-details-wrapper .description{
    margin-bottom: 40px;
}

.job-details-wrapper .list-wrapper{
    margin-bottom: 40px;
}

.job-details-wrapper .list-wrapper h3{
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 0;
}

.job-details-wrapper .list-wrapper ul{
    padding-top: 0;
    padding-left: 18px;
}

.job-details-wrapper .list-wrapper ul li{
    margin-bottom: 8px;
}

.position-details{
    margin-top: 50px;
}

.position-details .details{
    margin-bottom: 5px;
}
.position-details .details .label,
.position-details .details .content{
    display: inline-block;
}

.position-details .details .label{
    min-width: 150px;
}

.position-details .details .content{
    color:#394F7A;
}

.back-link{
    color:#2A54A1 ;
}

.back-link img{
    margin-right: 8px;
    height: 9px;
}

.career-sharer span{
    margin: 0 10px;
    padding-bottom: 5px;
    vertical-align: middle;
}
.career-sharer a{
    margin: 0 10px;
    padding: 10px;
}
.circle-career:before {
    width: 40px !important;
    height: 40px !important;
    top: 20px;
    left: 130px;
}

.know-more-links.career li a:after{
    background: url('../../../images/common/arrow-right-orange.png');
}