/* CSS Company Slider */
#jobs-list a.job-link {
    display: none !important;
}

.hide_companies_section .container {display: none;}

.hide_companies_section.pad-200-bottom {
    padding-bottom: 75px;
}

@media (max-width: 991.8px) {
	#companies .company-slider-title {
		line-height: 25px;
		font-size: 90%;
		padding-top: 90px;
	}
	
	#companies .job-slider-inner {
		display: block;
	}
	
	#companies .column-text {margin: auto;max-width:540px;} 
    
    .jobs-slider-mobile .slick-slide {
        height: auto;
        background-color: unset;
        margin: 0 5px;
        cursor: pointer;
    }

    .slide img.logo {
        display: none;
    }
}

@media (max-width: 1199px) {
	#companies img.logo, #companies img.featured-img {
		width: 100%;
		padding: 25px;
	}
}

.company-slider-title {
    font-family: 'Trim Poster Expanded';
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 65px;
    overflow: hidden;
}

#companies button:focus {
    outline: unset;
}

#companies a:hover {
    text-decoration: none;
}

#companies a:hover h5 {
    color: #F56038;
    transition: 0.5s;
}

#companies .slide.slick-current {
    opacity:1;
}
#companies .slide {
    opacity:0;
    transition:opacity 1750ms;
}

@media (min-width: 991.9px) {
	#companies .column-text {
	  margin: 0;
	  position: absolute;
	  top: 50%;
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
	  padding: 0px;
	}
}

#companies .column-text  p {
	height: unset;
}

.job-slider-inner .featured-img {
    max-width: 250px;
}

.job-slider-inner .logo {
  margin: 0;
  max-width: 290px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#companies .column-text h5 {
    font-family: 'Trim Poster Semi Condensed';
    font-style: normal;
    font-size: 32px;
    line-height: 30px;
    overflow: hidden;
}

#companies .job-slider-inner:hover span,
#companies .job-slider-inner:focus span {
    background-color: unset;
    text-decoration-line: none;
}

.job-slider-inner .number-of-employee img, .job-slider-inner .industry img {
    max-width: unset;
    margin: unset;
    padding: unset;
    padding-right: 5px;
    display: unset
}
.job-slider-inner .number-of-employee, .job-slider-inner .industry {
    padding-top: 5px;
}

.slick-prev, .slick-next {
    z-index: 2;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 100%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-next {
    right: 0px;
}

.slick-prev {
    left: 0px;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-next:before {
    content: '→';
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
    color: #F56038;
    font-family: 'Trim Poster Expanded';
}

.slick-prev:before {
    content: '←';
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
    color: #F56038;
    font-family: 'Trim Poster Expanded';
}



/* CSS Job Category*/
.load_more_jobs#job-hero-section {
    position: relative;
    height: 840px;
    overflow: hidden;
}

.job-hero-image-section {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.job-hero-image-section {
    transform: scale(1.2);
}

#job-hero-section.visible .job-hero-image-section {
    transform: none;
}

#job-hero-section::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 258px;
    background: linear-gradient(180deg, #38312F 48.11%, rgba(56, 49, 47, 0) 100%);
    opacity: 0.6;
}

#job-hero-section::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 258px;
    background: linear-gradient(180deg, #38312F 48.11%, rgba(56, 49, 47, 0) 100%);
    opacity: 0.5;
    transform: matrix(1, 0, 0, -1, 0, 0);
}

#job-image-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 175px;
}

.job-image-holder {
    position: relative;
    overflow: hidden;
}

.job-hero-image {
    margin-top: 217px;

    max-width: 100%;
    width: 534px;
    margin-right: -15px;
    margin-left: auto;
    display: block;
    transform: translateY(150%);
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

#job-image-wrapper.visible .job-hero-image {
    transform: translateY(0);
}

#hero-container {
    z-index: 2;
}

#job-hero-section .container .row {
    align-items: center;
}

.job-text-hero {
    padding-right: 0;
}

.job-hero-text {
    margin-left: 100px;
    color: #FFF;
    margin-top: 100px;
}

body .job-hero-text h1 {
    font-weight: 600;
    font-size: 55px;
    line-height: 66px;
    font-family: 'Trim Poster Semi Condensed';
    /*overflow: inherit;*/
    letter-spacing: .3px;
    word-break: break-all;
    overflow: hidden;
    display: block;
}

.job-hero-text h1 span {
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.job-hero-text p {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.3px;
    max-width: 369px;
}

/*
===============
skills section
==============
 */
#skills-section {
    padding-bottom: 78px;
}

#skills-section #top-container {
    padding: 52px 15px;
    margin-top: -65px;
    display: block;
    position: relative;
    background-color: #FFF;
    z-index: 1;
    /*overflow: hidden;*/
}

#skills-section #top-container::before {
    content: "";
    position: absolute;
    left: -1px;
    bottom: 0;
    height: 75px;
    width: 1px;
    background: #302A27;
    opacity: 0.2;
}

#skills-section #top-container::after {
    content: "";
    position: absolute;
    right: -1px;
    bottom: 0;
    height: 75px;
    width: 1px;
    background: #302A27;
    opacity: 0.2;
}

#skills-section #top-container p, #companies p.text-center.black {
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.1px;
    margin: 0;
    font-family: 'Trim Poster Expanded';
}

#skills-container {
    position: relative;
}

#skills-container::before {
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    width: 100%;
    background: #302A27;
    opacity: 0.2;
    left: 0;
}


.skill-wrapper {
    padding: 0;
    position: relative;
}

.skill-inner {
    padding: 44px 40px 35px 40px;
    overflow: hidden;
}

.skill-text {
    min-height: 90px;
    display: flex;
    flex-wrap: wrap;
}

.counter-wrapper {
    transform: translateY(100%);
    -webkit-transition: .75s all;
    -moz-transition: .75s all;
    -o-transition: .75s all;
    transition: .75s all;
}

.skill-wrapper.visible .counter-wrapper {
    transform: translateY(0);
}

.skill-wrapper.visible .skill-text span.line-1 {
    transform: translateY(0);
}

.skill-text p {
    margin-top: auto;
    font-weight: 300;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.5px;
    overflow: hidden;
}

.skill-image-wrapper {
    position: relative;
    overflow: hidden;
}

.skill-3 .skill-image-wrapper {
    margin-left: -1px;
}

.skill-image {
    height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: 1.5s all;
    -moz-transition: 1.5s all;
    -o-transition: 1.5s all;
    transition: 1.5s all;

}


