/** JOBS CSS **/
.companyaccordion {
	display:none;
}

.single_job_header {
	padding: 10px 0px 30px 0px;
	background: #505d7f;
	margin-top:150px;
}
.single_job_description {
	padding-top:120px;
}
.single_job_accordion {
	padding-top: 60px;
}
.single_job_form {
	padding-top: 80px;
	padding-bottom:120px;
}
.job_breadcrumb_link::before {
	content: '<';
	padding-right: 5px;
}
.single_job_header h1 {
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
	color: #ffffff;
}
.job_meta {
    color: #ffffff;
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
	margin-bottom: 18px;
}
.job_meta .job_company, .job_meta .job_location, .job_meta .job_type, .job_meta .job_expiry, .job_meta .job_id {
    font-size: 14px;
    font-weight: 600;
}
.job_location::before, .job_expiry::before, .job_id::before {
    content: '|';
    padding-right: 12px;
    padding-left: 12px;
}
.job_meta .job_type {
    background: none;
    border: 2px solid #ffffff;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0px 23px;
    border-radius: 2px;
    margin-top: -2px;
    margin-right: 12px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}
.job_position_rationale {
	padding-top: 22px;
}
.job_position_qualifications {
	padding-top: 60px;
}
.job_ideal_candidate {
	margin-bottom:0px;
}
.job_positions_qualifications_heading {
	
}
a.job_breadcrumb_link {
    font-size: 14px;
    text-transform: uppercase;
}
h2.job_form {
    text-align: center;
}
.job_positions_qualifications_heading {
    color: #666666;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 18px;
}


/*---JOB FORM---*/
.gform_wrapper span.gfield_required {
    color: #505d7f;
}
.single_job_form .gform_wrapper.gravity-theme .gfield_label, .single_job_form h3.gsection_title {
    font-size: 18px;
    color: #666666;
    line-height: 22px;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 600;
	margin-bottom:8px;
}
.single_job_form h3.gsection_title {
	margin-bottom:0px;
}
.single_job_form div.gform_wrapper input[type=text], .single_job_form div.gform_wrapper select, .single_job_form div.gform_wrapper textarea, .single_job_form div.gform_wrapper input[type=email], .single_job_form div.gform_wrapper input[type=tel] {
    border: 1px solid #dcdcdc;
    color: #323232;
}
.single_job_form .gform_wrapper input::-webkit-input-placeholder { 
  color: #777777;
	font-style:italic;
}
.single_job_form .gform_wrapper input:-ms-input-placeholder { 
  color: #777777;
	font-style:italic;
}
.single_job_form .gform_wrapper input::placeholder {
  color: #777777;
	font-style:italic;
}
.single_job_form .gform_wrapper textarea::-webkit-input-placeholder { 
  color: #777777;
	font-style:italic;
}
.single_job_form .gform_wrapper textarea:-ms-input-placeholder { 
  color: #777777;
	font-style:italic;
}
.single_job_form .gform_wrapper textarea::placeholder {
  color: #777777;
	font-style:italic;
}
.single_job_form .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full), .single_job_form .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
    padding-left: 4px;
    padding-right: 0;
}
.single_job_form .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full), .single_job_form .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
    padding-right: 4px;
}
.single_job_form .gform_wrapper.gravity-theme .gsection {
    border: none;
    padding: 0px;
}
.single_job_form .gform_wrapper.gravity-theme fieldset.gfield {
    margin-bottom: 24px;
}
.single_job_form .gform_wrapper div#field_2_8, .single_job_form .gform_wrapper div#field_2_9 {
    margin-top: 24px;
}
span#gfield_upload_rules_2_8 {
    text-align: center;
    font-style: italic;
    color: #999999;
    font-size: 14px;
    padding-top: 0px;
}
.single_job_form .gform_wrapper input[type="button"], .single_job_form .gform_wrapper input[type="submit"] {
    width: 204px;
}
.single_job_form .gform_wrapper.gravity-theme .ginput_container_address .ginput_left {
    padding-right: 4px;
}
.single_job_form .gform_wrapper.gravity-theme .ginput_container_address .ginput_right {
    padding-left: 4px;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column-gap: 2px !important;
}
.gform_drop_area button.button {
    width: 160px;
    padding: 0px;
    height: 40px;
    font-size: 16px;
    border: 2px solid #666666;
    margin: 0 auto;
    background: none;
    color: #666666;
	z-index: 100 !important;
}
.gform_drop_area button.button:hover {
    background: #505d7f;
    border: 2px solid #505d7f;
    color: #ffffff;
}
.gform_drop_area button.button:hover:before {
	border:none;
}
/*end job form*/


