/*home-banner-section css*/
.home-banner-section{
	padding: 195px 0 193px;
	position: relative;
	z-index: 1;
}
.home-banner-section .banner-bg-img{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.home-banner-section .banner-caption{
	max-width: 534px;
}
.home-banner-section .banner-caption h1{
	margin-bottom: 13px;
}
.home-banner-section .banner-caption p{
	color: #ffffff;
	font-size: 18px;
	line-height: 1.5;
	padding-right: 20px;
}

/*home-about-section" css*/
.home-about-section{
	padding: 60px 0;
}
.home-about-section .about-wrapper{
	display: flex;
	flex-wrap: wrap;
}
.home-about-section .about-wrapper .about-left{
	max-width: 49%;
	flex: 0 0 49%;
}
.home-about-section .about-wrapper .about-right{
	max-width: 51%;
	flex: 0 0 51%;
	padding-left: 32px;
}
.home-about-section .about-wrapper .about-right h2{
	max-width: 311px;
	margin: -8px 0 12px;
}
.home-about-section .about-wrapper .about-right p:not(:last-child){
	margin-bottom: 17px;
}


/*Footer css*/
.site-footer{
	background-color: #333333;
	padding: 27px 0 25px;
}
.site-footer .footer-widget-listing{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.site-footer .footer-widget-listing .footer-widget-copy-text{
	display: flex;
	flex-wrap: wrap;
	padding-top: 4px;
}
.site-footer .footer-widget-listing .footer-widget-copy-text .copy-right-content {
	padding-right: 126px;
}
.site-footer .footer-widget-listing .footer-widget-copy-text .copy-right-content p{
	color: #ffffff;
	opacity: 0.8;
}
.site-footer .footer-widget-listing .footer-widget-copy-text .copy-right-content p span{
	position: relative;
	padding-right: 8px
}
.site-footer .footer-widget-listing .footer-widget-copy-text .copy-right-content p span:after{
	content: "";
	position: absolute;
	right: 4px;
    top: 4px;
    bottom: 0px;
	width: 2px;
	height: 12px;
	background-color: rgba(255,255,255,0.8);
}
.site-footer .footer-widget-listing .footer-widget-copy-text .footer-menu .menu{
	display: flex;
	flex-wrap: wrap;
}
.site-footer .footer-widget-listing .footer-widget-copy-text .footer-menu .menu li a{
	color: #ffffff;
	opacity: 0.8;
}
.site-footer .footer-widget-listing .footer-widget-copy-text .footer-menu .menu li a:hover{
	color: #e86404;
	opacity: 1;
}
.site-footer .footer-widget-listing .footer-widget-copy-text .footer-menu .menu li:first-child{
	padding-right: 23px;
	position: relative;
}
.site-footer .footer-widget-listing .footer-widget-copy-text .footer-menu .menu li:first-child:after{
	content: "";
	position: absolute;
	right: 10px;
    top: 7px;
    bottom: 3px;
	width: 2px;
	height: 15px;
	background-color: rgba(255,255,255,0.8);
}
.site-footer .footer-widget-listing  .footer-widget-social ul{
	display: flex;
	flex-wrap: wrap;
}
.site-footer .footer-widget-listing  .footer-widget-social ul li:not(:last-child){
	margin-right: 10px;
}
.site-footer .footer-widget-listing  .footer-widget-social ul li a{
	width: 38px;
	height: 38px;
	background-color: rgba(255,255,255,0.1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.site-footer .footer-widget-listing  .footer-widget-social ul li a:hover{
	background-color:  #e86404;
}

/*graduate-Profile Page css*/
.profile-banner-section{
	padding: 38px 0 29px;
}
.profile-banner-section .banner-bg-img{
	height: 200px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.profile-banner-section .profile-box{
	-webkit-box-shadow: 0 2px 10px rgba(34, 34, 34, 0.08);
	-moz-box-shadow: 0 2px 10px rgba(34, 34, 34, 0.08);
	-o-box-shadow: 0 2px 10px rgba(34, 34, 34, 0.08);
	box-shadow: 0 2px 10px rgba(34, 34, 34, 0.08);
	background-color: #ffffff;
	padding: 31px 29px;
}
.profile-banner-section .profile-box .profile-img-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 24px;
}
.profile-banner-section .profile-box .profile-img-wrapper em{
	margin-top: -128px;
	width: 184px;
	height: 184px;
}
.profile-banner-section .profile-box .profile-img-wrapper em img{
	border-radius: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: inherit;
}
.profile-banner-section .profile-box  .profile-img-wrapper .action-block .btn:last-child{
	min-width: 190px;
}
.profile-banner-section .profile-box  .profile-img-wrapper .action-block .btn:first-child{
	margin-right: 12px;
	min-width: 116px;
}
.profile-banner-section .profile-box  .profile-detail h2{
	font-family: 'Lato', sans-serif;
	font-size: 21px;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 7px;
}
.profile-banner-section .profile-box  .profile-detail p{
	margin-bottom: 11px;
	font-size: 18px;
	line-height: 1.1;
	opacity: 0.8;
}
.profile-banner-section .profile-box  .profile-detail p.location-text{
	margin-bottom: 23px;
	padding-left: 24px;
	position: relative;
}
.profile-banner-section .profile-box  .profile-detail p.location-text em{
	position: absolute;
	left: 0;
	top: 0;
	width: 14px;
}
.profile-banner-section .profile-box  .profile-detail ul{
	display: flex;
	flex-wrap: wrap;
}
.profile-banner-section .profile-box  .profile-detail ul li:not(:last-child){
	margin-right: 15px;
}
.profile-banner-section .profile-box  .profile-detail ul li a{
	min-width: 137px;
	border: 1px solid #e1e1e1;
	text-align: center;
	height: 40px;
	padding: 4px 18px;
}
.profile-banner-section .profile-box  .profile-detail ul li a:hover{
	border-color: #333333;
}
.profile-banner-section .profile-box  .profile-detail ul li a > img{
	width: 69px;
}
.profile-banner-section .profile-box  .profile-detail ul li:last-child a {
	color: #333333;
}
.profile-banner-section .profile-box  .profile-detail ul li:last-child a em{
	width: 24px;
	margin-right: 8px;
	display: inline-block;
	position: relative;
	top: -1px;
}
.green-border-box{
	border-top: 4px solid #47a248;
	-webkit-box-shadow: 0 2px 10px rgba(34, 34, 34, 0.08);
	-moz-box-shadow: 0 2px 10px rgba(34, 34, 34, 0.08);
	-o-box-shadow: 0 2px 10px rgba(34, 34, 34, 0.08);
	box-shadow: 0 2px 10px rgba(34, 34, 34, 0.08);
	background-color: #ffffff;
	padding: 23px 30px;
}
.green-border-box h2{
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 1.7;
	font-weight: 700;
	margin-bottom: 6px;
}
.green-border-box p{
	line-height: 1.5;
}
.program-highlights-section{
	padding-bottom: 32px;
}
.core-cource-section {
	padding-bottom: 39px;
}
.core-cource-section .green-border-box  h2{
	margin-bottom: 14px;
}
.core-cource-section .green-border-box ul li{
	margin-bottom: 15px;
}
.core-cource-section .green-border-box ul li .course-detail{
	padding: 11px 19px 14px;
	border: 1px solid #e9e9e9;
}
.core-cource-section .green-border-box ul li .course-detail h3{
	color: #333333;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 3px;
}
/*contact modal css*/
.contact-modal{
	padding-right: 0 !important;
}
.contact-modal .modal-dialog{
	max-width: 540px;
	margin: 149px auto 80px;
	border-radius: 0;
	-webkit-box-shadow: 0 0 46px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 46px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 46px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 46px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 46px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
}
.contact-modal .modal-dialog .modal-content{
	border:0;
	padding: 30px;
}
.contact-modal .modal-header{
	padding: 0;
    border: 0;
    display: block;
    padding-right: 30px;
    position: relative;
    margin-bottom: 10px;
}
.contact-modal .modal-header h2{
	font-size: 21px;
	color: #1e2423;
}
.contact-modal .modal-header .close{
	padding: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: -4px;
	margin: 0;
	outline: 0;
}
.contact-modal .modal-header .close:hover,
.contact-modal .modal-header .close:focus{
	opacity: 1;
}
.contact-modal .modal-body{
	padding: 0;
}
.contact-modal .modal-body form .btn-block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact-modal .modal-body form .btn-block .btn{
	min-width: 160px;
	height: 50px;
}
.contact-modal .modal-body form .custom-checkbox span{
	margin-left: 0;
}
.contact-modal .modal-body form .custom-checkbox label input{
	opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 2;
}
.contact-modal .modal-body form .custom-checkbox label span .radio-border{
	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-width: 1px;
    height: 20px;
    width: 20px;
    background-color: transparent;
    min-width: 20px;
    display: inline-block;
    border: 1px solid #333;
    margin-right: 8px;
    position: relative;
    top: 3px;
}
.contact-modal .modal-body form .custom-checkbox label span .radio-border:after{
	background-image: url(../../assets/images/white-arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: transparent;
    position: absolute;
    content: '';
    width: 12px;
    height: 9px;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.contact-modal .modal-body form .custom-checkbox label input:checked + span{
	color: #e86404;
}
.contact-modal .modal-body form .custom-checkbox label input:checked + span  .radio-border{
	background: #e86404;
	border-color: #e86404;
} 
.contact-modal .modal-body form .custom-checkbox label input:checked + span  .radio-border:after{
	opacity: 1;
}

.form-group-row .form-col .note-text.warning{
    border-left-color: #e86404;
    background: #e8640414;
    color: #e86404;
}
    
/*Common css of form control*/
table ul.job-dashboard-actions li:before{
	display: none;
}
.single-job_listing .navigation{
	display: none;
}
.single_job_listing{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 15px;
}
.single-job_listing aside{
	display: none;
}
.single-job_listing .application .application_details{
	border:none;
	padding:20px 0 0;
	box-shadow: none;
	margin:0;
}
.single-job_listing .application .application_details:before,
.single-job_listing .application .application_details:after{
	display: none;
}
.form-group {
	margin-bottom: 23px;
	position: relative;
}

.form-group label {
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 4px;
}

.form-group label span {
	color: #828282;
}

.form-group .form-control {
	height: 50px;
	border: 1px solid #c4c4c4;
	padding: 10px 20px 15px;
	color: #000000;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 400;
	width: 100%;
	box-shadow: none;
	outline: 0;
	transition: all 0.5s;
	font-family: 'Lato', sans-serif;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.form-group .form-control:focus {
	border-color: #333333;
}

.form-group .form-control::-webkit-input-placeholder {
	color: #000000;
	opacity: 1 !important;
}

.form-group .form-control::-moz-input-placeholder {
	color: #000000;
	opacity: 1 !important;
}

.form-group .form-control:-ms-input-placeholder {
	color: #000000;
	opacity: 1 !important;
}

.form-group .form-control::placeholder {
	color: #000000;
	opacity: 1 !important;
}

.form-group textarea.form-control {
	height: 121px;
	border-radius: 0;
	white-space: normal;
	text-overflow: unset;
}
.application_details .custom-checkbox label{
	padding-left: 30px;
	position: relative;
}
.application_details .custom-checkbox label input{
	opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 2;
}
.application_details .custom-checkbox label span:before{
	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-width: 1px;
    height: 20px;
    width: 20px;
    background-color: transparent;
    min-width: 20px;
    display: inline-block;
    border: 1px solid #333;
    position: absolute;
    top: 3px;
    content:'';
    left:0;
}
.application_details .custom-checkbox span{
	margin:0 !important;
}
.application_details .custom-checkbox label span:after{
	background-image: url(../../assets/images/white-arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: transparent;
    position: absolute;
    content: '';
    width: 12px;
    height: 9px;
    top: 9px;
    left: 4px;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.application_details .custom-checkbox label input:checked + span{
	color: #e86404;
}
.application_details .custom-checkbox label input:checked + span:before{
	background-color: #e86404;
	border-color: #e86404;
}
.application_details .custom-checkbox label input:checked + span:after{
	opacity: 1;
}
.single-job_listing .job_description p{
	font-size: 18px;
}
.single_job_listing .application .application_button:focus{
	border:2px solid #e86404;
	background-color:#e86404;
	color:#fff;
}
.job_filters .search_jobs div.search_keywords,
.job_filters .search_jobs div.search_location,
.job_filters .search_jobs div.search_submit,.job_filters .job_types{
	display: none;
}
ul.job_listings li.job_listing a .meta li:before,ul.job_listings li:before{
	display: none;
}
.job_filters .search_jobs div.search_categories select{
	height: 50px;
    border: 1px solid #c4c4c4 !important;
    padding: 0 20px !important;
    color: #000000 !important;
    font-size: 16px !important;
    line-height: 50px !important;
    font-weight: 400;
    width: 100% !important;
    box-shadow: none !important;
    outline: 0;
    transition: all 0.5s;
    font-family: 'Lato', sans-serif !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 0 !important;
    -webkit-appearance:auto;
}
}

/*Media Query*/
@media (max-width: 1199px){
	.home-banner-section{
		padding: 165px 0;
	}
	.home-about-section{
		padding: 50px 0;
	}
	.site-footer .footer-widget-listing .footer-widget-copy-text .copy-right-content{
		padding-right: 70px;
	}

	/*contact modal css*/
	.contact-modal .modal-dialog{
		margin: 100px auto 80px;
	}
}
@media (max-width: 991px){
	.single_job_listing{
	    max-width: 1170px;
	    width: 100%;
	    margin: 0 auto;
	    padding: 30px 15px;
	}
	.home-about-section .about-wrapper .about-left {
	    max-width: 100%;
	    flex: 0 0 100%;
	    text-align: center;
	    margin-bottom: 30px;
	}
	.home-about-section .about-wrapper .about-right {
	    max-width: 100%;
	    flex: 0 0 100%;
	    padding: 0;
	}
	.home-about-section .about-wrapper .about-right h2{
		max-width: 100%;
		margin: 0 0 12px;
	}
	.site-footer .footer-widget-listing .footer-widget-copy-text .copy-right-content{
		padding-right: 30px;
	}
	.site-footer .footer-widget-listing .footer-widget-copy-text .copy-right-content p{
		font-size: 15px;
	}
	.site-footer .footer-widget-listing .footer-widget-copy-text .footer-menu .menu li a{
		font-size: 15px;
	}
	.home-banner-section{
		padding: 130px 0;
	}
	.site-footer{
		padding: 18px 0 22px;
	}

	/*graduate-profile page css*/
	.profile-banner-section .banner-bg-img{
		height: 170px;
	}
	.profile-banner-section .profile-box .profile-img-wrapper em {
		width: 165px;
    	height: 165px;
		margin-top: -120px;
	}
}
@media (max-width: 767px){
	.single-job_listing .job_description p{
		font-size: 16px;
	}
	.home-banner-section{
		padding: 80px 0;
	}
	.home-about-section .about-wrapper .about-right h2{
		max-width: 100%;
		margin: 0 0 12px;
	}
	.home-about-section{
		padding: 40px 0;
	}
	.site-footer .footer-widget-listing .footer-widget-copy-text .copy-right-content{
		width: 100%;
		padding: 0 0 8px;
		text-align: center;
	}
	.site-footer .footer-widget-listing .footer-widget-copy-text .footer-menu{
		width: 100%;
	}
	.site-footer .footer-widget-listing .footer-widget-copy-text .footer-menu .menu{
		justify-content: center;
	}
	.site-footer .footer-widget-listing .footer-widget-copy-text{
		width: 100%;
		margin-bottom: 18px;
	}
	.site-footer .footer-widget-listing  .footer-widget-social{
		width: 100%;
	}
	.site-footer .footer-widget-listing .footer-widget-social ul{
		justify-content: center;
	}
	.home-banner-section .banner-caption p{
		font-size: 16px;
		padding-right: 0;
	}
	/*graduate-profile page css*/
	
	.profile-banner-section .profile-box .profile-img-wrapper .action-block {
		width: 100%;
		margin-top: 20px;
	}
	.profile-banner-section .banner-bg-img{
		height: 140px;
	}
	.profile-banner-section .profile-box{
		padding: 30px 15px;
	}
	.profile-banner-section .profile-box .profile-img-wrapper{
		margin-bottom: 18px;
	}
	.profile-banner-section .profile-box .profile-img-wrapper em{
		width: 130px;
    	height: 130px;
		margin-top: -100px;
	}
	.profile-banner-section .profile-box .profile-detail p{
		font-size: 16px;
	}
	.green-border-box{
		padding: 15px 15px 25px;
	}
	.core-cource-section .green-border-box ul li .course-detail{
		padding: 11px 15px 14px;
	}

	/*contact modal css*/
	.contact-modal .modal-dialog .modal-content{
		padding:25px 20px;
	}
	.contact-modal .modal-dialog{
		margin: 80px 15px;
		max-width: 100%;
	}
}
@media (max-width: 575px){
	/*graduate-profile page css*/
	.profile-banner-section .profile-box .profile-detail ul li{
		width: 100%;
	}
	.profile-banner-section .profile-box .profile-detail ul li a{
		width: 100%;
	}
	.profile-banner-section .profile-box .profile-detail ul li:not(:last-child){
		margin:0 0 10px;
	}
}
@media (max-width: 480px){
	/*graduate-profile page css*/
	.profile-banner-section .profile-box .profile-img-wrapper .action-block .btn{
		width: 100%;
	}
	.profile-banner-section .profile-box .profile-img-wrapper .action-block .btn:first-child{
		margin-bottom: 12px;
	}
	.profile-banner-section .profile-box .profile-img-wrapper{
		justify-content: center;
	}

	/*contact modal css*/
	.contact-modal .modal-body form .btn-block .btn{
		width: 100%;
	}
	.contact-modal .modal-body form .btn-block .btn.border-btn{
		margin-bottom: 10px;
	}
}


.multiple-campus-instruction {
 		margin-top: 0 !important;
 		padding-left: 15px;
 		
 		    margin-top: -18px !important;
    margin-bottom: 13px;
    font-size: 14px;
	font-style: italic;
	display: none;

 }
 .form-group-row.has-two-col.has-staff-instruction {
 	position: relative;
 }
 @media(max-width: 1199px) {
 	.multiple-campus-instruction  {
 		padding-left: 10px;
 	}
 }
  @media(max-width: 767px) {
 	.multiple-campus-instruction  {
 		margin-top:-10px !important;
 	}
 }


/* 28-05-21 */
 .application_details .form-group label{
	font-weight:600;
 }
 ul.job_listings li.job_listing a{
	display: flex;
	align-items: flex-start;
	padding:16px 0 !important;
 }
 .job_listings a .position,.job_listings a .province,
 .job_listings a .location,.job_listings a .meta{
	clear:both; 
	flex:0 0 25%;
	 max-width: 25%;
	 padding: 0 16px !important;
 }
 .job_listings a .meta li.date{
	 padding-left: 0;
 }
 .job_listings a .province,.job_listings a .location{
	 text-align: center !important;
 }
 ul.job_listings li.job_listing a div.position h3{
	font-size: 30px;
    margin-bottom: 15px;
    padding-top: 20px;
 }
 
 .cms-page .status-publish .entry-content{
	margin-top: 0;
 }
 #job-manager-job-dashboard{
	 text-align: center;
 }
 #job-manager-job-dashboard .job-manager-jobs{
	 width: 100%;
	 text-align: left;
	 margin-bottom: 15px;
 }
 #job-manager-job-dashboard .job-manager-jobs thead tr,
 #job-manager-job-dashboard .job-manager-jobs tbody tr:nth-child(even){
	background-color: rgba(238, 238, 238,1);
}

 #job-manager-job-dashboard .job-manager-jobs th,
 #job-manager-job-dashboard .job-manager-jobs td{
	 padding: 10px 20px !important;
 }
 #job-manager-job-dashboard .job-manager-jobs th{
	 font-size: 20px;
 }


 @media(max-width: 1199px) {
	ul.job_listings li.job_listing a div.position h3{
		font-size: 26px;
	}
 }
 @media(max-width: 990px){
	ul.job_listings li.job_listing a div.position h3{
		font-size: 22px;
	}
	.cms-page h3{
		font-size: 22px;
	}

 }
 @media(max-width: 767px){
	/* ul.job_listings li.job_listing a{
		flex-wrap: wrap;
	}
	.job_listings a .position,.job_listings a .province,
 	.job_listings a .location,.job_listings a .meta{
		 flex:0 0 50%;
		 max-width: 50%;
		 text-align: left !important;	
	 }
	 ul.job_listings li.job_listing a .meta li{
		 padding-left: 0;
	 }

	 #job-manager-job-dashboard .job-manager-jobs th,
	#job-manager-job-dashboard .job-manager-jobs td{
		padding: 5px !important;
		width: 33.33%;
		font-size: 13px;
		vertical-align: top;
	} */

 }
 @media(max-width: 375px){
	/* .job_listings a .position,.job_listings a .province,
	.job_listings a .location,.job_listings a .meta{
		flex:0 0 100%;
		max-width: 100%;
		text-align: left !important;	
	} */
 }

 /* 31-05-21*/
#header-strip ul{
	display: flex;
	margin-bottom: 0;
}
#header-strip ul li{
	flex: 0 0 25%;
	max-width: 25%;
	padding: 0 16px !important;
}
#header-strip ul li.province h3,#header-strip ul li.location h3{
	text-align: center;
}
#header-strip ul li.meta h3{
	text-align: right;
}
#header-strip ul li h3{
	color:#333333;
}
#header-strip ul li:before{
	display: none;
}
@media(max-width: 767px){
	#header-strip ul li h3{
		font-size: 14px;
	}
	.job_listings a .position,.job_listings a .province,
	 .job_listings a .location,.job_listings a .meta,
	 #header-strip ul li{
		padding: 0 10px !important;
		font-size: 12px;
	 }
	 
}
@media(max-width:574px){
	.job_listings a .position,.job_listings a .province,
	 .job_listings a .location,.job_listings a .meta,
	 #header-strip ul li{
		padding: 0 4px !important;
		word-break: break-word;
	 }	
}
/* 16-05-2022 css start*/
.breadcrumb-wrapper{
	display: flex;
	align-items: center;
    margin: 10px 0 8px -15px;
}
.breadcrumb-wrapper li {
    position: relative;
    padding: 0 8px 0 15px;
	line-height: 1;
}
.breadcrumb-wrapper li a{
	color: #fff;
}
.breadcrumb-wrapper li a em{
	display: block;
	position: relative;
	height: 32px;
	width: 32px;
}
.breadcrumb-wrapper li a:hover, .breadcrumb-wrapper li.active a{
	opacity: 0.8;
}
.breadcrumb-wrapper li.active {
    opacity: 0.8;
	color: #fff;
}
.breadcrumb-wrapper li+li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "/";
    width: 4px;
    height: 100%;
    color: #fff;
}
.breadcrumb-wrapper.inner-page-breadcrumb-wrapper li+li:before{
	color: #333;
}

