﻿
#openPositions {
    color: #ffffff;
}

.socialArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: 25px;
    color: #c79e51;
}

.socialBar {
    width: 88%;
    height: 50px;
    border-top: 1px solid #c4c4c4;
    margin-top: 12px;
}

.socialShare {
    color: #c79e51;
    font-size: 12px;
    width: 38px;
    margin-right: 12px;
    margin-left: 12px;
    margin-top: 3px;
    font-weight: 600;
}

.socialHolder {
    color: #c79e51;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 80px;
    margin-right: auto;
    margin-left: auto;
}

.careersList > li {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 4px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-left: 30px;
    position: relative;
    color: #666666;
}

    .careersList > li::before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        background-color: #cccccc;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        top: 8px;
        left: 10px;
    }

.careersLinkList > li {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 4px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-left: 30px;
    position: relative;
}

    .careersLinkList > li::before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        background-color: #cccccc;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        top: 8px;
        left: 10px;
    }
@media (max-width: 700px) {
    .tablet-only {
        display:none
    }
}
@media (max-width: 1171px) {
    .tablet-only {
        display:revert;
    }
}
.tablet-only {
    display: none;
}
/*carousel*/
.carousel__holder {
    width: 100%;
    height: fit-content;
    justify-content: center;
    display: flex;
}

.careers-carousel-slide {
    margin: 0 16px;
    width: 100%;
}

.outerCarrerrs {
    position: relative;
    height:fit-content
}

    .outerCarrerrs > .bx-controls > .bx-controls-direction > .bx-prev {
        position: absolute;
       
        top: 50%;
        width: 60px;
        height: 60px;
        background-color: #c79e51;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin-top: -30px;
        cursor: pointer;
    }

        .outerCarrerrs > .bx-controls > .bx-controls-direction > .bx-prev > svg {
            fill: #ffffff;
            transform: rotate(180deg);
            position: relative;
           
        }

    .outerCarrerrs > .bx-controls > .bx-controls-direction > .bx-next {
        position: absolute;
       
        top: 50%;
        width: 60px;
        height: 60px;
        background-color: #c79e51;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin-top: -30px;
        cursor: pointer;
        content: '';
    }

        .outerCarrerrs > .bx-controls > .bx-controls-direction > .bx-next > svg {
            fill: #ffffff;
            position: relative;
           
            height: 30px;
        }
.careers__slide{
    width:290px;
    height:auto;
}
.careersSlide1 {
    background-image: url("/VeteransFirst/media/CareersImages/1.jpg");
    background-size: contain;
    background-repeat: no-repeat;
}
.careersSlide2 {
    background-image: url("/VeteransFirst/media/CareersImages/2.jpg");
    background-size: contain;
    background-repeat: no-repeat;
}
.careersSlide3 {
    background-image: url("/VeteransFirst/media/CareersImages/3.jpg");
    background-size: contain;
    background-repeat: no-repeat;
}
.careersSlide4 {
    background-image: url("/VeteransFirst/media/CareersImages/4.jpg");
    background-size: contain;
    background-repeat: no-repeat;
}
.careersSlide5 {
    background-image: url("/VeteransFirst/media/CareersImages/5.jpg");
    background-size: contain;
    background-repeat: no-repeat;
}
.careersSlide6 {
    background-image: url("/VeteransFirst/media/CareersImages/6.jpg");
    background-size: contain;
    background-repeat: no-repeat;
}
.cSlide {
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width: 700px) {
    .careers__slide {
        width: 290px;
        height: auto;
    }
    .cSlide {
        height: 619px;
        width: 290px;
        min-width:250px;
    }

    .outerCarrerrs > .bx-controls > .bx-controls-direction > .bx-prev {
        left: -24px;
        width: 40px;
        height: 40px;
    }

    .outerCarrerrs > .bx-controls > .bx-controls-direction > .bx-next {
        right: -23px;
        width: 40px;
        height: 40px;
    }

        .outerCarrerrs > .bx-controls > .bx-controls-direction > .bx-next > svg {
            top: 12px;
            right: -17px;
        }

    .outerCarrerrs > .bx-controls > .bx-controls-direction > .bx-prev > svg {
        top: 12px;
        right: -14px;
    }
}
    @media (min-width:701px) and (max-width: 1170px) {
        .careers__slide {
            width: 290px;
            height: auto;
        }
        .cSlide {
            height: 514px;
        }

        .outerCarrerrs > .bx-controls > .bx-controls-direction > .bx-prev {
            left: -47px;
            width: 40px;
            height: 40px;
        }

        .outerCarrerrs > .bx-controls > .bx-controls-direction > .bx-next {
            right: -47px;
            width: 40px;
            height: 40px;
        }

            .outerCarrerrs > .bx-controls > .bx-controls-direction > .bx-next > svg {
                top: 12px;
                right: -17px;
            }
        .outerCarrerrs > .bx-controls > .bx-controls-direction > .bx-prev > svg {
            top: 12px;
            right: -17px;
        }
    }

    @media (min-width: 1171px) {
        .careers__slide {
            width: 290px;
            height: auto;
        }
        .cSlide {
            height: 619px;
            width: 290px;
        }

        .outerCarrerrs > .bx-controls > .bx-controls-direction > .bx-prev {
            left: -47px;
            width: 60px;
            height: 60px;
        }

        .outerCarrerrs > .bx-controls > .bx-controls-direction > .bx-next {
            right: -47px;
            width: 60px;
            height: 60px;
        }

        .outerCarrerrs > .bx-controls > .bx-controls-direction > .bx-next > svg {
            top: 22px;
            right: -26px;
        }
        .outerCarrerrs > .bx-controls > .bx-controls-direction > .bx-prev > svg {
             top: 21px;
            right: -23px;
        }
    }