/*****************************************************/
/*****************  career-detail.html **************/
/****************************************************/

.career-navbar {
	background-color: #56D1DB;
	border-color: #56D1DB;
}

.career-detail-table {
	max-width: 1000px;
	margin-top: 0;
	margin-bottom: 0;
	margin:0 auto;
	/*border:blue 1px solid;*/  /*debug*/
}

.career-detail-space{
	padding-top: 2em;
	/*border:green 1px solid;*/  /*debug*/
}

.career-detail-caption-bottom{
	margin-bottom: 0;
	text-transform: capitalize;
}

.career-detail-full-time {
	margin-bottom: 0;
	text-transform: capitalize;
	font-size:16px;
}
.career-detail{
	color: #404041;
	text-align: left;
	font-size: 16px;
	padding-bottom: 50px;
	/*border:red 1px solid;*/  /*debug*/
}

.career-detail h2{
	font-family: Raleway-Bold;
	color: #006084;
}

.career-detail h3{
	font-family: Raleway-Bold;
	color: #006084;
	font-style: italic;
}

.career-detail h4{
	font-family: Raleway-Regular;
	text-transform: capitalize;
}

.career-detail li,
.career-detail p{
	font-family: Raleway-Regular;
}

.career-detail .career-detail-table-tr p{
	font-family: Raleway-Regular;
	display: inline-block;
}

.career-detail a {
	font-family: Raleway-Bold;
}

.career-detail-sub-title{
	color: #006084;
	text-transform: capitalize;
}

.career-detail-benefits{
	text-transform: capitalize;
	font-weight: bold;
	padding-bottom: 10px;
}

.career-detail-apply-job{
	font-size: 14px;
	color: #006084;
	padding-right: 50px;
}

.career-detail-recruit{
	color: #006084;
	/*border:red 1px solid;*/  /*debug*/
}

.career-benefits-img{
	padding-bottom:5px;
}

.width22{
	width: 22%;
}
.width26{
	width: 26%;
}
.width78 {
	width: 78%;
}
@media (min-width:768px) and (max-width: 1024px){
	.career-detail-table{
		margin: 0 30px;
	}	
}

@media (min-width:768px) and (max-width: 992px){
	.career-detail {
		margin-top: 12%;
	}
}

@media (max-width: 767px) {
	.career-detail {
		margin-top: 12%;
	}
	.career-detail-space{
		padding-top: 0;
	}
	.career-detail-caption-top{
		padding-top: 1em;
	}
	.career-detail-caption-bottom{
		text-transform: capitalize;
		font-family: Raleway-Regular;
		padding-bottom: 1em;
	}
	.career-detail-table{
		margin: 0 30px;
		margin-top: 70px;
		margin-bottom: 100px;
		width:85%;
		/*border:red 1px solid; */ /*debug*/
	}
	.career-detail-apply-job{
		padding-right: 0;
	}
	.career-detail-caption{
		display: inline-block;
		font-family: Raleway-Regular;
	}
	
	.career-detail h2{
		font-size: 22px;
	}
	.career-detail h3{
		font-size: 22px;
	}
	.career-detail h4{
		font-size: 20px;
	}
	.career-detail p{
		font-size: 18px;
	}
}

@media (max-width: 300px) {
	.career-detail {
		margin-top: 48%;
	}
}