@-webkit-keyframes banaShake {
    15% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
    30% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    50% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
    65% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }
    80% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes banaShake {
    15% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
    30% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    50% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
    65% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }
    80% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes loadingD {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes loadingD {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loadingD {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes loadingD {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes loadingD {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.linkedInLinkSection h6 {
    font-size: 20px;
    padding-left: 30px;
    margin-top: 30px
}

.linkedInLinkSection h6 a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.linkedInLinkSection h6 a:hover {
    text-decoration: none;
    color: #64666a
}

.linkedInLinkSection h6 i.fas.fa-th-list {
    position: absolute;
    left: 0;
    box-sizing: border-box;
    color: #fff;
    background: #cf2030;
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 20px;
    justify-content: center;
    font-weight: 100;
    transition: all .2s ease-in
}

.linkedInLinkSection h6 i.fas.fa-th-list::before {
    border: 2px solid #fff;
    padding: 5px 5px 2px;
    border-radius: 3px;
    transition: all .2s ease-in
}

.linkedInLinkSection h6 a:hover i.fas.fa-th-list {
    color: #cf2030;
    background: #fff
}

.linkedInLinkSection h6 a:hover i.fas.fa-th-list::before {
    border-color: #cf2030;
    background: #fff
}

.linkedInLinkSection h6 i.fas.fa-arrow-right {
    margin-left: 15px;
    font-size: 18px;
    margin-top: 4px
}

.aboutBNIRightContent {
    background: #fff;
    padding: 70px 40px;
    right: 15px;
    box-shadow: 0 0 8px -2px #919191
}

.empTestimonialImage {
    padding: 50px 80px 50px 5px
}

.empTestimonialImage img {
    padding: 10px;
    background: #fff;
    border-radius: 100%;
    width: 250px;
    height: 250px;
    box-shadow: 1px 2px 10px -4px #000
}

.empTestimonialContent {
    position: relative;
    padding-left: 125px;
    border-left: 1px solid #cf2030
}

.empTestimonialContent span.quote {
    top: -5px;
    left: 10%;
    color: #cf2030;
    font-size: 28px
}

.empTestimonialContent P:first-child {
    font-weight: 700
}

.empTestimonialContent h6 {
    font-size: 20px;
    margin-bottom: 5px
}

.empTestimonialContent span {
    color: #999;
    font-size: 16px
}

#carouselCategory .carousel-indicators, #carouselEmployeeTestimonials .carousel-indicators {
    position: absolute;
    right: initial;
    bottom: 10px;
    left: 7%;
    margin-right: 0;
    margin-left: 0;
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: space-around
}

#carouselCategory .carousel-indicators li, #carouselEmployeeTestimonials .carousel-indicators li {
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    padding: 5px;
    outline: 0;
    border-radius: 50%;
    background-color: transparent;
    text-indent: -999em;
    cursor: pointer;
    border: 1px solid #cf2030;
    transition: all .2s ease-in-out
}

#carouselEmployeeTestimonials .carousel-indicators li.active, #carouselEmployeeTestimonials .carousel-indicators li:focus, #carouselEmployeeTestimonials .carousel-indicators li:hover {
    box-shadow: inset 0 0 0 2px #f6f6f6;
    background: #cf2030
}

section#career_info {
    margin-bottom: 80px;
    padding: 80px 0;
}

div#career_container {
    margin: 40px 0 0;
}

div#career_container h5 {
    margin-bottom: 20px;
}

.career_pills {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 50px;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}

.career_pills li {
    margin-right: 10px;
    cursor: pointer;
    margin-bottom: 10px;
}

.career_pills li:last-child {
    margin-right: 0px;
}

a#ccpa_california_link {
    bottom: -20px;
    position: absolute;
    left: 0;
    margin-bottom: 0;
    font-size: 15px;
    text-decoration: underline;
    font-style: italic;
    color: #CF2030;
    padding: 0 0 0 10px;
    transition: all 0.3s ease-in-out;
}

a#ccpa_california_link:hover {
    color:#64666A;
    text-decoration: none;
}

#careerLoad {
    width: 10px !important;
    height: 10px !important;
    margin: 0 10px 0 0;
    display: block;
    padding: 10px;
    border: 4px dashed rgba(207, 32, 48, 0.7);
    border-radius: 100%;
    animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

div#career_job_list {
    position: relative;
    min-height: 300px;
    transition: all 0.3s ease-in;
}

a.view_details {
    margin-bottom: 10px;
    display: inline-flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in;
}

a.view_details i {
    margin-left: 10px;
    margin-top: 3px;
}

a.view_details:hover {
    color: #65666A;
}

div#career_table_filter {
    position: absolute;
    right: 0;
    z-index: 9;
    font-weight: bold;
}

div#career_table_filter input, div#career_table_filter input:focus {
    border: 1px solid #c8c8c8;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 5px;
    padding: 0 10px;
    color: #000;
}

table.dataTable thead .sorting {
    background: none !important;
}

