.text-right{
    text-align: right;
}

.add-new-student-container {
    margin: auto;
    width: 50%;
    border-radius: 5px;
    background-color: #ededed;
    padding: 70px;
    box-shadow: 0 0 10px #ddd;
    margin-top: 20px;
}
.add-new-student-container input[type=text], input[type=email] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.add-new-student-container input[type=submit] {
    width: 100%;
    background-color: #016a70;
    color: white;
    padding: 14px 20px;
    margin-top: 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.add-new-student-container input[type=submit]:hover {
    background-color: #018c94;
}

.unitek-career-job-listing-area {
    display: flex;
    flex-wrap: wrap;
}

.unitek-career-job-filter-area {
    width: 33%;
}

.unitek-career-job-filter-wrap{
    padding-right: 49px;
/*     border-right: 1px solid #414042; */
}

/* add margin */
.unitek-career-jobs-department-wrap .unitek-career-jobs-available-title{
	margin-bottom:38px
}

.unitek-career-jobs-department-wrap {
    width: 67%;
    padding-left: 49px;
}

.unitek-career-job-filter-area-title {
	font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
	font-size: 32px;
	line-height: 40px;
    margin-bottom: 18px;
}

.unitek-career-job-keyword-search-area {
    display: flex;
/*     flex-wrap: wrap; */
    margin-bottom: 40px;
}

.unitek-career-job-keyword-input {
    width: calc( 60% - 16px );
    border: 1px solid #000000;
    padding: 5px 10px;
    border-radius: 0px !important;
    margin-right: 16px;
}

.unitek-career-job-keyword-input:focus{
    outline: none;
    border-color: #ea7125;
}

.unitek-keword-search-btn {
    display: block;
    width: 165px;
    background-color: #082B50;
    color: #fff;
    border: 0 none;
    padding: 0px;
    border-radius: 0;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
}

.unitek-keword-search-btn:hover {
	background-color: #2cbfdd;
}

.unitek-career-job-term-filter-area {
    margin-bottom: 26px;
}

.unitek-career-job-filter-term {
	font-family: "Avenir Next LT Pro", Sans-serif !important;
    font-weight: 400 !important;
    width: 100%;
    text-align: left;
    font-size: 20px !important;
    margin: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 15px 20px;
    color: #000;
	text-transform: capitalize !important;
}

.unitek-career-job-term-filter-area{
    border: 1px solid #000000;
}

.active-filter-term{
    background: #082B50;
    color: #fff;
}

.unitek-career-job-filter-term img {
    width: 20px;
    padding-left: 5px;
    transition: all 0.4s ease;
    display: block;
}


.unitek-career-job-filter-term .unitek-accordion-arrow-up{
    display: none;
}

.active-filter-term .unitek-accordion-arrow-down{
    display: none;
}

.active-filter-term .unitek-accordion-arrow-up{
    display: block;
}

.unitek-career-job-term-item-wrap {
    background: #fff;
    padding: 20px;
    display: none;
}

.unitek-career-job-term-inner{
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

.unitek-career-job-term-item {
    margin-bottom: 5px;
}

.unitek-career-job-term-item label {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    cursor: pointer;
}

.unitek-career-job-depertment {
    font-weight: 500;
    font-size: 14px;
    color: #414042;
    margin: 0;
    display: block;
}

p.unitek-dep-job-location {
    color: #414042;
    margin: 0;
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
}

.unitek-career-jobs-info-inner {
    position: relative;
    padding-right: 50px;
}

.mobile-filter-btns {
    text-align: center;
}
.desktop-filter-btn {
    text-align: center;
	margin-top:40px;
}

button.unitek-career-job-clear-filter {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    background-color: #082B50;
    color: #fff;
    border: none;
}

.desktop-filter-btn .unitek-career-job-clear-filter:hover {
	background-color: #2cbfdd;
	color: #fff !important;
	border: none;
	transform: none !important;
}

.unitek-career-job-clear-filter:hover{
    transform: scale(1.1);
	color: #074a75 !important;
    border-color: var(--e-global-color-primary);
} 

.unitek-filter-result-btn{
    display: none;
}

.unitek-career-jobs-department-wrap .unitek-career-job-keyword-search-area{
    display: none;
    padding-bottom: 30px;
}

a.unitek-career-job-thumb-link {
    text-decoration: none;
}

.unitek-career-jobs-department-card {
    background: #fff;
    padding: 20px;
    border: 1px solid #000000;
    border-left: 16px solid #082B50;
    margin-bottom: 35px;
    transition: all 0.4s ease;
}

/* .unitek-career-jobs-department-card:hover{
    background: #EFEFEF;
} */

span.unitek-career-job-department {
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
}

.unitek-dep-job-title {
    font-family: 'Roboto Condensed' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    color: #000000;
	text-transform: capitalize !important;
}

.unitek-career-job-filtered-term-area{
    display: none;
}

.unitek-career-job-filtered-term-area {
    background: #fff;
    padding: 20px;
    margin-bottom: 40px;
}

.unitek-career-job-filtered-term-area h3 {
    font-size: 24px;
    font-weight: 500;
    color: #074A75;
    margin: 0 0 8px;
}

span.unitek-career-job-filtered-term {
    display: inline-block;
    border: 1px solid #666;
    padding: 4px;
    margin: 10px 10px 0 0;
}

.unitek-filtered-term-remove {
    background: transparent;
    border: 0 none;
    font-size: 17px;
    line-height: 1;
	padding: 4px
}

#unitek-career-jobs-pasination button:hover,
#unitek-career-jobs-pasination button:focus{
	background-color:transparent;
	color:#000000;
}

div#unitek-career-jobs-pasination {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 8px;
}

