/*
* Generate A Background Image Properties
* @param $size:    Background-size, default = 'cover'
* @param $pos:     Background-position, default = 'center'
* @param $repeat:  Background-repeat, default = 'no-repeat
*/
/*
* Generate A Squared Button
* @param $bg:    Background color
* @param $color: Text color
* @param $uppercase: Whether to transform text into all uppercase or not, default = 'none'
* @param $gray-60Color: Border color, default = background color
*/
#section-cover {
  margin-top: 6rem;
  position: relative;
}
#section-cover .section-cover-inner {
  height: 450px;
}
@media screen and (max-width: 991.98px) {
  #section-cover .section-cover-inner {
    flex-flow: column;
    height: 600px;
  }
}
@media screen and (max-width: 991.98px) {
  #section-cover {
    margin-top: 3.5rem;
  }
}
#section-cover .bg-wrapper {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #section-cover .bg-wrapper {
    height: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  #section-cover .bg-wrapper {
    flex: auto;
    max-width: none;
    height: 100%;
  }
}
#section-cover .bg-wrapper .copy-right {
  position: absolute;
  right: 0;
  bottom: 5px;
  padding: 3px 16px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 991.98px) {
  #section-cover .bg-wrapper .copy-right {
    bottom: 45px;
  }
}
#section-cover .bg-wrapper .copy-right .img-copy-right {
  color: #fff;
  opacity: 0.75;
  text-align: left;
}
#section-cover .bg-wrapper .bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #171717;
  background: linear-gradient(to top, #171717 0%, #171717 4%, rgba(85, 85, 85, 0.5) 25%, rgba(100, 100, 100, 0) 100%);
  opacity: 0.3;
}
#section-cover .black-square {
  background-color: #f0eeee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 5rem;
}
@media screen and (max-width: 991.98px) {
  #section-cover .black-square {
    padding: 2rem;
  }
}
@media screen and (max-width: 991.98px) {
  #section-cover .black-square {
    flex: auto;
    max-width: none;
  }
}
#section-cover .black-square .text-wrapper {
  width: 85%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
@media screen and (max-width: 991.98px) {
  #section-cover .black-square .text-wrapper {
    width: 100%;
  }
}
#section-cover .black-square .text-wrapper h1 {
  margin-bottom: 1.5rem !important;
}
@media screen and (max-width: 991.98px) {
  #section-cover .black-square .text-wrapper h1 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991.98px) {
  #section-cover .stripe-wrapper {
    width: 100%;
  }
}

