.hr-button{
	background-color: #4aaee2 !important;
	border-color: #4aaee2 !important;
}

.badge {
    font-weight: 400;
}

.top-ribbon{
	background-color: #fafafa;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(102, 102, 102,0.2);
}

.top-title{
	width: 100%;
	text-align: center;
	font-size: 38px;
	font-weight: 600;
	margin-top: 25px;
	margin-bottom: 15px;
}

.top-tags{
	text-align: center;
	font-size: 18px;
}

.main-content{
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
}

.main-content-holder{
	width: 70%;
	margin: auto;
}

@media (max-width: 992px){
	.main-content-holder{
		width: 100%;
		margin: auto;
		padding-left: 25px;
		padding-right: 25px;
	}
}


.main-content-header{
	font-size: 24px;
	padding-bottom: 25px;
}

.listing-hero-image{
	width: 100%;
}

.apply-button{
	width: 100%!important;
}

.contact-badge{
	margin-bottom: 10px;
	width: 100%;
	padding: 5px;
	font-size: 18px;
}

.apply-form{
	margin-top: 15px;
}

.form-control{
	margin-bottom: 5px;
	border-radius: 1px;
}

.apply-button{
	border-radius: 1px;
	padding: 1px!important;
}

.listing-content{
	width: 100%;
}

.col-lg-3{
	background-color: #fafafa!important;
	padding: 25px; 
}

.top-tags{
	padding-left: 25px;
	padding-right: 25px;
}

.package-text{
	font-size: 18px;
	font-weight: 600;
}

.package-contact-header{
	font-size: 18px;
	font-weight: 600;
}


.card {
    border-radius: 1px;
    margin-bottom: 10px;
}

.card-img{
    border-radius: 1px !important;
}

.card-img, .card-img-top {
    border-top-left-radius: 1px !important;
    border-top-right-radius: 1px !important;
}

.feature-job-button{
	border-radius: 1px;
}

.no-content{
	padding: 50px;
	min-height: 78%;
}

.no-content-header{
	text-align: center;
	font-size: 48px;
}

.no-content-header-l2{
	text-align: center;
	font-size: 48px;
}

.no-content-image{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
  padding: 20px;
}



@media (max-width: 600px){
	.no-content-image{
	  display: block;
	  margin-left: auto;
	  margin-right: auto;
	  width: 90%;
	  padding: 20px;
	}
}