li.flagBtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #C8C8C8;
    border-radius: 30px;
    height: 45px;
    padding: 0px 15px;
    color: #64666A;
    text-decoration: none;
    min-width: 75px;
    transition: all 0.3s ease-in;
    background-size: 36px;
}

li.flagBtn:hover, li.flagBtn.active {
    background: #cf2030;
    color: #fff;
    border-color: #cf2030;
}

li.flagBtn.active {
    font-weight: bold;
}

.careerContent ul {
    margin-bottom: 20px;
}

.posted_on {
    font-size: 14px;
    margin-bottom: 15px;
}

div#career_table_length {
    display: none;
}

li.all .flag_icon img {
    width: 20px;
    height: auto;
}

.flag_icon {
    width: 36px;
    height: 24px;
    margin-right: 10px;
    overflow: hidden;
    border: 1px solid #cccccc;
    background-size: auto 20px;
    background-repeat: no-repeat;
    background-position: center center;
}

#job_categories .flag_icon {
    display: flex;
    margin-right: 10px;
    border: none !important;
    align-items: center;
    justify-content: center;
}

span.loc_carrier {
    color: #000;
    font-weight: normal;
    font-size: 18px;
    position: absolute;
    right: 30px;
}

span.loc_carrier span {
    font-size: 16px;
    margin-right: 5px;
}

span.loc_carrier span:last-child {
    margin-left: 20px;
}

li.all .flag_icon {
    border: none !important;
    background: none !important;
    width: auto;
    height: auto;
    color: #000;
    transition: all 0.3s ease-in;
}

li.flagBtn.all:hover i,
li.flagBtn.all.active i {
    color: #ffffff;
}

.flag_india {
    background-image: url("../images/India.jpg");
}

.flag_japan {
    background-image: url("../images/japan.jpg");
}

.flag_singapore {
    background-image: url("../images/singapore.jpg");
}

.flag_sri-lanka {
    background-image: url("../images/sl.jpg");
}

.flag_usa {
    background-image: url("../images/usflag.png");
}

.flag_france {
    background-image: url("../images/france.jpg");
}

.flag_italy {
    background-image: url("../images/italy.jpg");
}

.flag_uk {
    background-image: url("../images/uk-flag.jpg");
}

.flag_vietnam {
    background-image: url("../images/vietnam-flag.jpg");
}

.flag_canada {
    background-image: url("../images/canada-flag.png");
}

.flag_ireland {
    background-image: url("../images/ireland-flag.png");
}

.flag_netherlands {
    background-image: url("../images/netherlands-flag.png");
}
.flag_new-zealand {
    background-image: url("../images/new-zealand-flag.png");
}

.flag_china {
    background-image: url("../images/china-flag.png");
}

.flag_finland {
    background-image: url("../images/finland-flag.png");
}

.flag_argentina {
    background-image: url("../images/argentina-flag.png");
}

.flag_puerto-rico {
    background-image: url("../images/puerto-rico-flag.png");
}

.careerInfo {
    margin-top: 30px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.careerInfo li {
    list-style: none;
    margin-right: 50px;
    margin-left: 0 !important;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.careerInfo li i {
    margin-right: 5px;
    color: #65666A;
    font-size: 16px;
}

ul.careerInfo h6 {
    display: flex;
    margin: 0;
}

.careerInfo h6 span {
    color: #64666A;
}

.careerMainContent ul li {
    list-style: disc;
    margin-left: 20px;
    color: #64666A;
    font-size: 18px;
    line-height: 32px;
}

.backNavigation a {
    text-decoration: none;
}

.career_apply_now {
    display: flex;
    margin: 40px auto 0;
    height: 45px;
    width: 250px;
    align-items: center;
    color: #fff;
    font-weight: bold;
    background: #cf2030;
    border-radius: 30px;
    border: 2px solid transparent;
    transition: all 0.3s ease-in;
    justify-content: center;
    text-decoration: none;
    font-size: 24px;
}

.career_apply_now:hover,
.career_apply_now:active,
.career_apply_now:focus {
    border: 2px solid #cf2030;
    text-decoration: none;
    color: #cf2030;
    background: #fff;
}

table#career_table td {
    padding: 20px;
}

.careerModal input, .careerModal textarea, .careerModal select, .careerModal button {
    padding: 0 10px;
    border-radius: 5px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #64666A;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.close:focus, .close:hover, .close {
    opacity: 1 !important;
    color: #000 !important;
}

.careerMainContent h3 a {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

#cognito h1.cog-heading {
    font-size: 24px;
}

#cognito label.el-radio .el-radio__input{
    margin-right: 10px;
}

#cognito .cog-row {
    display: block !important;
}

#cognito .cog-field {
    width: 100% !important;
    margin:0 0 20px !important;
}

#cognito label {
    margin-bottom: 0px;
}

#cognito input[type="text"],
#cognito input[type="email"],
#cognito input[type="tel"],
#cognito textarea {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #c8c8c8 !important;
    outline: none !important;
    box-shadow: none !important;
    resize: none;
}

