#footerpowered
/*.salary-comment*/
{
    display: none;
}
body {overflow-x:hidden;}

#jobs-list,
#react-select-sortBy--option-0,
.job-addl-info .date,
.job-payrange,
.salary-comment{
    display: none;
}

.c-jobs {
	width: 100%;
	padding: 0 1.6rem;
	max-width: none !important;
}

@media screen and (min-width: 768px) {
	.c-jobs {
		padding: 0 3rem;
	}
}

@media screen and (min-width: 1024px) {
	.c-jobs {
		padding: 0 3rem;
	}
}

.c-job-main {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

@media screen and (min-width: 1024px) {
	.c-job-main {
		flex-direction: row;
		gap: 5.6rem;
	}
}

.c-job-main__left {
	background-color: #fff;
	color: #004b85;
	padding: 3rem 0rem 2rem 0rem;
	border-radius: 0.6rem;
}

@media screen and (min-width: 768px) {
	.c-job-main__left {
		padding: 3rem 3.2rem 2rem 3.2rem;
	}
}

@media screen and (min-width: 1024px) {
	.c-job-main__left {
		width: 413px;
	}
}

.c-job-main__left-inner {
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
}

@media screen and (min-width: 1024px) {
	.c-job-main__right {
		flex-grow: 1;
	}
}

.c-job-main__right .results-header {
	color: #004B85 !important;
}

.c-job-main__sorting {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.c-job-main__sorting {
		flex-direction: row;
		justify-content: space-between;
	}
}

.c-job-main__sorting-left .results-header {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.5rem;
	margin: 0;
}

.c-job-main__sorting-right .c-jobs-sortby {
	width: fit-content;
	background-color: transparent;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.5rem;
	display: flex;
	flex-direction: row;
	gap: 8px;
	padding: 1.05rem 2.4rem;
	border: 0.1rem solid #a3d365;
	justify-content: center;
    align-items: center;
}

.c-job-main__sorting-right .c-jobs-sortby .Select {
	width: 130px;
}

.c-job-main__sorting-right .c-jobs-sortby .Select.is-open .Select-control {
	background-color: transparent !important;
}

.c-job-main__sorting-right .c-jobs-sortby .Select .Select-control {
	color: #1da7df;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 3rem;
	border: none !important;
	background-color: transparent !important;
}

.c-job-main__sorting-right .c-jobs-sortby .Select .Select-value-label {
	color: #1da7df !important;
}

.c-main-hero-search {
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
}

.c-main-hero-search input:focus, .c-main-hero-search input:active {
	outline: none;
}

.c-main-hero-search__keyword {
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
	color: #004b85;
}

.c-main-hero-search__keyword-label {
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 3.4rem;
}

.c-main-hero-search__keyword-input {
	width: 100%;
	color: #004b85;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 3rem;
	border: none;
}

.c-main-hero-search__keyword .keyword-search__input {
	padding: 1rem 1.5rem 1rem 4rem;
	background-color: #fff;
	border: 0.1rem solid #1da7df;
	border-radius: 0.8rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
}

.c-main-hero-search__keyword .keyword-search__input-icon--search {
	color: #004b85;
}

.c-main-hero-search__button {
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.5rem;
	transition: ease all 0.4s;
	border-radius: 0.6rem;
	border: 0.3rem solid #a3d365;
}

.c-main-hero-search__button-search {
	padding: 1rem 0;
	width: 100%;
	background-color: transparent;
	color: #1da7df;
}

.c-main-hero-search__button:hover, .c-main-hero-search__button:focus {
	background-color: #a3d365;
}

.c-main-hero-search__button:hover .c-main-hero-search__button-search, .c-main-hero-search__button:focus .c-main-hero-search__button-search {
	color: #fff;
}

.c-main-hero-search__location i {
	color: #004b85;
}

.c-main-hero-search__location-content {
	display: flex;
	padding: 1rem 1.5rem;
	background-color: #fff;
	border-radius: 0.8rem;
	flex-direction: row;
	align-items: center;
	gap: 16px;
	border: 0.1rem solid #1da7df;
    position: relative;
}

.c-main-hero-search__location-drop {
	flex-grow: 1;
}

.c-main-hero-search__location-drop input {
	width: 100%;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 3rem;
	border: none;
	color: #004b85;
}

.jobs-current-searches {
	display: flex;
	flex-direction: column;
}

.jobs-current-searches__title {
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 3.4rem;
	color: #004b85;
	margin-bottom: 24px;
}

.jobs-current-searches__tag-list {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 10px;
	margin: 0;
}

.jobs-current-searches__tag-item {
	padding: 0.4rem 1rem;
	background-color: transparent;
	display: flex;
	flex-direction: row;
	gap: 0.8rem;
	justify-content: center;
	align-items: center;
	transition: ease all 0.4s;
	cursor: default;
	color: #004b85;
	border: 0.1rem solid #a3d365;
	border-radius: 100px;
}

.jobs-current-searches__tag-item:hover {
	background-color: #a3d365;
	color: #fff;
}

.jobs-current-searches__tag-item:hover svg {
	filter: invert(97%) sepia(100%) saturate(0%) hue-rotate(345deg) brightness(103%) contrast(101%);
}

.jobs-current-searches__tag-close {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	border: 0;
	cursor: pointer;
}

.jobs-current-searches__tag-close svg {
	width: 10px;
	height: 10px;
	filter: invert(21%) sepia(91%) saturate(1285%) hue-rotate(180deg) brightness(91%) contrast(111%);
	transition: transform ease-in-out 0.15s;
}

.jobs-current-searches__tag-close:hover svg {
	transform: scale(1.2);
}

.c-jobs-filter {
	display: flex !important;
	flex-direction: column;
	gap: 24px;
	max-width: none !important;
}

.c-jobs-filter .filter-group > h3 {
	display: none !important;
}

.c-jobs-filter .filter-category-container {
	background-color: #fff;
	border: none !important;
	margin-bottom: 0.8rem !important;
	border-radius: 0 !important;
}

.c-jobs-filter .filter-category-container:last-child {
	margin-bottom: 0;
}

.c-jobs-filter .filter-header {
	padding: 1rem 2.4rem;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.5rem;
	color: #004b85;
	border: 0.1rem solid #1da7df;
    border-radius: 0.6rem;
}

.c-jobs-filter .filter-option label {
	display: flex;
	flex-direction: row;
	gap: 24px;
	color: #5E5E5E;
}

.c-jobs-filter .filter-option label > .option-value {
	flex-grow: 1;
	display: flex;
	flex-direction: row;
	gap: 4px;
	justify-content: space-between;
}

.c-jobs-filter .filter-options-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0;
}