.skill-wrapper .skill-image {
    transform: scale(1.2);
}

.skill-wrapper .skill-image img {
    transform: scale(1.2);
}

.skill-wrapper.visible .skill-image,
.skill-wrapper .skill-image img {
    transform: none;

}

.skill-image img {
    display: none;
}

.skill-1 .skill-inner {
    border-right: 1px solid #E2E3E3;
}

.skill-2 .skill-inner {
    border-right: 1px solid #E2E3E3;
    /*border-left: 1px solid #E2E3E3;*/

}

.skill-2 .skill-image-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #E2E3E3;
    display: block;
    z-index: 2;
}

.skill-3 .skill-image-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #E2E3E3;
    display: block;
    z-index: 2;
}

.skill-inner .column-counter {
    margin-bottom: 50px;
}

/*
==================
Jobs Map
==================
 */
#jobs-map-wrapper {
    height: 806px;
    width: 100%;
    margin: 40px auto 120px auto;


}

.active-jobs {
    margin-top: 30px;
}

.active-jobs p {
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #302A27;
    font-size: 14px;
    line-height: 12px;
    font-weight: 500;
    text-align: center;
    font-family: 'Trim Mono Web';
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.circle-wrapper {
    margin-right: 6px;
    margin-left: 35px;
    position: relative;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-top: -3px;
}

.green-circle {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #28C684;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 0;
    opacity: 1;


}

.dots {
    animation: pulse 1s infinite;
    margin: -2px 1px 0 1px;
}

@keyframes pulse {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

div.job_listings {
    border-bottom: 1px solid rgba(48, 42, 39, .2);
    border-top: 1px solid rgba(48, 42, 39, .2);
}

#jobs-map-wrapper .map-wrapper {
    height: 806px !important;
    position: relative;
    float: right;
    width: calc(1312px - 555px) !important;
    margin-top: 0;
    display: block !important;
}

#jobs-map-wrapper .search_keywords {
    display: none !important;
}

#jobs-map-wrapper .job_filters .job_types,
#jobs-map-wrapper .job_filters .showing_jobs {
    display: none !important;
}

#jobs-map-wrapper .map-wrapper .gmnoprint {
    display: none !important;
}

#jobs-map-wrapper .job_filters .search_jobs {
    width: 555px;
    max-width: 100%;
    padding: 34px 32px;
    position: relative;
    border-bottom: 1px solid rgba(48, 42, 39, .2);
    border-right: 1px solid rgba(48, 42, 39, .2);

}

#jobs-map-wrapper .job_filters {
    background-color: rgba(255, 255, 255, 1);
    position: relative;
}

#jobs-map-wrapper .job_filters::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    content: '';
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

/*#jobs-map-wrapper .job_filters:hover:after,*/
/*#jobs-map-wrapper .job_filters:focus:after,*/
#jobs-map-wrapper .job_filters.focus:after {
    background-color: #F56038;
}

#jobs-map-wrapper .job_filters:hover,
#jobs-map-wrapper .job_filters:focus,
#jobs-map-wrapper .job_filters.focus {
    background-color: rgba(226, 227, 227, .4);
}

.rp4wp-related-job_listing > ul li.job_listing,
.rp4wp-related-job_listing > ul li.no_job_listings_found,
ul.job_listings li.job_listing, ul.job_listings li.no_job_listings_found {
    width: 555px;
    max-width: 100%;
}

#jobs-map-wrapper .job_filters .search_jobs div label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #302A27;
    font-family: 'Trim Web';
    margin-bottom: 14px;
}

#jobs-map-wrapper .job_filters .search_jobs div.search_location {
    width: 348px;
    padding-left: 0;
    float: left;
}

#jobs-map-wrapper form.gjm-features-enabled i.gjm-locator-btn {
    display: none;
}

#jobs-map-wrapper .job-filters {
    background-color: rgba(226, 227, 227, .4);
}

input#search_location {
    position: relative;
    margin-left: 30px;
    font-family: 'Helvetica Now Display';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #302A27;
    border: none;
    outline: none;
    background: inherit;
    padding: 0;
}

input#search_location::placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #302A27;
}


.my-reset-button {
    display: none;
}

.search_location {
    position: relative;
    caret-color: #F56038;
}

.search_location::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    height: 21px;
    width: 21px;
    background-image: url("/wp-content/uploads/2021/06/Pin-1.svg");
    background-size: inherit;
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 2px;
}

#jobs-map-wrapper .job_filters .search_jobs div.search_submit input {
    position: absolute;
    top: 0;
    right: 0;
    width: 149px;
    padding: 16px;
    background: #E2E3E3;
    border-radius: 5px;
    border: none;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #302A27;
    height: 56px;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    padding-left: 32px;
}

#jobs-map-wrapper .job_filters .search_jobs div.search_submit input:hover,
#jobs-map-wrapper .job_filters .search_jobs div.search_submit input:focus {
    background: #FFF;
}


.job_filters .search_jobs div.search_submit {
    padding: 0;
    position: relative;
}

#jobs-map-wrapper .company_logo,
#jobs-map-wrapper .company,
#jobs-map-wrapper ul.meta {
    display: none;
}

#jobs-map-wrapper .position {
    display: block;
    width: 100%;
    padding: 0;
}

#jobs-map-wrapper .job_listing .position h3 {
    font-family: 'Helvetica Now Display';
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    display: flex;
    letter-spacing: 0.2px;
    color: #302A27;
    margin-bottom: 0;

}

#jobs-map-wrapper .job_listing .location p {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #302A27;
    opacity: 0.6;
    padding: 3px 0 0 0;
}

#jobs-map-wrapper .job_listings li.job_listing {
    border-bottom: none;
    cursor: pointer;
    height: 97px;
}

#jobs-map-wrapper .job_listing {
    padding: 24px 37px 28px 32px;
    border-bottom: 1px solid rgba(48, 42, 39, .2);
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-basis: 100%;
    text-decoration-line: none;
    position: relative;
}

#jobs-map-wrapper .job_listings li.job_listing {
    border-bottom: 1px solid rgba(48, 42, 39, .2);
}

#jobs-map-wrapper .job_listings a:last-of-type  li.job_listing {
    border-bottom: none;
}

#jobs-map-wrapper .job_listings a {
	  text-decoration-line: none;
}