/*Job Accordion*/
.jobBlock .accordion, .single_job_accordion .accordion {
	background-color: #f2f2f2;
    color: #666666;
    cursor: pointer;
    padding: 16px 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 24px;
    position: relative;
    transition: 0.3s;
    text-transform: none;
    font-weight: 600;
    border-top: 1px solid #e2e2e2;
}
.jobBlock .jobsearchBox .accordion {
    font-size: 14px;
    border-top: 0;
}
.jobBlock .wpb_wrapper .accordion:first-child, .single_job_accordion .wpb_wrapper .accordion:first-child {
    border-top: 0px solid #e2e2e2;
}

.single_job_accordion .active, .single_job_accordion .accordion:hover {
  background-color: #ccc;
}

.single_job_accordion .accordion:after, .job_search_panel .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: 400;
    float: right;
    margin-left: 5px;
    font-size: 24px;
    position: absolute;
    right: 20px;
    top: 13px;
}
.single_job_accordion .active:after, .job_search_panel .active:after {
	content: "\2212";
    color: #313131;
}
.job_search_panel .panel {
	background-color: #fafafa;
    border-bottom: 1px solid #ffffff;
}
.job_search_panel .panel:last-child {
	border-bottom:0px;
}
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.job_search_panel button.accordion.active + .panel {
    padding-bottom: 20px;
}
.jobBlock button.accordion.active {
    background-color: #fafafa;
	color: #313131;
}
.job_search_panel .panel label {
    color: #666666;
    font-size: 16px;
    vertical-align: top;
}
.search input#keyword {
	font-size: 14px;
	font-weight: 600;
    padding-left: 36px;
}
.search:before {
    content: "\f002";
    /*content: 'asdads';*/
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    display: block;
    z-index: 10;
    color: #666666;
    left: 32px;
    top: 30px;
    position: absolute;
}


/** END ACCORDION **/

/** START JOB SHARING **/
.job_social_share {
	text-align:center;
	margin-top:30px;
}
.job_social_share h2.job_form {
    font-size: 24px;
    font-weight: 600;
    color: #666666;
}
.job_social_share a i.fa, .job_social_share a i.far {
    font-size: 24px;
    width: 54px;
    height: 54px;
    border: 2px solid #fe5000;
    border-radius: 100%;
    line-height: 50px;
    margin: 0px 8px;
	transition: all 0.14s ease-in-out;
}
.job_social_share a i.fa.fa-facebook-f {
    color: #455996;
    border-color: #455996;
}
.job_social_share a i.fa.fa-twitter {
    color: #60acec;
    border-color: #60acec;
}
.job_social_share a i.fa.fa-linkedin-square {
    color: #4177b3;
    border-color: #4177b3;
}
.job_social_share a i.far.fa-envelope {
    color: #666666;
    border-color: #666666;
}
.job_social_share a:hover i.fa.fa-facebook-f, .job_social_share a:hover i.fa.fa-twitter, .job_social_share a:hover i.fa.fa-linkedin-square, .job_social_share a:hover i.far.fa-envelope {
	color:#ffffff;
	border-color:#505d7f;
	background:#505d7f;
	transition: all 0.14s ease-in-out;
}
@media only screen and (max-width: 500px) {
	.job_social_share a i.fa, .job_social_share a i.far {
    	font-size: 20px;
    	width: 46px;
    	height: 46px;
    	line-height: 42px;
    }
}
/** END JOB SHARING **/



