.text-oversized :not( a):not(.heading) {
	color: #42526E;
}
.text-oversized :not(.heading) {
	font-size: 1.25rem;
	letter-spacing: .3px;
	line-height: 1.4;
}	
.component--horizontal-rule.align-center hr {
	margin: 0 auto 40px;
}

.component--horizontal-rule .type2 {
	background: #ffaa0e;
	height: 3px;
	width: 200px;
}	
@media (min-width: 768px)
	.h2, h2 {
		font-size: 2.25rem;
		line-height: 1.33333333;
}

@media (min-width: 1024px)
	.h2, h2 {
		margin-bottom: 24px;
}
@media (min-width: 1024px)
.eyebrows {
    margin-bottom: 16px;
}

.eyebrows {
    color: #42526E;
    font-size: .75rem;
    letter-spacing: 1px;
    line-height: 2;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.component.component--block {
    margin-top: 15px;
}
.scoping {
    border-color: #C1C7D0;
}
.tab-card {
    border-top-width: 10px;
    border-top-style: solid;
    border-radius: 5px;
}
.tab-card .block-theme-one {
    padding-top: 20px;
}

.col .block-theme-one {
    padding: 40px;
}
.col .block-theme-one, .col .block-theme-one-reduce-more-padding, .col .block-theme-one-reduce-padding {
    border-radius: 4px;
    box-shadow: 1px 1px 6px rgba(0,0,0,.3);
    height: 100%;
	margin-bottom: 50px; /* BD */
}