@media (max-width: 767px) {
    .container.no-pad-mobile {
        padding-left: 0;
        padding-right: 0;
    }
}
.hero-section {
    max-width: 1000px;
    padding-top: 140px;
    padding-bottom: 80px;
}
@media (min-width: 768px) {
    .hero-section {
        padding-top: 200px;
    }
}
.hero-section.no-vacancy {
    padding-bottom: 40px;
}
.hero-section .back-to-career-link {
    color: #003023;
    font-size: 14px;
    line-height: 1.2;
}
.hero-section .back-to-career-link span {
    margin-right: 8px;
}
.hero-section .job-title {
    color: #003023;
    font-size: 32px;
    line-height: 100%;
}
.content-section {
    max-width: 1000px;
}
.content-section .job-description .job-content-section {
    padding-bottom: 30px;
}
.content-section .job-description .job-content-section .title {
    font-size: 16px;
}
.content-section .job-description .job-content-section p {
    font-size: 16px;
}
.content-section .application-section {
    padding-bottom: 3rem;
}
.content-section .application-section h3 {
    font-size: 16px;
    font-weight: 700;
    color: #1b1b1b;
    margin-bottom: 1.5rem;
}
.content-section .application-section .wpcf7-form {
    max-width: 1000px;
}
.content-section .application-section .wpcf7-form .row {
    margin-bottom: 3rem;
}
.content-section .application-section .wpcf7-form label {
    display: block !important;
    color: #1b1b1b;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0.5rem;
    font-family: "Raleway", sans-serif;
    line-height: 1.5;
}
.content-section .application-section .wpcf7-form input[type="text"],
.content-section .application-section .wpcf7-form input[type="email"],
.content-section .application-section .wpcf7-form input[type="tel"],
.content-section .application-section .wpcf7-form textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    border: 1px solid #dfcdbc;
    border-radius: 8px;
    background-color: #f2eae2;
    color: #1b1b1b;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.content-section .application-section .wpcf7-form input[type="text"]:focus,
.content-section .application-section .wpcf7-form input[type="email"]:focus,
.content-section .application-section .wpcf7-form input[type="tel"]:focus,
.content-section .application-section .wpcf7-form textarea:focus {
    outline: none;
    border-color: #548f7f;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 88, 64, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 88, 64, 0.2);
}
.content-section
    .application-section
    .wpcf7-form
    input[type="text"]::-webkit-input-placeholder,
.content-section
    .application-section
    .wpcf7-form
    input[type="email"]::-webkit-input-placeholder,
.content-section
    .application-section
    .wpcf7-form
    input[type="tel"]::-webkit-input-placeholder,
.content-section
    .application-section
    .wpcf7-form
    textarea::-webkit-input-placeholder {
    color: #7f7f80;
}
.content-section
    .application-section
    .wpcf7-form
    input[type="text"]::-moz-placeholder,
.content-section
    .application-section
    .wpcf7-form
    input[type="email"]::-moz-placeholder,
.content-section
    .application-section
    .wpcf7-form
    input[type="tel"]::-moz-placeholder,
.content-section .application-section .wpcf7-form textarea::-moz-placeholder {
    color: #7f7f80;
}
.content-section
    .application-section
    .wpcf7-form
    input[type="text"]:-ms-input-placeholder,
.content-section
    .application-section
    .wpcf7-form
    input[type="email"]:-ms-input-placeholder,
.content-section
    .application-section
    .wpcf7-form
    input[type="tel"]:-ms-input-placeholder,
.content-section
    .application-section
    .wpcf7-form
    textarea:-ms-input-placeholder {
    color: #7f7f80;
}
.content-section
    .application-section
    .wpcf7-form
    input[type="text"]::-ms-input-placeholder,
.content-section
    .application-section
    .wpcf7-form
    input[type="email"]::-ms-input-placeholder,
.content-section
    .application-section
    .wpcf7-form
    input[type="tel"]::-ms-input-placeholder,
.content-section
    .application-section
    .wpcf7-form
    textarea::-ms-input-placeholder {
    color: #7f7f80;
}
.content-section
    .application-section
    .wpcf7-form
    input[type="text"]::placeholder,
.content-section
    .application-section
    .wpcf7-form
    input[type="email"]::placeholder,
.content-section
    .application-section
    .wpcf7-form
    input[type="tel"]::placeholder,
