.career-title h2.title-heading {
    color: #f0509c;
    font-family: Simplifica;
    font-size: 70px;
    font-weight: 400;
    line-height: 100px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5555556px;
    margin: 0;
    padding-top: 116px;
}

.career-title .sub-title {
    color: #464649;
    font-family: Simplifica;
    font-size: 40px;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 68px;
}

.title_openings {
    color: #464649;
    font-family: Simplifica;
    font-size: 55px;
    font-weight: 400;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.content_items li {
    color: #464649;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    padding-left: 16px;
}

.title-send-us {
    color: #464649;
    font-family: Simplifica;
    font-size: 55px;
    font-weight: 400;
    line-height: 70px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
}

.send-us .container {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 140px;
}

.send-us .left_column {
    width: 50%;
    border-right: 1px solid #cbcbcb;
}

.send-us .right_column {
    width: 50%;
    padding-left: 103px;
}

.career-head {
    webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 29px 0;
    position: relative;
}
.career-head.active {
    padding-bottom: 35px;
}
.career-icon {
    height: 32px;
    position: relative;
    width: 32px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.career-icon::before {
    height: 100%;
    left: 50%;
    margin-left: -1px;
    top: 0;
    width: 2px;
}

.career-icon::after {
    height: 2px;
    left: 0;
    margin-top: -1px;
    top: 50%;
    width: 100%;
}

.career-icon::after, .career-icon::before {
    background-color: #f0509c;
    content: "";
    position: absolute;
    transition: background-color .25s ease-out,-webkit-transform .25s ease-out;
    transition: transform .25s ease-out,background-color .25s ease-out;
    transition: transform .25s ease-out,background-color .25s ease-out,-webkit-transform .25s ease-out;
}

.career-head.active .career-icon::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.career-item {
    border-top: 1px solid #cbcbcb;
    max-width: 982px;
    width: 100%;
    margin: 0 auto;
}

.career-item:last-child {
    border-bottom: 1px solid #cbcbcb;
}

.content_items {
    padding-bottom: 61px;
}

.content_items ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.content_items li::before {
    content: ".";
    position: absolute;
    font-size: 43px;
    line-height: 30px;
    top: -15px;
    left: 0;
}

.content_items {
    margin-left: 293px;
    display: none;
}

.content_items li br {
    display: none;
}

a.btn-auto {
    height: 64px;
    color: #F0509C;
    border: 1px solid transparent;
    border-radius: 40px;
    background: transparent;
    padding: 0 78px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    font-size: 22px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    position: relative;
    margin-top: 61px;
}

a.btn.btn-auto:before {
    display: block;
    content: "";
    border: 1px solid #F0509C;
    position: absolute;
    top: -1px;
    left: 50%;
    width: 100%;
    /* opacity: 0; */
    height: 100%;
    border-radius: 2.4rem;
    transform: translate3d(-50%,0,0) scale(1);
    -moz-transform: translate3d(-50%,0,0) scale(1);
    -ms-transform: translate3d(-50%,0,0) scale(1);
    -webkit-transform: translate3d(-50%,0,0) scale(1);
    transition: opacity .33s linear,width .5s cubic-bezier(.26,1,.48,1),background-color .6s cubic-bezier(.165,.84,.44,1),transform .5s cubic-bezier(.26,1,.48,1);
    -moz-transition: opacity .33s linear,width .5s cubic-bezier(.26,1,.48,1),background-color .6s cubic-bezier(.165,.84,.44,1),transform .5s cubic-bezier(.26,1,.48,1);
    -ms-transition: opacity .33s linear,width .5s cubic-bezier(.26,1,.48,1),background-color .6s cubic-bezier(.165,.84,.44,1),transform .5s cubic-bezier(.26,1,.48,1);
    -webkit-transition: opacity .33s linear,width .5s cubic-bezier(.26,1,.48,1),background-color .6s cubic-bezier(.165,.84,.44,1),transform .5s cubic-bezier(.26,1,.48,1);
}

a.btn.btn-auto:hover:before {
    transform: translate3d(-50%,0,0) scale(1.05);
    -moz-transform: translate3d(-50%,0,0) scale(1.05);
    -ms-transform: translate3d(-50%,0,0) scale(1.05);
    -webkit-transform: translate3d(-50%,0,0) scale(1.05);
}

span.btn-label-animated {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    opacity: 0;
    transform: translate3d(-50%,50%,0);
    transition: none;
}

.btn-auto span {
    display: inline-block;
}

a.btn.btn-auto:hover span.btn-label-animated {
    opacity: 1;
    transform: translate3d(-50%,-50%,0);
    transition: opacity .33s linear .1s,transform .4s cubic-bezier(.26,1,.48,1) .1s;
}

a.btn.btn-auto:hover .btn-label i {
    opacity: 0;
    transition: opacity .2s linear;
}

span.btn-label-animated, .btn-label i {
    color: #f0509c;
    font-family: "Roboto Condensed";
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    font-style: initial;
}

.opennings-button {
    text-align: center;
    padding-bottom: 136px;
}

.career-content {
    border-bottom: 1px solid #cbcbcb;
    background: #F4F3F1;
}

.career-title {
    background: #F4F3F1;
    margin-bottom: -1px
}

.title-send-us {
    padding-top: 110px;
    padding-bottom: 68px;
}

.send-us {
    background: #f7f7f7;
}

.send-us h6 {
    margin: 0;
    padding-bottom: 24px;
}

.send-us p {
    margin: 0;
}

.send-us .left_column p {
    padding-bottom: 64px;
    max-width: 467px;
    width: 100%;
    padding-right: 20px;
}

.send-us .right_column p {
    position: relative;
}

.send-us .right_column p a {
    display: block;
    padding-left: 89px;
    position: absolute;
    top: 0;
    cursor: pointer;
    color: #464649;
}

.left_column .btn.button::before {
    content: "";
    background-image: url(../images/mail.svg);
    width: 30px;
    height: 30px;
    margin-right: 20px;
}

.send-us a.btn.button:active::before,
.send-us a.btn.button:focus::before,
.send-us a.btn.button:hover::before  {
    content: "";
    background-image: url(../images/mail-hover.svg);
    width: 30px;
    height: 30px;
    margin-right: 20px;
}

.content_items li:not(:last-child) {
    padding-bottom: 26px;
}

.send-us a.btn.button {
    padding: 5px 46px;
}

.career-item:nth-child(5)~div {
    display: none;
}
.career-item:nth-child(6) {
    border-top: none;
}
.career-item:nth-child(5) {
    border-bottom: 1px solid #cbcbcb;
}
/* .career-page {
    padding-top: 100px;
} */
.career-icon {
    margin-left: 15px;
    margin-right: 33px;
}
.send-us .right_column p a:hover {
    color: #f0509c;
}

@media only screen and (max-width: 1200px) {
    .title-send-us br {
        display: none;
    }
    .send-us .right_column {
        padding-left: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .send-us .right_column p {
        padding-bottom: 3px;
    }
    .career-title h2.title-heading {
        padding-top: 78px;
        font-size: 45px;
        font-weight: 400;
        line-height: 55px;
    }

    .career-title .sub-title {
        font-size: 30px;
        font-weight: 400;
        line-height: 40px;
        padding-bottom: 50px;
        padding-top: 17px;
        letter-spacing: 0.75px;
    }

    .title_openings {
        font-size: 30px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 0.75px;
    }

    .career-content .content_items li {
        font-size: 18px;
        font-weight: 400;
        line-height: 29px;
        padding-bottom: 10px;
        padding-left: 28px;
    }

    .content_items {
        margin-left: 0;
    }

    .title-send-us {
        font-size: 30px;
        font-weight: 400;
        line-height: 40px;
        padding-top: 77px;
        padding-bottom: 43px;
        letter-spacing: 0.75px;
    }

    .title-send-us br {
        display: none;
    }

    .opennings-button {
        padding-bottom: 80px;
    }

    .send-us .left_column {
        border-right: none;
        width: 100%;
    }

    .send-us h6 {
        padding-bottom: 12px;
    }

    .send-us .right_column p a {
        padding-left: 104px;
    }

    .send-us .left_column p {
        max-width: 100%;
        line-height: 29px;
        letter-spacing: 0;
        padding-right: 0;
        padding-bottom: 37px;
    }

    .send-us .right_column {
        padding-left: 0;
        width: 100%;
        padding-top: 48px;
    }

    .send-us .container {
        padding-bottom: 99px;
    }

    .career-icon {
        height: 24px;
        width: 24px;
        margin-right: 0;
    }

    .content_items li::before {
        content: "-";
        font-size: 19px;
        font-weight: 500;
        line-height: 20px;
        top: 4px;
        left: 0;
    }
    /* .career-item:last-child {
        margin-bottom: 80px;
    } */
    .content_items li br {
        display: none;
    }
    .career-head.active {
        padding-bottom: 13px;
    }
    .content_items {
        padding-bottom: 24px;
    }
    
}

@media only screen and (max-width: 425px) {
    
    .career-head {
        padding: 20px 0;
    }
    .send-us a.btn.button {
        padding: 5px 46px;
    }
    a.btn.btn-auto {
        margin-top: 39px;
        padding: 0 47px;
    }
}
@media only screen and (max-width: 374px) {
    .send-us a.btn.button {
        width: 100%;
        padding: 5px;
    }
}
