.wr-careers{
	font-size: 16px;
	position: relative;
}
.job-bodytext{
	font-size: 18px;
}
.job-bodytext ul {
    list-style-type: disc!important;
    padding-left: 40px!important;
    margin-bottom: 10px!important;
    list-style: url(../images/dot_blue.gif) outside;
} 
.vacancies {
    padding: 30px 10px 0 10px;
    color: #676767;
    font-weight: bold;
}
.mb20{
    margin-bottom: 20px!important;
}
.job-calendar{
	background: #f59172;
}
.job-calendar table{
    width: 100%;
}
.job-calendar *{
	text-align: center;
	background: transparent;
	border-color: transparent;
	color: #fff;
	font-weight: normal;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
.job-calendar .calendar-head th, .job-calendar thead th{
	background: #f4815e;
}
.job-calendar thead a{
	color: #fff;
}
.job-calendar .calendar-head th{
	border-bottom: 1px #FFC8B7 solid;
}
.job-calendar th, .job-calendar td{
	padding: 3px;
}
.job-calendar .current-month{
	background: #f16236;
}
.job-calendar .today{
	background: #5cb85c;
}
.job-calendar .has-job, .job-calendar .has-job a{
	font-weight: 700;
	color: #EEEE00;
}
.job-calendar .has-job a:hover{
	color: #DAA520;
}

.job-list p{
	margin-bottom: 5px;
}
.job-list .item{
	padding: 0 15px;
}
.box-course {
    box-shadow: 0 2px 2px rgba(0,0,0,.15);
    margin-bottom: 30px;
}
.job-list .item:last-child{
	border: 0;
	margin-bottom: 0;
}
.job-list .item .img{ 
	overflow: hidden;
}
.job-list .item .img img{
	height: 232px;
	width: 100%;
    object-fit: fill; 
}
.job-list .item .ecat{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
}
.job-list .item .ecat li{
	display: inline;
}
.job-list .item .ecat li:after{
	content: ",";
	display: inline-block;
	margin-right: 7px;
}
.job-list .item .ecat li:last-child:after{
	display: none;
}
.course-meta {
    margin-top: 20px;
    padding: 0 20px; 
}
.course-meta .title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    font-family: Arial;
    margin-bottom: 5px;
    min-height: 50px;
}
.course-meta .btn{
	display: block;
    font-size: 17px;
    margin-top: 20px;
}
.instc{
	min-height: 108px;
}
.course-meta .red{color: #a62d25;}

.box-course:hover {
    box-shadow: 0 5px 5px rgba(0,0,0,.15);
}
.job-list a:hover{
	text-decoration: underline;
    color: #0d4b90;
}
.hjobs{
	font-size: 25px;
    color: #f44336;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
    padding: 0 0px 8px;
    border-bottom: 2px dashed #0000004a;
    margin: 0 10px 13px;
}
/*---- job Detail ----*/
.job-detail-head{
	background: #fff;
    padding: 10px 0;
    overflow: hidden;
    box-shadow: 0px 3px 12px rgba(0,0,0,0.15);
	font-size: 16px;
}
.job-detail-head .img{
	width: 200px;
	height: 140px;
	float: left;
	margin-right: 10px;
	border: 2px #dcdcdc solid;
	overflow: hidden;
}
.job-detail-head .img img{
	min-height: 140px;
	width: 200px;
}
.job-detail-head .datetime{
	padding: 10px 20px 0;
}

.job-detail-head .right-col .panel-body{
	border: 1px dashed #b55050;
    background: #ff000005;
}

.job-detail-head .right-col .panel-body .fa-lg{
	color: #f00;
    font-size: 28px;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
    padding: 5px 0;
}

.label-time {
    display: inline-block;
    padding: 0 15px 0 20px;
    height: 28px;
    line-height: 28px;
    color: #ffffff;
    font-size: 15px;
    border-radius: 0 10px 10px 0;
    background-color: #4ab54c;
}
/*---- job-search ----*/
.job-search .row{
	margin-left: -5px!important;
	margin-right: -5px!important;
}
.job-search .row .columns{
	padding-right: 5px!important;
	padding-left: 5px!important;
}

/*--- Notice ---*/
ul.notice{list-style-type: none; margin: 0;padding: 0;} 
ul.notice li:last-child{padding-bottom: 0!important;}
ul.notice li a{color: #666;}
ul.notice li span.wdate{
	width: 58px;
    max-height: 56px;
    float: left;
    display: block;
    margin-right: 13px;
    text-align: center;
}
ul.notice li span.wdate .d {
    display: block;
    width: 100%;
    height: 30px;
    background: #f16236;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}
ul.notice li span.wdate .y {
    padding: 6px 0px;
    display: block;
    text-align: center;
    line-height: 13px;
    font-size: 15px;
    color: #a5a5a5;
    border: 1px solid #d1d1d1;
    border-top: none;
}
.prenav2{
	margin-bottom: 25px;
}
