.ContactInformation .openCloseToolAll {
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
}

	.ContactInformation .openCloseToolAll.last {
		margin-bottom: 0px;
	}

.ContactInformation .toolHeader {
	border-radius: 8px;
	background: #F3F8FD;
	padding: 16px;
	cursor: pointer;
}

.ContactInformation .open .toolHeader {
	border-radius: 8px 8px 0px 0px;
	background: #0072C1;
}

.ContactInformation .toolHeader h3 {
	color: #2E2E2E !important;
	text-align: right !important;
	font-family: BlenderRegular !important;
	font-size: 24px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	line-height: 20px !important;
	letter-spacing: -0.2px !important;
	margin-bottom: 0px !important;
}

.ContactInformation .open .toolHeader h3 {
	color: #FFF !important;
}

.ContactInformation .toolHeaderPlus {
	height: 24px;
	width: 24px;
	float: left;
	border-radius: 1000px;
	background-color: #0072C1;
	background-image: url(/_layouts/15/TlvSP2013PublicSite/images/ContactArrowUP.svg);
	background-repeat: no-repeat;
	background-position: center center;
}

.ContactInformation .open .toolHeaderPlus {
	background-color: #fff;
	background-image: url(/_layouts/15/TlvSP2013PublicSite/images/ContactArrowDoun.svg);
}

.ContactInformation .toolHeader a {
	border: solid 1px transparent;
	margin-top: -2px;
}

	.ContactInformation .toolHeader a:hover,
	.ContactInformation .toolHeader a:focus,
	.ContactInformation .toolHeader a:active {
		text-decoration: none;
		border: solid 1px black;
	}

.ContactInformation .childrenDepart .tabs li.ui-tabs-active {
	padding: 20px 28px;
}

	.ContactInformation .childrenDepart .tabs li.ui-tabs-active a {
		color: #0172BB;
		text-align: center;
		font-family: BlenderRegular;
		font-size: 22px;
		font-style: normal;
		font-weight: 700;
		line-height: 20px;
		border-bottom: 2px solid #0172BB !important;
	}




.ContactInformation .childrenDepart {
	display: flex;
	padding: 20px 40px;
	flex-direction: column;
	align-items: flex-end;
	align-self: stretch;
	border-radius: 0px 0px 8px 8px;
	border: 1px solid rgba(1, 114, 187, 0.20);
	background: #FFF;
	box-shadow: 0px 73px 20px 0px rgba(0, 114, 193, 0.00), 0px 47px 19px 0px rgba(0, 114, 193, 0.01), 0px 26px 16px 0px rgba(0, 114, 193, 0.04), 0px 12px 12px 0px rgba(0, 114, 193, 0.07), 0px 3px 6px 0px rgba(0, 114, 193, 0.08);
}

	.ContactInformation .childrenDepart .tabs {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		align-self: stretch;
		border: none;
		border-radius: 0;
		/*border-bottom: 1px solid rgba(0, 114, 193, 0.40);*/
		background: #FFF;
		padding: 0 !important;
		margin-bottom: 20px;
	}

		.ContactInformation .childrenDepart .tabs li {
			display: contents;
			padding: 20px 28px;
			justify-content: center;
			align-items: center;
		}

			.ContactInformation .childrenDepart .tabs li.separator {
				display: block;
				width: 1px;
				height: 24px;
				background: rgba(0, 114, 193, 0.40);
				padding: 0px;
			}


			.ContactInformation .childrenDepart .tabs li a {
				color: #2E2E2E;
				text-align: center;
				font-family: BlenderRegular;
				font-size: 22px;
				font-style: normal;
				font-weight: 400;
				line-height: 20px;
				margin-left: -3px;
			}

	.ContactInformation .childrenDepart .openTabs {
		display: flex;
		flex-direction: row;
		align-self: stretch;
		flex-wrap: wrap;
		align-items: flex-start;
	}


#planAndDev .ContactInformation .childrenDepart h4.contactDetailsHeader {
	color: #2E2E2E;
	text-align: right;
	font-family: BlenderRegular;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 0px;
}


.ContactInformation .childrenDepart .contactDetailsText {
	color: #2E2E2E;
	text-align: right;
	font-family: BlenderRegular;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}

	.ContactInformation .childrenDepart .contactDetailsText a {
		color: #0072C1;
		text-align: right;
		font-family: BlenderRegular;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 18px;
		text-decoration-line: underline;
		text-decoration-style: solid;
		text-decoration-skip-ink: none;
		text-decoration-thickness: auto;
		text-underline-offset: auto;
		text-underline-position: from-font;
	}