.job-card {
  background-color: #fff;
  margin-bottom: 2rem;
}
.job-card .card-head {
  padding: 1.5rem 2.5rem 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 901.98px) and (min-width: 767.98px) {
  .job-card .card-head .btns-container {
    flex-flow: column;
  }
}
@media screen and (max-width: 767.98px) {
  .job-card .card-head {
    padding: 1rem;
  }
}
@media screen and (max-width: 499.99px) {
  .job-card .card-head .btns-container {
    flex-wrap: wrap;
  }
  .job-card .card-head .btns-container a {
    width: 100%;
    margin-top: 10px;
  }
  .job-card .card-head .btns-container button {
    margin-right: 0px;
    width: 100%;
  }
}
.job-card .card-head h2 {
  margin-bottom: 0.5rem;
  margin-right: 2rem;
}
.job-card .card-head-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.job-card .card-head .org-label {
  margin-bottom: 10px;
}
.job-card .card-head .org-label span {
  padding: 7px 10px;
  color: #fff;
}
.job-card .card-head .org-label span#other {
  background-color: #000;
}
.job-card .card-head .org-label span#emff {
  background-color: #127078;
}
.job-card .card-head .card-head-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #333333;
}
@media screen and (max-width: 767.98px) {
  .job-card .card-head .card-head-footer {
    justify-content: space-evenly;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 575.98px) {
  .job-card .card-head .card-head-footer {
    justify-content: flex-start;
  }
}
.job-card .card-head .card-head-footer .xs-icon {
  margin-right: 8px;
}
.job-card .card-head .card-head-footer .job-info {
  word-break: break-all;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 3rem;
}
@media screen and (min-width: 575.98px) and (max-width: 767.98px) {
  .job-card .card-head .card-head-footer .job-info {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 575.98px) {
  .job-card .card-head .card-head-footer .job-info {
    margin-right: 0.6rem;
  }
}
.job-card .card-head .card-head-footer .job-info svg {
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 767.98px) {
  .job-card .card-head .card-head-footer .job-info svg {
    width: 25px;
    height: 25px;
  }
}
@media sreen and (max-width: 400px) {
  .job-card .card-head .card-head-footer .job-info:first-of-type {
    width: 100%;
  }
}
.job-card .card-head .card-head-footer .badge {
  background-color: #e8e8e8;
  border-radius: 0;
  padding: 8px 18px;
}
@media screen and (max-width: 575.98px) {
  .job-card .card-head .card-head-footer .badge {
    padding: 9px 6px;
  }
}
.job-card .card-head .btn {
  transition: none;
  height: 50px !important;
}
@media screen and (max-width: 575.98px) {
  .job-card .card-head .btn {
    height: 47px;
  }
}
@media screen and (max-width: 767.98px) {
  .job-card .card-head .btn {
    padding: 0;
  }
}
@media screen and (min-width: 575.98px) {
  .job-card .card-head .btn {
    min-width: 152px;
  }
}
.job-card .card-head .btn.read-more {
  margin-right: 10px;
}
@media screen and (max-width: 901.98px) and (min-width: 767.98px) {
  .job-card .card-head .btn.read-more {
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 499.99px) {
  .job-card .card-head .btn.read-more {
    margin-right: 0px;
  }
}
.job-card .card-head .btn.read-more span:nth-of-type(2) {
  display: none;
}
.job-card .card-head .btn.read-more.active {
  background-color: #868686;
  color: #fff;
  border: 0;
}
.job-card .card-head .btn.read-more.active span {
  display: none;
}
.job-card .card-head .btn.read-more.active span:nth-of-type(2) {
  display: block;
}
.job-card .card-body {
  overflow: hidden;
  padding: 0;
  max-height: 0px;
  transition: max-height 0.3s ease-in-out;
}
.job-card .card-body.active {
  max-height: 2500px;
}
.job-card .card-body .card-body-inner {
  padding: 1rem 3rem 2rem;
}
@media screen and (max-width: 767.98px) {
  .job-card .card-body .card-body-inner {
    padding: 1.5rem;
  }
}
.job-card .card-body .card-body-inner h3 {
  margin-bottom: 0.5rem;
}
.job-card .card-body .card-body-inner .job-requirement {
  width: 80%;
  margin-bottom: 1.5rem;
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  .job-card .card-body .card-body-inner .job-requirement {
    width: 97%;
  }
}
.job-card .card-body .card-body-inner .job-requirement ul {
  margin-bottom: 3rem;
  list-style: disc;
  padding-left: 3rem;
}
@media screen and (max-width: 767.98px) {
  .job-card .card-body .card-body-inner .job-requirement ul {
    padding-left: 1.5rem;
  }
}
.job-card .card-body .card-body-inner .job-requirement ul li {
  margin-bottom: 14px;
  line-height: 1.6;
  text-align: left;
}

.content-wrapper#section-cover .text-wrapper {
  display: flex;
  flex-direction: column-reverse;
}
.content-wrapper#section-cover .text-wrapper h1 {
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.content-wrapper#section-cover .stripe-wrapper {
  width: 100%;
}
.content-wrapper#job-wrapper {
  z-index: 2;
}
.content-wrapper#job-wrapper .content-wrapper-inner {
  transform: translateY(-4rem);
}

.bg-wrapper {
  position: relative;
}
.bg-wrapper .copy-right {
  position: absolute;
  top: 10px;
}
