 
.hero-extended .vertical-bar{
	display:none;
}
 .chaptering .chaptering-hero-module-numerical {
	width: 200px;
	font-size: 150px !important 
}
	.chaptering .chaptering-hero-module-title {
	padding-left: 15px;
	padding-right: 36px;
	margin-left: 0px !important;
}
.chaptering .chaptering-hero-module-title>*:first-child {
	font-family: 'MetLifeCircular','Arial','Helvetica','sans-serif' !important;
	font-size: 36px !important;
	line-height: 48px;
	font-style: normal;
	font-weight: 500;
}
.chaptering .chaptering-cta-link .button-secondary {
	color: #333 !important;
	box-shadow: inset 0 0 0 2px #333 !important;
}
.chaptering .chaptering-cta-link .button-secondary:hover,
.chaptering .chaptering-cta-link .button-secondary:focus {
	color: #fff !important;
	box-shadow: inset 0 0 0 2px #333 !important;
	background-color: #333 !important;
}
.chaptering .chapter-hero-module-intro {
	display: flex;
    	flex-direction: row !important;
    	padding-top: 100px;
	flex-wrap: wrap;
}
.chaptering .chaptering-hero-module-title {
	padding-right: 20px;	
}
.hero-module-divider{
	width :24% !important;
	display: none;
	
}
.chaptering-hero-module{
	min-height:600px !important;
}
.infographic-sidecopy{
	margin-top:40px;
}
.hero-module-divider {
	flex-basis : 27% ;
}
.chaptering .chaptering-hero-module.bg.white .hero-module-divider {
  	border-image:linear-gradient(to right, #47AB9E, #47AB9E) 1;
}

.chaptering .chaptering-leftnav .chaptering-leftnav-section.active:before,
.chaptering .chaptering-leftnav .chaptering-leftnav-section.active:after {
background: #007abc !important;
}
.chaptering .chaptering-leftnav .chaptering-leftnav-section.active {
border-color: #007abc !important;

<!-- Media Queries -->
@media screen and (max-width: 768px) {
	.chaptering .chapter-hero-module-intro {
		flex-direction: column !important;
	}
}
@media screen and (min-width: 768px) {
	.hero-extended .hero-extended-main,
	.hero-extended .hero-extended-main .container {
        min-height: 600px !important;
    }
}
@media screen and (min-width: 1024px) {
        .hero-extended .hero-extended-intro,
	.hero-extended .hero-extended-intro .container {
        min-height: 500px !important;
    	}
	.chaptering .chaptering-hero-module-title>*:first-child {
	font-family: 'MetLifeCircular','Arial','Helvetica','sans-serif' !important;
	font-size: 36px !important;
	line-height: 48px !important;
	font-style: normal;
	font-weight: 500;
	}
}