.content-section .application-section .wpcf7-form textarea::placeholder {
    color: #7f7f80;
}
.content-section .application-section .wpcf7-form textarea {
    height: 150px;
    resize: none;
}
.content-section .application-section .form-item.resume {
    position: relative;
}
.content-section .application-section .form-item.resume .file-indicator svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
    width: 18px;
}
.content-section .application-section .form-item.resume .has-file input {
    display: none !important;
}
.content-section .application-section .form-item.resume .has-file:before {
    display: none !important;
}
.content-section .application-section .form-item.resume .has-file:after {
    display: none !important;
}
.content-section
    .application-section
    .form-item.resume
    .wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
}
.content-section .application-section .form-item.resume input[type="file"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 10;
    top: 0;
    left: 0;
}
.content-section .application-section .form-item.resume .custom-file-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 16px;
    padding-left: 44px;
    background-color: rgba(0, 88, 64, 0.2);
    color: #003023;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    line-height: 1.5;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    position: relative;
    pointer-events: none;
}
.content-section
    .application-section
    .form-item.resume
    .custom-file-button::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 8.5L10.5 14.5C8.84315 16.1569 6.15685 16.1569 4.5 14.5C2.84315 12.8431 2.84315 10.1569 4.5 8.5L10.5 2.5C11.6046 1.39543 13.3954 1.39543 14.5 2.5C15.6046 3.60457 15.6046 5.39543 14.5 6.5L8.5 12.5C7.94772 13.0523 7.05228 13.0523 6.5 12.5C5.94772 11.9477 5.94772 11.0523 6.5 10.5L11.5 5.5' stroke='%23003023' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.content-section
    .application-section
    .form-item.resume
    .wpcf7-form-control-wrap:hover
    .custom-file-button {
    background-color: rgba(0, 88, 64, 0.3);
}
.content-section
    .application-section
    .form-item.resume
    .wpcf7-form-control-wrap:not(:has(.custom-file-button))::before {
    content: "Attach resume/CV";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    padding-left: 44px;
    background-color: rgba(0, 88, 64, 0.2);
    color: #003023;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    line-height: 1.5;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    pointer-events: none;
}
.content-section
    .application-section
    .form-item.resume
    .wpcf7-form-control-wrap:not(:has(.custom-file-button))::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='10'%20height='22'%20viewBox='0%200%2010%2022'%20fill='none'%3E%3Cg%20clip-path='url(%23c)'%3E%3Cpath%20d='M1%207.00049V5.00049C1%202.79135%202.79086%201.00049%205%201.00049C7.2091%201.00049%209%202.79135%209%205.00049V17.0005C9%2019.2096%207.2091%2021.0005%205%2021.0005C2.79086%2021.0005%201%2019.2096%201%2017.0005V12.5005C1%2011.1198%202.11929%2010.0005%203.5%2010.0005C4.8807%2010.0005%206%2011.1198%206%2012.5005V15.0005'%20stroke='%23003023'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id='c'%3E%3Crect%20width='10'%20height='22'%20fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 16px;
    top: 28px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
}
.content-section
    .application-section
    .wpcf7-form
    .btn.btn-transparent-green.btn-icon-arrow {
    border: 2px solid #003023;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(40, 41, 61, 0.04),
        0px 8px 16px 0px rgba(96, 97, 112, 0.16);
    box-shadow: 0px 2px 4px 0px rgba(40, 41, 61, 0.04),
        0px 8px 16px 0px rgba(96, 97, 112, 0.16);
}
.content-section
    .application-section
    .wpcf7-form
    .btn.btn-transparent-green.btn-icon-arrow:hover {
    background-color: #003023;
    color: #fff;
}
.content-section
    .application-section
    .wpcf7-form
    .btn.btn-transparent-green.btn-icon-arrow:hover
    svg
    path {
    fill: #fff;
}
.content-section .application-section .wpcf7-form .btn.btn-lg {
    padding: 16px 32px;
    font-size: 16px;
}
.content-section .application-section .wpcf7-form > p:last-of-type {
    text-align: center;
    max-width: 590px;
    margin: 2rem auto;
    font-size: 16px;
    line-height: 1.5;
    color: #1b1b1b;
}
.content-section .application-section .form-item {
    margin-bottom: 1rem;
}
@media (max-width: 768px) {
    .content-section .application-section .form-item.first-name,
    .content-section .application-section .form-item.last-name {
        margin-bottom: 1rem;
    }
}
.content-section .application-section .wpcf7 .title {
    font-weight: 600;
    padding-bottom: 24px;
}
.content-section .application-section .form-item.submit {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.content-section .application-section .form-item.submit .wpcf7-spinner {
    margin-top: 5px;
    margin-left: 10px;
    position: relative;
}
.content-section .application-section .form-item.submit input {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.content-section .application-section .form-item.submit .fake-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.content-section
    .application-section
    .form-item.submit
    .fake-button
    .menu-item-image-wrapper {
    margin-right: 10px;
    margin-left: 0;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.content-section
    .application-section
    .form-item.submit:hover
    .fake-button
    .menu-item-image-wrapper {
    margin-right: 2px;
    margin-left: 8px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.content-section .application-section .form-item a {
    color: #000 !important;
}
.content-section
    .application-section
    .form-item.submit
    .fake-button
    .menu-item-title {
    position: relative;
    color: #003023;
    font-weight: 600;
    font-size: 20px;
}
.content-section
    .application-section
    .form-item.submit
    .fake-button
    .menu-item-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #005840;
    -webkit-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.content-section
    .application-section
    .form-item.submit:hover
    .fake-button
    .menu-item-title:after {
    width: 100%;
} /*# sourceMappingURL=single-career.css.map */

.page-template-template-no-vacancy .application-content .title {
    display: none !important;
}