/** END JOBS CSS**/

/**JOBS LIST**/
.search_heading {
    text-transform: uppercase;
    color: #666666;
    font-weight: 700;
    padding: 16px 18px 0px;
    font-size: 23px;
    line-height: 26px;
}
.joblist_list {
	
}
#response {
    margin-left: -16px;
}
.joblist_job {
	display: flex;
/* 	justify-content: space-evenly; */
	border: 1px solid #f6f6f6;
/* 	padding:5px; */
    align-items: center;
    min-height: 86px;
    border-top: 0px;
}
.joblist_job:first-child {
    border-top: 1px solid #f2f2f2;
}
.joblist_job:hover {
    background: #f9f9f9;
}
.joblist_title, .joblist_location, .joblist_exptype {
	padding-top:2px;
}
.joblist_jobtype {
	background: red;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	border-radius:50px;
}
.joblist_expiry {
	font-size:12px;
    line-height: 12px;
    margin-top: 6px;
    color: #666666;
}
.fa-map-marker-alt {
	padding-right:5px;
}

.joblist_jobimage {
	width: 20%;
	text-align: center;
	border-right: 1px solid #f2f2f2;
    height: 86px;
    position: relative;
}
.joblist_jobimage img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.joblist_title {
	width: 30%;
	padding-left: 15px;
}
.joblist_jobtitle {
    color: #313131;
    font-size: 18px;
    line-height: 22px;
    display: block;
}
.joblist_jobtitle:hover {
	color: #1a1a1a;
}
.joblist_company {
	color: #848484;
	text-transform: uppercase;
	font-size:12px;
    font-weight: 700;
    line-height: 16px;
}
.joblist_location {
	width: 28%;
	padding-left:15px;
	color: #666666;
}
/* .joblist_jobtype {
	width: 20%;
} */

.joblist_jobimage img {
	height:70px;
	width:120px;
	padding: 3px;
}
.joblist_title {
	
}
.job_search_panel .panel label {
	padding-left: 5px;
}
.jobsearchBox .vc_column-inner {
	border-radius: 4px;
    padding: 0;
}
.jobsearchBox .search {
    padding: 16px 20px;
    position: relative;
	width: 100%;
}
.joblist_list .search_error {
	padding: 0px 20px;
    text-align: left;
    max-width: 400px;
    /* margin: 0 auto; */
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
    height: 100%;
    font-weight: 600;
}
.jobsearchBox.wpb_column {
    padding-left: 15px;
}


@media only screen and (max-width: 768px) {
	.jobsearchBox.wpb_column {
	    padding-left: 0px;
	}
}

@media only screen and (max-width: 600px) {
	section.vc_section.skinnyWidth {
		width:100%;
		padding:0px 10px;
	}
	.joblist_jobimage, .joblist_location {
		display:none;
	}
	.joblist_job {
		justify-content: space-evenly;
	}
	#response {
	margin-left: 0px;
		margin-top: 20px;
	}
	.joblist_title {
		width: 50%;
	}
	.vs_spinner {
/* 		left: 40%; */
/* 		top: 50%; */
	}
}

/**SPINNER**//
.lds-spinner {
  color: official;
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
	top: 30%;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #000;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.vs_spinner {
	width: 50px;
	height: 50px;
	left: 45%;
	top: 45%;
	position: absolute;
	background: url('https://vscanada.scratchmarketing.ca/wp-content/uploads/2022/01/cropped-favicon.png');
	background-size: 50px 50px;
	animation-name: spin;
	animation-duration: 2000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear; 
	/* transform: rotate(3deg); */
	/* transform: rotate(0.3rad);/ */
	/* transform: rotate(3grad); */ 
	/* transform: rotate(.03turn);  */
}

@keyframes spin {
	from {
		transform:rotate(0deg);
	}
	to {
		transform:rotate(360deg);
	}
}
