/*
 * BLOG
*/

.careers-menu-item a {
	position: relative;
}

header.show #menu-main-menu > li.careers-menu-item > a::before,
li.careers-menu-item > a::before {
	content: '';
    display: block;
    width: 100%;
    height: 5px !important;
    background: #4ACD3E !important;
    position: absolute;
    bottom: -0.6em;
}

#subheader {
	padding: 4em 0 2.2em;
}

#subheader .container {
	padding-top: 9em;
	min-height: unset; 
}

#subheader .container .row {
	width: 100%;
}

#subheader .b5 {
	margin-top: 0.9em;
}

.careers-all {
	margin-bottom: 3em;
}

.careers-list {
	line-height: 178%;
}

.careers-list.active {
	margin-top: 1.5em;
	background: #F1F1F1;
}

.careers-list-item {
	display: flex;
	color: rgba(79, 77, 136, 0.8);
	border-bottom: 1px solid #D8D8D8;
	margin-top: 1.5em;
}

.careers-list-item > .open {
	max-width: 1.7em;
	margin-right: 2.7em;
}

.additional-info {
	line-height: 178%;
	padding: 1.7em 0;
	border-bottom: 1px solid #AEAEB8;
	margin-bottom: 2em;
}

.careers-title .hidden .additional-info,
.careers-title .hidden .careers-block {
	display: none;
}

.careers-block p,
.careers-block li {
	color: #000 !important;
}

.careers-title {
	max-width: 41.78em;
}

.careers-title-strong {
	display: block;
	cursor: pointer;
}

.careers-title-strong::before {
	content: "";
	display: block;
	width: 3em;
	height: 3em;
	position: absolute;
	left: 5px;
}

.careers-title-description:not(.hidden) .excerpt {
	display: none;
}

.careers-block {
	margin-bottom: 2em;
}

.careers-block ul {
	padding: 0;
	list-style-type: none;
}

.careers-block ul li {
	padding-left: 1em;
	position: relative;
}

.careers-block ul li::before {
	content: '•';
	display: block;
	width: 1em;
	height: 1em;
	text-align: center;
	position: absolute;
	left: 0;
}

/*.careers-block ul li:not(:last-child) {
	margin-bottom: 2em;
}*/

.careers-block > strong:first-child,
strong.careers-block {
	margin-bottom: 1.8em;
	display: block;
}

.careers-title-description:not(.hidden) {
	padding-bottom: 1em;
}

.careers-list .open-plus {
	transition: all 0.5s ease;
	transform-origin: center;
}

.careers-list.active .open-plus {
	transform: rotate(90deg);
	transform-origin: center;
}

.careers-list.active .careers-list-item {
	border-bottom: unset;
}

@media (max-width: 767px) {
	#subheader .container {
		padding-top: 4em;
	}

	#subheader .container .row {
		width: unset;
	}

	.careers-list-item > .open {
		margin-right: 1.3em;
	}

	.careers-title-description {
		font-size: 0.9em;
		line-height: 1.6;
	}
}

@media (max-width: 380px) {
	.contact-bottom .email a.b5 {
		margin-left: 0;
	}
}