/*Styles related to Jobs */

.jobs-wrap .item.hide {
	display: none;
}
.jobs-wrap .item .trigger {
	box-sizing: border-box;
	width: 100%;
	border-radius: 0.8rem;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 20px;
	border: 1px solid #d1d3d6;
	text-align: left;
}

.jobs-wrap .item .trigger > div {
	text-align: left;
}

.jobs-wrap .item .trigger:hover {
	cursor: pointer;
}
.jobs-wrap .item {
	margin: 1.8rem 0 1.8rem;
}
.jobs-wrap .item .trigger .jobTitle {
	width: 440px;
	font-size: 16px;
	font-weight: 700;
	color: #182232;
}
.jobs-wrap .item .trigger .dept {
	font-size: 14.4px;
	color: #182232;
}
.jobs-wrap .item .trigger .office {
	font-size: 13.6px;
	color: #878c94;
}
.jobs-wrap .item .trigger .locations {
	font-size: 13.6px;
	display: inline-flex;
	align-items: center;
	color: #182232;
}
.jobs-wrap .item .trigger .locations img,
.jobs-wrap .item .trigger .date img {
	width: auto;
	height: 1rem;
	margin-right: 0.5rem;
}
.jobs-wrap .item .trigger .date {
	font-size: 13.6px;
	display: inline-flex;
	align-items: center;
	color: #878c94;
}
.jobs-wrap .item .trigger .cta {
	color: #0080a9;
}
.jobs-wrap .item .trigger .cta img {
	width: auto;
	height: 0.85rem;
}

.expIcon {
	position: relative;
	color: rgba(0, 0, 0, 0.38);
	right: 14px;
}
.expIcon:before,
.expIcon:after {
	display: block;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.2s;
	left: 50px;
	margin-bottom: -15px;
	transition: margin 0.2s;
	line-height: 1.3;
}
.expIcon:before {
	width: auto;
	min-width: 20rem;
	max-width: 30rem;
	padding: 10px 15px;
	box-sizing: border-box;
	bottom: 25px;
	border-radius: 5px;
	font-size: 11px;
	text-align: center;
	margin-left: -130px;
	background: #323232;
	content: attr(data-title);
	color: #fff;
}

.expIcon:after {
	content: "";
	border-top: 7px solid #323232;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	bottom: 18px;
	margin-left: -40px;
}

.expIcon:hover:before,
.expIcon:hover:after {
	visibility: visible;
	opacity: 1;
	margin-bottom: 0px;
}
.tip.info {
	opacity: 1;
	transition: all 0.4s ease;
	position: absolute;
	left: 135%;
}
.expIcon .tipIcon {
	color: rgba(0, 0, 0, 0.18);
}
.tip.info:hover {
	opacity: 1;
}

.modal {
	width: 100%;
	height: 100vh;
	position: fixed;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.5);
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.5s ease;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	z-index: 50;
}

.modal .content {
	max-width: 591px;
	width: 30%;
	height: auto;
	display: flex;
	text-align: center;
	padding: 24px 24px 44px;
	align-items: center;
	flex-direction: column;
	border-radius: 0.5rem;
	background-color: #f3f4f5 !important;
	position: relative;
	background-color: white;
}
.modal .content .modalHdr {
	font-family: Oswald;
	font-size: 40px;
	letter-spacing: -2px;
	line-height: 52px;
	font-weight: 600;
	color: #0080a9;
}
.modal .content .jobName {
	font-feature-settings: "clig" off, "liga" off;
	font-family: Inter;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	margin-top: 14px;
	color: black;
}
.modal .content p {
	font-family: Oswald;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: -0.16px;
	margin-top: 24px;
	color: #5f636a;
}
.modal .content .close {
	background: none;
	font-size: 1rem;
	position: absolute;
	border-radius: 0.4rem;
	top: 1rem;
	right: 7%;
	border: none;
	outline: none;
	color: #767a83;
	height: 24px;
	width: 24px;
}

