
.sc-flex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sc-flex-item {
	flex-grow: 1;
}

.sc-flex-item + .sc-flex-item {
	/* margin-left: 1%; */
}

/* ========== single job posting template ======== */
body.single-job_posting .page-content {
	color: #44687D;
	margin: 50px 0px;
}
body.single-job_posting .posting-container section {
	padding: 25px 0px;
}

body.single-job_posting .posting-header {
	width: 100%;
	background-color: #ECECEC;
	color: #44687D;
	padding: 10px;
	margin:25px 0px;
}

body.single-job_posting .posting-header span {
	font-size: 18px;
	font-weight: 700;
}

body.single-job_posting .posting-banner {
	width: 100%;
	min-height: 600px;
	background-color: #44687D ;
	color: #ECECEC;
	align-items: center;
}

body.single-job_posting .posting-banner .entry-title {
	color: #ECECEC;
	font-size: 42px;
}

body.single-job_posting .posting-banner .job-info {
	width: 64%;
	float: left;
	padding-left: 15%
}

body.single-job_posting .posting-banner-image {
	content: url("/source/619ccebbc2e7b1348299bfbff8edbbaa/CanadianMade.jpg");
	width: 35%;
	float: right;
	height: 100%;
}

body.single-job_posting .posting-banner .application-form {
	width: 100%;
}

table.job-listing-meta {
	border: none;
	font-size: 1em;
	margin: 40px 0px;
}

table.job-listing-meta tr:hover, table.job-listing-meta tbody tr:hover>td, table.job-listing-meta tbody tr:hover>th {
	background-color: transparent;
}

table.job-listing-meta td.td-heading, .job-social-links li {
	font-family: "Oswald", SeGoe-UI, Sans-serif;
	font-weight: 500;
	color: #DBE4EA;
}

table.job-listing-meta td {
	border: none;
	padding: 8px;
}

table.job-listing-meta tbody>tr:nth-child(odd)>td, table.job-listing-meta tbody>tr:nth-child(odd)>th {
	background-color: transparent;
}

.job-social-links {
	background-color: #ECECEC;
	margin-top: 40px;
}

.job-social-links ul {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch; /* Default */
	justify-content: space-between;
	width: 100%;
	padding: 20px 40px;
}

.job-social-links li {
	display: block;
	flex: 0 1 auto; /* Default */
	list-style: none;
	color: #343434;
	
}

.job-social-links li a {
	color: #7B95A3;
}

.previous-btn {
	margin-top: 20px;
}
.previous-btn a i{
	background-color: #ECECEC;
	color: #44687D;
	border-radius: 15%;
	padding: 8px 10px;
	display: inline-block;
	margin-right: 10px;
}

.previous-btn i:hover {
	background-color: #ddd;
	color: black;
}

.previous-btn a{
	text-decoration: none;
	color: #44687D;
	font-family: "Oswald", SeGoe-UI, Sans-serif;
	font-weight: 500;
}

/* ========== application form template ======== */

body.single-job_posting .application-form .application_details form.sc-application-form{padding:.25em}
body.single-job_posting .application-form .application_details form.sc-application-form .sc-info{margin-bottom:1em}
body.single-job_posting .application-form .application_details form.sc-application-form label{line-height:2em !important}
body.single-job_posting .application-form .application_details form.sc-application-form .sc-applications-error{margin-bottom:1em}
body.single-job_posting .application-form .application_details form.sc-application-form .form-content{margin:0 0 1em;padding:.25em 0}
body.single-job_posting .application-form .application_details form.sc-application-form .form-content h3{line-height:1.5em;margin:0 0 1em;font-size:1em;padding:0}
body.single-job_posting .application-form .application_details form.sc-application-form .form-content p{line-height:1.5em;margin:0 0 1em}
body.single-job_posting .application-form .application_details form.sc-application-form .form-content:first-child{border-top:0;margin-top:0;padding:.25em 0 .25em}

