/* CSS Document */

.link-section .ddnButton { padding: 20px 10px;}
.link-section .ddnButton a { color: #fff; }

.row div.feature { 
	padding: 0 0 0 15px; 
}


.tileContainer .sca-tile {
	margin-bottom: 10px;
}

.tileText {
	width: auto; 
	height: 50px;	
	background-color: #026937;
	position: relative;
	margin-top: -50px;
	z-index: 100;
	border-top: 2px solid #cea052;
	border-bottom: 1px solid #cea052;
	text-align: center;
}


.tileText p{
	font-family: "Roboto Condensed",Arial,sans-serif;
	font-size: 1.2em;
	line-height: 50px;
	text-transform: uppercase; 
	color: #FFF; 
	
}

.tileText.tileAdjust {    
	background-color: #026937; 
	border: 0; 
	height: 50px;
} 


.tileText.tileAdjust p { 
	margin-bottom: 0; 
}

.tileContainer .sca-tile {
	margin-bottom: 10px; 
}

@media only screen and (max-width : 768px) {
	
	.adjustRow {
		margin-top: 10px;
	}
	
	.tileContainer .sca-tile {
		width: 72%; 
		margin: 0 auto 10px;
	}

}
 
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
		.tileContainer .sca-tile {width: 100%; margin-bottom: 10px; }

}




/*display: flex;
justify-content: center; /* align horizontal
align-items: center; /* align vertical }



/*.row div.feature div.sca-tile {
	position: relative;
	padding: 0 1px 2px;
	margin-bottom: 10px;

}
*/

