section.careers-section {
    background-color: var(--light-gray);
}

section.careers-section .section-header-textimage {
    padding-bottom: 0;
}

section.careers-section .section-header-textimage .section-textimage-left .text h1,
section.careers-section .section-header-textimage .section-textimage-left .text h2,
section.careers-section .section-header-textimage .section-textimage-left .text h3,
section.careers-section .section-header-textimage .section-textimage-left .text h4,
section.careers-section .section-header-textimage .section-textimage-left .text h5 {
    margin: 0;
}
section.careers-section .container {
    max-width: 814px;
}

section.careers-section.careers-placeholder .container {
    max-width: 1270px;
}

section.careers-section .careers-listing {
    margin-top: 80px;
}

@media (max-width: 991px) {
    section.careers-section .careers-listing {
        margin-top: 0;
    }
}

section.careers-section .careers-listing .career-single {
    position: relative;
    display: block;
    padding: 24px;
    margin-bottom: 20px;
    background-color: var(--white);
}

/*section.careers-section .careers-listing .career-single:last-child {
    margin-bottom: 0;
}

section.careers-section .careers-listing .career-single.external::after {
    position: absolute;
    content: url('../images/icons/icon-arrow-link-ext.svg');
    top: 24px;
    right: 24px;
}*/

section.careers-section .careers-listing .career-single .job-title {
    position: relative;
}

section.careers-section .careers-listing .career-single .job-title svg {
    position: absolute;
    top: 3px;
    right: -5px;
}

section.careers-section .careers-listing .career-single:hover .job-title h4,
section.careers-section .careers-listing .career-single:hover .job-details .detail {
    color: var(--mid-blue);
    transition: 0.3s;
}

section.careers-section .careers-listing .career-single:hover .job-title svg path,
section.careers-section .careers-listing .career-single:hover .job-details .detail svg path {
    fill: var(--mid-blue);
}

@media(max-width: 991px) {
    section.careers-section {

    }
    section.careers-section .careers-listing .career-single {
        padding: 20px;
        margin-bottom: 10px;
    }
    section.careers-section .careers-listing .career-single.external::after {
        top: 20px;
        right: 20px;
    }
}

section.careers-section .careers-listing .career-single .job-title {
    margin: 0;
}

section.careers-section .careers-listing .career-single .job-details {
    margin-top: 20px;
}

section.careers-section .careers-listing .career-single .job-details .detail {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: var(--dark-blue);
    font-family: "Funnel Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-right: 16px;
    transition: 0.3s;
}

section.careers-section .careers-listing .career-single .job-details .detail:last-child {
     margin-right: 0;
}

section.careers-section .careers-listing .career-single .job-details .detail.type,
section.careers-section .careers-listing .career-single .job-details .detail.location {
}

/*section.careers-section .careers-listing .career-single .job-details span.type::before {
    position: absolute;
    content: url('../images/icons/icon-careers-schedule.svg');
    width: 24px;
    left: 0;
    top: 0;
}

section.careers-section .careers-listing .career-single .job-details span.location::before {
    position: absolute;
    content: url('../images/icons/icon-careers-location.svg');
    width: 24px;
    left: 0;
    top: 0;
}*/

section.careers-section .careers-listing .career-single .job-details .detail svg {
    display: inline-block;
    vertical-align: middle;
    max-width: 24px;
    margin-right: 8px;
    margin-bottom: -2px;
}

section.careers-section .careers-listing .career-single .job-details .detail span {
    display: inline-block;
    vertical-align: middle;
}

@media(max-width: 991px) {
    section.careers-section .careers-listing {
        margin-top: 40px;
    }
    section.careers-section .careers-listing .career-single .job-details {
        margin-top: 10px;
    }
    section.careers-section .careers-listing .career-single .job-details .detail {
        font-size: 14px;
        line-height: normal;
    }
    section.careers-section .careers-listing .career-single .job-details .detail.type::before,
    section.careers-section .careers-listing .career-single .job-details .detail.location::before {
        top: -2px;
    }
}

section.careers-section .careers-bottom{
    margin-top: 80px;
    text-align: center;
}