li.job_listing span.plus {
    position: absolute;
    top: 43px;
    right: 0px;
    height: auto;
    width: 75px;
    transform: translate(-50%, -50%);
    color: #CFC3BA;
    text-align: center;

}

li.job_listing a svg {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    height: 22px;
    width: 22px;
    margin-top: -1px;
}

li.job_listing a span {
    font-family: 'Trim Mono Web';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    margin-top: -1px;

    /* Black */
    color: #302A27;
}




							 
					
						
								   
											
						
													   
						   
					   
 

li.job_listing a * {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

li.job_listing.highlighted a:hover span,
li.job_listing.highlighted a:focus span {
    color: #FFF;
}


									
										 
										 
 

li.job_listing.highlighted a:hover svg circle,
li.job_listing.highlighted a:focus svg circle {
    fill: #FFF;
}

li.job_listing.highlighted a:hover svg path,
li.job_listing.highlighted a:focus svg path {
    fill: #F56038;
}

#jobs-map-wrapper ul.job_listings {
    height: calc(806px - 125px);
    overflow-x: hidden;
    overflow-y: scroll;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 555px;
    max-width: 555px;
}

.job_listings li a {
    position: relative;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

#load-more {
    display: block;
    position: absolute;
    bottom: 0;
    background-color: rgba(226, 227, 227, .4);
}

.load_more_jobs {
    position: fixed;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: -999;
    font-size: 0;
}


.jobs-widget-col-left .load_more_jobs {
    width: 100%;
    position: relative;
    bottom: 0;
    z-index: 99;
    background-color: #FFF;
    display: flex;
    flex-wrap: wrap;
    margin-top: -99px;
    border-top: 1px solid rgba(48, 42, 39, .2);
    opacity: 1;
    color: #302A27;
    font-family: 'Helvetica Now Display';
    font-style: normal;
    font-weight: normal;
    padding: 0;
}

.load_more_jobs:hover {
    text-decoration-line: none;
    color: #302A27;
}

#load-more {
    visibility: visible;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    opacity: 1;
    z-index: 99;
    font-size: 16px;
    position: relative;
    color: #302A27;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-basis: 100%;
    width: 100%;
    background-color: #E2E3E3;
    border-radius: 5px;
    height: 56px;
    padding: 16px;
    margin: 20px 30px;
}

.load_more_jobs > #load-more {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.load_more_jobs:hover #load-more {
    text-decoration-line: none;
    background-color: #F56038;
    color: #FFF;
}

.load_more_jobs .dots-wrapper {
    margin-left: 10px;
}

.jobs-widget-row {
    display: flex;
    flex-wrap: wrap;
}

.jobs-widget-col-left {
    float: left;
    width: 555px;
    color: #302A27;
    display: flex;
    flex-basis: 555px;
    flex-wrap: wrap;
    /*position: relative;*/
}

.jobs-widget-col-right {
    display: flex;
    flex-basis: calc(100% - 555px);
    width: calc(100% - 555px);
}

.search_submit svg {
    display: block;
    position: absolute;
    top: 16px;
    right: 32px;
}

/*#jobs-map-wrapper .job_listing a:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 37px;*/
/*    top: 38px;*/
/*    height: 22px;*/
/*    width: 22px;*/
/*    display: block;*/
/*    background-image: url("/wp-content/uploads/2021/06/plus.svg");*/
/*    background-position: center center;*/
/*    background-repeat: no-repeat;*/
/*    -webkit-transition: .3s all;*/
/*    -moz-transition: .3s all;*/
/*    -o-transition: .3s all;*/
/*    transition: .3s all;*/

/*}*/

/*#jobs-map-wrapper .job_listing a:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 37px;*/
/*    top: 38px;*/
/*    height: 22px;*/
/*    width: 22px;*/
/*    display: block;*/
/*    background-image: url("/wp-content/uploads/2021/06/orange-right-icon.svg");*/
/*    background-position: center center;*/
/*    background-repeat: no-repeat;*/
/*    -webkit-transition: .3s all;*/
/*    -moz-transition: .3s all;*/
/*    -o-transition: .3s all;*/
/*    transition: .3s all;*/
/*    opacity: 0;*/
/*}*/

#jobs-map-wrapper .job_listing:hover,
#jobs-map-wrapper .job_listing:focus {
    background-color: rgba(226, 227, 227, .4);
}

#jobs-map-wrapper .job_listing.highlighted {
    background-color: rgba(226, 227, 227, .4);
}

/*#jobs-map-wrapper .job_listing a:hover:after,*/
/*#jobs-map-wrapper .job_listing a:focus:after,*/
/*#jobs-map-wrapper .job_listing.highlighted a:after {*/
/*    opacity: 0;*/
/*}*/

/*#jobs-map-wrapper .job_listing a:hover:before,*/
/*#jobs-map-wrapper .job_listing a:focus:before,*/
/*#jobs-map-wrapper .job_listing.highlighted a:before {*/
/*    opacity: 1;*/
/*}*/

/*
===============
Jobs Offer
===============
 */
#offer-section {
    padding-top: 220px;
    padding-bottom: 300px;
}

#offer-section .section-title {
    max-width: 415px;
}

#offer-section .container {
    max-width: 1040px;
}

.job-offer-wrapper {
    width: 50%;
    flex-basis: 50%;
    max-width: 458px;
    position: relative;
}

.job-offer-inner {
    padding-left: 100px;
}

.job-offer-inner .column-counter {
    padding-top: 64px;
    margin-bottom: 30px;
}

.job-offer-wrapper-1 {
    order: 2;
    margin-top: -130px;
}

.job-offer-wrapper-1 .line {
    display: block;
    height: 2px;
    /*background-color: #302A27;*/
    position: absolute;
    transform: rotate(135deg);
    opacity: 1;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    top: 290px;
    width: 715px;
    left: -500px;
}

.job-offer-wrapper-1 .line:before {
    top: 0;
    opacity: 1;
    height: 100%;
    left: -500px;
    display: block;
    content: "";
    -webkit-transition: width 1.5s ease;
    -moz-transition: width 1.5s ease;
    -o-transition: width 1.5s ease;
    transition: width 1.5s ease;
    z-index: 2;
    width: 0;
    background-color: #302A27;
}

.job-offer-wrapper-1.visible .line:before {
    width: 100%;
}

.job-offer-wrapper-1 .offer-image-wrapper {
    margin-left: -110px;
}

.job-offer-wrapper-2 {
    order: 1;
    margin-top: 315px;
}

