/**
 * 	Bottom content stylesheet
 */

/**
 * 	Colors
 *  
 *  Blue grey: #273b41
 *  Red: #dd2831
 *  Light grey: #bbbcbe
 *  Yellow: #ef9c27
 *  Dark grey: #414242
 *  White grey: #F7F6F6
 */

.sas-xxss-item:first-child {
	background-color: rgb(55, 69, 76);
}

.sas-xxss-item:nth-child(2) {
	background-color: rgb(196, 18, 23);
}

.sas-xxss-item:nth-child(3) {
	background-color: rgb(160, 161, 161);
}

.sas-xxss-item > h2 {
	text-align: center;
	margin-bottom: 25px;
	margin-top: 30px;
	text-transform: uppercase;
	font-size: 32px;
}

.sas-xxss-item .content {
	padding-left: 65px;
	padding-right: 65px;
}

.sas-xxss-item .content .content-left {
	float: left;
	margin-right: 25px;
}

.sas-xxss-item svg {
	width: 75px;
	height: 75px;
}

.sas-xxss-item svg path {
	fill: white;
}

.sas-xxss-item .fa-lg {
	font-size: 3em;
}

.sas-xxss-item .cta {
	text-align: center;
	padding-top: 15px;
}

.sas-xxss-item .cta.xxss a {
	color: white;
	padding-left: 12.5px;
    padding-right: 12.5px;
}

.sas-xxss-item .cta a.btn {
	color: white;
	border-color: white;
	border-radius: 5px;
	font-size: 16px;
}

.sas-xxss-item .cta a.btn:hover {
	background-color: white;
	border-color: white;
	border-radius: 5px;
	color: #273b41;
}

.sas-xxss-item {
	padding-bottom: 30px;
	min-height: 305px;
}