.c-jobs-filter .filter-options-list-container {
	padding: 0 !important;
	border-top: none !important;
}

.c-jobs-filter .reset-filters {
	text-align: start;
}

.c-jobs-filter .reset-filters a {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.6rem;
	text-decoration: underline;
	color: #004b85;
}

.c-jobs-list .results-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
}

.c-jobs-list .results-list__item {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: flex-start;
	padding: 3.2rem 2rem;
	border-bottom: 2px solid #EAF7F6;
	gap: 18px;
}

.c-jobs-list .results-list__item-header a {
	text-decoration: none;
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.4rem;
	color: #004b85;
}

.c-jobs-list .results-list__item-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media screen and (min-width: 768px) {
	.c-jobs-list .results-list__item-content {
		flex-direction: row;
		width: 100%;
		align-items: center;
	}
}

.c-jobs-list .results-list__item-street {
	display: flex;
	flex-direction: row;
	gap: 12px;
	align-items: center;
}

.c-jobs-list .results-list__item-street--icon svg {
	filter: invert(50%) sepia(49%) saturate(358%) hue-rotate(163deg) brightness(95%) contrast(89%);
}

.c-jobs-list .results-list__item-apply {
	padding: 1rem 2.4rem;
	background-color: transparent;
	border: 3px solid #a3d365;
	border-radius: 8px;
	text-decoration: none;
	transition: ease all 0.4s;
	margin-top: 1.6rem;
	width: fit-content;
}