.job-offer-wrapper-2 .offer-image-wrapper {
    margin-left: -85px;
}

.job-offer-wrapper-3 {
    order: 4;
}

.job-offer-wrapper-4 {
    order: 3;
}

.job-offer-wrapper-3 {
    margin-right: -150px;
    margin-left: auto;
    margin-top: -95px;
}

.job-offer-wrapper-3 .offer-image-wrapper {
    margin-left: -110px;
}

/*.job-offer-wrapper-3:before {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 0;*/
/*    height: 0;*/
/*    background-color: #302A27;*/
/*    position: absolute;*/
/*    transform: rotate(-45deg);*/
/*    left: 0;*/
/*    opacity: 1;*/
/*    -webkit-transition: 1s all;*/
/*    -moz-transition: 1s all;*/
/*    -o-transition: 1s all;*/
/*    transition: 1s all;*/
/*    top: 100%;*/
/*}*/

/*.job-offer-wrapper-3.visible:before {*/
/*    top: 290px;*/
/*    opacity: 1;*/
/*    width: 715px;*/
/*    height: 2px;*/
/*    left: -500px;*/
/*}*/

.job-offer-wrapper-3 .line {
    display: block;
    height: 2px;
    /*background-color: #302A27;*/
    position: absolute;
    transform: rotate(135deg);
    opacity: 1;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    top: 290px;
    width: 715px;
    left: -500px;
}

.job-offer-wrapper-3 .line:before {
    top: 0;
    opacity: 1;
    height: 100%;
    left: -500px;
    display: block;
    content: "";
    -webkit-transition: width 1.5s ease;
    -moz-transition: width 1.5s ease;
    -o-transition: width 1.5s ease;
    transition: width 1.5s ease;
    z-index: 2;
    width: 0;
    background-color: #302A27;
}

.job-offer-wrapper-3.visible .line:before {
    width: 100%;
}

.job-offer-wrapper-4 {
    margin-top: 345px;
    margin-right: -295px;
    margin-left: auto;
}

.job-offer-wrapper-4 .offer-image-wrapper {
    margin-left: -85px;
}

.offer-image-wrapper {
    overflow: hidden;
}

.job-offer-inner .offer-image-wrapper img {
    transform: translateY(100%);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.job-offer-inner.visible .offer-image-wrapper img {
    transform: translateY(0);
}

/*
=================
Info Section
=================
 */
#info-section {
    padding: 365px 0;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


#info-section h2 {

    font-family: 'Trim Poster Compressed';
    font-size: 90px;
    line-height: 78px;
    font-weight: 400;
}

#info-section .container {
    overflow: hidden;
}

#info-section .section-title {
    width: 488px;
    flex-basis: 488px;
    padding: 43px 0 38px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
}

#info-section .section-title h2 {
    margin-top: auto;
}


#info-section .section-text-wrapper {

    margin-left: 66px;
    width: calc(100% - 555px);
    flex-basis: calc(100% - 555px);
    min-height: 522px;
    padding: 45px;
    position: relative;
    background-color: #7F7F7F;
}

#info-section .section-text-wrapper .general-first,
#info-section .section-text-wrapper .general-second {
    transform: none;

}


/*#info-section .section-text-wrapper:before {*/
/*    content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    height: 100%;*/
/*    width: 0;*/
/*    -webkit-transition: 1.6s all;*/
/*    -moz-transition: 1.6s all;*/
/*    -o-transition: 1.6s all;*/
/*    transition: 1.6s all;*/
/*    background-color: #7F7F7F;*/
/*}*/

/*#info-section.visible .section-text-wrapper:before {*/
/*    width: 100%;*/
/*}*/

#info-section.visible .section-text-wrapper .general-first,
#info-section.visible .section-text-wrapper .general-second {
    transform: translateY(0);
    position: relative;
}


#info-section .section-text-wrapper p {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 23.5px;
    color: #E2E3E3;
}

#info-section .section-text-wrapper a {
    color: #fff;
    text-decoration-line: underline;
}

#info-section .col-lg-6:first-of-type {
    padding-right: 23px;
}

#info-section .col-lg-6:nth-of-type(2n) {
    padding-left: 23px;
}

.job-offer-inner.visible .counter-wrapper {
    transform: translateY(0);
}

/*
====================
FAQ
===================
 */
#faq {
    padding: 250px 0;
}

#faq-container {
    border-top: 1px solid rgba(48, 42, 39, .2);
    border-bottom: 1px solid rgba(48, 42, 39, .2);
    margin-top: 40px;
}

.faq-questions {
    padding: 0;
    padding-right: 45px;
    border-right: 1px solid rgba(48, 42, 39, .2);
}

.faq-questions .faq-link {
    display: block;
    width: 100%;
    font-weight: 300;
    font-size: 19px;
    line-height: 28px;
    letter-spacing: 0.2px;
    border-bottom: 1px solid rgba(48, 42, 39, .2);
    color: #302A27;
    padding: 20px 30px;
    height: 100%;
    position: relative;
    overflow: hidden;

}

.faq-link.active,
.faq-link:hover,
.faq-link:focus {
    background-color: rgba(226, 227, 227, .4);
    text-decoration-line: none;
}

.faq-questions .faq-link:after {
    content: "";
    position: absolute;
    top: 30px;
    right: 0;
    height: 12px;
    width: 12px;
    background-image: url('/wp-content/uploads/2021/06/faq-right-arrow.svg');
    background-position: center center;
    background-repeat: no-repeat;
}

.faq-link.active:after,
.faq-link:hover:after,
.faq-link:focus:after {
    transform: translateX(100%);
}

#faq-list li:last-of-type a {
    border-bottom: none;
}

#faq-list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

#faq-list li {
    display: flex;
    flex-wrap: wrap;
    counter-increment: my-awesome-counter;
    position: relative;
    flex-basis: 100%;
    width: 100%;
    height: 72px;
    align-content: center;

}

#faq-list li::before {
    content: "0" counter(my-awesome-counter);
    font-family: 'Trim Mono Web';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    color: #302A27;
    opacity: 1;
    display: block;
    position: absolute;
    top: 29px;
    left: 0;
    z-index: 2;
}

.faq-answers .fqa-answer {
    /*transform: translateY(100%);*/
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 45px 45px 38px 45px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: self-start;
    width: 100%;
    flex-basis: 100%;
}

.faq-answers .fqa-answer.fadeOut {
    transform: translateY(-100%);
}

