

/*----All Jobs ------*/
.rd-cpblts .sortbase.jobs .sortform .fields p.mobile{
	display: none;
}

.rd-cpblts .sortbase.jobs .sortform .fields .btn-search button.rd-cpblts-btnneongreen.mobile{
	display: none;
}

.rd-cpblts .sortbase.jobs .sortform .fields .top-label span{
	display: none;
}


/*--------------Small Screen Desktop (1440)------------------*/
@media only screen and (max-width: 1440px){

}


/*--------------TABLET LANDSCAPE(1024)------------------*/
@media only screen and (max-width: 1024px){

}


/*--------------TABLET PORTRAIT(768)------------------*/
@media only screen and (max-width: 768px){


}

/*--------------Mobile(500)------------------*/
@media only screen and (max-width: 600px){ 

	.rd-cpblts .talentpool-header-filter-mob .filterform-btn{
		width: 100%;
		display: flex;
    	justify-content: space-between;
    	border: 1px solid #C4DADE!important;
    	cursor: pointer;
    	padding: 10px;
	}

	.rd-cpblts .talentpool-header-filter-mob input{
		margin-bottom: 0px!important;
	    border:none!important;
	    background-color: #ffffff!important;
	    font-family: Gilroy-Medium!important;
	    font-weight: 400!important;
	    font-size: 16px!important;
	    line-height: 16px!important;
	    -webkit-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	    cursor: pointer;
	    height: auto!important;
	    padding: 0px!important;
	}

	.rd-cpblts .talentpool-header-filter-mob .filterform-btnsearch{
	    height: 24px;
	    width: 24px;
	    background-image: url("/images/icons/search-ico.png")!important;
	    background-position: center!important;
	    background-repeat: no-repeat!important;
	    background-size: 100% 100%!important;
	    cursor: pointer;
	}

	.rd-cpblts .rd-cpblts-section-base.sortbase.jobs{
	    position: fixed;
	    top: 0;
	    width: 100vw;
	    height: 100vh;
	    left: 0;
	    transition: all 0.5s ease-in-out;
	    -webkit-transition: all 0.5s ease-in-out;
	    display: none;
	}
	.rd-cpblts .sortbase.jobs .sortform {
	    height: 100vh;
	    transition: all 0.9s ease-in-out;
	    -webkit-transition: all 0.9s ease-in-out;
	    opacity: 0;
	}

	.rd-cpblts .sortbase.jobs .sortform .fields p.mobile {
	    display: block;
	}

	.rd-cpblts .sortbase.jobs .sortform .fields p.desktop {
	    display: none;
	}

	.rd-cpblts .sortbase.jobs .sortform .fields .top-label{
		width: 100%;
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	}

	.rd-cpblts .sortbase.jobs .sortform .fields .top-label span{
		display: block;
		font-size: 20px!important;
	}

/*	.rd-cpblts .sticky-absolute-mob-con {
	    z-index: 999!important;
	}*/

	.rd-cpblts .sortbase.jobs .sortform .fields .fields-grid {
	    grid-template-columns: 1fr!important;
	    margin-top: 20px!important;
	    margin-bottom: 20px!important;
	    height: 207px;
	    overflow: hidden!important;
	}

	.rd-cpblts .sortbase.jobs .sortform .fields .btn-search, 
	.rd-cpblts .sortbase.jobs .sortform .fields .btn-search button.rd-cpblts-btnneongreen{
		width: 100%!important;
	}

	.rd-cpblts .sortbase.jobs .sortform .fields .btn-search button.rd-cpblts-btnneongreen.mobile{
		display: block;
	}

	.rd-cpblts .sortbase.jobs .sortform .fields .btn-search button.rd-cpblts-btnneongreen.desktop{
		display: none;
	}

	.rd-cpblts .sortbase.jobs .sortform .fields .title-label-mob {
	     margin-top: 20px!important; 
	     display: flex;
	     justify-content: space-between;
    	align-items: center;
	     width: 100%;
	}

	.rd-cpblts .sortbase.jobs .sortform .fields .title-label-mob p {
	    display: block;
	}

	.rd-cpblts .sortbase.jobs .sortform .fields .title-label-mob span {
		font-family: Lato-Regular!important;
	    font-weight: 400!important;
	    font-size: 14px!important;
    	line-height: 14px!important;
	}

	.rd-cpblts .sortbase.jobs .sortform .fields .title-label-mob span#showless {
		display: none;
	}


	.rd-cpblts .rd-cpblts-section-base.alljobs .title-label-mob {
	    margin-top: 100px;
	    grid-template-columns: 1fr;
	}

}