@media screen and (min-width: 768px) {
	.c-jobs-list .results-list__item-apply {
		margin-top: 0;
	}
}

.c-jobs-list .results-list__item-apply:hover {
	background-color: #a3d365;
}

.c-jobs-list .results-list__item-apply:hover .results-list__item-apply--label {
	color: #fff;
}

.c-jobs-list .results-list__item-apply--label {
	color: #1da7df;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.6rem;
}

.c-jobs-list .results-list__item-apply--icon {
	display: none;
}

.c-jobs-pagination {
	margin: 30px 0;
	display: block;
	position: relative;
	width: fit-content;
}

.c-jobs-pagination .page-size {
	display: none;
	border: none;
}

@media screen and (min-width: 1024px) {
	.c-jobs-pagination .page-size {
		background-color: #fff;
		display: flex;
		align-items: center;
		padding: 18px;
		justify-content: center;
		text-align: center;
	}
}

.c-jobs-pagination .page-size:focus-visible {
	outline: none;
}

.c-jobs-pagination .pagination {
	display: flex;
	justify-content: center;
    align-items: center;
}

@media screen and (min-width: 1024px) {
	.c-jobs-pagination .pagination {
		justify-content: flex-start;
	}
}

.c-jobs-pagination .pagination.mobile {
	display: none;
}

.c-jobs-pagination .page-links .pagination__list {
	background: #fff;
	display: flex;
	align-items: center;
    list-style: none;
}

@media screen and (min-width: 1024px) {
	.c-jobs-pagination .page-links .pagination__list {
		margin-right: 30px;
	}
}

.c-jobs-pagination .page-links a {
	cursor: pointer;
	margin: 0 0.5rem;
	color: #5E5E5E;
}

.c-jobs-pagination .page-link {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	transition: ease all 0.4s;
}

.c-jobs-pagination .page-link:hover {
	text-decoration: none;
	color: #004b85;
}

.c-jobs-pagination .page-link.page-link-next, .c-jobs-pagination .page-link.page-link-last, .c-jobs-pagination .page-link.page-link-first, .c-jobs-pagination .page-link.page-link-previous {
	height: 36px;
	width: 36px;
	background: transparent;
	color: #5E5E5E;
	border-radius: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	transition: ease all 0.4s;
}

.c-jobs-pagination .page-link.page-link-next:hover, .c-jobs-pagination .page-link.page-link-last:hover, .c-jobs-pagination .page-link.page-link-first:hover, .c-jobs-pagination .page-link.page-link-previous:hover {
	background: #004b85;
	color: #1da7df;
}

.c-jobs-pagination .page-link.page-link-next.not-selectable, .c-jobs-pagination .page-link.page-link-last.not-selectable, .c-jobs-pagination .page-link.page-link-first.not-selectable, .c-jobs-pagination .page-link.page-link-previous.not-selectable {
	opacity: 0.5;
	cursor: not-allowed;
	display: none;
}

.c-jobs-pagination .page-link.current-page.not-selectable {
	color: #004b85;
}

/*
============================================================================================
job detail
============================================================================================
*/
.job-description {
  max-width: 1800px;
  margin: 0 auto;
  margin-top: 13.217rem;
}

