.career-container::before,
.career-container::after {
  display: none;
}

.posting-row {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: flexbox;
  -webkit-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.posting-div {
  float: left;
  width: 33.333%;
  padding: 0 15px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;

}

.job-posting {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 5%);
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 5%);
  border: 1px solid #dddfe3;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none !important;
  background: #fff;
  padding: 20px;
  font-size: 14px;

}

.job-posting:hover {
  -webkit-box-shadow: 0 3px 15px -5px rgb(0 0 0 / 20%);
  box-shadow: 0 3px 15px -5px rgb(0 0 0 / 20%);
  /* color: #6a08c1; */
}

.job-posting:hover .job-post-title,
.job-posting:hover .more-details-wrapper {
  color: #6a08c1;
}

.job-post-title {
  margin: 0 0 15px;
  margin-bottom: 5px;
  font-size: 18px;
  text-align: left;
}

.more-details-icon::before {
  content: "\002192";
  ;
}

.job-details-wrapper {
  display: flex;
  gap: 12px;
  color: #4c4c4c;
  font-size: 12px;
  margin-top: 5px
}

.more-details-wrapper {
  margin-top: 10px;
}

.job-section {
  /* max-width: 980px; */
  /* margin: 0 auto; */
  /* overflow: visible; */
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.job-section .section-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
}

.back-link{
  clear: both;
  margin: 18px 0;
}

.back-link a{
  color: #29222f;
  text-decoration: none;
}
.back-link a::before{
  content: "\002190";
  padding-right: 10px;
}

.job-jd{
  float: left;
  width: 55%;
  padding-right: 15px;
  padding-bottom: 32px;
}

.job-form{
  float: left;
  width: 45%;
  padding-left: 15px;
}

.form-container-jobs{
  background: #fff;
  border: 1px solid #dddfe3;
  padding: 35px;
}

.job-form-styling{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.requirement-list{
  list-style-type: circle;
  padding-left: 30px;
}

.bottom-content{
  margin: 20px 0 0;
}
@media (max-width:1199.98px) {
  .job-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (max-width:992px) {
  .job-jd{
    width: 100%;
    padding-right: 0;
  }
  .job-form{
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width:768px) {
  .posting-div{
    width: 50%;
  }
}
@media (max-width:648px) {
  .posting-div{
    width: 100%;
  }
}
.error-message{
    color: red;
    font-size: 12px;
}