.modal .content select {
	color: #878c94;
	width: 333px;
	font-family: Inter;
	font-size: 1rem;
	font-weight: 500;
	line-height: 24px;
	border-radius: 8px;
	padding: 10px 14px;
	margin: 48px 0 32px;
	border: 1px solid #d1d3d6;
	background-color: #fff;
}

.modal .content .applyBtn {
	box-sizing: border-box;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	padding: 18px 28px;
	background-color: #1cd8f1;
	border-radius: 4px;
	color: #122f3f;
	text-decoration: none;
	max-width: 333px;
	width: 333px;
	transition: background-color 0.35s ease, color 0.35s ease;
}
.modal .content .applyBtn:hover {
	background-color: #122f3f;
	color: #1cd8f1;
}

.visible {
	opacity: 1;
	pointer-events: all;
}

.filterWrap {
	display: flex;
	font-size: 0.9rem;
	margin-bottom: 3rem;
	padding-bottom: 1rem;
	align-items: center;
	border-bottom: 1px solid #d1d3d6;
	color: #363a40;
	gap: 25px;
}
.filterWrap .item-det:first-child {
	font-weight: 400;
	padding-top: 0.4rem !important;
}
.filterWrap .item-det:last-child {
	color: #363a40;
	margin-left: auto;
}

.filterWrap .item-det select {
	width: 20rem;
	font-size: 0.85rem;
	border-radius: 0.4rem;
	padding: 0.5rem 5%;
	border: 1px solid #d1d3d6;
	background-color: #fff;
	color: #878c94;
}

.filterWrap .item-det select:hover {
	cursor: pointer;
}

@media screen and (max-width: 991px) {
	.jobs-wrap .item .trigger {
		flex-wrap: wrap;
	}

	.jobs-wrap .item .trigger .dept {
		margin-right: 0.5rem;
	}

	.jobs-wrap .item .trigger .office {
		flex-grow: 1;
		width: 80%;
	}

	.jobs-wrap .item .trigger .locations {
		margin-left: 16px;
	}

	.filterWrap .item-det select {
		width: 10rem;
	}

	.modal .content {
		max-width: 80%;
		width: 80%;
	}
}

@media screen and (max-width: 480px) {
	.filterWrap {
		flex-wrap: wrap;
		margin-bottom: 1.8rem;
		padding-bottom: 0.5rem;
		gap: 2%;
	}

	.filterWrap .item-det:nth-child(1) {
		width: 100%;
	}

	.filterWrap .item-det:nth-child(2),
	.filterWrap .item-det:nth-child(3) {
		width: 48%;
		margin-top: 0.5rem;
	}

	.filterWrap .item-det:nth-child(4) {
		width: 100%;
		margin-left: 0;
		margin-top: 0.7rem;
	}

	.filterWrap .item-det select {
		width: 10rem;
	}

	.filterWrap .item-det:nth-child(2) select,
	.filterWrap .item-det:nth-child(3) select {
		width: 100%;
	}

	.jobs-wrap .item .trigger {
		flex-wrap: wrap;
	}

	.jobs-wrap .item .trigger .jobTitle {
		width: 100%;
		margin-bottom: 0.5rem;
	}
	.jobs-wrap .item .trigger .dept,
	.jobs-wrap .item .trigger .office,
	.jobs-wrap .item .trigger .locations {
	}

	.jobs-wrap .item .trigger .locations {
	}
	.jobs-wrap .item .trigger .date {
		width: 40%;
	}
	.jobs-wrap .item .trigger .cta {
		margin-left: auto;
	}

	.modal .content {
		padding: 16px 16px 32px;
		max-width: 85%;
		width: 85%;
	}

	.modal .content .modalHdr {
		font-size: 32px;
		line-height: 42px;
	}
	.modal .content .jobName {
		font-size: 14px;
		line-height: 21px;
		margin-top: 12px;
	}

	.modal .content p {
		font-size: 16px;
		line-height: 24px;
		margin-top: 18px;
	}

	.modal .content select {
		max-width: 293px;
		width: 100%;
		margin: 32px 0;
	}

	.modal .content .applyBtn {
		max-width: 293px;
		width: 100%;
	}
}