.job-description * {
  font-family: "Montserrat", sans-serif;
}
/*content */
.job-description .content {
  max-width: 90rem !important;
}
.job-description .main-content {
  width: -webkit-calc(100% - 24rem) !important;
  width: calc(100% - 24rem) !important;
}
.job-description .main-content .simple-apply-container {
    display:None;
}
.job-description .main-content .job-body .job-description-header {
  font-size: 20px;
}
.job-description-content p,
.job-description-content p > span,
.job-description-content ul li,
.job-description-content ol li {
  font-size: 16px !important;
  font-weight: 400;
}
.job-description-content p a {
  color: #1da7df;
}
.simple-apply-container .apply-with-file-component button,
.job-share-button[data-reactid="47"],
[data-reactid="114"] {
  font-size: 1.6rem !important;
  line-height: 1.6rem !important;
  font-weight: 700 !important;
  text-align: center !important;
  border: 3px solid #a3d365 !important;
  border-radius: 0.8rem !important;
  padding: 0.812em 1.5em !important;
  color: #1da7df !important;
  background: #fff !important;
}
.simple-apply-container .apply-with-file-component button:hover {
  background: #a3d365 !important;
  color: #fff !important;
}
.job-description-content ul,
.job-description-content ol {
  transform: translateX(3rem);
  max-width: calc(100% - 3rem);
}
[data-reactid="7"] span {
  display: block;
}
/* share button and location */
.job-addl-info {
  width: 24rem !important;
}

.job-addl-info .salary-comment{
    display: none;
}

[data-reactid="114"] > a {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}
.job-share-button[data-reactid="47"]:hover,
[data-reactid="114"]:hover {
  background: #a3d365 !important;
  color: #fff !important;
}
.job-share-button[data-reactid="47"] {
  background: transparent;
}
.job-share-button[data-reactid="47"],
[data-reactid="114"] > * {
  font-size: 1.2rem !important;
}

