.section-careers_opportunities .content {
    padding: 0 0.5rem;
}
.search-input-wrapper label {
    display: block;
    text-align: left;
    margin-bottom: 0.4rem;
    font-size: var(--font-size-h6);
	letter-spacing: 0.2px;
}
.search-input-wrapper select {
    border: 1px solid #002266;
    border-radius: 6px;
    height: 2.35rem;
    padding: 0 0.5rem;
    color: var(--darkblue);
    font-size: var(--font-size-h6);
	appearance: none;
    background-image: url(.././img/blue-arrow-down.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-size: auto;
    cursor: pointer;
}
.search-input-wrapper {
    width: 100%;
    justify-content: space-between;
    gap: 4rem;
    margin-bottom: 3.15rem;
}
.search-input-wrapper .department, .search-input-wrapper .location {
    width: 95%;
}
.section-careers_opportunities .inner-box {
    background-color: var(--white);
    padding: 2.12rem;
	/* height: 13.2rem; */
    box-shadow: 0px 3px 16px #8991A248;
    border-radius: var(--border-radius);
}
.section-careers_opportunities .inner-box h3 {
    margin: 0.5rem 0 1rem;
    font-size: var(--font-size-32);
    font-weight: var(--weight-600);
    color: var(--black);
}
.section-careers_opportunities .box {
    margin-bottom: 1.05rem;
}
.section-careers_opportunities .inner-box .location-wrap, 
.section-career-single .location-wrap{
    display: flex;
}
.section-careers_opportunities .location-wrap .location, 
.section-career-single .location-wrap .location {
    color: var(--darkblue);
    font-size: var(--font-size-h6);
    margin: 0 0.25rem;
}
.section-careers_opportunities a.link .arrow {
	width: 0; 
	height: 0; 
	margin-left: 0.5rem;  
	border-top: 0.5rem solid transparent;
	border-bottom: 0.5rem solid transparent;
	border-left: 0.5rem solid var(--darkblue);
}
.section-careers_opportunities a.link:hover .arrow {
	border-left: 0.5rem solid var(--main-color-hover);
}
.section-career-single .side-wrap .text.margim-bottom h3 {
    margin: 0 0 1rem;
}
.section-careers_opportunities .departments-title {
    color: var(--lightblue);
}
.section-careers_opportunities .title-wrap {
    position: relative;
    height: 100%;
}
.section-careers_opportunities .bottom-wrap {
	flex-wrap: wrap;
    /* position: absolute; */
    /* width: 100%; */
    /* bottom: 0; */
}
.section-career-single .departments-title {
	font-size: 0.85rem;
    color: var(--lightblue);
	letter-spacing: 0.16px;
}
.section-career-single .link-wrap {
    margin-bottom: 2.2rem;
}
.section-career-single .link-wrap a svg {
    margin: 0 0.8rem 0 0rem;
}
.section-career-single .side-wrap ul li {
    list-style: none;
    position: relative;
    padding-left: 1.2rem;
}
.section-career-single .side-wrap ul li:before {
    /* position: absolute; */
    /* top: 0.7rem; */
    /* left: 0; */
    /* content: ""; */
    /* background-image: url(.././svg/list-right-arrow.svg); */
    /* width: 0.3rem; */
    /* height: 0.55rem; */
    /* background-repeat: no-repeat; */
    /* background-size: contain; */
    /* background-position: center; */
}
.section-career-single .text.margim-bottom {
    margin-bottom: 4rem;
}
.section-career-single .text ul {
	padding-left: 0rem;
}
.apply-job-form {
    box-shadow: 0px 3px 16px #8991A248;
    border-radius: var(--border-radius);
    padding: 2.6rem;
}
.apply-job-form h3 {
    margin: 0 0 1rem;
    line-height: 1.25;
}
.apply-job-form input.form-control {
	height: 2.38rem;
    border: 1px solid #555555;
    border-radius: 6px;
    padding: 0 1rem;
    color: #555555;
    font-size: var(--font-size-h6);
}
.section-career-single .textarea-wrap textarea.form-control {
    border: 1px solid #555555;
    border-radius: 6px;
    padding: 1rem;
}
.section-career-single .form-group.custom-upload-group {
    margin-bottom: 0.5rem;
}
.custom-upload-group p span.custom-button {
    color: var(--lightblue);
    text-decoration: underline;
    letter-spacing: -0.21px;
    font-size: var(--font-size-h6);
}
.section-career-single .button-wrap input:hover {
	/* background-color: var(--main-color-hover); */
	/* background-image: none; */
}
.custom-upload-group input[type="file"] {
  /* opacity: 0; */
  /* position: absolute; */
  /* z-index: -1; */
}
.file-name {
    /* display: none; */
}
.custom-upload-group label {
    margin: 0;
    line-height: normal;
} 
.custom-upload-group > p {
    /* height: 3.5rem; */
}

@media (min-width: 991px){
	.content-left-wrap {
		position: sticky;
		top: 0rem;
		z-index: 9;
		padding-top: 9rem;
		margin-top: -8rem;
	}
	.side-wrap {
		padding-top: 5rem;
	}
}
@media (max-width: 991px){
	.search-input-wrapper {
		gap: 0.5rem;
		margin-bottom: 2rem;
	}
	.search-input-wrapper select {
		height: 2rem;
		font-size: 0.9rem;
	}
	.section-careers_opportunities .inner-box h3 {
		margin: 0.5rem 0 1rem;
		font-size: 1.34rem;
	}
	.section-careers_opportunities .inner-box {
		padding: 1.12rem;
		/* height: 11rem; */
	}
	.apply-job-form {
		padding: 1.6rem;
	}
	.custom-upload-group p span.custom-button {
		font-size: 0.9rem;
	}
	.section-career-single .text.margim-bottom {
		margin-bottom: 2rem;
	}
	.section-career-single .side-wrap {
		margin-top: 1rem;
	}
	
	.section-careers_opportunities .inner-box .location-wrap {
		flex-wrap: wrap;
	}
	
}
@media (max-width: 425px){
	.section-careers_opportunities .link-wrap {
		margin: 0.25rem 0;
	}
	.section-careers_opportunities .location-wrap .location {
		margin: 0.25rem 0;
	}
	.section-careers_opportunities .inner-box .location-wrap .location.job {
		width: 100%;
	}
	.section-careers_opportunities .inner-box .location-wrap .location.job span {
		display: none;
	}
}