.mobile_only {
	display: none;
}

.page-solutions-center-banner {
	background: url("/source/c2afac4260657588201d86066ec269b9/solutions-main-banner-1920x468-1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 60% 40%;
	height: 450px;
	position: relative;
}

.page-solutions-center-banner .banner-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding-left: calc(50% - 570px);
}

.page-solutions-center-banner h1 {
	font-weight: 600;
	color: white;
	margin: 15px;
}

.page-solutions-center-banner p {
	color: white;
	max-width: 500px;
	margin: 15px;
}

.solutions-container {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	display: flex;
	flex-direction: row;
}

/* Start of the menu */
.solutions-menu {
	min-width: 310px;
	max-width: 310px;
	padding: 0px 30px;
}

.solutions-menu h2.level1-title {
	color: #515555;
	font-size: 24px !important;
	font-weight: 400;
	line-height: 34px;
	margin-top: 0px;
	margin-bottom: 0px;
	cursor: pointer;
}

.solutions-menu h3.level2-title {
	color: #00A5B2;
	font-size: 18px !important;
	font-weight: 900;
	line-height: 34px;
	margin-top: 0px;
	margin-bottom: 0px;
	cursor: pointer;
}

.solutions-menu h3.level2-title.active {
	color: #F68C34 !important;
}

.solutions-menu h3.level2-title:hover {
	color: #F68C34 !important;
}

.solutions-menu h4.level3-title {
	font-size: 16px !important;
	line-height: 20px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 7px;
	margin-bottom: 7px;
	cursor: pointer;
}

.solutions-menu h4.level3-title a {
	color: #414444 !important;
	font-weight: 400;
}

.solutions-menu h4.level3-title a:hover {
	color: rgb(246, 140, 52) !important;
}

.solutions-menu .menu-level1 {
	padding-bottom: 20px;
}

.solutions-menu .menu-level1 span {
	display: flex;
}

.solutions-menu .menu-level1 span i {
	font-size: 22px;
	align-self: center;
	padding-right: 10px;
}

.solutions-menu .menu-level3 {
	display: none;
}

.solutions-menu .menu-level2 {
	padding-left: 30px;
}

.solutions-menu .menu-level2.hide-div {
	display: none;
}

.solutions-menu .menu-level3.show-div {
	display: block;
}

.solutions-menu .resource-centre .resource-text {
	font-size: 18px !important;
	font-weight: bold;
	color: #00A5B2;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.solutions-menu .contact-us {
	padding-left: 30px;
	padding-bottom: 100px;
}

/* End of the menu */

/* Start of the content */
.solutions-content {
	max-width: 890px;
	display: none;
}

.solutions-content .content-image {
	padding-bottom: 30px;
}

.solutions-content.active {
	display: block;
}

.solutions-content h2.content-title {
	color: #01818C;
	font-size: 32px !important;
	font-weight: 400;
}

.solutions-content .content-blocks {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	padding-bottom: 80px;
	padding-right: 30px;
}

.solutions-content .content-block {
	width: 48%;
	padding-bottom: 30px;
}

.solutions-content .content-block h3.block-title,
.tables-mobile .content-block h3.block-title {
	color: #00A5B2;
	font-size: 18px !important;
	font-weight: bold;

}

.solutions-content .content-block p.block-description,
.tables-mobile .content-block p.block-description {
	color: #515555;
	line-height: 25px;
}

/* End of the content */

/* Start of the Modal changes */
.modal-header {
	background-image: linear-gradient(to right, #01818C, #00A5B2);
	padding: 15px 40px;
	border-bottom: none;
}

.modal-header h2 {
	color: white !important;
	font-size: 27px !important;
	font-weight: 400;
}

.modal-header .close {
	color: white;
	text-shadow: none;
	opacity: 1;
}

/* End of the Modal changes */

.tables-mobile h2.mobile-title {
	color: #515555;
	font-size: 32px !important;
	text-align: center;
	font-weight: bold;
	padding: 40px 0px;
}

.tables-mobile .acu-prod-table .header-row {
	cursor: pointer;
}

.tables-mobile .content-block {
	padding-bottom: 20px;
}

.tables-mobile .content-blocks {
	padding: 0px 30px;
}

.tables-mobile .resource-centre .resource-text {
	font-size: 20px !important;
	font-weight: bold;
	text-align: left;
	color: #00A5B2;
	padding: 30px;
}

.tables-mobile .contact-us {
	padding-bottom: 100px;
	text-align: center;
}

.tables-mobile {
	display: none;
}

@media only screen and (max-width:1000px) {
	.solutions-content .content-block {
		width: 100%;
	}
}

@media only screen and (max-width:767px) {
	.mobile_only {
		display: block;
	}

	.tables-mobile {
		display: flex;
		flex-direction: column;
		gap: 3px;
	}

	.solutions-container {
		display: none;
	}

	.acu-prod-table {
		width: 100%;
	}

	.tables-mobile .acu-prod-table .header-row {
		padding: 20px 30px;
		background-color: #00A5B2;
		display: flex;
		align-items: center;
	}

	.tables-mobile .acu-prod-table .header-row.active {
		background-color: #647775;
	}

	.tables-mobile .acu-prod-table .header-row i {
		color: #fff;
		padding-right: 20px;
	}

	.tables-mobile .acu-prod-table .header-row i.fa-plus {
		display: block;
	}

	.tables-mobile .acu-prod-table .header-row i.fa-minus {
		display: none;
	}

	.tables-mobile .acu-prod-table .header-row.active i.fa-plus {
		display: none;
	}

	.tables-mobile .acu-prod-table .header-row.active i.fa-minus {
		display: block;
	}

	.tables-mobile .acu-prod-table .header-row h6 {
		color: #fff;
		font-weight: 900;
	}

	.tables-mobile .hide_mobile {
		display: none;
	}
}