@media (max-width: 991px) {
    section.careers-section .careers-bottom {
        margin-top: 40px;
    }
}

section.careers-section .careers-bottom h1,
section.careers-section .careers-bottom h2,
section.careers-section .careers-bottom h3,
section.careers-section .careers-bottom h4 {
    margin: 0;
    margin-bottom: 30px;
}

section.careers-section .careers-bottom .btn {
    margin-top: 10px;
}

section.careers-section .careers-bottom .disclaimer-text {
    margin: 0;
    margin-top: 30px;
    color: var(--dark-blue);
    text-edge: cap;
    font-family: "Funnel Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
}

section.careers-section .wrapper-textimage {
    margin-top: 80px;
}


.section-header-textimage{
	    display: flex;
    align-items: start;
    justify-content: space-between;
    color: var(--dark-blue);
    margin-bottom: -10px;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
    overflow: hidden;
}

.section-textimage-left {
	/*max-width: 72.6%;
    width: 72.6%;*/
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
}
section.careers-section .section-textimage-left {
    text-align: center;
}
/*
.section-header-textimage {
	padding-bottom: 80px;
}
*/
.wrapper-textimage {
display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.wrapper-textimage.flex-reverse-column {
    flex-direction: row-reverse;
}
.col-textimage-left , .col-textimage-right{
	    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
}
.content-left-textimage{
	position: relative;
    padding-left: 30px;
    overflow: visible;

}

.content-left-textimage .line-animate {
    width: 1px;
    height: 0%;
    background: var(--light-blue);
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: top;
    display: block;
    transition: height 0.9s cubic-bezier(0.165,0.84,0.44,1) 0.3s;
}
.content-left-textimage.aos-animate .line-animate {
    height: 100%;
}

.content-left-textimage .line-animate::before,
.content-left-textimage .line-animate::after {
    content: "";
    position: absolute;
    left: -2px;
    width: 6px;
    height: 1px;
    background: var(--light-blue);
}

.content-left-textimage .line-animate::before {
    top: 0;
}

.content-left-textimage .line-animate::after {
    bottom: 0;
}

.textimage-content ul {
	font-family: "Funnel Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    list-style: none;
    padding: 0px;
    margin: 0px;
        margin-bottom: 18px;
}

.textimage-content ul li:not(:last-child), .textimage-content ol li:not(:last-child) {
    margin-bottom: 13px;
}
.textimage-content ul li {
    position: relative;
    padding-left: 29px;
    margin-top: 0px !important;
}
.textimage-content ul li {
	    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin: 0 0 15px;
    position: relative;
    list-style-type: none;
    color: var(--dark-blue);
}

.textimage-content ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--mid-blue);
    position: absolute;
    left: 0px;
    top: 11px;
    margin-left: 9px;
    border-radius: 50%;
}

.col-textimage-right .img-wrapper img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.col-textimage-right .img-wrapper {
    position: relative;
    padding-bottom: 58%;
    overflow: hidden;
}




@media (max-width: 991px) {
    .col-textimage-right .img-wrapper img {
        height: 350px;
        object-fit: cover;
        object-position: top;
    }
    .col-textimage-right .img-wrapper img {
        position: relative;
    }
    .col-textimage-right .img-wrapper {
        padding-bottom: 0;
    }
    .wrapper-textimage .btn {
        width: 100% !important;
    }
	.col-textimage-left, .col-textimage-right {
	    width: 100%;
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.col-textimage-left {
		padding-top: 30px;
	}
	.textimage-content ul li{
		font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
	}
	.section-header-textimage {
	    padding-bottom: 40px;
	}
	.content-left-textimage {
		padding-left: 16px;
	}
	.section-textimage-left {
		max-width: 100%;
		width: 100%;
	}
	.wrapper-textimage.flex-reverse-column , .wrapper-textimage{
	    flex-direction: column-reverse;
	}
}

@media (max-width: 550px) {
    .col-textimage-right .img-wrapper img {
        height: auto;
        object-fit: cover;
        object-position: top;
    }
    .textimage-logo-background {
        min-height: 200px;
    }
}