
* {
  font-family: 'omnes-pro','Helvetica Neue',Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.departments {
  display: none;
}

img {
  width: 100%;
  height: 100%;
}

header {
  display: flex;
  background: #333;
  align-items: center;
  padding: 19px 0;
  margin-bottom: 15px;
}

footer {
  display: flex;
  min-height:100px;
  background: #333;
  margin-top: 20px;
}

footer span {
align-self: center;
text-align: center;
width: 100%;
color: #fff;
font-size: 10px;

}

a {
    color: #000;
    text-decoration: underline;
}

.logo {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.logo img {
  height: 44px;
}

.careers-logo {
  align-self: flex-end;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 16px !important;
}

.careers-body {
    margin: 0 10px;
    position: relative;
}

.careers-header {
    position: relative;
}

.careers-header h1 {
    color: #EDB518;
    font-weight: bold;
    text-align: center;
}

.careers-header h1 span {
    color: #000;
}


.accent {
    color: #EDB518;
}

.careers-section h2 {
    font-size: 28px;
    border-bottom: 2px solid #EDB518;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 300;
}

.about-us h2 {
    margin-top: 0;
}

.careers-section p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.4;
}

.careers-section p:last-of-type {
    margin-bottom: 0;
}

.submit-cv {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F7F7F7;
    padding: 20px;
}

.submit-cv div {
    width: 90%;
}

.submit-cv div p {
    font-size: 14px;
}

.submit-cv div h3 {
    margin-bottom: 10px;
    font-size: 24px;
}

.submit-button {
    background: #498FAC;
    color: white;
    font-weight: bold;
    padding: 10px;
    border-radius: 10px;
    width: 100px;
    text-align: center;
    margin-top: 10px;
}

.submit-button:hover {
    color: white;
    text-decoration: none;
}

.submit-button:visited {
    color: white;
    text-decoration: none;
}

.perks-grid div {
  display: grid;
  justify-items: center;
  text-align: center;
}

.perks-grid div img {
    width: 60px;
    height: 60px;
}

.perks-grid div p {
    font-size: 18px;
    margin-top: 15px;
    height: 50px;
}

.people-slide {
    height: 500px !important;
    border: 1px solid #ccc  !important;
    border-radius: 10px  !important;
    padding: 10px  !important;
    margin: 0 auto  !important;
    width: 350px  !important;
    overflow: hidden  !important;
}

.slide-content img {
    object-fit: cover  !important;
    width: 100%  !important;
    margin: 0 auto  !important;
    height: 200px  !important;
    border-radius: 10px  !important;
}


.slide-content h2 {
    margin-bottom: 0 !important;
}

.slide-content h3 {
    margin-bottom: 10px !important;
}


.people-slider .owl-item.active.center {
    opacity: 1 !important;
    transform: scale3d(1, 1, 1) !important;
}

.people-slider .owl-item.active.center .people-slide {
    height: fit-content  !important;
    overflow: unset !important;
}

.people-slider .owl-item {
    opacity: 0.5  !important;
    transform: scale3d(0.8, 0.8, 0.8) !important;
}

.next-button,.prev-button {
    color: #3c3c3b  !important;
    font-family: "Font Awesome 6 Free";
    font-size: 22px  !important;
    font-weight: 900 !important;
}

.prev-button:before {
    content: '\f0d9';
}

.next-button:before {
    content: "\f0da";
}

.application-slide div img {
    height: 60px;
}

.application-slide {
    border-radius: 10px;
    text-align: center;
    margin: 0 15px;
}

.application-slide h2 {
    border: none;
}

.accordion {
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.acc-title {
    display: block;
    border: 1px solid #ccc;
    padding: 10px;
    cursor: pointer;
    position: relative;
    font-weight: bold;
}

.acc-content {
    display: none;
    padding: 10px;

}

.acc-item {
    margin-bottom: 2px;

}

.fa-chevron-down, .fa-chevron-up {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.fa-chevron-up {
    display: none;
}



@media only screen and (min-width: 1024px) {

    footer span {
      font-size: 16px;
    }

    .careers-section h2 {
      font-size: 36px;
    }

    .logo {
      margin-left: 15%;
    }

    .careers-body {
        max-width: 1000px;
        margin: 0 auto;
    }

    .careers-header h1 {
        position: absolute;
        right: 20px;
        left: unset;
        top: 165px;
        font-size: 64px;
    }

    .perks-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        justify-items: center;
        align-items: center;
        row-gap: 30px;
    }

    .next-button,.prev-button {
        font-size: 30px;
    }

    .submit-cv {
        flex-direction: row;
    }

    .owl-prev {
        width: 30px;
        height: 100px;
        position: absolute;
        top: 40%;
        left: -30px;
        display: block !important;
        border: none;
    }

    .owl-next {
        width: 30px;
        height: 100px;
        position: absolute;
        top: 40%;
        right: -30px;
        display: block !important;
        border: none;
    }

    .careers-header h1 {
      position: absolute;
      text-align: right;
      bottom: 10px;
      left: 15px;

    }

    .careers-header h1 span {
        color: #fff;
    }

    .submit-button {
      margin-top: 0;
    }

}


.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.input-group-addon i {
    color: #f0c13f;
}

.input-group-addon {
    background-color: #fbfbfb !important;
}

input#btnSearch {
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
    background: #f0c13f;
}

.b-1.p-1.d-flex.flex-column.flex-fill.w-100 {
    border: 1px solid #ccc;
    padding: 15px !important;
    border-radius: 5px;
}

.section__block.section-roles {
    margin-top: 35px;
}

a.btn.btn-primary {
    width: 100%;
    background: #f0c13f;
    font-size: 18px;
}

a.btn.btn-secondary {
    border: 1px solid #f0c13f !important;
    height: 49px;
    width: 100%;
    text-align: center;
    padding: 5px;
    background: #fff;
    color: #000;
    border: none;
    line-height: 37px;
    box-shadow: inset 0 2px 4px 0 rgb(206 209 224 / 20%);
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-family: 'omnes-pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    margin: 0;
    font-size: 18px;
    box-sizing: border-box;
    vertical-align: middle;
}

.col-lg-12 {
    width: 100%;
}

i.fa.fa-chevron-right {
    margin-left: 10px;
    fon
}

span.toUpperCase {
    text-transform: uppercase;
}

ol,ul  {
    margin-left: 10px;
}

@media (min-width: 1200px){
    .container {
        max-width: 1000px !important;
        width: 100% !important;
    }
}
