@font-face {
  font-family: AvenirLTStd-Light;
  src: url("webfonts/avenirltstd/AvenirLTStd-Light.eot") format("eot"),url("webfonts/avenirltstd/AvenirLTStd-Light.svg") format("svg"),url("webfonts/avenirltstd/AvenirLTStd-Light.ttf") format("truetype"),url("webfonts/avenirltstd/AvenirLTStd-Light.woff") format("woff"),url("webfonts/avenirltstd/AvenirLTStd-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
  font-display: swap
}

@font-face {
  font-family: AvenirLTStd-Heavy;
  src: url("webfonts/avenirltstd/AvenirLTStd-Heavy.eot") format("eot"),url("webfonts/avenirltstd/AvenirLTStd-Heavy.svg") format("svg"),url("webfonts/avenirltstd/AvenirLTStd-Heavy.ttf") format("truetype"),url("webfonts/avenirltstd/AvenirLTStd-Heavy.woff") format("woff"),url("webfonts/avenirltstd/AvenirLTStd-Heavy.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
  font-display: swap
}

#jobsxml {
  font-family: AvenirLTStd-Light,sans-serif;
  /*margin-top: 160px;*/
}
#jobsxml .form{
	position:relative;
    top: -11em;
	margin-left: auto;
    margin-right:10%;
	background-color: #497593;
	padding:20px;
	width:30%;
  font-size:19px;
}
#jobsxml .hit td{background-color:#ebebeb;}

#jobsxml .popup-overlay {
  /*Hides pop-up when there is no "active" class*/
  visibility: hidden;
  position: absolute;
  background: #ffffff;
  border: 3px solid #666666;
  width: 50%;
  height: 50%;
  left: 25%;
}

#jobsxml .popup-overlay.active {
  /*displays pop-up when "active" class is present*/
  visibility: visible;
  text-align: center;
}

#jobsxml .jobdesc {
  /*Hides pop-up content when there is no "active" class */
  display: none;
}

