.my-site .delight-section {
  background-color: #f8f5f0;
}
.my-site .search-filter .search-filter-box {
  width: 50%;
  position: relative;
}
.my-site .search-filter .search-filter-box ::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.my-site .search-filter .search-filter-box ::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.my-site .search-filter .search-filter-box :-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.my-site .search-filter .search-filter-box :-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.my-site .search-filter .search-filter-box input[type="search"], .my-site .search-filter .search-filter-box input[type="text"] {
  width: 100%;
  height: 30px;
  padding: 0 40px 0 10px;
  color: #fff;
  text-transform: uppercase;
  background-color: #a3b346 !important;
  font-size: 17px;
  font-family: 'FuturaStd-Light';
  border: none;
}
.my-site .search-filter .search-filter-box input[type="submit"] {
  width: 20px;
  height: 20px;
  border: none;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 5px;
  background: url("../images/job-search-icon.png") no-repeat center center;
  background-size: 20px;
}
.my-site .job-data-table table {
  margin: 20px 0;
  width: 100%;
  border: none;
  text-align: left;
}
.my-site .job-data-table table th, .my-site .job-data-table table td {
  width: 50%;
}
.my-site .job-data-table table thead th {
  padding: 4px 10px;
  background-color: #a3b346;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  border-left: 1px solid #fff;
}
.my-site .job-data-table table thead th:first-child {
  border-left: 0px;
}
.my-site .job-data-table table tbody tr {
  border-bottom: 1px solid #a3b346;
}
.my-site .job-data-table table tbody td {
  padding: 4px 10px;
  border-left: 1px solid #a3b346;
}
.my-site .job-data-table table tbody td:first-child {
  border-left: 0px;
}
.my-site .benifit-block {
  width: 50%;
  float: left;
}
.my-site .job-iconic-block {
  opacity: 1 !important;
  text-align: center;
}
.my-site .job-iconic-block .job-icon {
  display: inline-block;
  width: 150px;
  height: 150px;
  background-color: #a3b346;
  border-radius: 100%;
}