.date,
date[data-reactid="120"] {
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .job-description {
    margin-top: 11.2rem;
  }
  .job-description .main-content,
  .job-addl-info {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  [data-reactid="115"]{
    justify-content: center !important;;
  }
  [data-reactid="114"] .location__label {
    width: auto !important;
  }
}
@media screen and (max-width: 1024px) {
  .job-description {
    margin-top: 0;
  }
}

.menubtn a {
    transition: all 0.4s ease;
}


.c-main-hero-search .location-search--has-value input[aria-expanded="true"] + .menu {
  border-radius:0.8rem;
  background: #fff;
  border: 1px solid #1da7df;
  padding: 20px;
  position: absolute;
  overflow: auto;
  max-height: 15rem;
  height: auto;
  z-index: 2;
  left:0;
  top: 110%;
  /*border-top: 1px solid rgb(41 41 41 / 15%);*/
  width: 100%;
}

@media(max-width: 768px) {
  .c-main-hero-search  .location-search--has-value input[aria-expanded="true"] + .menu {
       max-height: 12.5rem;
  }
}



.job-description .apply-button {
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: 700;
    text-align: center;
    border: #a3d365 0.3rem solid !important;
    border-radius: 0.8rem;
    padding: 0.812em 1.5em;
    background-color: rgba(0,0,0,0);
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    transition: all ease 0.4s;
    color: #1da7df;
    background-color: #fff;
    
}

.job-description .apply-button:hover {
    color: #fff;
    border: 3px solid #a3d365;
    background: #a3d365;
}
.job-description .map-button, 
.job-description .job-share-button{
   
     padding: 1rem .5rem !important;
}

.job-description .map-button:hover, 
.job-description .job-share-button:hover{
      background-color: #a3d365 !important;
}



/** CLEAN UP **/
.loader.loader-spinner-3,
.expired-job-joblist__button{
    display: none !important
}

.custom-search-box .location-search .location-item label{
margin: 0 auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;


}

.results-list__item-distance {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}


.location-item__text {
     display: flex;
     width: 100%;
    align-items: center;
    flex-flow: row-reverse;
    justify-content: flex-end;
    
}

.location-item__zip:after {
    content: '-';
    margin: 0 3px;
}



.c-job-main__sorting-right {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    width: 100%
    
}

@media(min-width: 600px) {
    .c-job-main__sorting-right {
        flex-flow: row;
        justify-content: start;
    }
    .c-job-main__sorting-right > div:nth-child(1) {
        margin-right: 1rem;
    }
}

@media(min-width: 1000px) {
     .c-job-main__sorting-right {
         justify-content: space-between;
         width:auto;
     }
      .c-job-main__sorting-right > div:nth-child(1) {
        margin-right: 0;
    }
}


@media(max-width: 1000px) {
    .c-job-main__sorting-right > div {
        margin-bottom: 1rem
    }
}



.c-job-main__sorting {
display: flex;
   
    width: 100%;
    justify-content: space-between;
    flex-flow: column

}

.c-job-main__sorting-left {
    margin-bottom: 2rem;
}

@media(min-width: 1000px) {
    .c-job-main__sorting {
        flex-flow: row;
         align-items: center;
    }
    .c-job-main__sorting-left {
        margin-bottom: 0;
    }
}

.c-jobs-sortby {
    margin-left: 1rem;
}



[data-react-prop-classname="c-jobs-sortby"] > div,
.c-jobs-radius{
    /*display: flex;*/
    /*align-items: center;*/
    /*background-color: #F3F3F4;*/
    /*padding: 5px 20px;*/
    /*border-radius: 20px;*/
    
    	width: fit-content;
	background-color: transparent;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.5rem;
	display: flex;
	flex-direction: row;
	gap: 8px;
	padding: 1.05rem 2.4rem;
	border: 0.1rem solid #a3d365;
	justify-content: center;
    align-items: center;
}

@media(max-width: 1000px) {
    [data-react-prop-classname="c-jobs-sortby"] > div,
    .c-jobs-radius {
        margin: 0 auto;
        justify-content: space-between;
    }
}

[data-react-prop-classname="c-jobs-sortby"] .Select-clear-zone,
.c-jobs-radius .Select-clear-zone {
    display: none;
}

[data-react-prop-classname="c-jobs-sortby"] > div .Select,
.c-jobs-radius .Select{
    width: 130px;
    font-weight: bold;
}

[data-react-prop-classname="c-jobs-sortby"] .Select-control,
.c-jobs-radius .Select-control{
    border: none ;
    background: none;
}
.c-jobs-radius .Select.is-disabled>.Select-control {
    background: none;
}

[data-react-prop-classname="c-jobs-sortby"] .Select-control:hover,
.c-jobs-radius .Select-control:hover {
    box-shadow: none;
}




#location-list .header,
#location-description .header,
#PFoot,
#location-description #CompHTMLTop{ 
    display: none;
    
}

#location-description {
    background: url(https://dokumfe7mps0i.cloudfront.net/oms/6809/image/2025/7/0HAJ0_texture-slateGet6Dj/texture-slateGet6Dj.png) 0 0 repeat #262524;
    
}




/* ==========================================================================
Legacy
========================================================================== */


#location-description #PContentContainer {
    max-width: none;
    padding: 5rem 2rem;
}

#location-description #PTitle h1,
#location-description #PContent h4,
#location-description #PContent p,
#location-description #PContent span {
    color: #fff;
    display: block !important;
}

#location-description #PTitle h1 {
    margin-bottom: 1.5rem;
}

#location-description .open-jobs li {
    padding: 1rem;
    padding-left: 0;
    margin: 0.5rem 0;
    border-bottom: solid 0.2rem #fff;
}

#location-description .open-jobs li:hover {
    border-color:#FFBC0D ;
}

#location-description .open-jobs li a:hover {
    color: #fff;
    text-decoration: none;
}

#location-description .title {
    font-size: 1.2rem;
    font-weight: 900;
    display: block;
}

#open-jobs h2 {
    color: #006ac6;
}

.container-map a > path.available {
fill: #006ac6;
    stroke-width: 0.5px;
    transition: 0.3s all ease-in-out;
    stroke: #ffbc0e;
}
.container-map a:hover > path.available {
    fill: #006ac6
}