#jobsxml .jobdesc.active {
  text-align: left;
  /*Shows pop-up content when "active" class is present */
  display: block;
  /*padding-top: 25px;*/
  /*position: absolute;*/
  z-index: 100;
  width: 100%;
}
#jobsxml .jobdesc.active button {
  margin-bottom:20px;
}
/*#jobsxml .open{
	background-image: url(view.svg);
  font-size:20px;
}*/
#jobsxml button {
	text-transform: uppercase;
	font-size:20px;
	font-weight: bold;
	width: 184px;
	height:38px;
  background-size: cover;
  background-color: transparent;
  /*text-indent: -9999px;*/
  background-repeat: no-repeat;
  overflow: hidden;
  outline: none;
  border: none;
  cursor: pointer;
	padding: 0 1em 0 1em;
}
#jobsxml button:hover {
  text-transform: uppercase;
  color: #000000;
}
#jobsxml .content{
  color:#333333;
  font-size: 16px;
  /* min-width: 420px; */
  /*width: 80%;*/
}
#jobsxml .submit{
	width:100%;
	background-image: url(arrow-top-right.svg);
	background-repeat: no-repeat;
	background-color: #95C11F;
	background-position: right 10px;
	background-origin: content-box;
	background-size: auto 20px;
	padding-right: 10px;
  font-size: 20px;
  height: 48px;
}
#jobsxml .job-listing{
	-webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
	display: block;
  /*min-height: 132px;*/
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;

  background-color: #e9e9e9;
  box-sizing: border-box;
  list-style: none;
  position: relative;
  /*margin: 0 60px 10px 60px;*/ /*Full Width*/
  margin: 0 10px 10px 10px; /* Columns*/
}
#jobsxml .wrapper{
	/* grid-template-columns: 1fr 190px; */
	/* display: grid; */
	/* grid-template-rows: auto; */
	/* gap: 0 20px; */
	/* list-style: none; */
}
#jobsxml .paging{
	text-align: center;
	-webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
	display: block;
  min-height: 132px;
  padding: 20px;
  margin: 5px 10% 5px 10%;
  box-sizing: border-box;
  list-style: none;
  position: relative;
}
#jobsxml .description{
	max-height: 40px;
  overflow: hidden;
  margin: 0;
  line-height: 1.6;
  color: #757575;
  cursor: inherit;
}
#jobsxml h1, #jobsxml h2, #jobsxml h5, #jobsxml h5, #jobsxml h5, #jobsxml h6 {
  /*font-family: "AvenirLTStd-Heavy",sans-serif;*/
}
#jobsxml .vacancy img{
  max-width: 100%;
  height: 72px;
  width: 40%;
  margin-bottom: 20px;
}
#jobsxml .VacancyTitle{
	margin: 0 0 10px;
  font-weight: 700;
  font-size: 24px;
  color: #444;
  cursor: inherit;
  /*word-break: break-word;*/
}
#jobsxml .VacancyTitle h5{
  font-size: 24px;
  font-weight: 900;
  /*font-family: "AvenirLTStd-Heavy, sans-serif";*/
}
#jobsxml h5{
  line-height: 1.4em;
  /* display: table-caption; */
  line-height: 1.4em;
  /* min-height: 80px; */
  /* font-size: 1.1em; */
}
#jobsxml .job-highlights {
  position: relative;
  float: right;
  width: 216px;
  cursor: inherit;
}
#jobsxml .job-listing-wrap {
  display: block;
  cursor: pointer;
  margin: 0 0 20px;
  float: left;
  width: 90%;
}
#jobsxml .highlights{
	float: right;
  margin: 0 0 0 0;
  padding: 0;
  /* width: 160%;*/ /*Full Width*/
  cursor: inherit;
	list-style: none;
	text-align: left;
  color:#333333;
}
#jobsxml .icon{
	padding-right: 5px;
}
#jobsxml .icon img{
	width: 20px;
  padding-bottom: 10px;
}
#jobsxml .flexible-work-option {
    margin-left: 5px;
    color: #aaaaaa;
    /* border: 6px; */
    background: #eeeeee;
    padding: 3px;
    font-size:10px;
}
#jobsxml input{
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  width: 100%;
  -webkit-box-flex: 0;
  margin-bottom: 28px;
  background-color: #ffffff;
  border-top-width: initial;
  border-right-width: initial;
  border-left-width: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-left-color: initial;
  background-image: url(search.svg);
  background-size: auto 30px;
  flex: 0 1 35%;
  border-style: none none solid;
  border-image: initial;
  border-bottom: 4px solid rgb(255, 255, 255);
  padding: 10px 0px 10px 8px;
  border-radius: 0px;
  background-repeat: no-repeat;
  background-position: left center;
	background-origin: content-box;
  height:48px;
}
/*
#jobsxml input:before{
  content:"\e98d";
  font-family:"IconFont";
  line-height:1;
  margin:10px;
  display:inline-block;
}*/
#jobsxml input::placeholder {
	margin-left:2em;
  text-align: center; 
  color:#000000;
}
#jobsxml .jobbsearchfooter {
    padding: 26px 60px 0 60px;
}

#jobsxml li.highlight {
  display: flex;
  margin-bottom: 10px;
}

#jobsxml .content li {
  margin-left: 20px;
}
#jobsxml .insights_more--btn {
  display: block!IMPORTANT;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  padding-bottom: 5px;
  position: relative;
  cursor: pointer;
  width: 120px;
  margin-bottom: 25px;
}

#jobsxml .insights_more--btn img {
    position: relative;
    top: -20px;
    right: -120px;
    width: 26px;
    height: 16px;
}

#jobsxml .insights_more--btn:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #333;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
}

#jobsxml .jobsearchheader{
    position: relative;
    width: 100%;
    /*top: 29%;*/ /* with BU*/
    top: 17%; /* no BU*/
    left: 9.5%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: 10%;
    height: 12em;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: none;
    background-size: 22%;
}
#jobsxml .BrandLogo {
  width: 150px;
  margin-bottom: 20px;
  /* display: block; */
}

#jobsxml select{
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
  -webkit-box-flex: 0;
  background-color: #ffffff;
  border-top-width: initial;
  border-right-width: initial;
  border-left-width: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-left-color: initial;
  background-image: url(green-arrow-down.svg);
  background-size: auto 20px;
  flex: 0 1 35%;
  border-style: none none solid;
  border-image: initial;
  border-bottom: 4px solid rgb(255, 255, 255);
  padding: 10px 10px 10px 10px;
  border-radius: 0px;
  background-repeat: no-repeat;
  background-position: right center;
  background-origin: content-box;
  margin-bottom: 28px;
  font-size: 18px;
  height:48px;
}
#jobsxml option{
  text-align: left;
}
#jobsxml option:checked{
  text-align: center;
}
#jobsxml .jobsearch{	
	background-image: none;;
    background-size: cover;
    background-origin: padding-box;
    background-repeat: no-repeat;
    /*height: 32em;*/ /*full height*/
    height: 20em; /*no BU height*/
}
#jobsxml p{
  margin-block-start: 18px;
}
#jobsxml strong {
  display: inline;
  font-weight:600;
}
#jobsxml u {
  text-decoration: none;
}