.ContactInformation .childrenDepart .infoItem {
	margin-bottom: 20px;
	padding: 0px 20px;
}

.ContactInformation .socialMedia {
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	gap: 10px;
	flex-wrap: wrap;
}

	.ContactInformation .socialMedia a {
		display: flex;
		width: 34px;
		height: 34px;
		padding: 3px 2px;
		justify-content: center;
		align-items: center;
		border-radius: 17px;
		background-color: #DAEFFA;
		background-position: center;
		background-repeat: no-repeat;
	}



.ContactInformation .childrenDepart .contactHeader {
	margin-top: 20px;
}

.ContactInformation .childrenDepart .contactMan {
	display: flex;
	padding: 20px;
	flex-direction: row;
	align-items: flex-start;
	gap: 20px;
	border-radius: 8px;
	background: #F3F8FD;
	flex-wrap: wrap;
}

.ContactInformation .childrenDepart .contactManUp {
	display: flex;
	gap: 12px;
	flex-wrap: nowrap;
}

.ContactInformation .childrenDepart .contactMan .socialMedia a {
	width: 32px;
	height: 32px;
}

.ContactInformation .childrenDepart .contactMan h3 {
	color: #2E2E2E !important;
	text-align: right !important;
	font-family: BlenderRegular !important;
	font-size: 20px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	line-height: 28px !important; /* 140% */
	align-self: stretch !important;
	margin-bottom: 0px !important;
}

.ContactInformation .childrenDepart .contactMan .brdr-bottom {
	color: #2E2E2E;
	text-align: right;
	font-family: BlenderRegular;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	align-self: stretch;
}

.ContactInformation .childrenDepart .contactMan .contactManWithImg {
	width: 84px;
	height: 84px;
	aspect-ratio: 1/1;
	border-radius: 4px;
	background: lightgray -49.571px -18.136px / 213.48% 213.636% no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 12px;
	align-self: stretch;
}






@media (max-width: 480px) {
	.ContactInformation {
		margin-left: 16px;
		margin-right: 16px;
	}

		.ContactInformation .childrenDepart {
			padding: 20px;
		}

			.ContactInformation .childrenDepart .infoItem {
				padding: 0px;
			}

			.ContactInformation .childrenDepart .openTabs {
				padding: 8px 12px;
				flex-direction: column;
			}

		.ContactInformation .phOfficials .childrenDepart .openTabs {
			padding: 0px;
		}

		.ContactInformation .childrenDepart .socialMedia {
			flex-wrap: wrap;
		}

		.ContactInformation .toolHeader {
			padding: 12px;
		}

			.ContactInformation .toolHeader h3 {
				font-size: 20px !important;
				font-style: normal !important;
				font-weight: 700 !important;
				line-height: 28px !important;
				letter-spacing: -0.2px !important;
			}

	#planAndDev .ContactInformation .childrenDepart h4.contactDetailsHeader {
		color: #2E2E2E;
		text-align: right;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 18px;
		margin-bottom: 0px;
	}

	.ContactInformation .childrenDepart .contactDetailsText {
		color: #2E2E2E;
		text-align: right;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 18px;
	}

		.ContactInformation .childrenDepart .contactDetailsText a {
			color: #0072C1;
			text-align: right;
			font-size: 16px;
			font-style: normal;
			font-weight: 400;
			line-height: 18px;
			text-decoration-line: underline;
			text-decoration-style: solid;
			text-decoration-skip-ink: none;
			text-decoration-thickness: auto;
			text-underline-offset: auto;
			text-underline-position: from-font;
		}

	.ContactInformation .openCloseToolAll {
		margin-bottom: 20px;
	}

	.ContactInformation .childrenDepart .tabs li a {
		padding: 12px;
		font-size: 18px;
	}

	.ContactInformation .childrenDepart .tabs li.ui-tabs-active a {
		padding: 12px 12px 8px 12px;
		border-bottom: 4px solid #0172BB !important;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
	}

	.ContactInformation .childrenDepart .tabs {
		margin-bottom: 20px;
	}



		.ContactInformation .childrenDepart .tabs li.separator {
			height: 16px;
		}

	.ContactInformation .childrenDepart .contactMan {
		margin-bottom: 20px;
	}

	.ContactInformation .childrenDepart .contactManUp {
		display: inline-block;
		width: 100%;
	}

	.ContactInformation .childrenDepart .contactMan .contactManWithImg {
		position: relative;
		float: right;
		margin-left: 12px;
	}

	.ContactInformation .childrenDepart .contactMan .contactManInfo {
		position: relative;
	}
}