.container-state {
    margin-bottom: 2rem;
}

.list-states .list-locations li a {
    color: #333;
    font-weight: bold;
}

.list-states .list-locations li  {
    padding: 1rem 0;
}

.container-state span {
    font-size: 1.5rem;
    font-weight: bold;
}

#location-list .inner {
    padding: 2rem 0;
}

.container-locations-united-states h3,
.container-locations-canada h3{
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #000;
    background: #006ac6;
    padding: 1rem;
    text-align: center;
}

/*.container-locations-canada {*/
/*    display: none;*/
/*}*/




/******/


.job-title {margin-bottom: 5rem;}

#job-detail .job-addl-info * {font-size: 16px;}


/* ==========================================================================
Custom header overview page
========================================================================== */
.intro .wow_img {
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px 0;   
}

.job_openings {
    position: relative;
}

.submenu__dropdown {
    display: none;
    
}

.submenu__dropdown a {
    padding: 15px;
    text-align: center;
    border-bottom: none !important;
    color: white !important;
}

.submenu__dropdown a:hover {
    color: #a3d365 !important;
     text-decoration: underline;
}

.job_openings:hover .submenu__dropdown {
    display: flex;
    flex-direction: column;
    position: absolute;
    background: #004b85;
    left: 0;
    width: 100%;
}



.c-main-hero-search__keyword .keyword-search__input::before {
    content: "\f002";
    font: 900 14px / 1 "Font Awesome 6 Free";
    display: block;
    color: #000;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    z-index: 2;
}

.c-job-main .keyword-search__icon-container {
    width: fit-content;
    height: fit;
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
    right: 1.5rem !important;
}

.c-job-main .keyword-search__icon-container svg {
    width: 2.4rem;
    height: 2.4rem;
}

.c-job-main .results-list__item-info>div>div {
    display: flex;
    align-items: center;
    gap: 20px;
}

