.careerBtnWrap
{
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;

    justify-content: center;
    -ms-align-items: center;
        align-items: center;
}

.careerBtnWrap .careerBtn
{
    font-size: 1em;
    font-weight: 300;
    line-height: 55px;

    display: inline-block;

    width: 22%;
    width: 20%;               /* For old syntax, otherwise collapses. */
    height: 55px;
    margin-right: .5rem;

    text-align: center;

    border: 1px solid rgb(200,200,200);

    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
       -moz-box-flex: 1;         /* OLD - Firefox 19- */
    -webkit-flex: 1;          /* Chrome */
        -ms-flex: 1;              /* IE 10 */
            flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.careerBtnWrap .careerBtn img
{
    margin-right: 1rem;
}

.careerBtnLink
{
    line-height: 30px;

    position: relative;

    height: 30px;
    margin-left: 20px;
    padding: 0 50px 0 15px;

    cursor: pointer;
    -webkit-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;

    color: #555;
    border: 1px solid rgb(170,170,170);
    background-color: #fff;
}
.careerBtnLink span
{
    position: absolute;
    top: 0;
    right: 0;

    width: 30px;
    height: 100%;

    color: rgb(50,50,50);
    background-color: rgb(200,200,200);
}

.careerBtnLink:hover
{
    padding: 0 65px 0 20px;

    color: #fff;
    border: none;
    background-color: #2074a8;
}
.careerBtnLink:hover span
{
    color: #fff;
    background-color: #000;
}



.process
{
    position: relative;
    z-index: 11;

    overflow: visible;

    height: 62px;

    border-bottom: 1px dashed #e0e0e0;
}

.process:before,
.process:after
{
    font-family: 'FontAwesome';
    font-size: 16px;

    position: absolute;
    bottom: -10px;
    left: -8px;

    content: '\f192';

    color: #bbb;
}

.process:after
{
    right: -8px;
    bottom: -11px;
    left: auto;

    content: '\f140';
}

.process.proc6level .process-item
{
    width: 16.66666666%;
}

.process.proc4level .process-item
{
    width: 25%;
}


.process-item
{
    position: relative;

    float: left;

    text-align: center;
}


.process-item   h4
{
    font-size: 1em;
    font-weight: 400;

    margin-top: 10px;

    text-align: center;
}

.process-item i
{
    line-height: 110px;

    position: relative;

    display: inline-block;
    clear: both;
    /*font-size: 32px;*/

    width: 110px;
    height: 110px;
    /*padding: 40px;*/

    color: #7d7d86;
    border: 1px solid rgb(230,230,230);
    border-radius: 50%;
    background: #fff;
    /*  -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; */
}

.process-item i:after
{
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    line-height: 1;

    position: absolute;
    top: 0;
    left: 50%;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 32px;
    height: 32px;
    margin-top: -11px;
    margin-left: -16px;
    padding: 8px;

    content: '1';

    color: #fff;
    border-radius: 50%;
    background: #1d72a7;
}

.process .process-item:nth-child(2n) i:after
{
    content: '2';
}

.process .process-item:nth-child(3n) i:after
{
    content: '3';
}

.process .process-item:nth-child(4n) i:after
{
    content: '4';
}

.process .process-item:nth-child(5n) i:after
{
    content: '5';
}

.process .process-item:nth-child(6n) i:after
{
    content: '6';
}


.privacyCheck-text
{
    font-size: 15px;
    line-height: 24px;

    width: 100%;
    margin: 10px 0;
    padding: 10px;

    border: 1px solid #dfdfdf;
}

.btn-ok
{
    font-size: 16px;
    font-weight: 700;
    line-height: 44px;

    position: relative;

    display: inline-block;
    zoom: 1;

    min-width: 160px;
    height: 44px;
    margin: 0 auto;
    padding: 0 20px;

    cursor: pointer;
    transition: background-color .2s;
    text-align: center;
    letter-spacing: 3px;

    color: #222;
    border: 3px solid #222 !important;
    border-right: none;
}

.btn-ok:hover
{
    color: #fff;
    background: #222;
    background-position: right center;
}




