.kh-careers-list-green {
  background-color: #46bfb0;
}
.kh-careers-list {
  width:100%;
  background:transparent;
  display: block;
}
.kh-careers-item-cards {
  background-color: transparent;
  padding: 4rem 1rem;
  gap: 3rem;
  display: grid;
  margin:0;
  box-sizing: border-box;
}
@media only screen and (min-width:768px) and (max-width: 1200px) {
  .kh-careers-item-cards {
    grid-template-columns: repeat(2,1fr);
  }
}
@media only screen and (min-width: 1201px) {
  .kh-careers-item-cards {
    grid-template-columns: repeat(3,1fr);
  }
}
.kh-careers-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 26px;
  text-align: center;
  position: relative;
  padding: 1.5rem;
  width: 100%;
  z-index: 1 !important;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .kh-careers-card {
    max-width: none;
  }
}
.kh-careers-card-container {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 26px;
  position: relative;
  padding:1.5rem;
  z-index: 1 !important;
  width: 100%;
  margin: 0 auto;
}
.kh-careers-card-container::before {
  content: " ";
  height: 100%;
  width:100%;
  transform: none;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 27px;
}
.kh-careers-card-container::after {
  content: " ";
  height: 100%;
  width:100%;
  position: absolute;
  background-color: #e5edf7;
  transform: rotate(-5deg);
  z-index: -2;
  top: 0;
  left: 0;
  border-radius: 27px;
}
.kh-careers-card-content {
  height: 90%;
  justify-content: space-around;
  align-items: center;
  z-index: 2 !important;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.kh-careers-card-title {
  display: flex;
  flex-direction: column;  
  justify-items: center;
  flex-wrap: wrap;
  font-weight: 700;
  line-height: 1.1;
  color: #3a3a3a;
  width: auto;
  grid-gap: 10px;
}
.kh-careers-card-title-text {
  text-align: center;
  font-size: 2.25rem !important;
  margin-top: 10px;
  margin-bottom: 0 !important;
}
.kh-careers-card-location {
  display: flex;
  flex-direction: column;  
  justify-items: center;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.kh-careers-card-location-text {
  font-size: 1.2rem !important;
  margin-bottom: 0;
}
.kh-careers-card-window {
  display: flex;
  flex-direction: column;  
  justify-items: center;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.kh-careers-card-apply-now {
  flex-direction: column;
  justify-content: center;
  grid-gap: 10px !important;
  margin-top: 1.5rem !important;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  box-sizing: border-box;
}
.kh-careers-card-button, .kh-careers-list-view-all-button {
  flex-direction: column;  
  justify-items: center;
  padding: 1rem;
  height: auto;
  text-align: center;
  border-style: solid;
  border-width: 2px;
  border-image-slice: 30;
  border-image-source: url(../svg/btn-outline-medium-coral.svg);
  border-image-width: 30;
  border-radius: 1.25rem;
  border-color: #ff6668;
  font-size: 1.1rem !important;
  font-weight: 700;
  transition: all .3s !important;
  background-image: none !important;
  text-transform: capitalize;
  background-color: transparent;
}
.kh-careers-card-button {
  border-image-source: url(../svg/btn-outline-medium-coral.svg);
  text-transform: none !important;
}
.kh-careers-list-view-all button {
  background-image: url(../svg/coral-solid-md-2.svg) !important;
  color:#ffffff !important;
}
.kh-careers-list-view-all {
  text-align: center;
}
.kh-careers-list-error {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.kh-careers-list-view-all .positions,
.kh-careers-list-error .positions {
  color: #ffffff;
}
/*careers page additional styles */
@media only screen and (max-width:1024px) {
	#kh-careers-banner {
		background-position:center center;
		text-align:center;
		padding:0 10px;
	}
}
.kh-careers-icon img {
	height:150px;
	width:auto;
	margin-bottom:15px;
	transition: transform .5s all;
	-webkit-transition: all .5s;
  -moz-transition: all .5s;
}
.kh-careers-icon img:hover {
	transform: scale(1.2);
}
.kh-careers-icon h3 {
	font-size:1.5rem;
}