[data-react-component="jobs-filter"] .advanced-search-container {
    width: 100%;
    max-width: 350px;
    display: inline-block
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-group {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-group>* {
    display: block;
    width: 100%;
    margin: 0
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-header {
    position: relative;
    background-color: #fff;
    color: #555555;
    padding: 12px 20px 12px 12px;
    cursor: pointer;
    font-size: 16px
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-header.open::after {
    border-top-color: transparent;
    border-bottom-color: #555555;
    -webkit-transform: translateY(-75%);
    -ms-transform: translateY(-75%);
    transform: translateY(-75%)
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-header::after {
    content: "";
    border: 6px solid transparent;
    border-top-color: #555555;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%)
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-header .filter-title {
    margin-right: 20px
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-options-list-container {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 300ms cubic-bezier(0, 1, 0.5, 1);
    -o-transition: max-height 300ms cubic-bezier(0, 1, 0.5, 1);
    transition: max-height 300ms cubic-bezier(0, 1, 0.5, 1);
    position: relative;
    display: none;
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-options-list-container.is-expanded {
    -webkit-transition: max-height 300ms ease-in;
    -o-transition: max-height 300ms ease-in;
    transition: max-height 300ms ease-in;
    max-height: 500px;
    display: block;
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-options-list-container .filter-options-list {
    max-height: 200px;
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    list-style-type: none;
    margin: 0
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-options-list-container .filter-options-list .option-value {
    color: #555555;
    font-size: 16px
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-options-list-container .filter-options-list div {
    position: relative
}

[data-react-component="jobs-filter"] .reset-filters {
    padding: 10px 0;
    clear: left
}

.c-job-main .c-jobs-filter .filter-option .option-value.text {
    flex: 1;
}

.c-main-hero-search .location-search__input-icon--pin {
    font: normal normal normal 14px / 1 FontAwesome;
    z-index: 1;
    color: #000;
}

.c-main-hero-search .location-search .icon-container {
    position: absolute;
    right: 1.5rem !important;
    top: 50% !important;
    transform: translateY(-50%);
}

.c-main-hero-search .location-search .icon-container>span {
    display: flex;
}

.c-job-main .c-main-hero-search__location-label {
    display: none;
}

.c-job-main .filter-option {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.c-job-main .filter-option .option-value.text {
    flex: 1;
}


.autocomplete__input {
    width: 100%;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    border: none;
}

.page-size_text {
    display: none;
}




.jobs-sort-by[data-react-component="jobs-sort-by"] .jobs-sort-by_select_display,
.jobs-radius[data-react-component="jobs-radius"] .jobs-radius_select_display {
    border: none;
    width: 10rem;
    background-color: #80808024;
}

.jobs-radius_select_display_text,
.jobs-sort-by_select_display_text {

    width: 100%;
}

.jobs-radius[data-react-component="jobs-radius"] .jobs-radius_select_display_icon,
.jobs-sort-by[data-react-component="jobs-sort-by"] .jobs-sort-by_select_display_icon {
    display: none;
}

.jobs-radius[data-react-component="jobs-radius"] .c-jobs-radius,
.jobs-sort-by[data-react-component="jobs-sort-by"] .c-jobs-sortby {
    justify-content: space-between;
}

.jobs-radius[data-react-component="jobs-radius"] .c-jobs-radius>div,
.jobs-sort-by[data-react-component="jobs-sort-by"] .c-jobs-sortby>div {
    width: auto;
}


.c-main-hero-search .keyword-search__input .autocomplete,
.c-main-hero-search .location-search-input .autocomplete {
    width: 100%;
    height: 100%;
    position: unset;
}

.c-main-hero-search .keyword-search__input .autocomplete .autocomplete__suggestion.menu,
.c-main-hero-search .location-search-input .autocomplete .autocomplete__suggestion.menu {
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #ffffff;
    color: #000000;
    padding: 0;
    z-index: 99;
    border-radius: 0.5rem;
    box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
}

.c-main-hero-search .keyword-search__input .autocomplete .autocomplete__suggestion.menu label,
.c-main-hero-search .location-search-input .autocomplete .autocomplete__suggestion.menu label {
    display: block;
    padding: 1rem 2rem;
    transition: background-color 0.2s;
}

.c-main-hero-search .keyword-search__input .autocomplete .autocomplete__suggestion.menu label:hover,
.c-main-hero-search .location-search-input .autocomplete .autocomplete__suggestion.menu label:hover {
    background-color: #d3d3d3;
}

.c-main-hero-search .keyword-search__input .icon-container,
.c-main-hero-search .location-search-input .icon-container {
    background: transparent;
}

.c-main-hero-search .keyword-search__input .icon-container .location-search__icon-left,
.c-main-hero-search .location-search-input .icon-container .location-search__icon-left {
    display: none;
}

.c-main-hero-search .keyword-search__input .keyword-search__icon-container {
    /* display: none; */
    background-color: transparent;
}

.c-main-hero-search .location-search-input .keyword-search__icon-container {
    position: relative !important;
    background: transparent;
}

.c-main-hero-search .keyword-search__input .keyword-search__icon-container svg,
.c-main-hero-search .location-search-input .keyword-search__icon-container svg {
    height: 2rem;
    width: 2rem;
    fill: #000;
}

/* Focus styles for interactive elements */
a:focus-visible,
button:focus-visible,
/* input:focus-visible, */
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid #007acc !important;
    outline-offset: 2px !important;
}

/* Optional: fallback for browsers that don't support :focus-visible */
a:focus,
button:focus,
/* input:focus, */
select:focus,
textarea:focus {
    outline: 3px solid #ffbf47;
    outline-offset: 2px;
}

/* Hide focus outline if not keyboard navigating */
a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
/* input:focus:not(:focus-visible), */
select:focus:not(:focus-visible),
textarea:focus:not(:focus-visible) {
    outline: none;
}