.unitek-career-job-pagination-btn {
    background: transparent;
    border: 0 none;
    padding: 0;
    font-size: 20px;
	font-style:normal;
    font-weight: 400;
	line-height:25px;
    color: #414042;
    position: relative;
    text-transform: uppercase;

}

.unitek-career-job-next-page{
    padding-right: 15px;
}

.unitek-career-job-next-page::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-top: 1px solid #414042;
    border-right: 1px solid #414042;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 48%;
    right: 0;
}

.unitek-career-job-prev-page{
    padding-left: 15px;
}

.unitek-career-job-prev-page::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-bottom: 1px solid #414042;
    border-left: 1px solid #414042;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 48%;
    left: 0;
}


.unitek-career-job-pagination-position span {
    font-size: 18px;
    font-weight: 400;
    color: #414042;
}

.unitek-jobs-loader-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-left: 7px solid #eeeeee;
    margin: 20px 0 20px 0;
    -webkit-box-shadow: 0 4px 15px -6px rgba(0,0,0, 0.15);
    -moz-box-shadow: 0 4px 15px -6px rgba(0,0,0, 0.15);
    box-shadow: 0 4px 15px -6px rgba(0,0,0, 0.15);
}
  
@keyframes unitek-jobs-loader {
    0% { background-position: -600px 0 }
    100% { background-position: 600px 0 }
}
  
  .unitek-jobs-loader-depertment, 
  .unitek-jobs-loader-title, 
  .unitek-jobs-loader-job-location {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: unitek-jobs-loader;
    animation-timing-function: linear;
    background: #eeeeee;
    background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
    background-size: 1200px 100px;
    min-height: 20px;
    width: 25%;
    margin: 10px 0 10px 14px;
    border-radius: 3px;
}

.unitek-jobs-loader-title{
    width: 50%;
    min-height: 30px;
}

.unitek-jobs-loader-job-location{
    width: 40%;
}

.unitek-career-jobs-department-card a:hover{
    color: inherit;
}

/* .unitek-career-jobs-department-card,
.unitek-career-job-filtered-term-area {
    box-shadow: 0 4px 15px rgba(0,0,0, 0.02);
} */

.unitek-career-no-job {
    margin: 0;
}

#unitek-jobs-listing{
    overflow: hidden;
}

.unitek-career-job-term-item input[type="checkbox"] {
    margin-right: 3px;
}

@media (max-width: 767px){
	.unitek-career-jobs-department-wrap{
        width: 100%;
        padding: 0;
    }
	
	.unitek-career-job-close-filter {
		display: none;
		position: relative;
	}

	.unitek-career-job-close-filter::after{
		content: '';
		display: block;
		position: absolute;
		top: 46%;
		right: 20px;
		transform: translateY(-50%) rotate(45deg);
		width: 10px;
		height: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	
	.unitek-filter-result-btn {
        display: block;
    }
	
    .unitek-filter-result-btn, .unitek-career-job-close-filter {
        background-color: #425B6C;
        color: #fff;
        width: 100%;
        margin: 0 0 20px 0;
        border: 0 none;
        padding: 12px 10px;
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .unitek-career-job-filter-area {
        width: 90%;
        border: 0 none;
        position: fixed;
        top: 50%;
        left: 50%;
        padding: 25px 15px;
        background: #fff;
        z-index: 99999;
        transform: translate(-50%, -50%);
        box-shadow: 2px 0 20px rgba(0,0,0, 0.15);
        display: none;
    }
	
	button.unitek-filter-result-btn:hover, button.unitek-career-job-close-filter {
		background-color: var( --e-global-color-primary );
		border-radius: 4px;
	}

    .unitek-career-jobs-info-inner{
        padding-right: 30px;
    }

    .unitek-career-job-close-filter{
        display: block;
    }
	
    .unitek-career-job-filter-wrap {
        border: 0 none;
        padding: 0 15px;
        max-height: 700px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .desktop-filter-btn{
        display: none;
    }

    .mobile-filter-btns {
        margin-bottom: 40px;
    }

    h2.unitek-career-jobs-available-title{
        font-size: 20px;
        margin-bottom: 20px;
    }
	
	button.unitek-career-job-clear-filter {
		width: 100%;
		padding: 10px;
		margin-bottom:10px;
	}
	
	.unitek-career-jobs-department-card {
		margin-bottom: 10px;
	}
}

@media (min-width: 768px){
	.unitek-career-job-filter-area {
        display: block !important;
    }
    .mobile-filter-btns{
        display: none
    }
}

/* Media query for tablets */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.unitek-career-jobs-department-card {
		margin-bottom: 20px;
	}
	.unitek-career-job-filter-wrap {
		padding-right: 30px;
	}
	.unitek-career-jobs-department-wrap {
		padding-left: 30px;
	}
}

@media (max-width: 486px){
	.unitek-career-job-keyword-input {
        width: calc( 60% - 9px );
        margin-right: 5px;
    }
    .unitek-career-job-filter-area{
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transform: translate(0);
    }
}