.answer-text {
    margin-top: auto;
    position: relative;
    height: 90px;
    overflow: hidden;
    width: 100%;
}

.answer-text p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .2px;
}

.answer a {
    color: #f56038;
}

.faq-answers {
    height: 360px;
    overflow: hidden;
}

.faq-answers .fqa-answer .image-wrapper {
    height: 50px;
    width: 50px;
    overflow: hidden;
    position: relative;
}

.faq-answers .fqa-answer .image-wrapper img {
    transform: translateY(50px);
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
}

.faq-answers .fqa-answer .answer-text p {
    transform: translateY(130px);
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
}

.faq-answers .fqa-answer .image-wrapper img.fadeOut {
    transform: translateY(-50px);
}

.faq-answers .fqa-answer .answer-text p.fadeOut {
    transform: translateY(-130px);
}

.faq-answers .fqa-answer .image-wrapper img.out {
    transform: translateY(-50px);
}

.faq-answers .fqa-answer .answer-text p.out {
    transform: translateY(-150px);
}

.faq-answers .fqa-answer img.active {
    transform: translateY(0);
}

.faq-answers .fqa-answer .answer-text p.active {
    transform: translateY(0);
}

/*.faq-answers .fqa-answer.out {*/
/*    transform: translateY(-100%);*/
/*}*/

/*.faq-answers .fqa-answer.active {*/
/*    transform: translateY(0);*/
/*}*/

.faq-answers .fqa-answer img.down,
.faq-answers .fqa-answer .answer-text p.down {
    z-index: -99;
    opacity: 0;
    -webkit-transition: 0s all;
    -moz-transition: 0s all;
    -o-transition: 0s all;

}

.faq-answers {
    background-color: rgba(196, 196, 196, .2);
    padding: 45px 45px 38px 45px;

}

.mobile-wrapper {
    width: 100%;
}

@media (max-width: 1600px) {
    .job-hero-text {
        margin-left: 20px;
    }

    #jobs-map-wrapper ul.job_listings {
        height: calc(670px - 125px);
    }

    #jobs-map-wrapper .map-wrapper {
        height: 670px !important;
    }
}

@media (max-width: 1399.9px) {
    .skill-inner .column-counter {
        margin-right: 30px;
    }

    .skill-text {
        min-height: 120px;
    }

    #jobs-map-wrapper .map-wrapper {
        width: calc(1312px - 730px) !important;
    }

    #jobs-map-wrapper {
        height: 600px;
    }

    #jobs-map-wrapper .map-wrapper {
        height: 600px !important;
    }

    #jobs-map-wrapper ul.job_listings {
        height: calc(600px - 125px);
    }

    .job-offer-wrapper-3 {
        margin-right: -50px;
    }

    .job-offer-wrapper-4 {
        margin-right: -200px;
    }
}

@media (max-width: 1199.9px) {
    .section-text-wrapper .general-first,
    .section-text-wrapper .general-second {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;

    }

    #info-section .section-text-wrapper {
        background-color: #7F7F7F;
    }

    #info-section.visible .section-text-wrapper .general-first,
    #info-section.visible .section-text-wrapper .general-second {
        padding-left: 15px;
        padding-right: 15px;
    }

    #job-hero-section {
        height: 700px;
    }

    .job-hero-text {
        margin-left: 20px;
    }

    .job-hero-image {
        margin-top: 200px;
        margin-right: auto;
    }

    body .job-hero-text h1 {
        font-size: 50px;
        line-height: 58px;
    }

    .skill-inner {
        padding: 20px;
    }

    .skill-inner .column-counter {
        margin-bottom: 35px;
    }

    .skill-text p {
        font-size: 18px;
        line-height: 26px;
    }

    .skill-image {
        height: 280px;
    }

    #skills-section {
        padding-bottom: 110px;
    }

    #jobs-map-wrapper .job_filters .search_jobs,
    .jobs-widget-col-left {
        width: 470px;
        flex-basis: 470px;
    }

    .jobs-widget-col-right {
        width: calc(100% - 470px);
        flex-basis: calc(100% - 470px);
    }

    #jobs-map-wrapper .map-wrapper {
        width: 100% !important;
    }

    .job-offer-wrapper-3 {
        margin-right: 0;
    }

    .job-offer-wrapper-4 {
        margin-right: -150px;
    }

    .faq-answers .fqa-answer .answer-text p {
        transform: translateY(260px);
    }

    .answer-text {
        height: 260px;
    }

    .faq-answers {
        height: 400px;
    }

    #faq-list li {
        height: 80px;
    }

    .faq-questions .faq-link {
        line-height: 40px;
    }

    #faq-list li::before {
        top: 35px;
    }

    .faq-questions .faq-link::after {
        top: 36px;
    }

}

