


h1, h2, h3, h4, h5, h6 {
    color: #181d31;
    margin-bottom: 20px;
    font-family: Poppins;
    font-weight: normal;
}
/* **** Premium Stability nav cards **** */
/* Premium cards */
.card-premium {
	border: none;
	color: #323857;
	/*transition: all 0.2s ease-in-out;*/
	transition: all .25s linear;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
}

.card-premium a{
	color: #323857;
	text-decoration: none;
	font-weight: normal;
}

.card-premium:hover {
	box-shadow: -1px 10px 29px 0px rgba(0, 0, 0, 0.8);
}

.card-premium > .active {
	background-color: #cccccc;
	box-shadow: -1px 10px 29px 0px rgba(0, 0, 0, 0);
}


.card-premium-prem-icon {
	font-size: 5em;
	text-align: center;
	color: #00818f;
	display: block;
	padding-bottom: 20px;
}

.rotate {
	-ms-transform: rotate(55deg); /* IE 9 */
  	transform: rotate(55deg);
}




.card-premium-footer {
	font-size: 17px;
	border-top: none;
	padding: 0px 20px 20px 20px;
	background-color: transparent;
}

.card-premium-date, .card-premium-title {
	display: block;
}

/*.card-premium-date {
	font-size: .9rem;
	margin-bottom: 15px;
}*/

.card-premium-title {
	font-size: 24px;
	line-height: 28px;
	text-align: center;
}

.card-premium-highlighted .card-premium-title {
	width: 75%;
}
.card-premium-funding {

}
.card-premium-increase {

}
.card-premium-value {

}
.card-premium-commitment {

}


/* *********************************** */



/* *********************************** */
/*Claims highlight cards*/

/* *********************************** */
/*
.card-claim-highlight {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 2rem;
}*/

/*.card-header-claim-highlight {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #1e6c92;
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-radius: 2rem 2rem 0 0 !important;
}
*/
.card-body-claim-highlight {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}


.highlight-headline{
	font-size: 3em !important;
    color: #323857 !important;
    text-align: center !important;
    line-height: 40px;
}

.highlight-lg-txt{
	font-size: 60px; 
	font-weight: 600; 
	padding: 20px 20px 20px 20px;
}

.highlight-caps{
	text-transform: uppercase; 
	font-size: 30px; 
	padding: 0px 0px 10px 0px;
}

.highlight-underline{
	height: 4px; 
	width: 100px; 
	background-color: #323857;
}

.highlight-sm-txt{
	font-weight: 800;
}

.spec-char{
	font-size: 40px; 
	vertical-align: middle;
	bottom: 10px;
}