main.container {
	max-width: unset!important;
	padding: 0!important;
}

body[data-path="jobs"] #page-list .container {
	margin-top: 0!important;
}

body[data-path="jobs"] .page-header,
body[data-path="jobs"] .page-breadcrumbs,
body[data-path="jobs"] .page_content>p {
	display: none;
}

.website-list .result {
	border-bottom: 0;
}

body[data-path="jobs"] header.header {
  background-image: url("/assets/bloomstack_website/images/Careers.png");
  background-size: cover;
}

body[data-path="jobs"] header .header-info {
	padding-top: 9.0625rem;
  padding-bottom: 3.75rem;
}

body[data-path="jobs"] header .header-info h1 {
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 2.8125rem;
}

body[data-path="jobs"] header .header-info p {
	font-weight: 300;
  font-size: 18px;
  line-height: 22px;
	color: #FFFFFF;
	text-align: left;
}

body[data-path="jobs"] h2.subtitle {
	margin: 3.75rem 0;
	font-weight: bold;
  font-size: 32px;
  line-height: 39px;
	color: #222A3D;
	text-align: center;
}

body[data-path="jobs"] .result .card {
	border: none;
	border-top: 1px solid #707070;
	border-radius: 0;
	padding: 0;
	padding-top: 1rem;
	background-color: transparent;
	width: 100%;
}

body[data-path="jobs"] .result .card:last-child {
	margin-bottom: 0;
}

body[data-path="jobs"] .result .card-title a {
	font-weight: bold;
  font-size: 24px;
  line-height: 29px;
	color: #222A3D;
}

.job-information {
  font-size: 14px;
  line-height: 24px;
	color: #747474;
}

body[data-path="jobs"] .result .card-title a::before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	border-left: 3px solid #f58767;
	border-top: 3px solid #f58767;
	margin-bottom: 15px;
	margin-right: 20px;
	margin-left: -33px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	-webkit-transition: .1s linear;
	transition: .1s linear;
}

body[data-path="jobs"] .result .card-title a.collapsed::before {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

body[data-path="jobs"] .result .card:last-child {
	border-bottom: 0 !important;
}

body[data-path="jobs"] .result .card-title {
	border-bottom: 0;
	padding-left: 3.125rem;
}

body[data-path="jobs"] .result .card-title a:hover {
	text-decoration: none;
}

.card-body {
	color: #747474!important;
}

body[data-path="jobs"] .apply-button {
	text-align: center;
}

body[data-path="jobs"] .apply-button a.btn-warning {
	border: 1px solid transparent;
	background-color: #489F71;
	border-radius: 10rem;
	font-size: 16px;
	padding: 9px 30px;
	color: #fff;
}

body[data-path="jobs"] .apply-button a.btn-warning:hover {
	border: 1px solid #489F71 ;
	background-color: transparent;
	box-shadow: none;
	color: #489F71 ;
}