/* CALLS TO ACTION */

.cta {
	padding: 16px 24px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.cta-button-mini i {
	font-size: 14px;
    line-height: normal;
	width: auto;
	border-radius: 0;
	background: none
}

.cta i {
	font-size: 1.4em;
    width: 1.6em;
    text-align: center;
    line-height: 1.6em;
    background: #fff;
    border-radius: 1.6em;
	margin-left: 5px;
	float: right;
}

.cta-title {
	margin-bottom: 10px;
	clear: both;
	min-height: 38px;
}

.cta-title h3 {
	color:#FFF;
	font-size: 20px;
}

.cta-subline {
	font-size: 14px;
	margin-top: -10px;
}

.cta a {
	font-weight: 600;
}

.cta-button {
	display: block;
	width: auto;
	background: #fff;
	text-align: center;
	padding: 5px 16px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase
}

.cta-button:hover {
	background: #113755;
	color: #FFFFFF;
	text-decoration: none;
}

.cta blockquote {
    background: none;
    border-left: 0px;
    margin: 0 0 16px;
    padding: 0;
}

.cta blockquote p {
    margin-bottom: 0;
}

.cta-quote-name {
    font-size: 13px;
}

.extraline {
	padding-top: 8px;
}

.extraline a {
	color: #FFFFFF;
	font-weight: 400;
}