.breadcrumb-wrapper.inner-page-breadcrumb-wrapper {
	box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    margin: 10px 0 20px;
    padding: 10px 15px 10px 10px;
}
.breadcrumb-wrapper.inner-page-breadcrumb-wrapper li {
	padding:0 10px 0 15px;
	color: #333;
}
.breadcrumb-wrapper.inner-page-breadcrumb-wrapper li a{
	color:#333;
}
/*.breadcrumb-wrapper.inner-page-breadcrumb-wrapper li+li:before{
	background-image: url('../images/gray-right-arrow.svg');
	content: '';
	height: 18px;
    width: 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px;
	top: 50%;
    transform: translateY(-50%);
}*/
@media(max-width:767px){
	.breadcrumb-wrapper.inner-page-breadcrumb-wrapper li{
		padding: 0 10px 0 5px;
	}
	.breadcrumb-wrapper.inner-page-breadcrumb-wrapper li+li{
		padding-left: 25px;
	}
}
/* 16-05-2022 css end*/
/*17-05-2022 css start*/
.breadcrumb-wrapper.home-page{
	max-width: 1130px;
	margin: 20px auto;
}
@media(max-width: 1199px){
	.breadcrumb-wrapper.home-page{
		max-width: 100%;
		margin: 20px;
	}
}
@media(max-width: 574px){
	.breadcrumb-wrapper.inner-page-breadcrumb-wrapper li,
	.breadcrumb-wrapper li.active,
	.breadcrumb-wrapper.inner-page-breadcrumb-wrapper li a{
		font-size: 14px;
	}
	.breadcrumb-wrapper.inner-page-breadcrumb-wrapper li+li:before{
		left: 6px;
	}	
}
@media(max-width:  426px){
	.breadcrumb-wrapper.inner-page-breadcrumb-wrapper li{
		min-height: 32px;
		display: flex;
    	align-items: center;
	}
	
	.breadcrumb-wrapper.inner-page-breadcrumb-wrapper li+li{
		padding-left: 18px;
	}
	.breadcrumb-wrapper.inner-page-breadcrumb-wrapper li+li:before{
		top: 10px;
		left: 0
	}
}
/*17-05-2022 css end*/