

/*--------- category-jobs ---------*/
.jobBlocksSection{
    margin: 90px 0 0;
}
.isMobile .jobBlocksSection{
    margin: 60px 0 30px;
}
.jobBlocks{
    margin-top: 25px;
}
.jobsEmpty{
    color: #12638b;
    font-size: 20px;
    text-align: center;
}

.jobBlock {
    position: relative;
}
.jobBlock:not(:last-child){
    margin-bottom: 20px;
}


.jobBlock__dropdown{
    display: none;
}

.jobBlock__dropdown__inner{
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
    display:flex;
    padding: 20px;
}
.jobBlock__content {
    padding-right: 40px;
}
.jobBlock__btn {
    flex: 0 0 160px;
}
.jobBlock__btn ._btn {
    position: sticky;
    top: 20px;
}
.jobsLeadformOnPage{
  padding: 20px;
  box-shadow: 0px 0px 14px -10px #696969;
}
.jobsLeadformOnPage .leadform__jobTitle{
  text-align: left;
  font-weight: bold;
text-transform: none;
margin-bottom: 5px;
font-size: 19px;
color: var(--color-brown);
font-family: 'Merriweather',Helvetica, Geneva, Verdana, Arial, sans-serif;
max-width: inherit;
padding-bottom: 20px;
}
.jobsLeadformOnPage .job-form .field input{
    padding: 15px 10px;
    width: 100%;
    font-size: 16px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 12%) inset;
    transition: background-color 0.2s linear;
    background-color: #f7f7f7;
    border: 1px solid transparent;
}
.jobsLeadformOnPage .job-form .field input::placeholder{
  color: #000000;
}
.jobsLeadformOnPage .job-form .field input:hover{
  background-color: #ececec;
}
.jobsLeadformOnPage .job-form .field:not(:last-child) input{
  margin-bottom: 14px;
}
/* .job-form{
    padding: 0;
    background-color: transparent;
} */
.job-form-title {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 20px;
    font-size: 1.2em;
    line-height: 1.4;
}
.jobBlock__title{
    position: relative;
    font-size: 18px;
    line-height: 1.2;
    padding: 20px 50px 20px 70px;
    cursor:pointer;
    color: var(--color-brown);
    transition: 0.2s all;
}
.jobBlock__title:after{
    content: "";
    position: absolute;
    top: 19px;
    right: 20px;
    width: 24px;
    height: 24px;
    background-image: url(/templates/images/arrowhead.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s all;
}
.jobBlock.-active- .jobBlock__title:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.isMobile .jobBlock__title{
    background-position: right 20px top 35px;
    background-color: #efece8;
}
.jobBlock__title:hover {
    background-color: #e6e5e5;
}

.jobBlock__title img {
    position: absolute;
    top: 16px;
    left: 20px;
    width: 32px;
    height: 32px;
}

.isMobile .jobBlock__title img {
    top: calc(50% - 16px);
}

.leadform__jobTitle {
    font-size: 18px;
    max-width: 270px;
    text-align: center;
    line-height: 1.4;
    margin: 0 auto 20px;
    color: #444444;
    font-weight: bold;
    text-transform: uppercase;
}


/* leadform--jobs */
.leadform.leadform--jobs {
    background-color: transparent;
    border-top: none;
    padding: 0;
    box-shadow: none;
    border: 0;
}

.job-form .field input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 5px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
}
.job-form .field:not(:last-child) input {
    margin-bottom: 10px;
}
.job-form .form-submit{
    margin-top: 15px;
}

.inputfile {
    width:0.1px !important;
    height: 0.1px;
    opacity: 0;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile + label{
    display: block;
    color: #000000 !important;
    background-color: var(--color-light-brown) ;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
    transition: 0.2s all;
}
.leadform .inputfile.error ~ label{
    border: 1px solid rgba(255, 0, 0, 0.3);
}

.isMobile .jobBlock__dropdown__inner{
    display: block;
}
.isMobile .jobBlock__content{
    padding-right: 0;
}
.isMobile .jobBlock__btn {
    margin-top: 20px;
}
.isMobile .popupCustomOuter--leadformPOST .popupCustom__container,
.isMobile .popupCustomOuter--leadformPOST .popupCustom__content,
.isMobile .popupCustomOuter--leadformPOST .leadformThanks{
    height: 100%;
}
.isMobile .popupCustomOuter--leadformPOST .leadformThanks{
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
    display:flex;
    -webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;-ms-flex-align:center;
    align-items:center;
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
}
.isMobile .jobsLeadformOnPage .job-form .field input {
    height: 43px !important;
}

.isMobile .jobsLeadformOnPage .job-form .field input::placeholder {
    color: #333333;
}

@media (orientation: landscape){
    .isMobile .jobBlock__title{
        background-position: right 20px top 25px;
    }
}