#cognito button.el-button {
    border: 2px solid transparent;
    background: #cf2030;
    color: #fff;
    border-radius: 30px;
    padding: 5px 15px;
    transition: all 0.3ms ease-in;
}

#cognito button.el-button:hover {
    border: 2px solid #cf2030;
    background: #fff;
    color: #cf2030;
}

#cognito input[type="radio"] {
    -webkit-appearance: button;
    -moz-appearance: inherit;
    appearance: auto;
}

#cognito label.el-radio {
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
}

#cognito button[type="submit"]{
    width:50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
}

.job_summary {
    border-bottom: 1px dashed #c8c8c8;
    margin-bottom: 30px;
    border-top: 1px dashed #c8c8c8;
    padding: 20px 0;
}

.job_summary p:last-child{
    margin-bottom: 0;
}

.employeeOurCultureContent {
    margin-left: 15px;
}

#career_table h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#career_table h4 a {
    text-decoration: none;
    font-size: 22px;
}

#career_table h4 a:hover {
    text-decoration: none;
    color: #65666A;
}

@media only screen and (min-width: 1200px) {
    #career_table h4 a{
        width: 55%;
    }
    .careerMainContent h3.headingTitle {
        width: 75%;
    }
}

@media only screen and (max-width: 1200px) {
    #carouselCategory .carousel-indicators, #carouselEmployeeTestimonials .carousel-indicators {
        left: 9%
    }
    #career_table h4 {
        display: block;
    }
    span.loc_carrier {
        position: relative;
        right: 0;
        display: block;
        margin: 10px 0;
    }
}

@media only screen and (max-width: 992px) {
    section#employeeTestimonialsSection {
        padding: 40px 0
    }

    .linkedInLinkSection h6 {
        font-size: 16px;
        padding-left: 15px;
        margin-top: 20px
    }

    .linkedInLinkSection h6 i.fas.fa-th-list {
        padding: 5px;
        font-size: 15px
    }

    .linkedInLinkSection h6 i.fas.fa-arrow-right {
        font-size: 15px
    }

    .empTestimonialImage {
        padding: 50px 60px 50px 5px
    }

    #carouselEmployeeTestimonials .carousel-indicators {
        left: 13%
    }

    .empTestimonialContent {
        padding-left: 80px
    }

    .empTestimonialContent span.quote {
        left: 6%
    }
}

@media only screen and (max-width: 767px) {
    section#careersIntroductionSection {
        padding-bottom: 20px
    }

    section#careersIntroductionSection .col-12 {
        flex-direction: column-reverse;
        position: relative !important
    }

    .linkedInLinkSection h6 {
        padding: 0;
        font-size: 20px
    }

    .linkedInLinkSection h6 a {
        flex-direction: column
    }

    .linkedInLinkSection h6 i.fas.fa-th-list {
        padding: 10px;
        font-size: 20px;
        margin-bottom: 10px;
        position: relative
    }

    .linkedInLinkSection h6 i.fas.fa-arrow-right, span.scrollLink {
        display: none
    }

    .employeeOurCulture {
        padding: 0;
        flex-direction: column;
        text-align: center
    }

    .employeeOurCulture img {
        left: 0;
        width: 115px;
        position: relative;
        box-sizing: content-box
    }

    .employeeOurCultureContent {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
        margin-top: 25px
    }

    .testimonialContentBlock {
        flex-direction: column
    }

    .beforeVisitBlocks, .coreValueBlocks {
        margin-bottom: 40px
    }

    .beforeVisitBlocks, .coreValueBlocks {
        margin-bottom: 40px
    }

    .empTestimonialImage img {
        width: 200px;
        height: 200px;
        margin: 0 auto 20px
    }

    .empTestimonialContent {
        padding-left: 0;
        border: 0;
        text-align: center
    }

    .empTestimonialContent {
        padding-left: 0;
        border: 0
    }

    .empTestimonialContent span.quote {
        left: 0;
        top: -35px
    }

    #carouselCategory .carousel-indicators, #carouselEmployeeTestimonials .carousel-indicators {
        bottom: -5%;
        left: 0;
        width: 100%;
        justify-content: center
    }

    .aboutBNIRightContent {
        position: relative !important
    }

    .empTestimonialImage {
        padding: 0
    }

    .aboutBNIRightContent {
        position: relative !important;
        flex: 100%;
        max-width: 90%;
        right: 0;
        padding: 20px;
        margin-top: -50px;
        text-align: center
    }

    div#career_table_filter {
        position: relative;
    }

    .careerMainContent h3 a {
        position: absolute;
        top: 60px;
        right: auto;
        margin: 0;
        left: 15px;
    }

    .careerInfo {
        margin-top: 85px;
    }

    .lineLeft9::after {
        margin: 10px 0 15px !important;
    }
    a#ccpa_california_link {
        font-size:12px;
    }

}