body.single-job_posting .application-form {
	 padding: 0;
	 margin: 0;
	 overflow: hidden;
}
 body.single-job_posting .application .application_button,
 body.single-job_posting .application-form .application_details {
	 -webkit-box-sizing: border-box;	
	 -moz-box-sizing: border-box;		
	 box-sizing: border-box;			
	
}
 body.single-job_posting .application .application_button {
	 line-height: 1.2em;
	 display: inline-block;
	 padding: .5em 3em;
	 outline: 0;
	 border: none;
}
 body.single-job_posting .application-form .application_details {
	 clear: both;
	 border-top: 1px solid #eee;
	 padding: 0.75em 1em 0;
	 margin: 1em 0;
	 line-height: 1.5em;
	 display: block;
	 position: relative;
	 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
 body.single-job_posting .application-form .application_details p {
	 margin: 0 0 0.75em;
}
 body.single-job_posting .application-form .application_details::before {
	 content: "";
	 position: absolute;
	 margin: -10px 0 0 0;
	 top: 0;
	 left: 5em;
	 width: 0;
	 height: 0;
	 border-left: 10px solid transparent;
	 border-right: 10px solid transparent;
	 border-bottom: 10px solid #eee;
}
 body.single-job_posting .application-form .application_details::after {
	 content: "";
	 position: absolute;
	 margin: -9px 0 0 1px;
	 left: 5em;
	 top: 0;
	 width: 0;
	 height: 0;
	 border-left: 9px solid transparent;
	 border-right: 9px solid transparent;
	 border-bottom: 9px solid #fff;
}

.sc-form fieldset {
	 margin: 0 0 1em 0;
	 padding: 0 0 1em 0;
	 line-height: 2em;
	 border: 0;
	 border-bottom: 1px solid #eee;
}
 .sc-form fieldset label:not(.full-line-checkbox-field label) {
	 display: block;
	 margin: 0;
	 width: 29%;
	 float: left;
	 vertical-align: middle;
}
 .sc-form fieldset label:not(.full-line-checkbox-field label) small {
	 opacity: 0.75;
	 font-size: 0.83em;
}
 .sc-form fieldset div.field:not(.full-line-checkbox-field) {
	 width: 70%;
	 float: right;
	 vertical-align: middle;
}
 .sc-form fieldset .wp-editor-container {
	 border: 1px solid #ccc;
	 -webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
	 border-radius: 3px;
}
 .sc-form fieldset abbr.required {
	 color: red;
	 font-weight: bold;
	 border: 0;
}
 .sc-form fieldset input.input-text, .sc-form fieldset input.input-date, .sc-form fieldset textarea, .sc-form fieldset select {
	 margin: 0;
	 vertical-align: middle;
	 width: 100%;
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
}
 .sc-form fieldset small.description {
	 opacity: 0.75;
	 font-size: 0.83em;
	 margin: 1.2em 0 0 0;
	 display: block;
	 line-height: 1.2em;
}
 .sc-form fieldset .sc-uploaded-files {
	 display: table;
}
 .sc-form fieldset .sc-uploaded-files .sc-uploaded-file {
	 line-height: 2em;
	 font-style: italic;
	 margin-bottom: 1em;
	 display: block;
}
 .sc-form fieldset .sc-uploaded-files .sc-uploaded-file .sc-uploaded-file-preview img {
	 height: 64px;
	 margin: 0;
	 vertical-align: top;
}
 .sc-form fieldset .sc-uploaded-files .sc-uploaded-file .sc-uploaded-file-preview a {
	 line-height: 64px;
	 display: inline-block;
	 padding: 0 0 0 1em;
}
 .sc-form fieldset .sc-uploaded-files .sc-uploaded-file .sc-uploaded-file-name {
	 display: block;
}
 .sc-form .submit-job {
	 padding: 1em 0;
}
 .sc-form .sc-term-checklist {
	 list-style: none outside;
	 max-height: 200px;
	 overflow: auto;
	 margin: 0;
}
 .sc-form .sc-term-checklist li {
	 list-style: none outside;
	 margin: 0;
	 display: block;
	 float: none;
}
 .sc-form .sc-term-checklist li label {
	 width: auto;
	 float: none;
}
 .sc-form .sc-term-checklist li li {
	 margin: 0 0 0 2em;
}

.sc-form input[type=submit] {
	all: revert!important;  	/* reverts all styles back to user agents */	
    font-size: 1rem !important;
    line-height: 1.5 !important;
    padding: 8px 15px!important;
}

 .sc-form input[type=submit]:disabled {
	 opacity: 0.5;
	 filter: alpha(opacity=50);
	 cursor: not-allowed;
}
 .sc-form .spinner {
	 background-repeat: no-repeat;
	 background-size: 20px 20px;
	 display: inline-block;
	 visibility: hidden;
	 width: 20px;
	 height: 20px;
	 margin: 0;
	 vertical-align: middle;
}
 .sc-form .spinner.is-active {
	 visibility: visible;
}
 
.job-application-meta{
	background-color:#f5f5f5;
	width:45%;
	padding:1em;
	margin:0 0 0 5%;
	float:right;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}

.sc-message, .sc-error, .sc-info {
	 padding: 1em 2em 1em 3.5em !important;
	 margin: 0 1em 2em 0 !important;
	 position: relative;
	 background-color: #fff;
	 color: #666;
	 border-top: 3px solid #999;
	 list-style: none outside !important;
	 width: auto;
	 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
 .sc-message::before, .sc-error::before, .sc-info::before {
	 content: "";
	 font-family: sans-serif;
	 display: inline-block;
	 position: absolute;
	 top: 1em;
	 left: 1.5em;
}
 .sc-message li, .sc-error li, .sc-info li {
	 list-style: none outside !important;
	 padding-left: 0 !important;
	 margin-left: 0 !important;
}
 .sc-message.sc-message, .sc-error.sc-message, .sc-info.sc-message {
	 border-top-color: #00A32A;
}
 .sc-message.sc-message::before, .sc-error.sc-message::before, .sc-info.sc-message::before {
	 color: #00A32A;
	 content: "\2713";
}
 .sc-message.sc-info, .sc-error.sc-info, .sc-info.sc-info {
	 border-top-color: #1e85be;
}
 .sc-message.sc-info::before, .sc-error.sc-info::before, .sc-info.sc-info::before {
	 color: #1e85be;
	 content: "i";
	 font-family: Times, Georgia, serif;
	 font-style: italic;
}
 .sc-message.sc-error, .sc-error.sc-error, .sc-info.sc-error {
	 border-top-color: #b81c23;
}
 .sc-message.sc-error::before, .sc-error.sc-error::before, .sc-info.sc-error::before {
	 color: #b81c23;
	 content: "\00d7";
	 font-weight: 700;
}
 

/* ==================  RESPONSIVE MEDIA QUERIES =========================== */


 @media only screen and (max-width: 991px) {
	 div.posting-banner-image {
		 display: none;
	 }

}

/* PHONES */
 @media only screen and (max-width: 768px) {
	 
	.job-social-links ul {
		padding: 20px 15px;
		justify-content: space-around;
	}
	
	body.single-job_posting .posting-banner .job-info {
		padding-left: 10%;
	}
}
