.cs_header .h_menu .hs-menu-wrapper ul li.hs-item-has-children.mega-menu{
	position: static;
}
.cs_header .h_menu .hs-menu-wrapper ul li.hs-item-has-children.mega-menu:hover .dropdownContent {
	opacity: 1;
	visibility: visible;
	transform: translateX(8px);
	transition:all .25s ease-in-out;
}
.dropdownContent{
	left: auto !important;
	position: absolute;
	top: 70px;
	-webkit-transform: translateX(-150px);
	-o-transform: translateX(-150px);
	transform: translateX(-150px);
	opacity: 0;
	visibility: hidden;
	transition-duration:none;
	background: #fff;
	-webkit-box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
	max-width: 1500px;
	right: 13px;
}
.linkGroup{
	display: flex;
	flex-wrap: wrap;
	width: 1500px;
	margin: 0 auto;
	padding: 0;
	border-radius: 0;
	margin: -5px -10px;
	padding: 20px 35px;
}
.buttonCol{
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	padding: 35px;
	height: 100%;
	position: relative;
	border-radius: 0 !important;
}
.buttonCol .block{
	width: 100%;
}
.cs_header .h_menu .hs-menu-wrapper .buttonCol .block a{
	width: 100%;
	background: white;
	color: #333;
	border: none;
	padding: 7px 20px;
	text-align: left;
	font-size: 0.9rem;
	cursor: pointer;
	outline: none;
	position: relative;
	border-radius: 30px;
	margin: 1px 0;
	transition: all 0.3s ease-in-out;
	display: block;
}
.cs_header .h_menu .hs-menu-wrapper .buttonCol .block a i{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #ccc;
}
.cs_header .h_menu .hs-menu-wrapper .buttonCol .block a.active i,
.cs_header .h_menu .hs-menu-wrapper .buttonCol .block a:hover i{
	color: #fff;
}
.cs_header .h_menu .hs-menu-wrapper .buttonCol .block a.active,
.cs_header .h_menu .hs-menu-wrapper .buttonCol .block a:hover{
	background: #1faab4;
	color: #fff;
}
.contentCol {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	padding: 35px;
	height: 100%;
	position: relative;
	border-radius: 0 !important;
}
.contentCol .contentBlock{
	display: none;
}
.contentCol .featureHeader{
	font-family: lemonde-courrier, serif;
	font-size: 1.2rem;
	font-weight: 400;
	padding: 0;
}
.contentCol .smallLink a{
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	color: #06183f;
	-webkit-transition: color .1s;
	-o-transition: color .1s;
	transition: color .1s;
	color: #1faab4!important;
	font-family: "source-sans-pro";
	font-size: 0.9rem;
	font-weight: 300;
}
.contentCol .feautureList{
	padding: 20px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0;
	font-size: 0.95rem;
}
.contentCol .feautureList li{
	list-style: none;
	width: 50%;
	padding: 5px;
}
.contentCol .feautureList li .linkContainer{
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	color: #06183f;
	-webkit-transition: color .1s;
	-o-transition: color .1s;
	transition: color .1s;
	-webkit-box-flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	flex: 1;
	align-items: normal;
	min-height: unset;
	margin: 5px 0;
}
.contentCol .feautureList li .linkContainer .header-icon{
	width: 30px;
	height: 30px;
	margin-top: -5px;
	max-width: 50px;
	padding-top: 5px;
	-o-object-fit: cover;
	object-fit: cover;
}
.productLinkContent{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 40px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 10px;
	display: flex;
	justify-content: normal;
}
.contentCol .feautureList li .linkContainer .linkTitle{
	-webkit-transition: color .1s;
	-o-transition: color .1s;
	transition: color .1s;
	letter-spacing: 0;
	font-family: "source-sans-pro";
	margin: 0;
	color: #333;
	font-size: 15px;
	font-weight: 500;
	line-height: 22.5px;
}
.contentCol .feautureList li .linkContainer .linkTitle:hover{
	color: #69748b;
}
.contentCol .feautureList li .linkContainer .linkSub{
	-webkit-transition: color .1s;
	-o-transition: color .1s;
	transition: color .1s;
	font-size: 12px;
	line-height: normal;
	color: #6b7c93;
	margin: 5px 0 0;
	display: block;
	margin-top: 0;
}
.contentCol .feautureList li .linkContainer:hover .linkSub{
	color: #424770;
}
.cs_header .h_menu .hs-menu-wrapper ul li.hs-item-has-children.mega-menu .dropdownContent:before {
	margin: 0 0 0 -6px;
	width: 12px;
	height: 12px;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 4px 0 0 0;
	background: #fff;
	-webkit-box-shadow: -3px -3px 5px rgba(82, 95, 127, 0.04);
	box-shadow: -3px -3px 5px rgba(82, 95, 127, 0.04);
	position: absolute;
	content: "";
	top: -6px;
	left: 50%;
}
.mega-menu:before {
	content: "";
	background: transparent;
	width: 150px;
	height: auto;
	top: 30px;
	position: absolute;
	height: 40px;
	left: 30%;
	z-index: 10;
	visibility: hidden;
}
.mega-menu:hover:before {
	visibility: visible;
}
.rocket-trades .linkGroup .col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.featureHeader {
	padding: 20px 0;
	font-weight: 800;
}
.featureHeader a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	color: #06183f !IMPORTANT;!I;!;
	-webkit-transition: color .1s;
	-o-transition: color .1s;
	transition: color .1s;
}
.featureHeader a:hover {
	color: #333 !important;
}
.rocket-trades .dropdownContent {
	border-radius: 8px;
}


.linkGroup .col ul {
	font-size: 0.95rem;
}
.linkGroup .col ul {
	font-size: 0.95rem;
}
.linkGroup .col ul li a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	color: #06183f;
	-webkit-transition: color .1s;
	-o-transition: color .1s;
	transition: color .1s;
	-webkit-box-flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	flex: 1;
	align-items: normal;
}
.linkGroup .col ul li a {
	min-height: 90px;
}
.cs_header .h_menu .hs-menu-wrapper ul li a img {
	max-width: 50px;
	width: 30px;
	height: 30px;
	margin-top: -5px;
}
.productLinkContent h3.linkTitle {
	margin: 0;
	color: #333;
	font-size: 15px;
	line-height: inherit;
	font-weight: 600;
	letter-spacing: 0;
	font-family: "source-sans-pro";
}
.productLinkContent h3.linkTitle:hover{
	color: #69748b;
}
.productLinkContent p.linkSub {
	-webkit-transition: color .1s;
	-o-transition: color .1s;
	transition: color .1s;
	font-size: 12px;
	line-height: normal;
	color: #6b7c93;
	margin: 5px 0 0;
	display: block;
}
.linkContainer:hover .productLinkContent p.linkSub{
	color: #424770;
}

@media (min-width: 992px) {
	.buttonCol{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.contentCol {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
}
@media (max-width: 1700px) {
	.linkGroup {
		width: 100%;
		max-width: 1500px;
	}
	.cs_header .h_menu .hs-menu-wrapper ul li.hs-item-has-children.mega-menu .dropdownContent:before {
		left: 400px;
	}
}