#jobsxml .jobsxml_grid {
  margin: 0 0 0 45px;
}

#jobsxml .jobsxml_grid--item {
  max-width: 44%;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 20px;
}
#jobsxml .VacancyTitleMobile{
  display:none;
  min-width: 125%;
}
#jobsxml .VacancyTitle{
  display:block;
  /* clear: left; */
  /* float: left; */
  /* min-width: 470px; */
}
#jobsxml .LogoHighlights{
  /* display: block; */
  height: auto;
  /* min-height: 300px; */
  display: grid;
  grid-auto-flow: column;
  gap: 3%;
  align-items: center;
  justify-content: space-between;
}
#jobsxml .JobSpacer{
  width:100%;
}
#jobsxml .TitleSpacer{
  width:100%;
}
@media screen and (max-width: 1023px) {
  #jobsxml .LogoHighlights{
    height: auto;
    display: block;
    grid-auto-flow: column;
    gap: 5%;
  }
  #jobsxml .jobsearchheader{
    display:none;
  }
  #jobsxml .form{
      width:80%;
      top:40px;
  }
  #jobsxml .wrapper {
    /*display: inline-block;*/
  }
  #jobsxml .job-highlights {
    float: left;
  }
  #jobsxml .highlights {
    width: inherit;
  }
  #jobsxml .VacancyTitleMobile{
    display:block;
  }
  #jobsxml .VacancyTitle{
    display:none;
  }
  #jobsxml .jobdesc.active {
    width:130%;
  }
  #jobsxml .job-highlights {
    position: relative;
    flex: 1;
    order: 2;
    margin-bottom: 36px;
    display: flex;
    padding: 0;
    margin-left: 0;
    left: -21px;
  }
  #jobsxml h5 {
    flex: 1;
    order: 2;
    min-height:auto;
    width: 80%;
  }


  #jobsxml .job-listing-wrap {
    float: left;
  }
  #jobsxml .jobsxml_grid--item {
    max-width: 90%;
    width: 90%;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 20px;
  }
  #jobsxml .jobdesc.active {
    /*width: 115%;*/
    position:relative;
  }
  #jobsxml .jobdesc.active button {
    display: none;
  }

  #jobsxml .job-highlights {
    position: relative;
    right: 2%;
    top: 3%;
    margin-bottom: 27px;
    width:100%;
    float:left;
    flex: 1;
    order: 2;
  }
  #jobsxml .BrandLogo {
    height: 20%;
    margin-bottom: 20px;
    flex: 1;
    order: 1;
  }
  #jobsxml .vacancy {
    flex: 1;
    order: 3;
  }
  #jobsxml .insights_more {
    flex: 1;
    order: 2;
  }
}

@media screen and (max-width: 560px) {
  #jobsxml .jobdesc.active {
    width: 80%;
  }
  #jobsxml h5 {
    width: 70%;
  }
  #jobsxml .vacancy {
    width:70%;
  }
  #jobsxml .jobdesc.active {
    width: 70%;
  }
  #jobsxml button {
    width: 100px;
    height: 25px;
  }
  #jobsxml .insights_more--btn {
    width: 100px;
    font-size: 16px
  }
}
@media screen and (max-width: 700px) {
  #jobsxml .jobdesc.active {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  #jobsxml .jobdesc.active {
    width:70%;
  }
}
@media screen and (max-width: 959px) {
  #jobsxml .jobdesc.active {
    /*width: 100%;*/
  }
}

@media screen and (min-width: 576px) and (max-width: 1024px) {
  #jobsxml .jobbsearchfooter {
    padding: 70px 60px 0 60px;
  }
}
@media screen and (max-width:1024px){
	#jobsxml {
	  margin-top: 160px;
	}
}
#jobsxml .loggedin{
  background-color: yellow;
  padding: 5px;
}

#jobsxml .loggedin strong{
  color: red;
}