@charset "UTF-8";
/* CSS Document */

/* NEW CODE (post: 9/21/2016) */

.solca-bgfullwidth {
    padding-top: 56.25%;
	background-size: cover;
	-moz-background-size: cover;  /* Firefox 3.6 */
	background-position: center;
}

.linkbuttoncalloutboxes.section{
	text-align: center;
}

/* OLD CODE (pre: 9/21/2016) */

.container-fluid {
	padding-bottom:0 !important;
}

.linkbutton-wrapper.btn-group {
	padding-bottom:30px;
}

.linkbuttonsolutions {
	padding-bottom:30px;
}

/* for industry page */

.accordionheadline h3 {
	text-transform:none !important;
}
	
#sam {
	margin-bottom:30px;
}

.text.parbase.section {

}

h3.solutioncontentarea-title { padding-bottom:0 !important; }

.image.section { padding-bottom:30px; }

@media screen and (min-width: 1024px) {

	.text.parbase {
		padding-bottom:50px;
		padding-top:40px;
	}

}