@media (max-width: 991.8px) {
    #accordion {
        margin-top: 0;
    }

    #faq-container {
        border-bottom: none;
    }

    #accordion button::before {
        content: "0" counter(my-awesome-counter-two);
        font-family: 'Trim Mono Web';
        font-style: normal;
        font-weight: 600;
        font-size: 10px;
        line-height: 12px;
        color: #302A27;
        opacity: 1;
        display: block;
        position: absolute;
        top: 29px;
        left: 0;
        z-index: 2;
    }

    .card {
        border: none;
        counter-increment: my-awesome-counter-two;
    }

    .card-header {
        padding: 0;
        background-color: inherit;
        border: none;
        border-bottom: 1px solid rgba(48, 42, 39, .2);
    }

    .card-header button {
        display: block;
        width: 100%;
        font-weight: 300;
        font-size: 19px;
        line-height: 28px;
        letter-spacing: 0.2px;
        border: none;
        color: #302A27;
        padding: 20px 30px;
        height: 100%;
        position: relative;
        overflow: hidden;
        text-align: left;

    }

    .card-header button::after {
        content: "";
        position: absolute;
        top: 30px;
        right: 0;
        height: 12px;
        width: 12px;
        background-image: url('/wp-content/uploads/2021/06/faq-right-arrow.svg');
        background-position: center center;
        background-repeat: no-repeat;
        transform: rotate(-90deg);
        -webkit-transition: .3s all;
        -moz-transition: .3s all;
        -o-transition: .3s all;
        transition: .3s all;

    }

    .card-header button.collapsed:after {
        transform: rotate(90deg);
    }

    .card-header button.collapsed:hover:after,
    .card-header button.collapsed:focus:after {
        transform: rotate(-90deg);
    }

    .card-body {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .card-body p.answer {
        width: calc(100% - 50px);
        padding-left: 20px;
    }


    .card-header button:hover,
    .card-header button:focus {
        text-decoration-line: none;
        box-shadow: none;
        color: #302A27;
    }

    #job-hero-section {
        height: auto;
    }

    #skills-section #top-container, #top-container {
        padding: 35px 15px;
        margin-top: -53px;
    }

    .job-hero-image {
        margin-top: 180px;
    }

    .skill-2 {
        margin-top: 300px;
    }

    .skill-text {
        min-height: 90px;
    }

    .skill-2 .skill-inner {
        border-left: 1px solid #E2E3E3;
        border-right: none;
        margin-left: -1px;
    }

    .skill-3 .skill-inner {
        border-right: 1px solid #E2E3E3;
        margin-right: -1px;
    }

    #jobs-map-wrapper .job_filters .search_jobs,
    .jobs-widget-col-left,
    #jobs-map-wrapper ul.job_listings {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .jobs-widget-col-right {
        width: 100%;
        flex-basis: 100%;
        overflow: hidden;
    }

    .jobs-widget-col-left .load_more_jobs {
        position: absolute;
        bottom: 0;
        z-index: 1;
    }

    #jobs-map-wrapper {
        height: auto;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    #jobs-map-wrapper .map-wrapper {
        height: 500px !important;
        order: 2;
        z-index: 2;
    }

    .jobs-widget-row {
        height: 690px;
        display: block;
        position: relative;
        /*overflow: hidden;*/
    }

    div.job_listings {
        display: flex;
        flex-wrap: wrap;
        flex-basis: 100%;
        width: 100%;
    }

    .map-toggle-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid rgba(48, 42, 39, .2);

    }

    .map-toggle-wrapper a,
    .map-toggle-wrapper a * {
        -webkit-transition: .3s all;
        -moz-transition: .3s all;
        -o-transition: .3s all;
        transition: .3s all;
        text-decoration-line: none;
    }

    .map-toggle-wrapper a:hover,
    .map-toggle-wrapper a:focus,
    .map-toggle-wrapper a.active {
        color: #FFF;
        background-color: #F56038;
        border-color: #F56038;
    }

    .map-toggle-wrapper a:hover .circle,
    .map-toggle-wrapper a:focus .circle,
    .map-toggle-wrapper a.active .circle {
        background: #FFF;
    }

    .map-toggle-wrapper a:hover .icon,
    .map-toggle-wrapper a:focus .icon,
    .map-toggle-wrapper a.active .icon {
        background: #F56038;
    }

    .map-toggle-wrapper a {
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 16px;
        /* identical to box height, or 123% */
        /* Black */
        color: #302A27;
        padding: 13px 14px;
        border: 1px solid #E2E3E3;
        box-sizing: border-box;
        border-radius: 5px;
        flex-wrap: wrap;
        align-items: center;
        width: 130px;
        display: flex;
        justify-content: space-around;
        position: relative;

    }

    .map-toggle-wrapper a span.text {
        width: calc(100% - 22px);
        flex-basis: calc(100 - 22px);
        text-align: center;
    }


    .map-jobs-icon {
        mask: url('/wp-content/uploads/2021/08/filter.svg') no-repeat center;
        -webkit-mask: url('/wp-content/uploads/2021/08/filter.svg') no-repeat center;
        background: #FFF;
        display: block;
        height: 12px;
        width: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .show-jobs-icon {
        mask: url('/wp-content/uploads/2021/08/map.svg') no-repeat center;
        -webkit-mask: url('/wp-content/uploads/2021/08/map.svg') no-repeat center;
        background: #FFF;
        display: block;
        height: 12px;
        width: 14px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .map-toggle-wrapper a .circle {
        height: 22px;
        width: 22px;
        border-radius: 50%;
        background: #F56038;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        float: right;
        margin-right: 0;
        position: relative;
    }

    .map-toggle-wrapper a:first-of-type {
        margin-right: 10px;
    }

    .map-toggle-wrapper {
        padding: 20px 25px;
    }

    #jobs-map-wrapper ul.job_listings {
        transform: translateY(120%);
    }

    #jobs-map-wrapper ul.job_listings.active {
        transform: translateY(0);
    }

    #jobs-map-wrapper .map-wrapper.hidden {
        transform: translateY(110%);
    }

    #jobs-map-wrapper .map-wrapper.active {
        transform: translateY(0);
    }

    /*.jobs-widget-col-left {*/
    /*    height: 500px;*/
    /*}*/
    #jobs-map-wrapper ul.job_listings {
        position: absolute;
        bottom: 0;
        order: 1;
        width: 100%;
        margin-bottom: 0;
        -webkit-transition: .3s all;
        -moz-transition: .3s all;
        -o-transition: .3s all;
        transition: .3s all;
        height: 475px;
    }

    #jobs-map-wrapper .map-wrapper {
        height: 500px !important;
        width: 100% !important;
        margin-top: auto !important;
        /*position: absolute;*/
        /*bottom: 0;*/
        -webkit-transition: .3s all;
        -moz-transition: .3s all;
        -o-transition: .3s all;
        transition: .3s all;
    }

    #jobs-map-wrapper .job_filters,
    #jobs-map-wrapper .job_listings li.job_listing {
        width: 100%;
    }

    #jobs-map-wrapper .job_filters .search_jobs {
        width: 100%;
    }

    #offer-section .container {
        max-width: 720px;
    }

    .job-offer-wrapper-2 {
        margin-top: 150px;
    }

    .job-offer-wrapper-2 .job-offer-inner {
        margin-left: 75px;
    }

    .job-offer-wrapper-1 .line {
        top: 200px;
        width: 500px;
        left: -300px;
    }

    .job-offer-wrapper-3 {
        margin-right: -90px;
    }

    .job-offer-wrapper-3 .line {
        top: 220px;
        width: 500px;
        left: -320px;
    }

    .job-offer-wrapper-4 {
        margin-right: -220px;
        margin-top: 200px;
    }

    #offer-section {
        padding-top: 140px;
        padding-bottom: 160px;
    }

    #info-section .section-title {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
        margin-bottom: 30px;
    }

    #info-section .section-text-wrapper {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        flex-basis: 100%;
        padding: 20px;
    }

    .orange-info {
        margin-bottom: 70px;
    }

    #info-section h2 {
        font-size: 62px;
        line-height: 54px;
    }

    #info-section .section-text-wrapper {
        min-height: auto;
    }

    .faq-questions {
        padding-right: 0;
    }

    .answer-wrapper {
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        border-bottom: 1px solid rgba(48, 42, 39, .2);
    }

    .answer-wrapper p {
        width: calc(100% - 50px);
        padding-left: 20px;
    }

    .faq-questions .faq-link {
        border-right: none;
    }

    .faq-questions .faq-link:after {
        transform: rotate(90deg);
    }

    #faq-container {
        border-right: none;
    }

    .faq-link.active, .faq-link:hover, .faq-link:focus {
        background-color: rgba(255, 255, 255, 0);

    }

    .faq-link.active::after, .faq-link:hover::after, .faq-link:focus::after {
        transform: translateX(0);
        transform: rotate(-90deg);
    }

    .answer-wrapper {
        display: none;
        -webkit-transition: .3s all;
        -moz-transition: .3s all;
        -o-transition: .3s all;
        transition: .3s all;
    }

    #faq-list li {
        height: auto;
    }

    .faq-questions {
        border-right: none;
    }

    .answer-wrapper.active {
        display: flex;
    }

    #faq-container {
        margin-bottom: 100px;
    }

    .jobs-widget-col-left .load_more_jobs {
        padding: 10px;
    }

    #load-more {
        margin: 5px auto;
    }

}

@media (max-width: 900px) {
    .job-offer-wrapper {
        max-width: 50%;
    }

    .job-offer-inner {
        padding-left: 0;
    }

    .job-offer-wrapper-1 {
        margin-top: 0;
    }

    .job-offer-wrapper-2 {
        margin-top: 250px;
    }

    .job-offer-wrapper-1 .line {
        top: 200px;
        width: 400px;
        left: -350px;
    }

    .job-offer-wrapper-2 .job-offer-inner {
        margin-left: 110px;
    }

    .job-offer-wrapper-3 .job-offer-inner {
        margin-top: 120px;
    }

    #jobs-map-wrapper ul.job_listings {
        height: 500px;
    }

    .job-offer-wrapper-3 .line {
        top: 300px;
        width: 400px;
        left: -350px;
    }

    .job-offer-wrapper-4 {
        margin-right: -340px;
        margin-top: 240px;
    }

    #info-section {
        padding: 180px 0;
    }

    .jobs-widget-col-left {
        width: 100%;
        flex-basis: 100%;
    }

    .jobs-widget-col-right {
        width: 100%;
        flex-basis: 100%;
    }

    #jobs-map-wrapper {
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        width: 100%;
        max-width: 100%;
    }

    #jobs-map-wrapper .job_filters .search_jobs {
        padding: 20px 25px;
    }

    .job-listing-inner {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .jobs-widget-row {
        width: 100%;
    }

    #jobs-map-wrapper .job_filters .search_jobs {
        border-left: 1px solid rgba(48, 42, 39, .2);
        border-right: 1px solid rgba(48, 42, 39, .2);
        width: 100%;
    }


}

@media (max-width: 767.8px) {
    .job-image-hero {
        order: 2;
    }

    .job-text-hero {
        order: 1;
        margin-top: 200px;
    }

    .job-hero-image {
        margin-top: 20px;
    }

    #job-image-wrapper {
        margin-bottom: 140px;
    }

    .job-hero-text {
        margin-left: 0;
        margin-top: 0;
    }

    body .job-hero-text h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .job-hero-text p {
        font-size: 14px;
        line-height: 20px;
    }


    .skill-2 .skill-inner,
    .skill-1 .skill-inner,
    .skill-3 .skill-inner {
        border-left: 1px solid #E2E3E3;
        border-right: 1px solid #E2E3E3;
        margin-top: 40px;
    }

    .skill-3 .skill-inner {
        border-left: 1px solid #E2E3E3;
        border-right: 1px solid #E2E3E3;
        margin-left: 0;
    }


    #offer-section .container {
        max-width: 540px;
    }

    .job-offer-wrapper-1 p {
        text-align: right;
    }

    .job-offer-wrapper-1 {
        order: 1;
    }

    .job-offer-wrapper-1 .offer-image-wrapper {
        margin-left: auto;
    }

    .job-offer-wrapper-1 .counter-wrapper {
        float: right;
    }

    .job-offer-wrapper-1 img {
        margin-left: auto;
        float: right;
        margin-right: 0;
        margin-top: 20px;
    }

    .job-offer-wrapper {
        padding: 0 20px;
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
    }

    .job-offer-wrapper-1 .line {
        top: 100px;
        width: 50px;
        left: auto;
        position: relative;
        right: auto;
        float: right;
    }

    .job-offer-wrapper-1 .line {
        top: 100px;
        width: 70px;
        left: auto;
        position: relative;
        right: auto;
        float: right;
        margin-right: 21px;
    }

    .job-offer-wrapper-2 {
        order: 2;
        margin-top: 20px;
    }

    .job-offer-wrapper-2 p {
        text-align: left;
    }

    .job-offer-wrapper-2 .job-offer-inner {
        margin-left: 0;
    }

    .job-offer-wrapper-2 .offer-image-wrapper {
        margin-right: auto;
        margin-left: 0;
    }

    .job-offer-wrapper-2 .counter-wrapper {
        float: left;
    }

    .job-offer-wrapper-2 img {
        margin-left: 0;
        float: left;
        margin-right: auto;
        margin-top: 30px;
    }


    .job-offer-wrapper-2 .line {
        top: 100px;
        width: 70px;
        left: auto;
        position: relative;
        right: auto;
        float: left;
        margin-left: 21px;
        height: 2px;
        transform: rotate(45deg);
        opacity: 1;
        -webkit-transition: 1s all;
        -moz-transition: 1s all;
        -o-transition: 1s all;
        transition: 1s all;
    }

    .job-offer-wrapper-2 .line:before {
        top: 0;
        opacity: 1;
        height: 100%;
        left: -500px;
        display: block;
        content: "";
        -webkit-transition: width 1.5s ease;
        -moz-transition: width 1.5s ease;
        -o-transition: width 1.5s ease;
        transition: width 1.5s ease;
        z-index: 2;
        background-color: #302A27;
        width: 0;
    }

    .job-offer-wrapper-2.visible .line::before {
        width: 100%;
    }


    .job-offer-wrapper-4 {
        order: 4;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .job-offer-wrapper-4 p {
        text-align: left;
    }

    .job-offer-wrapper-4 .job-offer-inner {
        margin-left: 0;
    }

    .job-offer-wrapper-4 .offer-image-wrapper {
        margin-right: auto;
        margin-left: 0;
    }

    #offer-section {
        padding-top: 120px;
        padding-bottom: 80px;
    }

    .job-offer-wrapper-4 .counter-wrapper {
        float: left;
    }

    .job-offer-wrapper-4 img {
        margin-left: 0;
        float: left;
        margin-right: auto;
        margin-top: 30px;
    }


    .job-offer-wrapper-4 .line {
        top: 100px;
        width: 70px;
        left: auto;
        position: relative;
        right: auto;
        float: left;
        margin-left: 21px;
        height: 2px;
        transform: rotate(45deg);
        opacity: 1;
        -webkit-transition: 1s all;
        -moz-transition: 1s all;
        -o-transition: 1s all;
        transition: 1s all;
    }

    .job-offer-wrapper-4 .line:before {
        top: 0;
        opacity: 1;
        height: 100%;
        left: -500px;
        display: block;
        content: "";
        -webkit-transition: width 1.5s ease;
        -moz-transition: width 1.5s ease;
        -o-transition: width 1.5s ease;
        transition: width 1.5s ease;
        z-index: 2;
        background-color: #302A27;
        width: 0;
    }

    .job-offer-wrapper-4.visible .line::before {
        width: 100%;
    }

    .job-offer-wrapper-3 p {
        text-align: right;
    }

    .job-offer-wrapper-3 {
        order: 3;
        margin: 20px auto 0 auto;
    }

    .job-offer-wrapper-3 .offer-image-wrapper {
        margin-left: auto;
    }

    .job-offer-wrapper-3 .job-offer-inner {
        margin-top: 0;
    }

    .job-offer-wrapper-3 .counter-wrapper {
        float: right;
    }

    .job-offer-wrapper-3 img {
        margin-left: auto;
        float: right;
        margin-right: 0;
        margin-top: 20px;
    }


    .job-offer-wrapper-3 .line {
        top: 100px;
        width: 50px;
        left: auto;
        position: relative;
        right: auto;
        float: right;
    }

    .job-offer-wrapper-3 .line {
        top: 100px;
        width: 70px;
        left: auto;
        position: relative;
        right: auto;
        float: right;
        margin-right: 21px;
    }

    .skill-2 {
        margin-top: 0;
    }

    #info-section h2 {
        font-size: 56px;
        line-height: 46px;
    }

    #info-section {
        padding: 100px 0;
    }

    #skills-section #top-container p, #top-container p {
        font-size: 24px;
        line-height: 28px;
    }

    #skills-section #top-container, #top-container {
        padding: 25px 15px;
        margin-top: -39px;
    }


}

@media (max-width: 575.8px) {
    #job-offers .container:first-of-type {
        padding-left: 0;
        padding-right: 0;
    }

    #job-offers .container:first-of-type > .row {
        margin: 0 !important;
    }

    #jobs-map-wrapper ul.job_listings {
        padding: 0 25px;
    }

    .skill-inner .column-counter {
        margin-bottom: 20px;
    }

    .skill-text {
        min-height: inherit;
    }

    .skill-image-wrapper .skill-image {
        background-image: none !important;
        height: auto;
    }

    .skill-image img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    #info-section {
        padding: 80px 0;
    }

    #faq {
        padding: 100px 0;
    }

    #top-container,
    #skills-container,
    #faq-container {
        margin-left: 25px;
        margin-right: 25px;
        max-width: calc(100% - 50px);
    }

    #info-section .container {
        max-width: calc(100% - 30px);
        margin: 0 15px;
    }

    #skills-container {
        padding: 0 15px;
    }

    #skills-section #top-container p, #top-container p {
        font-size: 18px;
        line-height: 22px;
    }


    #skills-section #top-container, #top-container {
        padding: 15px;
        margin-top: -36px;
    }

    .faq-questions .faq-link {
        font-size: 16px;
        line-height: 24px;
    }

    #faq-list li::before {
        top: 26px;
    }

    .faq-questions .faq-link::after {
        top: 26px;
    }

    #jobs-map-wrapper .job_filters .search_jobs {
        border-left: none;
        border-right: none;
    }

    .search_submit svg {
        top: auto;
        bottom: 16px;
    }

    .jobs-widget-row {
        height: 766px;
    }


    #jobs-map-wrapper .job_filters .search_jobs div.search_location {
        width: 100%;
    }

    /*#jobs-map-wrapper .job_filters,*/
    /*#jobs-map-wrapper .job_listings li.job_listing,*/
    /*.map-toggle-wrapper {*/
    /*    width: calc(100% - 30px);*/
    /*    margin: 0 15px;*/
    /*}*/
    .jobs-widget-col-right {
        width: calc(100% - 30px);
        margin: 0 15px;

    }

    div.job_listings {
        border-bottom: none;
        border-top: none;
    }

    #jobs-map-wrapper .job_filters .search_jobs {
        border-top: 1px solid rgba(48, 42, 39, .2);
    }

    #jobs-map-wrapper .job_filters .search_jobs div.search_submit input {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        width: 100%;
        margin-top: 20px;
    }

    #jobs-map-wrapper .position {
        width: calc(100% - 110px);
        max-width: calc(100% - 110px);
    }

    .location {
        display: block;
        float: left;
        width: 100%;
    }

    #jobs-map-wrapper .job_listings li.job_listing {
        height: auto;
        min-height: 97px;
        padding: 30px 0 25px 0;
    }

    li.job_listing span.plus {
        right: 0;
    }

    li.job_listing a {
        right: 18px;
    }

    .job_filters .search_jobs div.search_submit {
        float: left;
        width: 100%;
    }

    #jobs-map-wrapper .job_filters .search_jobs div.search_submit input {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .jobs-widget-col-left .load_more_jobs {
        padding: 5px;
        margin: 0 auto;
        width: calc(100% - 50px);
        display: block;
        float: none;
        left: 0;
    }

    #load-more {
        font-size: 13px;
        padding: 0;
        height: 50px;
    }


}

@media (max-width: 480px) {


    #jobs-map-wrapper .job_filters .search_jobs div.search_submit span {
        top: auto;
        bottom: 50px;
    }

}

@media (max-width: 370px) {

}

/* 221201-JH-Turn off Hero Image on Job Category Pages */

.job-image-holder>.job-hero-image {
transform: translateY(0);	
}